Uses of Class
com.hybris.yprofile.dto.Category
-
Packages that use Category Package Description com.hybris.yprofile.dto com.hybris.yprofile.populators -
-
Uses of Category in com.hybris.yprofile.dto
Methods in com.hybris.yprofile.dto that return types with arguments of type Category Modifier and Type Method Description java.util.List<Category>OrderLineItem. getCategories()Method parameters in com.hybris.yprofile.dto with type arguments of type Category Modifier and Type Method Description voidOrderLineItem. setCategories(java.util.List<Category> categories) -
Uses of Category in com.hybris.yprofile.populators
Methods in com.hybris.yprofile.populators that return types with arguments of type Category Modifier and Type Method Description Converter<CategoryModel,Category>OrderLineItemPopulator. getProfileCategoryConverter()Methods in com.hybris.yprofile.populators with parameters of type Category Modifier and Type Method Description voidCategoryPopulator. populate(CategoryModel categoryModel, Category category)Method parameters in com.hybris.yprofile.populators with type arguments of type Category Modifier and Type Method Description voidOrderLineItemPopulator. setProfileCategoryConverter(Converter<CategoryModel,Category> profileCategoryConverter)
-