Uses of Class
com.echothree.model.data.batch.server.value.BatchEntityValue
Packages that use BatchEntityValue
Package
Description
-
Uses of BatchEntityValue in com.echothree.model.data.batch.server.entity
Methods in com.echothree.model.data.batch.server.entity that return BatchEntityValueMethods in com.echothree.model.data.batch.server.entity with parameters of type BatchEntityValueConstructors in com.echothree.model.data.batch.server.entity with parameters of type BatchEntityValueModifierConstructorDescriptionBatchEntity(BatchEntityValue value, EntityPermission entityPermission) Creates a new instance of BatchEntity -
Uses of BatchEntityValue in com.echothree.model.data.batch.server.factory
Methods in com.echothree.model.data.batch.server.factory that return BatchEntityValueModifier and TypeMethodDescriptionBatchEntityFactory.getValueFromPK(Session session, BatchEntityPK pk) BatchEntityFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.batch.server.factory that return types with arguments of type BatchEntityValueModifier and TypeMethodDescriptionBatchEntityFactory.getValuesFromPKs(Session session, Collection<BatchEntityPK> pks) BatchEntityFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.batch.server.factory with parameters of type BatchEntityValueModifier and TypeMethodDescriptionBatchEntityFactory.getEntityFromValue(EntityPermission entityPermission, BatchEntityValue value) BatchEntityFactory.getEntityFromValue(Session session, EntityPermission entityPermission, BatchEntityValue value) Method parameters in com.echothree.model.data.batch.server.factory with type arguments of type BatchEntityValueModifier and TypeMethodDescriptionvoidBatchEntityFactory.create(Session session, Collection<BatchEntityValue> _values) voidBatchEntityFactory.create(Collection<BatchEntityValue> _values) -
Uses of BatchEntityValue in com.echothree.model.data.batch.server.value
Methods in com.echothree.model.data.batch.server.value that return BatchEntityValue