Uses of Class
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.CategoryRef
Packages that use CategoryRef
Package
Description
-
Uses of CategoryRef in de.hybris.platform.b2ctelcotmfwebservices.mappers.categoryref
Methods in de.hybris.platform.b2ctelcotmfwebservices.mappers.categoryref with parameters of type CategoryRefModifier and TypeMethodDescriptionvoidCategoryRefIdAttributeMapper.populateSourceAttributeFromTarget(CategoryRef categoryRef, CategoryData categoryData, ma.glasnost.orika.MappingContext context) voidCategoryRefHrefAttributeMapper.populateTargetAttributeFromSource(CategoryData source, CategoryRef target, ma.glasnost.orika.MappingContext context) voidCategoryRefIdAttributeMapper.populateTargetAttributeFromSource(CategoryData source, CategoryRef target, ma.glasnost.orika.MappingContext context) voidCategoryRefReferredTypeAttributeMapper.populateTargetAttributeFromSource(CategoryData source, CategoryRef target, ma.glasnost.orika.MappingContext context) -
Uses of CategoryRef in de.hybris.platform.b2ctelcotmfwebservices.v2.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return CategoryRefModifier and TypeMethodDescriptionCategoryRef.atReferredType(String atReferredType) @Valid CategoryRefRecommendation.getCategory()Get categoryMethods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return types with arguments of type CategoryRefModifier and TypeMethodDescription@Valid List<CategoryRef>ProductOffering.getCategory()Get category@Valid List<CategoryRef>ProductOfferingUnderscoreCreate.getCategory()Get category@Valid List<CategoryRef>ProductOfferingUnderscoreUpdate.getCategory()Get category@Valid List<CategoryRef>Category.getSubCategory()Get subCategory@Valid List<CategoryRef>CategoryUnderscoreCreate.getSubCategory()Get subCategory@Valid List<CategoryRef>CategoryUnderscoreUpdate.getSubCategory()Get subCategory@Valid List<CategoryRef>Category.getSuperCategory()Get superCategoryMethods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with parameters of type CategoryRefModifier and TypeMethodDescriptionProductOffering.addCategoryItem(CategoryRef categoryItem) ProductOfferingUnderscoreCreate.addCategoryItem(CategoryRef categoryItem) ProductOfferingUnderscoreUpdate.addCategoryItem(CategoryRef categoryItem) Category.addSubCategoryItem(CategoryRef subCategoryItem) CategoryUnderscoreCreate.addSubCategoryItem(CategoryRef subCategoryItem) CategoryUnderscoreUpdate.addSubCategoryItem(CategoryRef subCategoryItem) Category.addSuperCategoryItem(CategoryRef superCategoryItem) Recommendation.category(CategoryRef category) voidRecommendation.setCategory(CategoryRef category) Method parameters in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with type arguments of type CategoryRefModifier and TypeMethodDescriptionProductOffering.category(List<CategoryRef> category) ProductOfferingUnderscoreCreate.category(List<CategoryRef> category) ProductOfferingUnderscoreUpdate.category(List<CategoryRef> category) voidProductOffering.setCategory(List<CategoryRef> category) voidProductOfferingUnderscoreCreate.setCategory(List<CategoryRef> category) voidProductOfferingUnderscoreUpdate.setCategory(List<CategoryRef> category) voidCategory.setSubCategory(List<CategoryRef> subCategory) voidCategoryUnderscoreCreate.setSubCategory(List<CategoryRef> subCategory) voidCategoryUnderscoreUpdate.setSubCategory(List<CategoryRef> subCategory) voidCategory.setSuperCategory(List<CategoryRef> superCategory) Category.subCategory(List<CategoryRef> subCategory) CategoryUnderscoreCreate.subCategory(List<CategoryRef> subCategory) CategoryUnderscoreUpdate.subCategory(List<CategoryRef> subCategory) Category.superCategory(List<CategoryRef> superCategory) -
Uses of CategoryRef in de.hybris.platform.b2ctelcotmfwebservices.v3.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.dto that return types with arguments of type CategoryRefModifier and TypeMethodDescription@Valid List<CategoryRef>ProductOffering.getCategory()Get category@Valid List<CategoryRef>QueryProductRecommendation.getCategory()Get categoryMethods in de.hybris.platform.b2ctelcotmfwebservices.v3.dto with parameters of type CategoryRefModifier and TypeMethodDescriptionProductOffering.addCategoryItem(CategoryRef categoryItem) QueryProductRecommendation.addCategoryItem(CategoryRef categoryItem) Method parameters in de.hybris.platform.b2ctelcotmfwebservices.v3.dto with type arguments of type CategoryRefModifier and TypeMethodDescriptionProductOffering.category(List<CategoryRef> category) QueryProductRecommendation.category(List<CategoryRef> category) voidProductOffering.setCategory(List<CategoryRef> category) voidQueryProductRecommendation.setCategory(List<CategoryRef> category)