Uses of Class
com.sgs.common.database.CycleCountRun
-
Packages that use CycleCountRun 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 CycleCountRun in com.sgs.common.database
Fields in com.sgs.common.database declared as CycleCountRun Modifier and Type Field Description CycleCountRunSystemLog. cycleCountRunA reference to a CycleCountRunCycleCountRunStockLocation. lastCycleCountRunA reference to the last Cycle Count that was performedMethods in com.sgs.common.database that return CycleCountRun Modifier and Type Method Description CycleCountRunSystemLog. getCycleCountRun()CycleCountRunStockLocation. getLastCycleCountRun()Methods in com.sgs.common.database with parameters of type CycleCountRun Modifier and Type Method Description voidSystemLog. setCycleCountRun(CycleCountRun cycleCountRun)voidStockLocation. setLastCycleCountRun(CycleCountRun lastCycleCountRun)
-