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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddForCreate(Collection<Container> entities) Add entities for creation operations.voidaddForUpdate(Collection<Container> entities) Add entities for update operations.getList()intgetSize()iterator()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:BatchUpdateAdd entities for creation operations.- Specified by:
addForCreatein interfaceBatchUpdate<Container>- Parameters:
entities- The collection of entities.
-
addForUpdate
Description copied from interface:BatchUpdateAdd entities for update operations.- Specified by:
addForUpdatein interfaceBatchUpdate<Container>- Parameters:
entities- The collection of entities.
-