Uses of Class
com.sgs.common.database.Client
-
Packages that use Client 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 Client in com.sgapi.services
Methods in com.sgapi.services that return types with arguments of type Client Modifier and Type Method Description java.util.List<Client>IntegrationService. hello()java.util.List<Client>IntegrationExport. user()Returns the user who booted the API wrapped in a small client object.Method parameters in com.sgapi.services with type arguments of type Client Modifier and Type Method Description javax.ws.rs.core.ResponseIntegrationImport. setClient(java.util.List<Client> clients)Imports a client record
A Client can be a Supplier or a Customer SeeClientfor details -
Uses of Client in com.sgs.common.database
Fields in com.sgs.common.database declared as Client Modifier and Type Field Description ClientAddress. clientThe Supplier or customer the address belongs toClientSalesOrder. customerThe customer to whom this order will be shippedClientCommodity. defaultSupplierThe usual default supplier.ClientPurchaseOrder. supplierThe supplier from which this purchase order will arriveClientStock. supplierThe supplier who provided this inventoryClientSupplierCommodity. supplierThe supplierMethods in com.sgs.common.database that return Client Modifier and Type Method Description ClientContainer. getAllocatedClient()ClientAddress. getClient()ClientAnalyticalWorkCard. getCustomer()ClientSalesOrder. getCustomer()ClientCommodity. getDefaultSupplier()ClientAnalyticalWorkCard. getDistributor()ClientAnalyticalWorkCard. getManufacturer()ClientAsset. getSupplier()ClientDocument. getSupplier()ClientPurchaseOrder. getSupplier()ClientSiteSupplier. getSupplier()ClientStock. getSupplier()ClientSupplierCommodity. getSupplier()Methods in com.sgs.common.database with parameters of type Client Modifier and Type Method Description voidContainer. setAllocatedClient(Client allocatedClient)voidAddress. setClient(Client client)voidAnalyticalWorkCard. setCustomer(Client customer)voidSalesOrder. setCustomer(Client customer)voidCommodity. setDefaultSupplier(Client defaultSupplier)voidAnalyticalWorkCard. setDistributor(Client distributor)voidAnalyticalWorkCard. setManufacturer(Client manufacturer)voidAsset. setSupplier(Client supplier)voidDocument. setSupplier(Client supplier)voidPurchaseOrder. setSupplier(Client supplier)voidSiteSupplier. setSupplier(Client supplier)voidStock. setSupplier(Client supplier)voidSupplierCommodity. setSupplier(Client supplier)
-