Uses of Class
com.echothree.model.data.batch.server.entity.BatchDetail
Packages that use BatchDetail
Package
Description
-
Uses of BatchDetail in com.echothree.model.data.batch.server.entity
Methods in com.echothree.model.data.batch.server.entity that return BatchDetailModifier and TypeMethodDescriptionBatch.getActiveDetail()Batch.getActiveDetail(EntityPermission entityPermission) Batch.getActiveDetailForUpdate()Batch.getLastDetail()Batch.getLastDetail(EntityPermission entityPermission) Batch.getLastDetailForUpdate()Methods in com.echothree.model.data.batch.server.entity with parameters of type BatchDetailModifier and TypeMethodDescriptionvoidBatch.setActiveDetail(BatchDetail entity) voidBatch.setLastDetail(BatchDetail entity) -
Uses of BatchDetail in com.echothree.model.data.batch.server.factory
Methods in com.echothree.model.data.batch.server.factory that return BatchDetailModifier and TypeMethodDescriptionBatchDetailFactory.create(BatchPK batchPK, BatchTypePK batchTypePK, String batchName, Long fromTime, Long thruTime) BatchDetailFactory.create(Batch batch, BatchType batchType, String batchName, Long fromTime, Long thruTime) BatchDetailFactory.getEntityFromCache(BatchDetailPK pk) BatchDetailFactory.getEntityFromPK(EntityPermission entityPermission, BatchDetailPK pk) BatchDetailFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) BatchDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) BatchDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) BatchDetailFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) BatchDetailFactory.getEntityFromValue(EntityPermission entityPermission, BatchDetailValue value) Methods in com.echothree.model.data.batch.server.factory that return types with arguments of type BatchDetailModifier and TypeMethodDescriptionBatchDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<BatchDetailPK> pks) BatchDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) BatchDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) BatchDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) BatchDetailFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.batch.server.factory with parameters of type BatchDetailModifier and TypeMethodDescriptionBatchFactory.create(BatchDetail activeDetail, BatchDetail lastDetail) voidBatchDetailFactory.remove(BatchDetail entity) voidBatchDetailFactory.store(BatchDetail entity) Method parameters in com.echothree.model.data.batch.server.factory with type arguments of type BatchDetailModifier and TypeMethodDescriptionvoidBatchDetailFactory.store(Collection<BatchDetail> entities)