Uses of Class
com.echothree.model.control.batch.common.transfer.BatchEntityTransfer
Packages that use BatchEntityTransfer
Package
Description
-
Uses of BatchEntityTransfer in com.echothree.model.control.batch.common.transfer
Methods in com.echothree.model.control.batch.common.transfer that return types with arguments of type BatchEntityTransferModifier and TypeMethodDescriptionGenericBatchTransfer.getBatchEntities()
Returns the batchEntities.Method parameters in com.echothree.model.control.batch.common.transfer with type arguments of type BatchEntityTransferModifier and TypeMethodDescriptionvoid
GenericBatchTransfer.setBatchEntities
(ListWrapper<BatchEntityTransfer> batchEntities) Sets the batchEntities. -
Uses of BatchEntityTransfer in com.echothree.model.control.batch.server.control
Methods in com.echothree.model.control.batch.server.control that return BatchEntityTransferModifier and TypeMethodDescriptionBatchControl.getBatchEntityTransfer
(UserVisit userVisit, BatchEntity batchEntity) Methods in com.echothree.model.control.batch.server.control that return types with arguments of type BatchEntityTransferModifier and TypeMethodDescriptionBatchControl.getBatchEntityTransfers
(UserVisit userVisit, Collection<BatchEntity> batchEntities) BatchControl.getBatchEntityTransfersByBatch
(UserVisit userVisit, Batch batch) BatchControl.getBatchEntityTransfersByEntityInstance
(UserVisit userVisit, EntityInstance entityInstance) -
Uses of BatchEntityTransfer in com.echothree.model.control.batch.server.transfer
Methods in com.echothree.model.control.batch.server.transfer that return BatchEntityTransfer