Uses of Class
com.echothree.model.data.batch.server.entity.BatchAlias
Packages that use BatchAlias
Package
Description
-
Uses of BatchAlias in com.echothree.control.user.batch.server.command
Methods in com.echothree.control.user.batch.server.command that return BatchAliasModifier and TypeMethodDescriptionEditBatchAliasCommand.getEntity(EditBatchAliasResult result) EditBatchAliasCommand.getLockEntity(BatchAlias batchAlias) Methods in com.echothree.control.user.batch.server.command with parameters of type BatchAliasModifier and TypeMethodDescriptionvoidEditBatchAliasCommand.canUpdate(BatchAlias batchAlias) voidEditBatchAliasCommand.doLock(BatchAliasEdit edit, BatchAlias batchAlias) voidEditBatchAliasCommand.doUpdate(BatchAlias batchAlias) voidEditBatchAliasCommand.fillInResult(EditBatchAliasResult result, BatchAlias batchAlias) EditBatchAliasCommand.getLockEntity(BatchAlias batchAlias) -
Uses of BatchAlias in com.echothree.model.control.batch.server.control
Methods in com.echothree.model.control.batch.server.control that return BatchAliasModifier and TypeMethodDescriptionBatchControl.createBatchAlias(Batch batch, BatchAliasType batchAliasType, String alias, BasePK createdBy) BatchControl.getBatchAlias(Batch batch, BatchAliasType batchAliasType) BatchControl.getBatchAliasByAlias(BatchAliasType batchAliasType, String alias) BatchControl.getBatchAliasByAliasForUpdate(BatchAliasType batchAliasType, String alias) BatchControl.getBatchAliasForUpdate(Batch batch, BatchAliasType batchAliasType) Methods in com.echothree.model.control.batch.server.control that return types with arguments of type BatchAliasModifier and TypeMethodDescriptionBatchControl.getBatchAliasesByBatch(Batch batch) BatchControl.getBatchAliasesByBatchAliasType(BatchAliasType batchAliasType) BatchControl.getBatchAliasesByBatchAliasTypeForUpdate(BatchAliasType batchAliasType) BatchControl.getBatchAliasesByBatchForUpdate(Batch batch) Methods in com.echothree.model.control.batch.server.control with parameters of type BatchAliasModifier and TypeMethodDescriptionvoidBatchControl.deleteBatchAlias(BatchAlias batchAlias, BasePK deletedBy) BatchControl.getBatchAliasTransfer(UserVisit userVisit, BatchAlias batchAlias) BatchControl.getBatchAliasValue(BatchAlias batchAlias) -
Uses of BatchAlias in com.echothree.model.control.batch.server.transfer
Methods in com.echothree.model.control.batch.server.transfer with parameters of type BatchAliasModifier and TypeMethodDescriptionBatchAliasTransferCache.getTransfer(UserVisit userVisit, BatchAlias batchAlias) -
Uses of BatchAlias in com.echothree.model.data.batch.server.factory
Methods in com.echothree.model.data.batch.server.factory that return BatchAliasModifier and TypeMethodDescriptionBatchAliasFactory.create(BatchPK batchPK, BatchAliasTypePK batchAliasTypePK, String alias, Long fromTime, Long thruTime) BatchAliasFactory.create(Batch batch, BatchAliasType batchAliasType, String alias, Long fromTime, Long thruTime) BatchAliasFactory.getEntityFromCache(BatchAliasPK pk) BatchAliasFactory.getEntityFromPK(EntityPermission entityPermission, BatchAliasPK pk) BatchAliasFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) BatchAliasFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) BatchAliasFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) BatchAliasFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) BatchAliasFactory.getEntityFromValue(EntityPermission entityPermission, BatchAliasValue value) Methods in com.echothree.model.data.batch.server.factory that return types with arguments of type BatchAliasModifier and TypeMethodDescriptionBatchAliasFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<BatchAliasPK> pks) BatchAliasFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) BatchAliasFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) BatchAliasFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) BatchAliasFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.batch.server.factory with parameters of type BatchAliasModifier and TypeMethodDescriptionvoidBatchAliasFactory.remove(BatchAlias entity) voidBatchAliasFactory.store(BatchAlias entity) Method parameters in com.echothree.model.data.batch.server.factory with type arguments of type BatchAlias