Uses of Class
com.sgs.common.database.Stock
-
Packages that use Stock 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 Stock in com.sgapi.services
Method parameters in com.sgapi.services with type arguments of type Stock Modifier and Type Method Description javax.ws.rs.core.ResponseIntegrationImport. setStock(java.util.List<Stock> stock)Imports a stock header record. -
Uses of Stock in com.sgs.common.database
Fields in com.sgs.common.database declared as Stock Modifier and Type Field Description StockStockLocation. stockThe stock header recordMethods in com.sgs.common.database that return Stock Modifier and Type Method Description StockStockLocation. getStock()Methods in com.sgs.common.database with parameters of type Stock Modifier and Type Method Description voidStockLocation. setStock(Stock stock)
-