Uses of Class
com.sgs.common.database.SalesLog
-
Packages that use SalesLog Package Description com.sgs.common.database This package is responsible for holding all of the objects that can be persisted in the SG V5 System. -
-
Uses of SalesLog in com.sgs.common.database
Fields in com.sgs.common.database declared as SalesLog Modifier and Type Field Description SalesLog
SalesLog. referencedLog
The log to which this log referencesMethods in com.sgs.common.database that return SalesLog Modifier and Type Method Description SalesLog
SalesLog. getReferencedLog()
Methods in com.sgs.common.database that return types with arguments of type SalesLog Modifier and Type Method Description java.util.List<SalesLog>
SalesOrderLine. getLogs()
Methods in com.sgs.common.database with parameters of type SalesLog Modifier and Type Method Description void
SalesOrderLine. addLog(SalesLog log)
void
SalesLog. setReferencedLog(SalesLog referencedLog)
Method parameters in com.sgs.common.database with type arguments of type SalesLog Modifier and Type Method Description void
SalesOrderLine. setLogs(java.util.List<SalesLog> logs)
-