Uses of Class
com.sgs.common.database.SystemLog
-
Packages that use SystemLog 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 SystemLog in com.sgapi.services
Methods in com.sgapi.services that return types with arguments of type SystemLog Modifier and Type Method Description java.util.List<SystemLog>
IntegrationExport. getUsageLogs(java.lang.String jobNumber)
-
Uses of SystemLog in com.sgs.common.database
Fields in com.sgs.common.database with type parameters of type SystemLog Modifier and Type Field Description java.util.List<SystemLog>
PurchaseOrderLine. logs
A list of system logs associated with this linejava.util.List<SystemLog>
TransferLine. logs
A list of logs associated with this transfer lineMethods in com.sgs.common.database that return types with arguments of type SystemLog Modifier and Type Method Description java.util.List<SystemLog>
PurchaseOrderLine. getLogs()
java.util.List<SystemLog>
TransferLine. getLogs()
Method parameters in com.sgs.common.database with type arguments of type SystemLog Modifier and Type Method Description void
PurchaseOrderLine. addLogs(java.util.List<SystemLog> logs)
void
PurchaseOrderLine. setLogs(java.util.List<SystemLog> poLogs)
void
TransferLine. setLogs(java.util.List<SystemLog> logs)
-