Uses of Class
com.echothree.model.data.inventory.common.pk.InventoryTransactionReasonPK
Packages that use InventoryTransactionReasonPK
Package
Description
-
Uses of InventoryTransactionReasonPK in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryTransactionReasonPKModifier and TypeMethodDescriptionInventoryTransactionDetail.getInventoryTransactionReasonPK()InventoryTransactionLineDetail.getInventoryTransactionReasonPK()InventoryTransactionReasonDescription.getInventoryTransactionReasonPK()InventoryTransactionReasonDetail.getInventoryTransactionReasonPK()InventoryTransactionReason.getPrimaryKey()Methods in com.echothree.model.data.inventory.server.entity with parameters of type InventoryTransactionReasonPKModifier and TypeMethodDescriptionvoidInventoryTransactionDetail.setInventoryTransactionReasonPK(InventoryTransactionReasonPK inventoryTransactionReasonPK) voidInventoryTransactionLineDetail.setInventoryTransactionReasonPK(InventoryTransactionReasonPK inventoryTransactionReasonPK) voidInventoryTransactionReasonDescription.setInventoryTransactionReasonPK(InventoryTransactionReasonPK inventoryTransactionReasonPK) voidInventoryTransactionReasonDetail.setInventoryTransactionReasonPK(InventoryTransactionReasonPK inventoryTransactionReasonPK) -
Uses of InventoryTransactionReasonPK in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryTransactionReasonPKModifier and TypeMethodDescriptionInventoryTransactionReasonFactory.getNextPK()InventoryTransactionReasonFactory.getPKFromQuery(PreparedStatement ps, Object... params) InventoryTransactionReasonFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryTransactionReasonPKModifier and TypeMethodDescriptionInventoryTransactionReasonFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) InventoryTransactionReasonFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) InventoryTransactionReasonFactory.getPKsFromResultSetAsList(ResultSet rs) InventoryTransactionReasonFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryTransactionReasonPKModifier 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) InventoryTransactionReasonDescriptionFactory.create(InventoryTransactionReasonPK inventoryTransactionReasonPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) InventoryTransactionReasonDetailFactory.create(InventoryTransactionReasonPK inventoryTransactionReasonPK, InventoryTransactionTypePK inventoryTransactionTypePK, String inventoryTransactionReasonName, InventoryDispositionPK inventoryDispositionPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) InventoryTransactionReasonFactory.getEntityFromCache(InventoryTransactionReasonPK pk) InventoryTransactionReasonFactory.getEntityFromPK(EntityPermission entityPermission, InventoryTransactionReasonPK pk) InventoryTransactionReasonFactory.getValueFromPK(InventoryTransactionReasonPK pk) voidInventoryTransactionReasonFactory.remove(InventoryTransactionReasonPK pk) booleanInventoryTransactionReasonFactory.validPK(InventoryTransactionReasonPK pk) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryTransactionReasonPKModifier and TypeMethodDescriptionInventoryTransactionReasonFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryTransactionReasonPK> pks) InventoryTransactionReasonFactory.getValuesFromPKs(Collection<InventoryTransactionReasonPK> pks) voidInventoryTransactionReasonFactory.remove(Collection<InventoryTransactionReasonPK> pks) -
Uses of InventoryTransactionReasonPK in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return InventoryTransactionReasonPKModifier and TypeMethodDescriptionInventoryTransactionDetailValue.getInventoryTransactionReasonPK()InventoryTransactionLineDetailValue.getInventoryTransactionReasonPK()InventoryTransactionReasonDescriptionValue.getInventoryTransactionReasonPK()InventoryTransactionReasonDetailValue.getInventoryTransactionReasonPK()InventoryTransactionReasonValue.getPrimaryKey()Methods in com.echothree.model.data.inventory.server.value with parameters of type InventoryTransactionReasonPKModifier and TypeMethodDescriptionvoidInventoryTransactionDetailValue.setInventoryTransactionReasonPK(InventoryTransactionReasonPK inventoryTransactionReasonPK) voidInventoryTransactionLineDetailValue.setInventoryTransactionReasonPK(InventoryTransactionReasonPK inventoryTransactionReasonPK) voidInventoryTransactionReasonDescriptionValue.setInventoryTransactionReasonPK(InventoryTransactionReasonPK inventoryTransactionReasonPK) voidInventoryTransactionReasonDetailValue.setInventoryTransactionReasonPK(InventoryTransactionReasonPK inventoryTransactionReasonPK) Constructors in com.echothree.model.data.inventory.server.value with parameters of type InventoryTransactionReasonPKModifierConstructorDescriptionInventoryTransactionDetailValue(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 InventoryTransactionLineDetailValueInventoryTransactionReasonDescriptionValue(InventoryTransactionReasonDescriptionPK inventoryTransactionReasonDescriptionPK, InventoryTransactionReasonPK inventoryTransactionReasonPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionReasonDescriptionValueInventoryTransactionReasonDescriptionValue(InventoryTransactionReasonPK inventoryTransactionReasonPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionReasonDescriptionValueInventoryTransactionReasonDetailValue(InventoryTransactionReasonDetailPK inventoryTransactionReasonDetailPK, InventoryTransactionReasonPK inventoryTransactionReasonPK, InventoryTransactionTypePK inventoryTransactionTypePK, String inventoryTransactionReasonName, InventoryDispositionPK inventoryDispositionPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionReasonDetailValueInventoryTransactionReasonDetailValue(InventoryTransactionReasonPK inventoryTransactionReasonPK, InventoryTransactionTypePK inventoryTransactionTypePK, String inventoryTransactionReasonName, InventoryDispositionPK inventoryDispositionPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionReasonDetailValueInventoryTransactionReasonValue(InventoryTransactionReasonPK inventoryTransactionReasonPK, InventoryTransactionReasonDetailPK activeDetailPK, InventoryTransactionReasonDetailPK lastDetailPK) Creates a new instance of InventoryTransactionReasonValue