Uses of Class
com.echothree.model.data.batch.server.value.BatchAliasValue
Packages that use BatchAliasValue
Package
Description
-
Uses of BatchAliasValue in com.echothree.model.control.batch.server.control
Methods in com.echothree.model.control.batch.server.control that return BatchAliasValueModifier and TypeMethodDescriptionBatchControl.getBatchAliasValue
(BatchAlias batchAlias) BatchControl.getBatchAliasValueForUpdate
(Batch batch, BatchAliasType batchAliasType) Methods in com.echothree.model.control.batch.server.control with parameters of type BatchAliasValueModifier and TypeMethodDescriptionvoid
BatchControl.updateBatchAliasFromValue
(BatchAliasValue batchAliasValue, BasePK updatedBy) -
Uses of BatchAliasValue in com.echothree.model.data.batch.server.entity
Methods in com.echothree.model.data.batch.server.entity that return BatchAliasValueMethods in com.echothree.model.data.batch.server.entity with parameters of type BatchAliasValueConstructors in com.echothree.model.data.batch.server.entity with parameters of type BatchAliasValueModifierConstructorDescriptionBatchAlias
(BatchAliasValue value, EntityPermission entityPermission) Creates a new instance of BatchAlias -
Uses of BatchAliasValue in com.echothree.model.data.batch.server.factory
Methods in com.echothree.model.data.batch.server.factory that return BatchAliasValueModifier and TypeMethodDescriptionBatchAliasFactory.getValueFromPK
(Session session, BatchAliasPK pk) BatchAliasFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.batch.server.factory that return types with arguments of type BatchAliasValueModifier and TypeMethodDescriptionBatchAliasFactory.getValuesFromPKs
(Session session, Collection<BatchAliasPK> pks) BatchAliasFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.batch.server.factory with parameters of type BatchAliasValueModifier and TypeMethodDescriptionBatchAliasFactory.getEntityFromValue
(EntityPermission entityPermission, BatchAliasValue value) BatchAliasFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, BatchAliasValue value) Method parameters in com.echothree.model.data.batch.server.factory with type arguments of type BatchAliasValueModifier and TypeMethodDescriptionvoid
BatchAliasFactory.create
(Session session, Collection<BatchAliasValue> _values) void
BatchAliasFactory.create
(Collection<BatchAliasValue> _values) -
Uses of BatchAliasValue in com.echothree.model.data.batch.server.value
Methods in com.echothree.model.data.batch.server.value that return BatchAliasValue