Uses of Class
de.hybris.platform.cmswebservices.dto.ProductWsDTO
-
Packages that use ProductWsDTO Package Description de.hybris.platform.cmswebservices.dto de.hybris.platform.cmswebservices.products.controller -
-
Uses of ProductWsDTO in de.hybris.platform.cmswebservices.dto
Methods in de.hybris.platform.cmswebservices.dto that return types with arguments of type ProductWsDTO Modifier and Type Method Description java.util.List<ProductWsDTO>ProductDataListWsDTO. getProducts()Method parameters in de.hybris.platform.cmswebservices.dto with type arguments of type ProductWsDTO Modifier and Type Method Description voidProductDataListWsDTO. setProducts(java.util.List<ProductWsDTO> products) -
Uses of ProductWsDTO in de.hybris.platform.cmswebservices.products.controller
Methods in de.hybris.platform.cmswebservices.products.controller that return ProductWsDTO Modifier and Type Method Description ProductWsDTOProductController. getProductByCode(java.lang.String code)
-