Uses of Class
com.sgs.common.database.SiteSupplier
-
Packages that use SiteSupplier 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 SiteSupplier in com.sgapi.services
Method parameters in com.sgapi.services with type arguments of type SiteSupplier Modifier and Type Method Description javax.ws.rs.core.Response
IntegrationImport. setSiteSupplier(java.util.List<SiteSupplier> siteSuppliers)
Imports a list of links between sites and clients (suppliers). -
Uses of SiteSupplier in com.sgs.common.database
Methods in com.sgs.common.database that return SiteSupplier Modifier and Type Method Description SiteSupplier
SiteSupplierCommodity. getSiteSupplier()
Methods in com.sgs.common.database with parameters of type SiteSupplier Modifier and Type Method Description void
SiteSupplierCommodity. setSiteSupplier(SiteSupplier siteSupplier)
-