Uses of Class
com.sgs.common.database.CommodityGroup
-
Packages that use CommodityGroup 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 CommodityGroup in com.sgapi.services
Method parameters in com.sgapi.services with type arguments of type CommodityGroup Modifier and Type Method Description javax.ws.rs.core.ResponseIntegrationImport. setCommodityGroup(java.util.List<CommodityGroup> commodityGroups)Imports a commodity group. -
Uses of CommodityGroup in com.sgs.common.database
Fields in com.sgs.common.database declared as CommodityGroup Modifier and Type Field Description CommodityGroupCommodityGroupLink. commodityGroupThe Commodity GroupCommodityGroupQALink. ignoreGroupMethods in com.sgs.common.database that return CommodityGroup Modifier and Type Method Description CommodityGroupCommodityGroupLink. getCommodityGroup()CommodityGroupQALink. getIgnoreGroup()Methods in com.sgs.common.database with parameters of type CommodityGroup Modifier and Type Method Description voidCommodityGroupLink. setCommodityGroup(CommodityGroup commodityGroup)voidQALink. setIgnoreGroup(CommodityGroup ignoreGroup)
-