Uses of Class
de.hybris.platform.tuawebservicesresources.v2.dto.CategoryRef
Packages that use CategoryRef
Package
Description
-
Uses of CategoryRef in de.hybris.platform.tuawebservicesresources.mappers.categoryref
Methods in de.hybris.platform.tuawebservicesresources.mappers.categoryref with parameters of type CategoryRefModifier and TypeMethodDescriptionvoidCategoryRefHrefAttributeMapper.populateTargetAttributeFromSource(TuaCategoryModel source, CategoryRef target, ma.glasnost.orika.MappingContext context) voidCategoryRefReferredTypeAttributeMapper.populateTargetAttributeFromSource(TuaCategoryModel source, CategoryRef target, ma.glasnost.orika.MappingContext context) voidCategoryRefSchemaLocationAttributeMapper.populateTargetAttributeFromSource(TuaCategoryModel source, CategoryRef target, ma.glasnost.orika.MappingContext context) -
Uses of CategoryRef in de.hybris.platform.tuawebservicesresources.v2.dto
Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return CategoryRefModifier and TypeMethodDescriptionCategoryRef.atBaseType(String atBaseType) CategoryRef.atReferredType(String atReferredType) CategoryRef.atSchemaLocation(String atSchemaLocation) @Valid CategoryRefProductOfferingQualification.getCategory()Get category@Valid CategoryRefProductOfferingQualificationUnderscoreCreate.getCategory()Get category@Valid CategoryRefProductOfferingQualificationUnderscoreUpdate.getCategory()Get category@Valid CategoryRefAgreementSpecification.getServiceCategory()Get serviceCategoryMethods in de.hybris.platform.tuawebservicesresources.v2.dto with parameters of type CategoryRefModifier and TypeMethodDescriptionProductOfferingQualification.category(CategoryRef category) ProductOfferingQualificationUnderscoreCreate.category(CategoryRef category) ProductOfferingQualificationUnderscoreUpdate.category(CategoryRef category) AgreementSpecification.serviceCategory(CategoryRef serviceCategory) voidProductOfferingQualification.setCategory(CategoryRef category) voidProductOfferingQualificationUnderscoreCreate.setCategory(CategoryRef category) voidProductOfferingQualificationUnderscoreUpdate.setCategory(CategoryRef category) voidAgreementSpecification.setServiceCategory(CategoryRef serviceCategory)