Uses of Class
com.sgs.common.database.Transfer
-
Packages that use Transfer 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 Transfer in com.sgapi.services
Methods in com.sgapi.services that return Transfer Modifier and Type Method Description Transfer
IntegrationImport. postTransfers(java.lang.String referenceNumber, java.lang.String newReferenceNumber, java.lang.String externalID)
Update ReferenceNumber.Method parameters in com.sgapi.services with type arguments of type Transfer Modifier and Type Method Description javax.ws.rs.core.Response
IntegrationImport. setTransfer(java.util.List<Transfer> transfers)
Imports a list of system transfer headers. -
Uses of Transfer in com.sgs.common.database
Fields in com.sgs.common.database declared as Transfer Modifier and Type Field Description Transfer
TransferLine. transfer
The transfer order that the line pertains toMethods in com.sgs.common.database that return Transfer Modifier and Type Method Description Transfer
TransferLine. getTransfer()
Methods in com.sgs.common.database with parameters of type Transfer Modifier and Type Method Description void
TransferLine. setTransfer(Transfer transfer)
-