Uses of Class
com.sgs.common.database.Site
-
Packages that use Site 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 Site in com.sgapi.services
Method parameters in com.sgapi.services with type arguments of type Site Modifier and Type Method Description javax.ws.rs.core.ResponseIntegrationImport. setSite(java.util.List<Site> sites)Imports a header grouping for a list of locations. -
Uses of Site in com.sgs.common.database
Fields in com.sgs.common.database declared as Site Modifier and Type Field Description SiteChecksTemplates. siteThe site where the Check is to be done.SiteCycleCountRun. siteThe site on which this cycle count will be performedSiteLocation. siteThe Site that this location belongs toSitePurchaseOrder. siteThe site to which this order will be received.SitePurchaseOrderLine. siteThe Site that the Purchase Order Line is going to.SiteSalesOrder. siteThe site that this sales order should appear atSiteTerminal. siteSiteUser. siteCan be used to allow users to only see data which pertains to a particular siteMethods in com.sgs.common.database that return Site Modifier and Type Method Description SiteChecksTemplates. getSite()SiteCycleCountRun. getSite()SiteLocation. getSite()SitePurchaseOrder. getSite()SitePurchaseOrderLine. getSite()SiteSalesOrder. getSite()SiteSiteSupplier. getSite()SiteTerminal. getSite()SiteUser. getSite()Methods in com.sgs.common.database with parameters of type Site Modifier and Type Method Description voidChecksTemplates. setSite(Site site)voidCycleCountRun. setSite(Site site)voidLocation. setSite(Site site)voidPurchaseOrder. setSite(Site site)voidPurchaseOrderLine. setSite(Site site)voidSalesOrder. setSite(Site site)voidSiteSupplier. setSite(Site site)voidTerminal. setSite(Site site)voidUser. setSite(Site site)
-