Uses of Class
com.echothree.model.data.inventory.common.pk.InventoryTransactionLinePK
Packages that use InventoryTransactionLinePK
Package
Description
-
Uses of InventoryTransactionLinePK in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryTransactionLinePKModifier and TypeMethodDescriptionInventoryLayerDetail.getInventoryTransactionLinePK()InventoryTransactionLineDestination.getInventoryTransactionLinePK()InventoryTransactionLineDetail.getInventoryTransactionLinePK()InventoryTransactionLineRole.getInventoryTransactionLinePK()InventoryTransactionLineSource.getInventoryTransactionLinePK()InventoryTransactionLineStatus.getInventoryTransactionLinePK()InventoryTransactionLineTime.getInventoryTransactionLinePK()InventoryTransactionLine.getPrimaryKey()Methods in com.echothree.model.data.inventory.server.entity with parameters of type InventoryTransactionLinePKModifier and TypeMethodDescriptionvoidInventoryLayerDetail.setInventoryTransactionLinePK(InventoryTransactionLinePK inventoryTransactionLinePK) voidInventoryTransactionLineDestination.setInventoryTransactionLinePK(InventoryTransactionLinePK inventoryTransactionLinePK) voidInventoryTransactionLineDetail.setInventoryTransactionLinePK(InventoryTransactionLinePK inventoryTransactionLinePK) voidInventoryTransactionLineRole.setInventoryTransactionLinePK(InventoryTransactionLinePK inventoryTransactionLinePK) voidInventoryTransactionLineSource.setInventoryTransactionLinePK(InventoryTransactionLinePK inventoryTransactionLinePK) voidInventoryTransactionLineStatus.setInventoryTransactionLinePK(InventoryTransactionLinePK inventoryTransactionLinePK) voidInventoryTransactionLineTime.setInventoryTransactionLinePK(InventoryTransactionLinePK inventoryTransactionLinePK) -
Uses of InventoryTransactionLinePK in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryTransactionLinePKModifier and TypeMethodDescriptionInventoryTransactionLineFactory.getNextPK()InventoryTransactionLineFactory.getPKFromQuery(PreparedStatement ps, Object... params) InventoryTransactionLineFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryTransactionLinePKModifier and TypeMethodDescriptionInventoryTransactionLineFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) InventoryTransactionLineFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) InventoryTransactionLineFactory.getPKsFromResultSetAsList(ResultSet rs) InventoryTransactionLineFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryTransactionLinePKModifier and TypeMethodDescriptionInventoryLayerDetailFactory.create(InventoryLayerPK inventoryLayerPK, Integer inventoryLayerSequence, InventoryTransactionLinePK inventoryTransactionLinePK, Long receiptQuantity, Long unitAmount, String description, Long fromTime, Long thruTime) InventoryTransactionLineDestinationFactory.create(InventoryTransactionLinePK inventoryTransactionLinePK, PartyPK destinationOwnerPartyPK, LocationPK destinationLocationPK, InventoryConditionPK destinationInventoryConditionPK, UnitOfMeasureTypePK destinationUnitOfMeasureTypePK, Long fromTime, Long thruTime) InventoryTransactionLineDetailFactory.create(InventoryTransactionLinePK inventoryTransactionLinePK, InventoryTransactionPK inventoryTransactionPK, Integer inventoryTransactionLineSequence, InventoryTransactionReasonPK inventoryTransactionReasonPK, ItemPK itemPK, LotPK lotPK, InventoryAdjustmentTypePK inventoryAdjustmentTypePK, Long unitAmount, String description, Long fromTime, Long thruTime) InventoryTransactionLineRoleFactory.create(InventoryTransactionLinePK inventoryTransactionLinePK, InventoryTransactionRoleTypePK inventoryTransactionRoleTypePK, PartyPK partyPK, Long fromTime, Long thruTime) InventoryTransactionLineSourceFactory.create(InventoryTransactionLinePK inventoryTransactionLinePK, PartyPK sourceOwnerPartyPK, LocationPK sourceLocationPK, InventoryConditionPK sourceInventoryConditionPK, UnitOfMeasureTypePK sourceUnitOfMeasureTypePK, Long fromTime, Long thruTime) InventoryTransactionLineStatusFactory.create(InventoryTransactionLinePK inventoryTransactionLinePK, Long quantity) InventoryTransactionLineTimeFactory.create(InventoryTransactionLinePK inventoryTransactionLinePK, InventoryTransactionTimeTypePK inventoryTransactionTimeTypePK, Long time, Long fromTime, Long thruTime) InventoryTransactionLineFactory.getEntityFromCache(InventoryTransactionLinePK pk) InventoryTransactionLineFactory.getEntityFromPK(EntityPermission entityPermission, InventoryTransactionLinePK pk) InventoryTransactionLineFactory.getValueFromPK(InventoryTransactionLinePK pk) voidInventoryTransactionLineFactory.remove(InventoryTransactionLinePK pk) booleanInventoryTransactionLineFactory.validPK(InventoryTransactionLinePK pk) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryTransactionLinePKModifier and TypeMethodDescriptionInventoryTransactionLineFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryTransactionLinePK> pks) InventoryTransactionLineFactory.getValuesFromPKs(Collection<InventoryTransactionLinePK> pks) voidInventoryTransactionLineFactory.remove(Collection<InventoryTransactionLinePK> pks) -
Uses of InventoryTransactionLinePK in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return InventoryTransactionLinePKModifier and TypeMethodDescriptionInventoryLayerDetailValue.getInventoryTransactionLinePK()InventoryTransactionLineDestinationValue.getInventoryTransactionLinePK()InventoryTransactionLineDetailValue.getInventoryTransactionLinePK()InventoryTransactionLineRoleValue.getInventoryTransactionLinePK()InventoryTransactionLineSourceValue.getInventoryTransactionLinePK()InventoryTransactionLineStatusValue.getInventoryTransactionLinePK()InventoryTransactionLineTimeValue.getInventoryTransactionLinePK()InventoryTransactionLineValue.getPrimaryKey()Methods in com.echothree.model.data.inventory.server.value with parameters of type InventoryTransactionLinePKModifier and TypeMethodDescriptionvoidInventoryLayerDetailValue.setInventoryTransactionLinePK(InventoryTransactionLinePK inventoryTransactionLinePK) voidInventoryTransactionLineDestinationValue.setInventoryTransactionLinePK(InventoryTransactionLinePK inventoryTransactionLinePK) voidInventoryTransactionLineDetailValue.setInventoryTransactionLinePK(InventoryTransactionLinePK inventoryTransactionLinePK) voidInventoryTransactionLineRoleValue.setInventoryTransactionLinePK(InventoryTransactionLinePK inventoryTransactionLinePK) voidInventoryTransactionLineSourceValue.setInventoryTransactionLinePK(InventoryTransactionLinePK inventoryTransactionLinePK) voidInventoryTransactionLineStatusValue.setInventoryTransactionLinePK(InventoryTransactionLinePK inventoryTransactionLinePK) voidInventoryTransactionLineTimeValue.setInventoryTransactionLinePK(InventoryTransactionLinePK inventoryTransactionLinePK) Constructors in com.echothree.model.data.inventory.server.value with parameters of type InventoryTransactionLinePKModifierConstructorDescriptionInventoryLayerDetailValue(InventoryLayerDetailPK inventoryLayerDetailPK, InventoryLayerPK inventoryLayerPK, Integer inventoryLayerSequence, InventoryTransactionLinePK inventoryTransactionLinePK, Long receiptQuantity, Long unitAmount, String description, Long fromTime, Long thruTime) Creates a new instance of InventoryLayerDetailValueInventoryLayerDetailValue(InventoryLayerPK inventoryLayerPK, Integer inventoryLayerSequence, InventoryTransactionLinePK inventoryTransactionLinePK, Long receiptQuantity, Long unitAmount, String description, Long fromTime, Long thruTime) Creates a new instance of InventoryLayerDetailValueInventoryTransactionLineDestinationValue(InventoryTransactionLineDestinationPK inventoryTransactionLineDestinationPK, InventoryTransactionLinePK inventoryTransactionLinePK, PartyPK destinationOwnerPartyPK, LocationPK destinationLocationPK, InventoryConditionPK destinationInventoryConditionPK, UnitOfMeasureTypePK destinationUnitOfMeasureTypePK, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionLineDestinationValueInventoryTransactionLineDestinationValue(InventoryTransactionLinePK inventoryTransactionLinePK, PartyPK destinationOwnerPartyPK, LocationPK destinationLocationPK, InventoryConditionPK destinationInventoryConditionPK, UnitOfMeasureTypePK destinationUnitOfMeasureTypePK, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionLineDestinationValueInventoryTransactionLineDetailValue(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 InventoryTransactionLineDetailValueInventoryTransactionLineRoleValue(InventoryTransactionLinePK inventoryTransactionLinePK, InventoryTransactionRoleTypePK inventoryTransactionRoleTypePK, PartyPK partyPK, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionLineRoleValueInventoryTransactionLineRoleValue(InventoryTransactionLineRolePK inventoryTransactionLineRolePK, InventoryTransactionLinePK inventoryTransactionLinePK, InventoryTransactionRoleTypePK inventoryTransactionRoleTypePK, PartyPK partyPK, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionLineRoleValueInventoryTransactionLineSourceValue(InventoryTransactionLinePK inventoryTransactionLinePK, PartyPK sourceOwnerPartyPK, LocationPK sourceLocationPK, InventoryConditionPK sourceInventoryConditionPK, UnitOfMeasureTypePK sourceUnitOfMeasureTypePK, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionLineSourceValueInventoryTransactionLineSourceValue(InventoryTransactionLineSourcePK inventoryTransactionLineSourcePK, InventoryTransactionLinePK inventoryTransactionLinePK, PartyPK sourceOwnerPartyPK, LocationPK sourceLocationPK, InventoryConditionPK sourceInventoryConditionPK, UnitOfMeasureTypePK sourceUnitOfMeasureTypePK, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionLineSourceValueInventoryTransactionLineStatusValue(InventoryTransactionLinePK inventoryTransactionLinePK, Long quantity) Creates a new instance of InventoryTransactionLineStatusValueInventoryTransactionLineStatusValue(InventoryTransactionLineStatusPK inventoryTransactionLineStatusPK, InventoryTransactionLinePK inventoryTransactionLinePK, Long quantity) Creates a new instance of InventoryTransactionLineStatusValueInventoryTransactionLineTimeValue(InventoryTransactionLinePK inventoryTransactionLinePK, InventoryTransactionTimeTypePK inventoryTransactionTimeTypePK, Long time, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionLineTimeValueInventoryTransactionLineTimeValue(InventoryTransactionLineTimePK inventoryTransactionLineTimePK, InventoryTransactionLinePK inventoryTransactionLinePK, InventoryTransactionTimeTypePK inventoryTransactionTimeTypePK, Long time, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionLineTimeValueInventoryTransactionLineValue(InventoryTransactionLinePK inventoryTransactionLinePK, InventoryTransactionLineDetailPK activeDetailPK, InventoryTransactionLineDetailPK lastDetailPK) Creates a new instance of InventoryTransactionLineValue -
Uses of InventoryTransactionLinePK in com.echothree.model.jooq.server.records.inventory
Methods in com.echothree.model.jooq.server.records.inventory that return InventoryTransactionLinePKModifier and TypeMethodDescriptionInventoryLayerDetails.InventoryTransactionLine()Getter forinventorylayerdetails.invldt_invtrxl_inventorytransactionlineid.InventoryTransactionLineDestinations.InventoryTransactionLine()Getter forinventorytransactionlinedestinations.invtrxldn_invtrxl_inventorytransactionlineid.InventoryTransactionLineDetails.InventoryTransactionLine()Getter forinventorytransactionlinedetails.invtrxldt_invtrxl_inventorytransactionlineid.InventoryTransactionLineRoles.InventoryTransactionLine()Getter forinventorytransactionlineroles.invtrxlr_invtrxl_inventorytransactionlineid.InventoryTransactionLines.InventoryTransactionLine()Getter forinventorytransactionlines.invtrxl_inventorytransactionlineid.InventoryTransactionLineSources.InventoryTransactionLine()Getter forinventorytransactionlinesources.invtrxlsrc_invtrxl_inventorytransactionlineid.InventoryTransactionLineStatuses.InventoryTransactionLine()Getter forinventorytransactionlinestatuses.invtrxlst_invtrxl_inventorytransactionlineid.InventoryTransactionLineTimes.InventoryTransactionLine()Getter forinventorytransactionlinetimes.invtrxltim_invtrxl_inventorytransactionlineid.Methods in com.echothree.model.jooq.server.records.inventory that return types with arguments of type InventoryTransactionLinePKModifier and TypeMethodDescriptionorg.jooq.Record1<InventoryTransactionLinePK> InventoryTransactionLines.key()Methods in com.echothree.model.jooq.server.records.inventory with parameters of type InventoryTransactionLinePKModifier and TypeMethodDescriptionvoidInventoryLayerDetails.InventoryTransactionLine(InventoryTransactionLinePK value) Setter forinventorylayerdetails.invldt_invtrxl_inventorytransactionlineid.voidInventoryTransactionLineDestinations.InventoryTransactionLine(InventoryTransactionLinePK value) Setter forinventorytransactionlinedestinations.invtrxldn_invtrxl_inventorytransactionlineid.voidInventoryTransactionLineDetails.InventoryTransactionLine(InventoryTransactionLinePK value) Setter forinventorytransactionlinedetails.invtrxldt_invtrxl_inventorytransactionlineid.voidInventoryTransactionLineRoles.InventoryTransactionLine(InventoryTransactionLinePK value) Setter forinventorytransactionlineroles.invtrxlr_invtrxl_inventorytransactionlineid.voidInventoryTransactionLines.InventoryTransactionLine(InventoryTransactionLinePK value) Setter forinventorytransactionlines.invtrxl_inventorytransactionlineid.voidInventoryTransactionLineSources.InventoryTransactionLine(InventoryTransactionLinePK value) Setter forinventorytransactionlinesources.invtrxlsrc_invtrxl_inventorytransactionlineid.voidInventoryTransactionLineStatuses.InventoryTransactionLine(InventoryTransactionLinePK value) Setter forinventorytransactionlinestatuses.invtrxlst_invtrxl_inventorytransactionlineid.voidInventoryTransactionLineTimes.InventoryTransactionLine(InventoryTransactionLinePK value) Setter forinventorytransactionlinetimes.invtrxltim_invtrxl_inventorytransactionlineid.Constructors in com.echothree.model.jooq.server.records.inventory with parameters of type InventoryTransactionLinePKModifierConstructorDescriptionInventoryLayerDetails(InventoryLayerDetailPK InventoryLayerDetail, InventoryLayerPK InventoryLayer, Integer InventoryLayerSequence, InventoryTransactionLinePK InventoryTransactionLine, Long ReceiptQuantity, Long UnitAmount, String Description, Long FromTime, Long ThruTime) Create a detached, initialised InventoryLayerDetailsInventoryTransactionLineDestinations(InventoryTransactionLineDestinationPK InventoryTransactionLineDestination, InventoryTransactionLinePK InventoryTransactionLine, PartyPK DestinationOwnerParty, LocationPK DestinationLocation, InventoryConditionPK DestinationInventoryCondition, UnitOfMeasureTypePK DestinationUnitOfMeasureType, Long FromTime, Long ThruTime) Create a detached, initialised InventoryTransactionLineDestinationsInventoryTransactionLineDetails(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 InventoryTransactionLineDetailsInventoryTransactionLineRoles(InventoryTransactionLineRolePK InventoryTransactionLineRole, InventoryTransactionLinePK InventoryTransactionLine, InventoryTransactionRoleTypePK InventoryTransactionRoleType, PartyPK Party, Long FromTime, Long ThruTime) Create a detached, initialised InventoryTransactionLineRolesInventoryTransactionLines(InventoryTransactionLinePK InventoryTransactionLine, InventoryTransactionLineDetailPK ActiveDetail, InventoryTransactionLineDetailPK LastDetail) Create a detached, initialised InventoryTransactionLinesInventoryTransactionLineSources(InventoryTransactionLineSourcePK InventoryTransactionLineSource, InventoryTransactionLinePK InventoryTransactionLine, PartyPK SourceOwnerParty, LocationPK SourceLocation, InventoryConditionPK SourceInventoryCondition, UnitOfMeasureTypePK SourceUnitOfMeasureType, Long FromTime, Long ThruTime) Create a detached, initialised InventoryTransactionLineSourcesInventoryTransactionLineStatuses(InventoryTransactionLineStatusPK InventoryTransactionLineStatus, InventoryTransactionLinePK InventoryTransactionLine, Long Quantity) Create a detached, initialised InventoryTransactionLineStatusesInventoryTransactionLineTimes(InventoryTransactionLineTimePK InventoryTransactionLineTime, InventoryTransactionLinePK InventoryTransactionLine, InventoryTransactionTimeTypePK InventoryTransactionTimeType, Long Time, Long FromTime, Long ThruTime) Create a detached, initialised InventoryTransactionLineTimes -
Uses of InventoryTransactionLinePK in com.echothree.model.jooq.server.tables.inventory
Fields in com.echothree.model.jooq.server.tables.inventory with type parameters of type InventoryTransactionLinePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<InventoryLayerDetails, InventoryTransactionLinePK> InventoryLayerDetails.INVENTORY_TRANSACTION_LINEThe columninventorylayerdetails.invldt_invtrxl_inventorytransactionlineid.final org.jooq.TableField<InventoryTransactionLineDestinations, InventoryTransactionLinePK> InventoryTransactionLineDestinations.INVENTORY_TRANSACTION_LINEThe columninventorytransactionlinedestinations.invtrxldn_invtrxl_inventorytransactionlineid.final org.jooq.TableField<InventoryTransactionLineDetails, InventoryTransactionLinePK> InventoryTransactionLineDetails.INVENTORY_TRANSACTION_LINEThe columninventorytransactionlinedetails.invtrxldt_invtrxl_inventorytransactionlineid.final org.jooq.TableField<InventoryTransactionLineRoles, InventoryTransactionLinePK> InventoryTransactionLineRoles.INVENTORY_TRANSACTION_LINEThe columninventorytransactionlineroles.invtrxlr_invtrxl_inventorytransactionlineid.final org.jooq.TableField<InventoryTransactionLines, InventoryTransactionLinePK> InventoryTransactionLines.INVENTORY_TRANSACTION_LINEThe columninventorytransactionlines.invtrxl_inventorytransactionlineid.final org.jooq.TableField<InventoryTransactionLineSources, InventoryTransactionLinePK> InventoryTransactionLineSources.INVENTORY_TRANSACTION_LINEThe columninventorytransactionlinesources.invtrxlsrc_invtrxl_inventorytransactionlineid.final org.jooq.TableField<InventoryTransactionLineStatuses, InventoryTransactionLinePK> InventoryTransactionLineStatuses.INVENTORY_TRANSACTION_LINEThe columninventorytransactionlinestatuses.invtrxlst_invtrxl_inventorytransactionlineid.final org.jooq.TableField<InventoryTransactionLineTimes, InventoryTransactionLinePK> InventoryTransactionLineTimes.INVENTORY_TRANSACTION_LINEThe columninventorytransactionlinetimes.invtrxltim_invtrxl_inventorytransactionlineid.