Uses of Class
com.sgs.common.database.WeightUnit
-
Packages that use WeightUnit Package Description com.sgapi.services This package provides endpoints for integrating data with the SG V5 System Imports are handled within the IntegrationImport class Exports are handled within the IntegrationExport classcom.sgs.common.database This package is responsible for holding all of the objects that can be persisted in the SG V5 System. -
-
Uses of WeightUnit in com.sgapi.services
Method parameters in com.sgapi.services with type arguments of type WeightUnit Modifier and Type Method Description javax.ws.rs.core.ResponseIntegrationImport. setUnit(java.util.List<WeightUnit> units)Imports a list of WeighUnits. -
Uses of WeightUnit in com.sgs.common.database
Fields in com.sgs.common.database declared as WeightUnit Modifier and Type Field Description WeightUnitCommodity. bulkUnitIf applicable, the bulk unit this commodity is handled in.WeightUnitSupplierCommodity. defaultUnitsWeightUnitContainerLink. unitThe unit relating toContainerLink.quantityWeightUnitFormulaStep. unitThe unit that theFormulaStep.targetQtyrefers toWeightUnitPurchaseOrderLine. unitThe unit to whichPurchaseOrderLine.quantityrefersWeightUnitUnitCommodity. unitThe source unitWeightUnitCommodity. unitsThe default stocking unit for this commodityWeightUnitSPCCommodity. unitsThe units relating toSPCCommodity.targetWeightUnitTransferLine. unitsThe units by whichTransferLine.quantityOrdered,TransferLine.quantityReceivedandTransferLine.quantityShippedare measuredMethods in com.sgs.common.database that return WeightUnit Modifier and Type Method Description WeightUnitCommodity. getBulkUnit()WeightUnitSupplierCommodity. getDefaultUnits()WeightUnitCommonIngredient. getRequirementUnit()WeightUnitContainerLink. getUnit()WeightUnitFormulaStep. getUnit()WeightUnitPack. getUnit()WeightUnitPurchaseOrderLine. getUnit()WeightUnitUnitCommodity. getUnit()WeightUnitCommodity. getUnits()WeightUnitSPCCommodity. getUnits()WeightUnitTransferLine. getUnits()Methods in com.sgs.common.database with parameters of type WeightUnit Modifier and Type Method Description voidCommodity. setBulkUnit(WeightUnit bulkUnit)voidSupplierCommodity. setDefaultUnits(WeightUnit defaultUnits)voidCommonIngredient. setRequirementUnit(WeightUnit requirementUnit)voidContainerLink. setUnit(WeightUnit unit)voidFormulaStep. setUnit(WeightUnit unit)voidPack. setUnit(WeightUnit unit)voidPurchaseOrderLine. setUnit(WeightUnit unit)voidUnitCommodity. setUnit(WeightUnit unit)voidCommodity. setUnits(WeightUnit units)voidSPCCommodity. setUnits(WeightUnit units)voidTransferLine. setUnits(WeightUnit units)Constructors in com.sgs.common.database with parameters of type WeightUnit Constructor Description UnitCommodity(WeightUnit u)
-