Uses of Class
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.Category
Packages that use Category
Package
Description
-
Uses of Category in de.hybris.platform.b2ctelcotmfwebservices.mappers.category
Methods in de.hybris.platform.b2ctelcotmfwebservices.mappers.category with parameters of type CategoryModifier and TypeMethodDescriptionvoidCategoryHrefAttributeMapper.populateTargetAttributeFromSource(CategoryHierarchyData source, Category target, ma.glasnost.orika.MappingContext context) voidCategoryLastUpdateAttributeMapper.populateTargetAttributeFromSource(CategoryHierarchyData source, Category target, ma.glasnost.orika.MappingContext context) voidCategoryPoAttributeMapper.populateTargetAttributeFromSource(CategoryHierarchyData source, Category target, ma.glasnost.orika.MappingContext context) voidCategorySubCatAttributeMapper.populateTargetAttributeFromSource(CategoryHierarchyData source, Category target, ma.glasnost.orika.MappingContext context) voidCategorySuperCatAttributeMapper.populateTargetAttributeFromSource(CategoryHierarchyData source, Category target, ma.glasnost.orika.MappingContext context) -
Uses of Category in de.hybris.platform.b2ctelcotmfwebservices.v2.api
Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.api that return types with arguments of type Category -
Uses of Category in de.hybris.platform.b2ctelcotmfwebservices.v2.controller
Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.controller that return types with arguments of type Category -
Uses of Category in de.hybris.platform.b2ctelcotmfwebservices.v2.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return CategoryModifier and TypeMethodDescriptionCategory.addProductOfferingItem(ProductOfferingRef productOfferingItem) Category.addSubCategoryItem(CategoryRef subCategoryItem) Category.addSuperCategoryItem(CategoryRef superCategoryItem) Category.atBaseType(String atBaseType) Category.atSchemaLocation(String atSchemaLocation) Category.description(String description) Category.lastUpdate(Date lastUpdate) Category.lifecycleStatus(String lifecycleStatus) Category.productOffering(List<ProductOfferingRef> productOffering) Category.subCategory(List<CategoryRef> subCategory) Category.superCategory(List<CategoryRef> superCategory) Category.validFor(TimePeriod validFor)