Uses of Class
de.hybris.platform.tuawebservicesresources.v2.dto.ResourceRef
Packages that use ResourceRef
Package
Description
-
Uses of ResourceRef in de.hybris.platform.tuawebservicesresources.mappers.resourceref
Methods in de.hybris.platform.tuawebservicesresources.mappers.resourceref with parameters of type ResourceRefModifier and TypeMethodDescriptionvoidResourceRefHrefAttributeMapper.populateTargetAttributeFromSource(TuaResourceModel source, ResourceRef target, ma.glasnost.orika.MappingContext context) voidResourceRefReferredTypeAttributeMapper.populateTargetAttributeFromSource(TuaResourceModel source, ResourceRef target, ma.glasnost.orika.MappingContext context) voidResourceRefSchemaLocationAttributeMapper.populateTargetAttributeFromSource(TuaResourceModel source, ResourceRef target, ma.glasnost.orika.MappingContext context) -
Uses of ResourceRef in de.hybris.platform.tuawebservicesresources.v2.dto
Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return ResourceRefModifier and TypeMethodDescriptionResourceRef.atBaseType(String atBaseType) ResourceRef.atReferredType(String atReferredType) ResourceRef.atSchemaLocation(String atSchemaLocation) Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return types with arguments of type ResourceRefModifier and TypeMethodDescription@Valid List<ResourceRef>Product.getRealizingResource()Get realizingResource@Valid List<ResourceRef>ProductRefOrValue.getRealizingResource()Get realizingResourceMethods in de.hybris.platform.tuawebservicesresources.v2.dto with parameters of type ResourceRefModifier and TypeMethodDescriptionProduct.addRealizingResourceItem(ResourceRef realizingResourceItem) ProductRefOrValue.addRealizingResourceItem(ResourceRef realizingResourceItem) Method parameters in de.hybris.platform.tuawebservicesresources.v2.dto with type arguments of type ResourceRefModifier and TypeMethodDescriptionProduct.realizingResource(List<ResourceRef> realizingResource) ProductRefOrValue.realizingResource(List<ResourceRef> realizingResource) voidProduct.setRealizingResource(List<ResourceRef> realizingResource) voidProductRefOrValue.setRealizingResource(List<ResourceRef> realizingResource) -
Uses of ResourceRef in de.hybris.platform.tuawebservicesresources.v3.dto
Methods in de.hybris.platform.tuawebservicesresources.v3.dto that return types with arguments of type ResourceRefModifier and TypeMethodDescription@Valid List<ResourceRef>Product.getRealizingResource()Get realizingResource@Valid List<ResourceRef>ProductRefOrValue.getRealizingResource()Get realizingResourceMethods in de.hybris.platform.tuawebservicesresources.v3.dto with parameters of type ResourceRefModifier and TypeMethodDescriptionProduct.addRealizingResourceItem(ResourceRef realizingResourceItem) ProductRefOrValue.addRealizingResourceItem(ResourceRef realizingResourceItem) Method parameters in de.hybris.platform.tuawebservicesresources.v3.dto with type arguments of type ResourceRefModifier and TypeMethodDescriptionProduct.realizingResource(List<ResourceRef> realizingResource) ProductRefOrValue.realizingResource(List<ResourceRef> realizingResource) voidProduct.setRealizingResource(List<ResourceRef> realizingResource) voidProductRefOrValue.setRealizingResource(List<ResourceRef> realizingResource)