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.getActiveDetail
(Session session) Batch.getActiveDetail
(Session session, EntityPermission entityPermission) Batch.getActiveDetailForUpdate()
Batch.getActiveDetailForUpdate
(Session session) Batch.getLastDetail()
Batch.getLastDetail
(EntityPermission entityPermission) Batch.getLastDetail
(Session session) Batch.getLastDetail
(Session session, EntityPermission entityPermission) Batch.getLastDetailForUpdate()
Batch.getLastDetailForUpdate
(Session session) Methods in com.echothree.model.data.batch.server.entity with parameters of type BatchDetailModifier and TypeMethodDescriptionvoid
Batch.setActiveDetail
(BatchDetail entity) void
Batch.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.create
(Session session, BatchPK batchPK, BatchTypePK batchTypePK, String batchName, Long fromTime, Long thruTime) BatchDetailFactory.create
(Session session, Batch batch, BatchType batchType, String batchName, Long fromTime, Long thruTime) BatchDetailFactory.getEntityFromCache
(Session session, BatchDetailPK pk) BatchDetailFactory.getEntityFromPK
(EntityPermission entityPermission, BatchDetailPK pk) BatchDetailFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, BatchDetailPK pk) BatchDetailFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) BatchDetailFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) BatchDetailFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) BatchDetailFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) BatchDetailFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) BatchDetailFactory.getEntityFromValue
(EntityPermission entityPermission, BatchDetailValue value) BatchDetailFactory.getEntityFromValue
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<BatchDetailPK> pks) BatchDetailFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) BatchDetailFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) BatchDetailFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) BatchDetailFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) BatchDetailFactory.getEntitiesFromResultSet
(Session session, 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) BatchFactory.create
(Session session, BatchDetail activeDetail, BatchDetail lastDetail) void
BatchDetailFactory.remove
(Session session, BatchDetail entity) void
BatchDetailFactory.store
(Session session, BatchDetail entity) Method parameters in com.echothree.model.data.batch.server.factory with type arguments of type BatchDetailModifier and TypeMethodDescriptionvoid
BatchDetailFactory.store
(Session session, Collection<BatchDetail> entities) void
BatchDetailFactory.store
(Collection<BatchDetail> entities)