Uses of Class
com.echothree.model.data.inventory.common.pk.LotDetailPK
Packages that use LotDetailPK
Package
Description
-
Uses of LotDetailPK in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return LotDetailPKModifier and TypeMethodDescriptionLot.getActiveDetailPK()
Lot.getLastDetailPK()
LotDetail.getPrimaryKey()
Methods in com.echothree.model.data.inventory.server.entity with parameters of type LotDetailPKModifier and TypeMethodDescriptionvoid
Lot.setActiveDetailPK
(LotDetailPK activeDetailPK) void
Lot.setLastDetailPK
(LotDetailPK lastDetailPK) -
Uses of LotDetailPK in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return LotDetailPKModifier and TypeMethodDescriptionLotDetailFactory.getNextPK()
LotDetailFactory.getPKFromQuery
(PreparedStatement ps, Object... params) LotDetailFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type LotDetailPKModifier and TypeMethodDescriptionLotDetailFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) LotDetailFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) LotDetailFactory.getPKsFromResultSetAsList
(ResultSet rs) LotDetailFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type LotDetailPKModifier and TypeMethodDescriptionLotFactory.create
(LotDetailPK activeDetailPK, LotDetailPK lastDetailPK) LotFactory.create
(Session session, LotDetailPK activeDetailPK, LotDetailPK lastDetailPK) LotDetailFactory.getEntityFromCache
(Session session, LotDetailPK pk) LotDetailFactory.getEntityFromPK
(EntityPermission entityPermission, LotDetailPK pk) LotDetailFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, LotDetailPK pk) LotDetailFactory.getValueFromPK
(Session session, LotDetailPK pk) void
LotDetailFactory.remove
(Session session, LotDetailPK pk) boolean
LotDetailFactory.validPK
(Session session, LotDetailPK pk) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type LotDetailPKModifier and TypeMethodDescriptionLotDetailFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<LotDetailPK> pks) LotDetailFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<LotDetailPK> pks) LotDetailFactory.getValuesFromPKs
(Session session, Collection<LotDetailPK> pks) void
LotDetailFactory.remove
(Session session, Collection<LotDetailPK> pks) void
LotDetailFactory.remove
(Collection<LotDetailPK> pks) -
Uses of LotDetailPK in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return LotDetailPKModifier and TypeMethodDescriptionLotValue.getActiveDetailPK()
LotValue.getLastDetailPK()
LotDetailValue.getPrimaryKey()
Methods in com.echothree.model.data.inventory.server.value with parameters of type LotDetailPKModifier and TypeMethodDescriptionvoid
LotValue.setActiveDetailPK
(LotDetailPK activeDetailPK) void
LotValue.setLastDetailPK
(LotDetailPK lastDetailPK) Constructors in com.echothree.model.data.inventory.server.value with parameters of type LotDetailPKModifierConstructorDescriptionLotDetailValue
(LotDetailPK lotDetailPK, LotPK lotPK, String lotName, PartyPK ownerPartyPK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, InventoryConditionPK inventoryConditionPK, Long quantity, CurrencyPK currencyPK, Long unitCost, Long fromTime, Long thruTime) Creates a new instance of LotDetailValueLotValue
(LotDetailPK activeDetailPK, LotDetailPK lastDetailPK) Creates a new instance of LotValueLotValue
(LotPK lotPK, LotDetailPK activeDetailPK, LotDetailPK lastDetailPK) Creates a new instance of LotValue