Uses of Class
com.echothree.model.data.inventory.common.pk.LotPK
Packages that use LotPK
Package
Description
-
Uses of LotPK in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return LotPKModifier and TypeMethodDescriptionInventoryLocationAssignment.getLotPK()
LotAlias.getLotPK()
LotDetail.getLotPK()
LotTime.getLotPK()
Lot.getPrimaryKey()
Methods in com.echothree.model.data.inventory.server.entity with parameters of type LotPK -
Uses of LotPK in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return LotPKModifier and TypeMethodDescriptionLotFactory.getNextPK()
LotFactory.getPKFromQuery
(PreparedStatement ps, Object... params) LotFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type LotPKModifier and TypeMethodDescriptionLotFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) LotFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) LotFactory.getPKsFromResultSetAsList
(ResultSet rs) LotFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type LotPKModifier and TypeMethodDescriptionInventoryLocationAssignmentFactory.create
(LotPK lotPK, LocationPK locationPK, Long quantity, Long fromTime, Long thruTime) InventoryLocationAssignmentFactory.create
(Session session, LotPK lotPK, LocationPK locationPK, Long quantity, Long fromTime, Long thruTime) LotAliasFactory.create
(LotPK lotPK, LotAliasTypePK lotAliasTypePK, String alias, Long fromTime, Long thruTime) LotAliasFactory.create
(Session session, LotPK lotPK, LotAliasTypePK lotAliasTypePK, String alias, Long fromTime, Long thruTime) LotDetailFactory.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
(Session session, LotPK lotPK, String lotName, PartyPK ownerPartyPK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, InventoryConditionPK inventoryConditionPK, Long quantity, CurrencyPK currencyPK, Long unitCost, Long fromTime, Long thruTime) LotTimeFactory.create
(LotPK lotPK, LotTimeTypePK lotTimeTypePK, Long time, Long fromTime, Long thruTime) LotTimeFactory.create
(Session session, LotPK lotPK, LotTimeTypePK lotTimeTypePK, Long time, Long fromTime, Long thruTime) LotFactory.getEntityFromCache
(Session session, LotPK pk) LotFactory.getEntityFromPK
(EntityPermission entityPermission, LotPK pk) LotFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, LotPK pk) LotFactory.getValueFromPK
(Session session, LotPK pk) void
boolean
Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type LotPKModifier and TypeMethodDescriptionLotFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<LotPK> pks) LotFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<LotPK> pks) LotFactory.getValuesFromPKs
(Session session, Collection<LotPK> pks) void
LotFactory.remove
(Session session, Collection<LotPK> pks) void
LotFactory.remove
(Collection<LotPK> pks) -
Uses of LotPK in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return LotPKModifier and TypeMethodDescriptionInventoryLocationAssignmentValue.getLotPK()
LotAliasValue.getLotPK()
LotDetailValue.getLotPK()
LotTimeValue.getLotPK()
LotValue.getPrimaryKey()
Methods in com.echothree.model.data.inventory.server.value with parameters of type LotPKModifier and TypeMethodDescriptionvoid
void
void
void
Constructors in com.echothree.model.data.inventory.server.value with parameters of type LotPKModifierConstructorDescriptionInventoryLocationAssignmentValue
(InventoryLocationAssignmentPK inventoryLocationAssignmentPK, LotPK lotPK, LocationPK locationPK, Long quantity, Long fromTime, Long thruTime) Creates a new instance of InventoryLocationAssignmentValueInventoryLocationAssignmentValue
(LotPK lotPK, LocationPK locationPK, Long quantity, Long fromTime, Long thruTime) Creates a new instance of InventoryLocationAssignmentValueLotAliasValue
(LotAliasPK lotAliasPK, LotPK lotPK, LotAliasTypePK lotAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of LotAliasValueLotAliasValue
(LotPK lotPK, LotAliasTypePK lotAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of LotAliasValueLotDetailValue
(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 LotDetailValueLotDetailValue
(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 LotDetailValueLotTimeValue
(LotPK lotPK, LotTimeTypePK lotTimeTypePK, Long time, Long fromTime, Long thruTime) Creates a new instance of LotTimeValueLotTimeValue
(LotTimePK lotTimePK, LotPK lotPK, LotTimeTypePK lotTimeTypePK, Long time, Long fromTime, Long thruTime) Creates a new instance of LotTimeValueLotValue
(LotPK lotPK, LotDetailPK activeDetailPK, LotDetailPK lastDetailPK) Creates a new instance of LotValue