Uses of Class
com.echothree.model.data.batch.common.pk.BatchAliasPK
Packages that use BatchAliasPK
Package
Description
-
Uses of BatchAliasPK in com.echothree.model.data.batch.server.entity
Methods in com.echothree.model.data.batch.server.entity that return BatchAliasPK -
Uses of BatchAliasPK in com.echothree.model.data.batch.server.factory
Methods in com.echothree.model.data.batch.server.factory that return BatchAliasPKModifier and TypeMethodDescriptionBatchAliasFactory.getNextPK()BatchAliasFactory.getPKFromQuery(PreparedStatement ps, Object... params) BatchAliasFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.batch.server.factory that return types with arguments of type BatchAliasPKModifier and TypeMethodDescriptionBatchAliasFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) BatchAliasFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) BatchAliasFactory.getPKsFromResultSetAsList(ResultSet rs) BatchAliasFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.batch.server.factory with parameters of type BatchAliasPKModifier and TypeMethodDescriptionBatchAliasFactory.getEntityFromCache(BatchAliasPK pk) BatchAliasFactory.getEntityFromPK(EntityPermission entityPermission, BatchAliasPK pk) BatchAliasFactory.getValueFromPK(BatchAliasPK pk) voidBatchAliasFactory.remove(BatchAliasPK pk) booleanBatchAliasFactory.validPK(BatchAliasPK pk) Method parameters in com.echothree.model.data.batch.server.factory with type arguments of type BatchAliasPKModifier and TypeMethodDescriptionBatchAliasFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<BatchAliasPK> pks) BatchAliasFactory.getValuesFromPKs(Collection<BatchAliasPK> pks) voidBatchAliasFactory.remove(Collection<BatchAliasPK> pks) -
Uses of BatchAliasPK in com.echothree.model.data.batch.server.value
Methods in com.echothree.model.data.batch.server.value that return BatchAliasPKConstructors in com.echothree.model.data.batch.server.value with parameters of type BatchAliasPKModifierConstructorDescriptionBatchAliasValue(BatchAliasPK batchAliasPK, BatchPK batchPK, BatchAliasTypePK batchAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of BatchAliasValue -
Uses of BatchAliasPK in com.echothree.model.jooq.server.records.batch
Methods in com.echothree.model.jooq.server.records.batch that return BatchAliasPKModifier and TypeMethodDescriptionBatchAliases.BatchAlias()Getter forbatchaliases.btchal_batchaliasid.Methods in com.echothree.model.jooq.server.records.batch that return types with arguments of type BatchAliasPKMethods in com.echothree.model.jooq.server.records.batch with parameters of type BatchAliasPKModifier and TypeMethodDescriptionvoidBatchAliases.BatchAlias(BatchAliasPK value) Setter forbatchaliases.btchal_batchaliasid.Constructors in com.echothree.model.jooq.server.records.batch with parameters of type BatchAliasPKModifierConstructorDescriptionBatchAliases(BatchAliasPK BatchAlias, BatchPK Batch, BatchAliasTypePK BatchAliasType, String Alias, Long FromTime, Long ThruTime) Create a detached, initialised BatchAliases -
Uses of BatchAliasPK in com.echothree.model.jooq.server.tables.batch
Fields in com.echothree.model.jooq.server.tables.batch with type parameters of type BatchAliasPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<BatchAliases, BatchAliasPK> BatchAliases.BATCH_ALIASThe columnbatchaliases.btchal_batchaliasid.