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 -
Uses of BatchEntityPK in com.echothree.model.jooq.server.records.batch
Methods in com.echothree.model.jooq.server.records.batch that return BatchEntityPKModifier and TypeMethodDescriptionBatchEntities.BatchEntity()Getter forbatchentities.btche_batchentityid.Methods in com.echothree.model.jooq.server.records.batch that return types with arguments of type BatchEntityPKMethods in com.echothree.model.jooq.server.records.batch with parameters of type BatchEntityPKModifier and TypeMethodDescriptionvoidBatchEntities.BatchEntity(BatchEntityPK value) Setter forbatchentities.btche_batchentityid.Constructors in com.echothree.model.jooq.server.records.batch with parameters of type BatchEntityPKModifierConstructorDescriptionBatchEntities(BatchEntityPK BatchEntity, EntityInstancePK EntityInstance, BatchPK Batch, Long FromTime, Long ThruTime) Create a detached, initialised BatchEntities -
Uses of BatchEntityPK in com.echothree.model.jooq.server.tables.batch
Fields in com.echothree.model.jooq.server.tables.batch with type parameters of type BatchEntityPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<BatchEntities, BatchEntityPK> BatchEntities.BATCH_ENTITYThe columnbatchentities.btche_batchentityid.