Uses of Class
com.echothree.model.data.inventory.server.entity.LotDetail
Packages that use LotDetail
Package
Description
-
Uses of LotDetail in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return LotDetailModifier and TypeMethodDescriptionLot.getActiveDetail()Lot.getActiveDetail(EntityPermission entityPermission) Lot.getActiveDetail(Session session) Lot.getActiveDetail(Session session, EntityPermission entityPermission) Lot.getActiveDetailForUpdate()Lot.getActiveDetailForUpdate(Session session) Lot.getLastDetail()Lot.getLastDetail(EntityPermission entityPermission) Lot.getLastDetail(Session session) Lot.getLastDetail(Session session, EntityPermission entityPermission) Lot.getLastDetailForUpdate()Lot.getLastDetailForUpdate(Session session) Methods in com.echothree.model.data.inventory.server.entity with parameters of type LotDetailModifier and TypeMethodDescriptionvoidLot.setActiveDetail(LotDetail entity) voidLot.setLastDetail(LotDetail entity) -
Uses of LotDetail in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return LotDetailModifier and TypeMethodDescriptionLotDetailFactory.create(LotPK lotPK, ItemPK itemPK, String lotIdentifier, Long fromTime, Long thruTime) LotDetailFactory.create(Session session, LotPK lotPK, ItemPK itemPK, String lotIdentifier, Long fromTime, Long thruTime) LotDetailFactory.create(Session session, Lot lot, Item item, String lotIdentifier, Long fromTime, Long thruTime) LotDetailFactory.getEntityFromCache(Session session, LotDetailPK pk) LotDetailFactory.getEntityFromPK(EntityPermission entityPermission, LotDetailPK pk) LotDetailFactory.getEntityFromPK(Session session, EntityPermission entityPermission, LotDetailPK pk) LotDetailFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) LotDetailFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) LotDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) LotDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) LotDetailFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) LotDetailFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) LotDetailFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) LotDetailFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) LotDetailFactory.getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) LotDetailFactory.getEntityFromValue(EntityPermission entityPermission, LotDetailValue value) LotDetailFactory.getEntityFromValue(Session session, EntityPermission entityPermission, LotDetailValue value) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type LotDetailModifier and TypeMethodDescriptionLotDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<LotDetailPK> pks) LotDetailFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<LotDetailPK> pks) LotDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) LotDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) LotDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) LotDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) LotDetailFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) LotDetailFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) LotDetailFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) LotDetailFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) LotDetailFactory.getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type LotDetailModifier and TypeMethodDescriptionvoidvoidMethod parameters in com.echothree.model.data.inventory.server.factory with type arguments of type LotDetailModifier and TypeMethodDescriptionvoidLotDetailFactory.store(Session session, Collection<LotDetail> entities) voidLotDetailFactory.store(Collection<LotDetail> entities)