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.Response
IntegrationImport. 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 CommodityGroup
CommodityGroupLink. commodityGroup
The Commodity GroupCommodityGroup
QALink. ignoreGroup
Methods in com.sgs.common.database that return CommodityGroup Modifier and Type Method Description CommodityGroup
CommodityGroupLink. getCommodityGroup()
CommodityGroup
QALink. getIgnoreGroup()
Methods in com.sgs.common.database with parameters of type CommodityGroup Modifier and Type Method Description void
CommodityGroupLink. setCommodityGroup(CommodityGroup commodityGroup)
void
QALink. setIgnoreGroup(CommodityGroup ignoreGroup)
-