Uses of Class
com.echothree.model.data.batch.common.pk.BatchEntityPK
Packages that use BatchEntityPK
Package
Description
-
Uses of BatchEntityPK in com.echothree.model.data.batch.server.entity
Methods in com.echothree.model.data.batch.server.entity that return BatchEntityPK -
Uses of BatchEntityPK in com.echothree.model.data.batch.server.factory
Methods in com.echothree.model.data.batch.server.factory that return BatchEntityPKModifier and TypeMethodDescriptionBatchEntityFactory.getNextPK()BatchEntityFactory.getPKFromQuery(PreparedStatement ps, Object... params) BatchEntityFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.batch.server.factory that return types with arguments of type BatchEntityPKModifier and TypeMethodDescriptionBatchEntityFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) BatchEntityFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) BatchEntityFactory.getPKsFromResultSetAsList(ResultSet rs) BatchEntityFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.batch.server.factory with parameters of type BatchEntityPKModifier and TypeMethodDescriptionBatchEntityFactory.getEntityFromCache(BatchEntityPK pk) BatchEntityFactory.getEntityFromPK(EntityPermission entityPermission, BatchEntityPK pk) BatchEntityFactory.getValueFromPK(BatchEntityPK pk) voidBatchEntityFactory.remove(BatchEntityPK pk) booleanBatchEntityFactory.validPK(BatchEntityPK pk) Method parameters in com.echothree.model.data.batch.server.factory with type arguments of type BatchEntityPKModifier and TypeMethodDescriptionBatchEntityFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<BatchEntityPK> pks) BatchEntityFactory.getValuesFromPKs(Collection<BatchEntityPK> pks) voidBatchEntityFactory.remove(Collection<BatchEntityPK> pks) -
Uses of BatchEntityPK in com.echothree.model.data.batch.server.value
Methods in com.echothree.model.data.batch.server.value that return BatchEntityPKConstructors in com.echothree.model.data.batch.server.value with parameters of type BatchEntityPKModifierConstructorDescriptionBatchEntityValue(BatchEntityPK batchEntityPK, EntityInstancePK entityInstancePK, BatchPK batchPK, Long fromTime, Long thruTime) Creates a new instance of BatchEntityValue