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