Uses of Class
de.hybris.platform.customerinterestsoccaddon.dto.ProductInterestRelationWsDTO
-
Packages that use ProductInterestRelationWsDTO Package Description de.hybris.platform.customerinterestsoccaddon.controllers.customerinterests de.hybris.platform.customerinterestsoccaddon.dto -
-
Uses of ProductInterestRelationWsDTO in de.hybris.platform.customerinterestsoccaddon.controllers.customerinterests
Methods in de.hybris.platform.customerinterestsoccaddon.controllers.customerinterests that return ProductInterestRelationWsDTO Modifier and Type Method Description ProductInterestRelationWsDTOProductInterestsController. createProductInterest(java.lang.String productCode, java.lang.String notificationType, java.lang.String fields) -
Uses of ProductInterestRelationWsDTO in de.hybris.platform.customerinterestsoccaddon.dto
Methods in de.hybris.platform.customerinterestsoccaddon.dto that return types with arguments of type ProductInterestRelationWsDTO Modifier and Type Method Description java.util.List<ProductInterestRelationWsDTO>CustomerInterestsSearchResultWsDTO. getResults()Method parameters in de.hybris.platform.customerinterestsoccaddon.dto with type arguments of type ProductInterestRelationWsDTO Modifier and Type Method Description voidCustomerInterestsSearchResultWsDTO. setResults(java.util.List<ProductInterestRelationWsDTO> results)
-