Uses of Class
com.echothree.model.data.inventory.common.pk.InventoryTransactionPK
Packages that use InventoryTransactionPK
Package
Description
-
Uses of InventoryTransactionPK in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryTransactionPKModifier and TypeMethodDescriptionInventoryTransactionDetail.getInventoryTransactionPK()InventoryTransactionLineDetail.getInventoryTransactionPK()InventoryTransactionRole.getInventoryTransactionPK()InventoryTransactionStatus.getInventoryTransactionPK()InventoryTransactionTime.getInventoryTransactionPK()InventoryTransaction.getPrimaryKey()Methods in com.echothree.model.data.inventory.server.entity with parameters of type InventoryTransactionPKModifier and TypeMethodDescriptionvoidInventoryTransactionDetail.setInventoryTransactionPK(InventoryTransactionPK inventoryTransactionPK) voidInventoryTransactionLineDetail.setInventoryTransactionPK(InventoryTransactionPK inventoryTransactionPK) voidInventoryTransactionRole.setInventoryTransactionPK(InventoryTransactionPK inventoryTransactionPK) voidInventoryTransactionStatus.setInventoryTransactionPK(InventoryTransactionPK inventoryTransactionPK) voidInventoryTransactionTime.setInventoryTransactionPK(InventoryTransactionPK inventoryTransactionPK) -
Uses of InventoryTransactionPK in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryTransactionPKModifier and TypeMethodDescriptionInventoryTransactionFactory.getNextPK()InventoryTransactionFactory.getPKFromQuery(PreparedStatement ps, Object... params) InventoryTransactionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryTransactionPKModifier and TypeMethodDescriptionInventoryTransactionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) InventoryTransactionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) InventoryTransactionFactory.getPKsFromResultSetAsList(ResultSet rs) InventoryTransactionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryTransactionPKModifier and TypeMethodDescriptionInventoryTransactionDetailFactory.create(InventoryTransactionPK inventoryTransactionPK, InventoryTransactionTypePK inventoryTransactionTypePK, String inventoryTransactionName, PartyPK companyPartyPK, InventoryTransactionReasonPK inventoryTransactionReasonPK, String reference, String description, 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) InventoryTransactionRoleFactory.create(InventoryTransactionPK inventoryTransactionPK, InventoryTransactionRoleTypePK inventoryTransactionRoleTypePK, PartyPK partyPK, Long fromTime, Long thruTime) InventoryTransactionStatusFactory.create(InventoryTransactionPK inventoryTransactionPK, Integer inventoryTransactionLineSequence) InventoryTransactionTimeFactory.create(InventoryTransactionPK inventoryTransactionPK, InventoryTransactionTimeTypePK inventoryTransactionTimeTypePK, Long time, Long fromTime, Long thruTime) InventoryTransactionFactory.getEntityFromCache(InventoryTransactionPK pk) InventoryTransactionFactory.getEntityFromPK(EntityPermission entityPermission, InventoryTransactionPK pk) InventoryTransactionFactory.getValueFromPK(InventoryTransactionPK pk) voidInventoryTransactionFactory.remove(InventoryTransactionPK pk) booleanInventoryTransactionFactory.validPK(InventoryTransactionPK pk) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryTransactionPKModifier and TypeMethodDescriptionInventoryTransactionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryTransactionPK> pks) InventoryTransactionFactory.getValuesFromPKs(Collection<InventoryTransactionPK> pks) voidInventoryTransactionFactory.remove(Collection<InventoryTransactionPK> pks) -
Uses of InventoryTransactionPK in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return InventoryTransactionPKModifier and TypeMethodDescriptionInventoryTransactionDetailValue.getInventoryTransactionPK()InventoryTransactionLineDetailValue.getInventoryTransactionPK()InventoryTransactionRoleValue.getInventoryTransactionPK()InventoryTransactionStatusValue.getInventoryTransactionPK()InventoryTransactionTimeValue.getInventoryTransactionPK()InventoryTransactionValue.getPrimaryKey()Methods in com.echothree.model.data.inventory.server.value with parameters of type InventoryTransactionPKModifier and TypeMethodDescriptionvoidInventoryTransactionDetailValue.setInventoryTransactionPK(InventoryTransactionPK inventoryTransactionPK) voidInventoryTransactionLineDetailValue.setInventoryTransactionPK(InventoryTransactionPK inventoryTransactionPK) voidInventoryTransactionRoleValue.setInventoryTransactionPK(InventoryTransactionPK inventoryTransactionPK) voidInventoryTransactionStatusValue.setInventoryTransactionPK(InventoryTransactionPK inventoryTransactionPK) voidInventoryTransactionTimeValue.setInventoryTransactionPK(InventoryTransactionPK inventoryTransactionPK) Constructors in com.echothree.model.data.inventory.server.value with parameters of type InventoryTransactionPKModifierConstructorDescriptionInventoryTransactionDetailValue(InventoryTransactionDetailPK inventoryTransactionDetailPK, InventoryTransactionPK inventoryTransactionPK, InventoryTransactionTypePK inventoryTransactionTypePK, String inventoryTransactionName, PartyPK companyPartyPK, InventoryTransactionReasonPK inventoryTransactionReasonPK, String reference, String description, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionDetailValueInventoryTransactionDetailValue(InventoryTransactionPK inventoryTransactionPK, InventoryTransactionTypePK inventoryTransactionTypePK, String inventoryTransactionName, PartyPK companyPartyPK, InventoryTransactionReasonPK inventoryTransactionReasonPK, String reference, String description, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionDetailValueInventoryTransactionLineDetailValue(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 InventoryTransactionLineDetailValueInventoryTransactionRoleValue(InventoryTransactionPK inventoryTransactionPK, InventoryTransactionRoleTypePK inventoryTransactionRoleTypePK, PartyPK partyPK, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionRoleValueInventoryTransactionRoleValue(InventoryTransactionRolePK inventoryTransactionRolePK, InventoryTransactionPK inventoryTransactionPK, InventoryTransactionRoleTypePK inventoryTransactionRoleTypePK, PartyPK partyPK, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionRoleValueInventoryTransactionStatusValue(InventoryTransactionPK inventoryTransactionPK, Integer inventoryTransactionLineSequence) Creates a new instance of InventoryTransactionStatusValueInventoryTransactionStatusValue(InventoryTransactionStatusPK inventoryTransactionStatusPK, InventoryTransactionPK inventoryTransactionPK, Integer inventoryTransactionLineSequence) Creates a new instance of InventoryTransactionStatusValueInventoryTransactionTimeValue(InventoryTransactionPK inventoryTransactionPK, InventoryTransactionTimeTypePK inventoryTransactionTimeTypePK, Long time, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionTimeValueInventoryTransactionTimeValue(InventoryTransactionTimePK inventoryTransactionTimePK, InventoryTransactionPK inventoryTransactionPK, InventoryTransactionTimeTypePK inventoryTransactionTimeTypePK, Long time, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionTimeValueInventoryTransactionValue(InventoryTransactionPK inventoryTransactionPK, InventoryTransactionDetailPK activeDetailPK, InventoryTransactionDetailPK lastDetailPK) Creates a new instance of InventoryTransactionValue -
Uses of InventoryTransactionPK in com.echothree.model.jooq.server.records.inventory
Methods in com.echothree.model.jooq.server.records.inventory that return InventoryTransactionPKModifier and TypeMethodDescriptionInventoryTransactionDetails.InventoryTransaction()Getter forinventorytransactiondetails.invtrxdt_invtrx_inventorytransactionid.InventoryTransactionLineDetails.InventoryTransaction()Getter forinventorytransactionlinedetails.invtrxldt_invtrx_inventorytransactionid.InventoryTransactionRoles.InventoryTransaction()Getter forinventorytransactionroles.invtrxr_invtrx_inventorytransactionid.InventoryTransactions.InventoryTransaction()Getter forinventorytransactions.invtrx_inventorytransactionid.InventoryTransactionStatuses.InventoryTransaction()Getter forinventorytransactionstatuses.invtrxst_invtrx_inventorytransactionid.InventoryTransactionTimes.InventoryTransaction()Getter forinventorytransactiontimes.invtrxtim_invtrx_inventorytransactionid.Methods in com.echothree.model.jooq.server.records.inventory that return types with arguments of type InventoryTransactionPKModifier and TypeMethodDescriptionorg.jooq.Record1<InventoryTransactionPK> InventoryTransactions.key()Methods in com.echothree.model.jooq.server.records.inventory with parameters of type InventoryTransactionPKModifier and TypeMethodDescriptionvoidInventoryTransactionDetails.InventoryTransaction(InventoryTransactionPK value) Setter forinventorytransactiondetails.invtrxdt_invtrx_inventorytransactionid.voidInventoryTransactionLineDetails.InventoryTransaction(InventoryTransactionPK value) Setter forinventorytransactionlinedetails.invtrxldt_invtrx_inventorytransactionid.voidInventoryTransactionRoles.InventoryTransaction(InventoryTransactionPK value) Setter forinventorytransactionroles.invtrxr_invtrx_inventorytransactionid.voidInventoryTransactions.InventoryTransaction(InventoryTransactionPK value) Setter forinventorytransactions.invtrx_inventorytransactionid.voidInventoryTransactionStatuses.InventoryTransaction(InventoryTransactionPK value) Setter forinventorytransactionstatuses.invtrxst_invtrx_inventorytransactionid.voidInventoryTransactionTimes.InventoryTransaction(InventoryTransactionPK value) Setter forinventorytransactiontimes.invtrxtim_invtrx_inventorytransactionid.Constructors in com.echothree.model.jooq.server.records.inventory with parameters of type InventoryTransactionPKModifierConstructorDescriptionInventoryTransactionDetails(InventoryTransactionDetailPK InventoryTransactionDetail, InventoryTransactionPK InventoryTransaction, InventoryTransactionTypePK InventoryTransactionType, String InventoryTransactionName, PartyPK CompanyParty, InventoryTransactionReasonPK InventoryTransactionReason, String Reference, String Description, Long FromTime, Long ThruTime) Create a detached, initialised InventoryTransactionDetailsInventoryTransactionLineDetails(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 InventoryTransactionLineDetailsInventoryTransactionRoles(InventoryTransactionRolePK InventoryTransactionRole, InventoryTransactionPK InventoryTransaction, InventoryTransactionRoleTypePK InventoryTransactionRoleType, PartyPK Party, Long FromTime, Long ThruTime) Create a detached, initialised InventoryTransactionRolesInventoryTransactions(InventoryTransactionPK InventoryTransaction, InventoryTransactionDetailPK ActiveDetail, InventoryTransactionDetailPK LastDetail) Create a detached, initialised InventoryTransactionsInventoryTransactionStatuses(InventoryTransactionStatusPK InventoryTransactionStatus, InventoryTransactionPK InventoryTransaction, Integer InventoryTransactionLineSequence) Create a detached, initialised InventoryTransactionStatusesInventoryTransactionTimes(InventoryTransactionTimePK InventoryTransactionTime, InventoryTransactionPK InventoryTransaction, InventoryTransactionTimeTypePK InventoryTransactionTimeType, Long Time, Long FromTime, Long ThruTime) Create a detached, initialised InventoryTransactionTimes -
Uses of InventoryTransactionPK in com.echothree.model.jooq.server.tables.inventory
Fields in com.echothree.model.jooq.server.tables.inventory with type parameters of type InventoryTransactionPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<InventoryTransactionDetails, InventoryTransactionPK> InventoryTransactionDetails.INVENTORY_TRANSACTIONThe columninventorytransactiondetails.invtrxdt_invtrx_inventorytransactionid.final org.jooq.TableField<InventoryTransactionLineDetails, InventoryTransactionPK> InventoryTransactionLineDetails.INVENTORY_TRANSACTIONThe columninventorytransactionlinedetails.invtrxldt_invtrx_inventorytransactionid.final org.jooq.TableField<InventoryTransactionRoles, InventoryTransactionPK> InventoryTransactionRoles.INVENTORY_TRANSACTIONThe columninventorytransactionroles.invtrxr_invtrx_inventorytransactionid.final org.jooq.TableField<InventoryTransactions, InventoryTransactionPK> InventoryTransactions.INVENTORY_TRANSACTIONThe columninventorytransactions.invtrx_inventorytransactionid.final org.jooq.TableField<InventoryTransactionStatuses, InventoryTransactionPK> InventoryTransactionStatuses.INVENTORY_TRANSACTIONThe columninventorytransactionstatuses.invtrxst_invtrx_inventorytransactionid.final org.jooq.TableField<InventoryTransactionTimes, InventoryTransactionPK> InventoryTransactionTimes.INVENTORY_TRANSACTIONThe columninventorytransactiontimes.invtrxtim_invtrx_inventorytransactionid.