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 class
|
com.sgs.common.database |
This package is responsible for holding all of the objects that can be persisted in the SG V5 System.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
IntegrationImport.setAddress(java.util.List<Address> addresses)
Imports a list of addresses.
|
Modifier and Type | Field and Description |
---|---|
Address |
Site.alternativeAddress
The alternative address shipping address of this site
|
Address |
SalesOrder.deliveryAddress
The delivery address for the order
|
Address |
Transfer.fromAddress
The Address where the goods will be departing
|
Address |
SalesOrder.invoiceAddress
The invoice address for the order
|
Address |
PurchaseOrder.supplierAddress
The address of the supplier
|
Address |
Transfer.toAddress
The Address where the goods will be arriving
|
Modifier and Type | Method and Description |
---|---|
Address |
Site.getAlternativeAddress() |
Address |
SalesOrder.getDeliveryAddress() |
Address |
Transfer.getFromAddress() |
Address |
SalesOrder.getInvoiceAddress() |
Address |
PurchaseOrder.getSupplierAddress() |
Address |
Transfer.getToAddress() |
Modifier and Type | Method and Description |
---|---|
void |
Site.setAlternativeAddress(Address alternativeAddress) |
void |
SalesOrder.setDeliveryAddress(Address deliveryAddress) |
void |
Transfer.setFromAddress(Address fromAddress) |
void |
SalesOrder.setInvoiceAddress(Address invoiceAddress) |
void |
PurchaseOrder.setSupplierAddress(Address supplierAddress) |
void |
Transfer.setToAddress(Address toAddress) |