Uses of Class
com.sgs.common.database.Address
-
Packages that use Address 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 Address in com.sgapi.services
Method parameters in com.sgapi.services with type arguments of type Address Modifier and Type Method Description javax.ws.rs.core.ResponseIntegrationImport. setAddress(java.util.List<Address> addresses)Imports a list of addresses. -
Uses of Address in com.sgs.common.database
Fields in com.sgs.common.database declared as Address Modifier and Type Field Description AddressSite. alternativeAddressThe alternative address shipping address of this siteAddressSalesOrder. deliveryAddressThe delivery address for the orderAddressTransfer. fromAddressThe Address where the goods will be departingAddressSalesOrder. invoiceAddressThe invoice address for the orderAddressPurchaseOrder. supplierAddressThe address of the supplierAddressTransfer. toAddressThe Address where the goods will be arrivingMethods in com.sgs.common.database that return Address Modifier and Type Method Description AddressSite. getAlternativeAddress()AddressSalesOrder. getDeliveryAddress()AddressTransfer. getFromAddress()AddressSalesOrder. getInvoiceAddress()AddressPurchaseOrder. getSupplierAddress()AddressTransfer. getToAddress()Methods in com.sgs.common.database with parameters of type Address Modifier and Type Method Description voidSite. setAlternativeAddress(Address alternativeAddress)voidSalesOrder. setDeliveryAddress(Address deliveryAddress)voidTransfer. setFromAddress(Address fromAddress)voidSalesOrder. setInvoiceAddress(Address invoiceAddress)voidPurchaseOrder. setSupplierAddress(Address supplierAddress)voidTransfer. setToAddress(Address toAddress)
-