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 TypeMethodDescriptionInventoryTransactionLineDetail.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 TypeMethodDescriptionInventoryTransactionLineDetailFactory.create(InventoryTransactionLinePK inventoryTransactionLinePK, InventoryTransactionPK inventoryTransactionPK, Integer inventoryTransactionLineSequence, InventoryTransactionReasonPK inventoryTransactionReasonPK, ItemPK itemPK, LotPK lotPK, InventoryAdjustmentTypePK inventoryAdjustmentTypePK, Long unitAmount, String description, Long fromTime, Long thruTime) LotAliasFactory.create(LotPK lotPK, LotAliasTypePK lotAliasTypePK, String alias, Long fromTime, Long thruTime) LotDetailFactory.create(LotPK lotPK, ItemPK itemPK, String lotIdentifier, Long fromTime, Long thruTime) LotTimeFactory.create(LotPK lotPK, LotTimeTypePK lotTimeTypePK, Long time, Long fromTime, Long thruTime) LotFactory.getEntityFromCache(LotPK pk) LotFactory.getEntityFromPK(EntityPermission entityPermission, LotPK pk) LotFactory.getValueFromPK(LotPK pk) voidbooleanMethod parameters in com.echothree.model.data.inventory.server.factory with type arguments of type LotPKModifier and TypeMethodDescriptionLotFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<LotPK> pks) LotFactory.getValuesFromPKs(Collection<LotPK> pks) voidLotFactory.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 TypeMethodDescriptionInventoryTransactionLineDetailValue.getLotPK()LotAliasValue.getLotPK()LotDetailValue.getLotPK()LotTimeValue.getLotPK()LotValue.getPrimaryKey()Methods in com.echothree.model.data.inventory.server.value with parameters of type LotPKModifier and TypeMethodDescriptionvoidvoidvoidvoidConstructors in com.echothree.model.data.inventory.server.value with parameters of type LotPKModifierConstructorDescriptionInventoryTransactionLineDetailValue(InventoryTransactionLineDetailPK inventoryTransactionLineDetailPK, InventoryTransactionLinePK inventoryTransactionLinePK, InventoryTransactionPK inventoryTransactionPK, Integer inventoryTransactionLineSequence, InventoryTransactionReasonPK inventoryTransactionReasonPK, ItemPK itemPK, LotPK lotPK, InventoryAdjustmentTypePK inventoryAdjustmentTypePK, Long unitAmount, String description, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionLineDetailValueInventoryTransactionLineDetailValue(InventoryTransactionLinePK inventoryTransactionLinePK, InventoryTransactionPK inventoryTransactionPK, Integer inventoryTransactionLineSequence, InventoryTransactionReasonPK inventoryTransactionReasonPK, ItemPK itemPK, LotPK lotPK, InventoryAdjustmentTypePK inventoryAdjustmentTypePK, Long unitAmount, String description, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionLineDetailValueLotAliasValue(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, ItemPK itemPK, String lotIdentifier, Long fromTime, Long thruTime) Creates a new instance of LotDetailValueCreates 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 -
Uses of LotPK in com.echothree.model.jooq.server.records.inventory
Methods in com.echothree.model.jooq.server.records.inventory that return LotPKModifier and TypeMethodDescriptionInventoryTransactionLineDetails.Lot()Getter forinventorytransactionlinedetails.invtrxldt_lt_lotid.LotAliases.Lot()Getter forlotaliases.ltal_lt_lotid.LotDetails.Lot()Getter forlotdetails.ltdt_lt_lotid.Lots.Lot()Getter forlots.lt_lotid.LotTimes.Lot()Getter forlottimes.lttim_lt_lotid.Methods in com.echothree.model.jooq.server.records.inventory that return types with arguments of type LotPKMethods in com.echothree.model.jooq.server.records.inventory with parameters of type LotPKModifier and TypeMethodDescriptionvoidSetter forinventorytransactionlinedetails.invtrxldt_lt_lotid.voidSetter forlotaliases.ltal_lt_lotid.voidSetter forlotdetails.ltdt_lt_lotid.voidSetter forlots.lt_lotid.voidSetter forlottimes.lttim_lt_lotid.Constructors in com.echothree.model.jooq.server.records.inventory with parameters of type LotPKModifierConstructorDescriptionInventoryTransactionLineDetails(InventoryTransactionLineDetailPK InventoryTransactionLineDetail, InventoryTransactionLinePK InventoryTransactionLine, InventoryTransactionPK InventoryTransaction, Integer InventoryTransactionLineSequence, InventoryTransactionReasonPK InventoryTransactionReason, ItemPK Item, LotPK Lot, InventoryAdjustmentTypePK InventoryAdjustmentType, Long UnitAmount, String Description, Long FromTime, Long ThruTime) Create a detached, initialised InventoryTransactionLineDetailsLotAliases(LotAliasPK LotAlias, LotPK Lot, LotAliasTypePK LotAliasType, String Alias, Long FromTime, Long ThruTime) Create a detached, initialised LotAliasesLotDetails(LotDetailPK LotDetail, LotPK Lot, ItemPK Item, String LotIdentifier, Long FromTime, Long ThruTime) Create a detached, initialised LotDetailsLots(LotPK Lot, LotDetailPK ActiveDetail, LotDetailPK LastDetail) Create a detached, initialised LotsLotTimes(LotTimePK LotTime, LotPK Lot, LotTimeTypePK LotTimeType, Long Time, Long FromTime, Long ThruTime) Create a detached, initialised LotTimes -
Uses of LotPK in com.echothree.model.jooq.server.tables.inventory
Fields in com.echothree.model.jooq.server.tables.inventory with type parameters of type LotPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<InventoryTransactionLineDetails, LotPK> InventoryTransactionLineDetails.LOTThe columninventorytransactionlinedetails.invtrxldt_lt_lotid.final org.jooq.TableField<LotAliases, LotPK> LotAliases.LOTThe columnlotaliases.ltal_lt_lotid.final org.jooq.TableField<LotDetails, LotPK> LotDetails.LOTThe columnlotdetails.ltdt_lt_lotid.Lots.LOTThe columnlots.lt_lotid.LotTimes.LOTThe columnlottimes.lttim_lt_lotid.