Uses of Class
com.echothree.model.control.batch.common.transfer.BatchAliasTransfer
Packages that use BatchAliasTransfer
Package
Description
-
Uses of BatchAliasTransfer in com.echothree.control.user.batch.common.result
Methods in com.echothree.control.user.batch.common.result that return BatchAliasTransferModifier and TypeMethodDescriptionEditBatchAliasResult.getBatchAlias()
GetBatchAliasResult.getBatchAlias()
Methods in com.echothree.control.user.batch.common.result that return types with arguments of type BatchAliasTransferMethods in com.echothree.control.user.batch.common.result with parameters of type BatchAliasTransferModifier and TypeMethodDescriptionvoid
EditBatchAliasResult.setBatchAlias
(BatchAliasTransfer batchAlias) void
GetBatchAliasResult.setBatchAlias
(BatchAliasTransfer batchAlias) Method parameters in com.echothree.control.user.batch.common.result with type arguments of type BatchAliasTransferModifier and TypeMethodDescriptionvoid
GetBatchAliasesResult.setBatchAliases
(List<BatchAliasTransfer> batchAliases) -
Uses of BatchAliasTransfer in com.echothree.model.control.batch.common.transfer
Methods in com.echothree.model.control.batch.common.transfer that return types with arguments of type BatchAliasTransferModifier and TypeMethodDescriptionGenericBatchTransfer.getBatchAliases()
Returns the batchAliases.Method parameters in com.echothree.model.control.batch.common.transfer with type arguments of type BatchAliasTransferModifier and TypeMethodDescriptionvoid
GenericBatchTransfer.setBatchAliases
(ListWrapper<BatchAliasTransfer> batchAliases) Sets the batchAliases. -
Uses of BatchAliasTransfer in com.echothree.model.control.batch.server.control
Methods in com.echothree.model.control.batch.server.control that return BatchAliasTransferModifier and TypeMethodDescriptionBatchControl.getBatchAliasTransfer
(UserVisit userVisit, BatchAlias batchAlias) Methods in com.echothree.model.control.batch.server.control that return types with arguments of type BatchAliasTransferModifier and TypeMethodDescriptionBatchControl.getBatchAliasTransfersByBatch
(UserVisit userVisit, Batch batch) -
Uses of BatchAliasTransfer in com.echothree.model.control.batch.server.transfer
Methods in com.echothree.model.control.batch.server.transfer that return BatchAliasTransfer