Uses of Class
com.echothree.model.data.batch.server.value.BatchDetailValue
Packages that use BatchDetailValue
Package
Description
-
Uses of BatchDetailValue in com.echothree.model.control.batch.server.control
Methods in com.echothree.model.control.batch.server.control that return BatchDetailValueModifier and TypeMethodDescriptionBatchControl.getBatchDetailValueByNameForUpdate
(BatchType batchType, String batchName) BatchControl.getBatchDetailValueForUpdate
(Batch batch) Methods in com.echothree.model.control.batch.server.control with parameters of type BatchDetailValueModifier and TypeMethodDescriptionvoid
BatchControl.updateBatchFromValue
(BatchDetailValue batchDetailValue, BasePK updatedBy) -
Uses of BatchDetailValue in com.echothree.model.data.batch.server.entity
Methods in com.echothree.model.data.batch.server.entity that return BatchDetailValueMethods in com.echothree.model.data.batch.server.entity with parameters of type BatchDetailValueConstructors in com.echothree.model.data.batch.server.entity with parameters of type BatchDetailValueModifierConstructorDescriptionBatchDetail
(BatchDetailValue value, EntityPermission entityPermission) Creates a new instance of BatchDetail -
Uses of BatchDetailValue in com.echothree.model.data.batch.server.factory
Methods in com.echothree.model.data.batch.server.factory that return BatchDetailValueModifier and TypeMethodDescriptionBatchDetailFactory.getValueFromPK
(Session session, BatchDetailPK pk) BatchDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.batch.server.factory that return types with arguments of type BatchDetailValueModifier and TypeMethodDescriptionBatchDetailFactory.getValuesFromPKs
(Session session, Collection<BatchDetailPK> pks) BatchDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.batch.server.factory with parameters of type BatchDetailValueModifier and TypeMethodDescriptionBatchDetailFactory.getEntityFromValue
(EntityPermission entityPermission, BatchDetailValue value) BatchDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, BatchDetailValue value) Method parameters in com.echothree.model.data.batch.server.factory with type arguments of type BatchDetailValueModifier and TypeMethodDescriptionvoid
BatchDetailFactory.create
(Session session, Collection<BatchDetailValue> _values) void
BatchDetailFactory.create
(Collection<BatchDetailValue> _values) -
Uses of BatchDetailValue in com.echothree.model.data.batch.server.value
Methods in com.echothree.model.data.batch.server.value that return BatchDetailValue