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(BatchEntityPK pk) BatchEntityFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.batch.server.factory that return types with arguments of type BatchEntityValueModifier and TypeMethodDescriptionBatchEntityFactory.getValuesFromPKs(Collection<BatchEntityPK> pks) BatchEntityFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.batch.server.factory with parameters of type BatchEntityValueModifier and TypeMethodDescriptionBatchEntityFactory.getEntityFromValue(EntityPermission entityPermission, BatchEntityValue value) Method parameters in com.echothree.model.data.batch.server.factory with type arguments of type BatchEntityValueModifier and TypeMethodDescriptionvoidBatchEntityFactory.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