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.Response
IntegrationImport. 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 Site
ChecksTemplates. site
The site where the Check is to be done.Site
CycleCountRun. site
The site on which this cycle count will be performedSite
Location. site
The Site that this location belongs toSite
PurchaseOrder. site
The site to which this order will be received.Site
PurchaseOrderLine. site
The Site that the Purchase Order Line is going to.Site
SalesOrder. site
The site that this sales order should appear atSite
Terminal. site
Site
User. site
Can 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 Site
ChecksTemplates. getSite()
Site
CycleCountRun. getSite()
Site
Location. getSite()
Site
PurchaseOrder. getSite()
Site
PurchaseOrderLine. getSite()
Site
SalesOrder. getSite()
Site
SiteSupplier. getSite()
Site
Terminal. getSite()
Site
User. getSite()
Methods in com.sgs.common.database with parameters of type Site Modifier and Type Method Description void
ChecksTemplates. setSite(Site site)
void
CycleCountRun. setSite(Site site)
void
Location. setSite(Site site)
void
PurchaseOrder. setSite(Site site)
void
PurchaseOrderLine. setSite(Site site)
void
SalesOrder. setSite(Site site)
void
SiteSupplier. setSite(Site site)
void
Terminal. setSite(Site site)
void
User. setSite(Site site)
-