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 TypeMethodDescriptionvoid
Lot.setActiveDetail
(LotDetail entity) void
Lot.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, String lotName, PartyPK ownerPartyPK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, InventoryConditionPK inventoryConditionPK, Long quantity, CurrencyPK currencyPK, Long unitCost, Long fromTime, Long thruTime) LotDetailFactory.create
(Lot lot, String lotName, Party ownerParty, Item item, UnitOfMeasureType unitOfMeasureType, InventoryCondition inventoryCondition, Long quantity, Currency currency, Long unitCost, Long fromTime, Long thruTime) LotDetailFactory.create
(Session session, LotPK lotPK, String lotName, PartyPK ownerPartyPK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, InventoryConditionPK inventoryConditionPK, Long quantity, CurrencyPK currencyPK, Long unitCost, Long fromTime, Long thruTime) LotDetailFactory.create
(Session session, Lot lot, String lotName, Party ownerParty, Item item, UnitOfMeasureType unitOfMeasureType, InventoryCondition inventoryCondition, Long quantity, Currency currency, Long unitCost, 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 TypeMethodDescriptionvoid
void
Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type LotDetailModifier and TypeMethodDescriptionvoid
LotDetailFactory.store
(Session session, Collection<LotDetail> entities) void
LotDetailFactory.store
(Collection<LotDetail> entities)