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