Uses of Class
de.hybris.platform.warehousingwebservices.dto.stocklevel.StockLevelAdjustmentWsDTO
-
Packages that use StockLevelAdjustmentWsDTO Package Description de.hybris.platform.warehousingwebservices.dto.stocklevel de.hybris.platform.warehousingwebservices.warehousingwebservices -
-
Uses of StockLevelAdjustmentWsDTO in de.hybris.platform.warehousingwebservices.dto.stocklevel
Methods in de.hybris.platform.warehousingwebservices.dto.stocklevel that return types with arguments of type StockLevelAdjustmentWsDTO Modifier and Type Method Description java.util.List<StockLevelAdjustmentWsDTO>StockLevelAdjustmentsWsDTO. getStockLevelAdjustments()Method parameters in de.hybris.platform.warehousingwebservices.dto.stocklevel with type arguments of type StockLevelAdjustmentWsDTO Modifier and Type Method Description voidStockLevelAdjustmentsWsDTO. setStockLevelAdjustments(java.util.List<StockLevelAdjustmentWsDTO> stockLevelAdjustments) -
Uses of StockLevelAdjustmentWsDTO in de.hybris.platform.warehousingwebservices.warehousingwebservices
Methods in de.hybris.platform.warehousingwebservices.warehousingwebservices that return StockLevelAdjustmentWsDTO Modifier and Type Method Description protected StockLevelAdjustmentWsDTOStockLevelsControllersIntegrationTest. createStockLevelAdjustmentWsDTO(java.lang.String reason, long quantity)Populates aStockLevelAdjustmentWsDTOfor a POST call, to add a StockLevel adjustment in the systemprotected StockLevelAdjustmentWsDTOStockLevelsControllersIntegrationTest. createStockLevelAdjustmentWsDTO(java.lang.String reason, long quantity, java.lang.String comment)Populates aStockLevelAdjustmentWsDTOfor a POST call, to add a StockLevel adjustment in the systemMethods in de.hybris.platform.warehousingwebservices.warehousingwebservices with parameters of type StockLevelAdjustmentWsDTO Modifier and Type Method Description protected StockLevelAdjustmentsWsDTOStockLevelsControllersIntegrationTest. createStockLevelAdjustmentsWsDTO(StockLevelAdjustmentWsDTO... stockLevelAdjustmentWsDTO)Populates aStockLevelAdjustmentsWsDTOfor a POST call, to add a list of StockLevelAdjustmentWsDTO
-