Uses of Class
com.echothree.model.data.inventory.common.pk.InventoryTransactionLineDetailPK
Packages that use InventoryTransactionLineDetailPK
Package
Description
-
Uses of InventoryTransactionLineDetailPK in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryTransactionLineDetailPKModifier and TypeMethodDescriptionInventoryTransactionLine.getActiveDetailPK()InventoryTransactionLine.getLastDetailPK()InventoryTransactionLineDetail.getPrimaryKey()Methods in com.echothree.model.data.inventory.server.entity with parameters of type InventoryTransactionLineDetailPKModifier and TypeMethodDescriptionvoidInventoryTransactionLine.setActiveDetailPK(InventoryTransactionLineDetailPK activeDetailPK) voidInventoryTransactionLine.setLastDetailPK(InventoryTransactionLineDetailPK lastDetailPK) -
Uses of InventoryTransactionLineDetailPK in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryTransactionLineDetailPKModifier and TypeMethodDescriptionInventoryTransactionLineDetailFactory.getNextPK()InventoryTransactionLineDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) InventoryTransactionLineDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryTransactionLineDetailPKModifier and TypeMethodDescriptionInventoryTransactionLineDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) InventoryTransactionLineDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) InventoryTransactionLineDetailFactory.getPKsFromResultSetAsList(ResultSet rs) InventoryTransactionLineDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryTransactionLineDetailPKModifier and TypeMethodDescriptionInventoryTransactionLineFactory.create(InventoryTransactionLineDetailPK activeDetailPK, InventoryTransactionLineDetailPK lastDetailPK) InventoryTransactionLineDetailFactory.getEntityFromCache(InventoryTransactionLineDetailPK pk) InventoryTransactionLineDetailFactory.getEntityFromPK(EntityPermission entityPermission, InventoryTransactionLineDetailPK pk) InventoryTransactionLineDetailFactory.getValueFromPK(InventoryTransactionLineDetailPK pk) voidInventoryTransactionLineDetailFactory.remove(InventoryTransactionLineDetailPK pk) booleanInventoryTransactionLineDetailFactory.validPK(InventoryTransactionLineDetailPK pk) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryTransactionLineDetailPKModifier and TypeMethodDescriptionInventoryTransactionLineDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryTransactionLineDetailPK> pks) InventoryTransactionLineDetailFactory.getValuesFromPKs(Collection<InventoryTransactionLineDetailPK> pks) voidInventoryTransactionLineDetailFactory.remove(Collection<InventoryTransactionLineDetailPK> pks) -
Uses of InventoryTransactionLineDetailPK in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return InventoryTransactionLineDetailPKModifier and TypeMethodDescriptionInventoryTransactionLineValue.getActiveDetailPK()InventoryTransactionLineValue.getLastDetailPK()InventoryTransactionLineDetailValue.getPrimaryKey()Methods in com.echothree.model.data.inventory.server.value with parameters of type InventoryTransactionLineDetailPKModifier and TypeMethodDescriptionvoidInventoryTransactionLineValue.setActiveDetailPK(InventoryTransactionLineDetailPK activeDetailPK) voidInventoryTransactionLineValue.setLastDetailPK(InventoryTransactionLineDetailPK lastDetailPK) Constructors in com.echothree.model.data.inventory.server.value with parameters of type InventoryTransactionLineDetailPKModifierConstructorDescriptionInventoryTransactionLineDetailValue(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 InventoryTransactionLineDetailValueInventoryTransactionLineValue(InventoryTransactionLineDetailPK activeDetailPK, InventoryTransactionLineDetailPK lastDetailPK) Creates a new instance of InventoryTransactionLineValueInventoryTransactionLineValue(InventoryTransactionLinePK inventoryTransactionLinePK, InventoryTransactionLineDetailPK activeDetailPK, InventoryTransactionLineDetailPK lastDetailPK) Creates a new instance of InventoryTransactionLineValue -
Uses of InventoryTransactionLineDetailPK in com.echothree.model.jooq.server.records.inventory
Methods in com.echothree.model.jooq.server.records.inventory that return InventoryTransactionLineDetailPKModifier and TypeMethodDescriptionInventoryTransactionLines.ActiveDetail()Getter forinventorytransactionlines.invtrxl_activedetailid.InventoryTransactionLineDetails.InventoryTransactionLineDetail()Getter forinventorytransactionlinedetails.invtrxldt_inventorytransactionlinedetailid.InventoryTransactionLines.LastDetail()Getter forinventorytransactionlines.invtrxl_lastdetailid.Methods in com.echothree.model.jooq.server.records.inventory that return types with arguments of type InventoryTransactionLineDetailPKModifier and TypeMethodDescriptionorg.jooq.Record1<InventoryTransactionLineDetailPK> InventoryTransactionLineDetails.key()Methods in com.echothree.model.jooq.server.records.inventory with parameters of type InventoryTransactionLineDetailPKModifier and TypeMethodDescriptionvoidInventoryTransactionLines.ActiveDetail(InventoryTransactionLineDetailPK value) Setter forinventorytransactionlines.invtrxl_activedetailid.voidInventoryTransactionLineDetails.InventoryTransactionLineDetail(InventoryTransactionLineDetailPK value) Setter forinventorytransactionlinedetails.invtrxldt_inventorytransactionlinedetailid.voidInventoryTransactionLines.LastDetail(InventoryTransactionLineDetailPK value) Setter forinventorytransactionlines.invtrxl_lastdetailid.Constructors in com.echothree.model.jooq.server.records.inventory with parameters of type InventoryTransactionLineDetailPKModifierConstructorDescriptionInventoryTransactionLineDetails(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 InventoryTransactionLineDetailsInventoryTransactionLines(InventoryTransactionLinePK InventoryTransactionLine, InventoryTransactionLineDetailPK ActiveDetail, InventoryTransactionLineDetailPK LastDetail) Create a detached, initialised InventoryTransactionLines -
Uses of InventoryTransactionLineDetailPK in com.echothree.model.jooq.server.tables.inventory
Fields in com.echothree.model.jooq.server.tables.inventory with type parameters of type InventoryTransactionLineDetailPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<InventoryTransactionLines, InventoryTransactionLineDetailPK> InventoryTransactionLines.ACTIVE_DETAILThe columninventorytransactionlines.invtrxl_activedetailid.final org.jooq.TableField<InventoryTransactionLineDetails, InventoryTransactionLineDetailPK> InventoryTransactionLineDetails.INVENTORY_TRANSACTION_LINE_DETAILThe columninventorytransactionlinedetails.invtrxldt_inventorytransactionlinedetailid.final org.jooq.TableField<InventoryTransactionLines, InventoryTransactionLineDetailPK> InventoryTransactionLines.LAST_DETAILThe columninventorytransactionlines.invtrxl_lastdetailid.