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
(Session session, BatchEntityPK pk) BatchEntityFactory.getEntityFromPK
(EntityPermission entityPermission, BatchEntityPK pk) BatchEntityFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, BatchEntityPK pk) BatchEntityFactory.getValueFromPK
(Session session, BatchEntityPK pk) void
BatchEntityFactory.remove
(Session session, BatchEntityPK pk) boolean
BatchEntityFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<BatchEntityPK> pks) BatchEntityFactory.getValuesFromPKs
(Session session, Collection<BatchEntityPK> pks) void
BatchEntityFactory.remove
(Session session, Collection<BatchEntityPK> pks) void
BatchEntityFactory.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