Uses of Class
com.sgs.common.database.TransferLine
-
Packages that use TransferLine 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 TransferLine in com.sgapi.services
Method parameters in com.sgapi.services with type arguments of type TransferLine Modifier and Type Method Description javax.ws.rs.core.ResponseIntegrationImport. setTransferLine(java.util.List<TransferLine> transferLines)Imports a list of transfer lines. -
Uses of TransferLine in com.sgs.common.database
Fields in com.sgs.common.database declared as TransferLine Modifier and Type Field Description TransferLineSystemLog. transferLineThe transfer line affected by this eventFields in com.sgs.common.database with type parameters of type TransferLine Modifier and Type Field Description java.util.List<TransferLine>Transfer. transferLinesThe Transfer lines associated with this transferMethods in com.sgs.common.database that return TransferLine Modifier and Type Method Description TransferLineSystemLog. getTransferLine()Methods in com.sgs.common.database that return types with arguments of type TransferLine Modifier and Type Method Description java.util.List<TransferLine>Transfer. getTransferLines()Methods in com.sgs.common.database with parameters of type TransferLine Modifier and Type Method Description voidSystemLog. setTransferLine(TransferLine transferLine)Method parameters in com.sgs.common.database with type arguments of type TransferLine Modifier and Type Method Description voidTransfer. setTransferLines(java.util.List<TransferLine> transferLines)
-