Uses of Class
com.echothree.model.data.batch.server.value.BatchValue
Packages that use BatchValue
Package
Description
-
Uses of BatchValue in com.echothree.model.data.batch.server.entity
Methods in com.echothree.model.data.batch.server.entity that return BatchValueMethods in com.echothree.model.data.batch.server.entity with parameters of type BatchValueConstructors in com.echothree.model.data.batch.server.entity with parameters of type BatchValueModifierConstructorDescriptionBatch(BatchValue value, EntityPermission entityPermission) Creates a new instance of Batch -
Uses of BatchValue in com.echothree.model.data.batch.server.factory
Methods in com.echothree.model.data.batch.server.factory that return BatchValueModifier and TypeMethodDescriptionBatchFactory.getValueFromPK(Session session, BatchPK pk) BatchFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.batch.server.factory that return types with arguments of type BatchValueModifier and TypeMethodDescriptionBatchFactory.getValuesFromPKs(Session session, Collection<BatchPK> pks) BatchFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.batch.server.factory with parameters of type BatchValueModifier and TypeMethodDescriptionBatchFactory.getEntityFromValue(EntityPermission entityPermission, BatchValue value) BatchFactory.getEntityFromValue(Session session, EntityPermission entityPermission, BatchValue value) Method parameters in com.echothree.model.data.batch.server.factory with type arguments of type BatchValueModifier and TypeMethodDescriptionvoidBatchFactory.create(Session session, Collection<BatchValue> _values) voidBatchFactory.create(Collection<BatchValue> _values) -
Uses of BatchValue in com.echothree.model.data.batch.server.value
Methods in com.echothree.model.data.batch.server.value that return BatchValue