Uses of Class
com.echothree.model.data.inventory.server.entity.Lot
Packages that use Lot
Package
Description
-
Uses of Lot in com.echothree.control.user.inventory.server.command
Methods in com.echothree.control.user.inventory.server.command that return LotMethods in com.echothree.control.user.inventory.server.command that return types with arguments of type LotMethods in com.echothree.control.user.inventory.server.command with parameters of type LotMethod parameters in com.echothree.control.user.inventory.server.command with type arguments of type LotModifier and TypeMethodDescriptionprotected BaseResult
GetLotsCommand.getResult
(Collection<Lot> entities) -
Uses of Lot in com.echothree.model.control.inventory.server.control
Methods in com.echothree.model.control.inventory.server.control that return LotModifier and TypeMethodDescriptionLotControl.createLot
(String lotName, Party ownerParty, Item item, UnitOfMeasureType unitOfMeasureType, InventoryCondition inventoryCondition, Long quantity, Currency currency, Long unitCost, BasePK createdBy) LotControl.getLotByEntityInstance
(EntityInstance entityInstance) LotControl.getLotByEntityInstance
(EntityInstance entityInstance, EntityPermission entityPermission) Assume that the entityInstance passed to this function is a ECHO_THREE.LotLotControl.getLotByEntityInstanceForUpdate
(EntityInstance entityInstance) LotControl.getLotByName
(String lotName) LotControl.getLotByName
(String lotName, EntityPermission entityPermission) LotControl.getLotByNameForUpdate
(String lotName) Methods in com.echothree.model.control.inventory.server.control that return types with arguments of type LotModifier and TypeMethodDescriptionLotControl.getLots()
LotControl.getLotsByCurrency
(Currency currency) LotControl.getLotsByCurrencyForUpdate
(Currency currency) LotControl.getLotsByInventoryCondition
(InventoryCondition inventoryCondition) LotControl.getLotsByInventoryConditionForUpdate
(InventoryCondition inventoryCondition) LotControl.getLotsByItem
(Item item) LotControl.getLotsByItemForUpdate
(Item item) LotControl.getLotsByOwnerParty
(Party ownerParty) LotControl.getLotsByOwnerPartyForUpdate
(Party ownerParty) LotControl.getLotsByUnitOfMeasureType
(UnitOfMeasureType unitOfMeasureType) LotControl.getLotsByUnitOfMeasureTypeForUpdate
(UnitOfMeasureType unitOfMeasureType) LotControl.getLotsForUpdate()
Methods in com.echothree.model.control.inventory.server.control with parameters of type LotModifier and TypeMethodDescriptionlong
LotTimeControl.countLotTimesByLot
(Lot lot) LotAliasControl.createLotAlias
(Lot lot, LotAliasType lotAliasType, String alias, BasePK createdBy) LotTimeControl.createLotTime
(Lot lot, LotTimeType lotTimeType, Long time, BasePK createdBy) void
void
LotAliasControl.deleteLotAliasesByLot
(Lot lot, BasePK deletedBy) void
LotTimeControl.deleteLotTimesByLot
(Lot lot, BasePK deletedBy) LotAliasControl.getLotAlias
(Lot lot, LotAliasType lotAliasType) LotAliasControl.getLotAliasesByLot
(Lot lot) LotAliasControl.getLotAliasesByLotForUpdate
(Lot lot) LotAliasControl.getLotAliasForUpdate
(Lot lot, LotAliasType lotAliasType) LotAliasControl.getLotAliasTransfersByLot
(UserVisit userVisit, Lot lot) LotAliasControl.getLotAliasValueForUpdate
(Lot lot, LotAliasType lotAliasType) LotControl.getLotDetailValueForUpdate
(Lot lot) LotTimeControl.getLotTime
(Lot lot, LotTimeType lotTimeType) LotTimeControl.getLotTimeForUpdate
(Lot lot, LotTimeType lotTimeType) LotTimeControl.getLotTimesByLot
(Lot lot) LotTimeControl.getLotTimesByLotForUpdate
(Lot lot) LotTimeControl.getLotTimeTransfersByLot
(UserVisit userVisit, Lot lot) LotTimeControl.getLotTimeValueForUpdate
(Lot lot, LotTimeType lotTimeType) LotControl.getLotTransfer
(UserVisit userVisit, Lot lot) Method parameters in com.echothree.model.control.inventory.server.control with type arguments of type LotModifier and TypeMethodDescriptionvoid
LotControl.deleteLots
(Collection<Lot> lots, BasePK deletedBy) LotControl.getLotTransfers
(UserVisit userVisit, Collection<Lot> lots) -
Uses of Lot in com.echothree.model.control.inventory.server.graphql
Constructors in com.echothree.model.control.inventory.server.graphql with parameters of type Lot -
Uses of Lot in com.echothree.model.control.inventory.server.logic
Methods in com.echothree.model.control.inventory.server.logic that return LotModifier and TypeMethodDescriptionLotLogic.createLot
(ExecutionErrorAccumulator eea, String lotName, Party ownerParty, Item item, UnitOfMeasureType unitOfMeasureType, InventoryCondition inventoryCondition, Long quantity, Currency currency, Long unitCost, BasePK createdBy) LotLogic.getLotByName
(ExecutionErrorAccumulator eea, String lotName) LotLogic.getLotByName
(ExecutionErrorAccumulator eea, String lotName, EntityPermission entityPermission) LotLogic.getLotByNameForUpdate
(ExecutionErrorAccumulator eea, String lotName) LotLogic.getLotByUniversalSpec
(ExecutionErrorAccumulator eea, LotUniversalSpec universalSpec) LotLogic.getLotByUniversalSpec
(ExecutionErrorAccumulator eea, LotUniversalSpec universalSpec, EntityPermission entityPermission) LotLogic.getLotByUniversalSpecForUpdate
(ExecutionErrorAccumulator eea, LotUniversalSpec universalSpec) Methods in com.echothree.model.control.inventory.server.logic with parameters of type LotModifier and TypeMethodDescriptionvoid
LotTimeLogic.createOrUpdateLotTime
(ExecutionErrorAccumulator ema, Lot lot, String lotTimeTypeName, Long time, BasePK partyPK) void
LotTimeLogic.createOrUpdateLotTimeIfNotNull
(ExecutionErrorAccumulator ema, Lot lot, String lotTimeTypeName, Long time, BasePK partyPK) void
LotLogic.deleteLot
(ExecutionErrorAccumulator eea, Lot lot, BasePK deletedBy) void
LotTimeLogic.deleteLotTime
(ExecutionErrorAccumulator ema, Lot lot, String lotTimeTypeName, BasePK deletedBy) LotTimeLogic.getLotTime
(ExecutionErrorAccumulator ema, Lot lot, String lotTimeTypeName) -
Uses of Lot in com.echothree.model.control.inventory.server.transfer
Methods in com.echothree.model.control.inventory.server.transfer with parameters of type Lot -
Uses of Lot in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return LotModifier and TypeMethodDescriptionInventoryLocationAssignment.getLot()
InventoryLocationAssignment.getLot
(EntityPermission entityPermission) InventoryLocationAssignment.getLot
(Session session, EntityPermission entityPermission) LotAlias.getLot()
LotAlias.getLot
(EntityPermission entityPermission) LotAlias.getLot
(Session session, EntityPermission entityPermission) LotDetail.getLot()
LotDetail.getLot
(EntityPermission entityPermission) LotDetail.getLot
(Session session, EntityPermission entityPermission) LotTime.getLot()
LotTime.getLot
(EntityPermission entityPermission) LotTime.getLot
(Session session, EntityPermission entityPermission) InventoryLocationAssignment.getLotForUpdate()
InventoryLocationAssignment.getLotForUpdate
(Session session) LotAlias.getLotForUpdate()
LotAlias.getLotForUpdate
(Session session) LotDetail.getLotForUpdate()
LotDetail.getLotForUpdate
(Session session) LotTime.getLotForUpdate()
LotTime.getLotForUpdate
(Session session) Methods in com.echothree.model.data.inventory.server.entity with parameters of type Lot -
Uses of Lot in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return LotModifier and TypeMethodDescriptionLotFactory.create()
LotFactory.create
(LotDetailPK activeDetailPK, LotDetailPK lastDetailPK) LotFactory.create
(Session session, LotDetailPK activeDetailPK, LotDetailPK lastDetailPK) LotFactory.getEntityFromCache
(Session session, LotPK pk) LotFactory.getEntityFromPK
(EntityPermission entityPermission, LotPK pk) LotFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, LotPK pk) LotFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) LotFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) LotFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) LotFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) LotFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) LotFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) LotFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) LotFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) LotFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) LotFactory.getEntityFromValue
(EntityPermission entityPermission, LotValue value) LotFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, LotValue value) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type LotModifier and TypeMethodDescriptionLotFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<LotPK> pks) LotFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<LotPK> pks) LotFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) LotFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) LotFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) LotFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) LotFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) LotFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) LotFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) LotFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) LotFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type LotModifier and TypeMethodDescriptionInventoryLocationAssignmentFactory.create
(Lot lot, Location location, Long quantity, Long fromTime, Long thruTime) InventoryLocationAssignmentFactory.create
(Session session, Lot lot, Location location, Long quantity, Long fromTime, Long thruTime) LotAliasFactory.create
(Lot lot, LotAliasType lotAliasType, String alias, Long fromTime, Long thruTime) LotAliasFactory.create
(Session session, Lot lot, LotAliasType lotAliasType, String alias, 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, Lot lot, String lotName, Party ownerParty, Item item, UnitOfMeasureType unitOfMeasureType, InventoryCondition inventoryCondition, Long quantity, Currency currency, Long unitCost, Long fromTime, Long thruTime) LotTimeFactory.create
(Session session, Lot lot, LotTimeType lotTimeType, Long time, Long fromTime, Long thruTime) void
void
Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type LotModifier and TypeMethodDescriptionvoid
LotFactory.store
(Session session, Collection<Lot> entities) void
LotFactory.store
(Collection<Lot> entities)