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.getActiveDetailForUpdate()Lot.getLastDetail()Lot.getLastDetail(EntityPermission entityPermission) Lot.getLastDetailForUpdate()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.getEntityFromCache(LotDetailPK pk) LotDetailFactory.getEntityFromPK(EntityPermission entityPermission, LotDetailPK pk) 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.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) LotDetailFactory.getEntityFromValue(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.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.getEntitiesFromResultSet(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 LotDetail