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