java.lang.Object
com.genologics.ri.container.ContainerBatchFetchResult
- All Implemented Interfaces:
Batch<Container>
,BatchUpdate<Container>
,Serializable
,Iterable<Container>
public class ContainerBatchFetchResult
extends Object
implements BatchUpdate<Container>, Serializable
The representation of a list of resource details.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addForCreate
(Collection<Container> entities) Add entities for creation operations.void
addForUpdate
(Collection<Container> entities) Add entities for update operations.getList()
int
getSize()
iterator()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
containers
-
-
Constructor Details
-
ContainerBatchFetchResult
public ContainerBatchFetchResult() -
ContainerBatchFetchResult
-
-
Method Details
-
getContainers
-
iterator
-
getList
-
getSize
public int getSize() -
addForCreate
Description copied from interface:BatchUpdate
Add entities for creation operations.- Specified by:
addForCreate
in interfaceBatchUpdate<Container>
- Parameters:
entities
- The collection of entities.
-
addForUpdate
Description copied from interface:BatchUpdate
Add entities for update operations.- Specified by:
addForUpdate
in interfaceBatchUpdate<Container>
- Parameters:
entities
- The collection of entities.
-