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