Uses of Class
de.hybris.platform.subscribedproducttmfwebservices.v1.dto.ResourceRef
Packages that use ResourceRef
Package
Description
-
Uses of ResourceRef in de.hybris.platform.subscribedproducttmfwebservices.v1.dto
Methods in de.hybris.platform.subscribedproducttmfwebservices.v1.dto that return ResourceRefModifier and TypeMethodDescriptionResourceRef.atbaseType(String atbaseType) ResourceRef.atreferredType(String atreferredType) ResourceRef.atschemaLocation(String atschemaLocation) Methods in de.hybris.platform.subscribedproducttmfwebservices.v1.dto that return types with arguments of type ResourceRefModifier and TypeMethodDescription@Valid List<ResourceRef>Product.getRealizingResource()Get realizingResource@Valid List<ResourceRef>ProductRefOrValue.getRealizingResource()Get realizingResource@Valid List<ResourceRef>ProductUnderscoreCreate.getRealizingResource()Get realizingResource@Valid List<ResourceRef>ProductUnderscoreUpdate.getRealizingResource()Get realizingResourceMethods in de.hybris.platform.subscribedproducttmfwebservices.v1.dto with parameters of type ResourceRefModifier and TypeMethodDescriptionProduct.addRealizingResourceItem(ResourceRef realizingResourceItem) ProductRefOrValue.addRealizingResourceItem(ResourceRef realizingResourceItem) ProductUnderscoreCreate.addRealizingResourceItem(ResourceRef realizingResourceItem) ProductUnderscoreUpdate.addRealizingResourceItem(ResourceRef realizingResourceItem) Method parameters in de.hybris.platform.subscribedproducttmfwebservices.v1.dto with type arguments of type ResourceRefModifier and TypeMethodDescriptionProduct.realizingResource(List<ResourceRef> realizingResource) ProductRefOrValue.realizingResource(List<ResourceRef> realizingResource) ProductUnderscoreCreate.realizingResource(List<ResourceRef> realizingResource) ProductUnderscoreUpdate.realizingResource(List<ResourceRef> realizingResource) voidProduct.setRealizingResource(List<ResourceRef> realizingResource) voidProductRefOrValue.setRealizingResource(List<ResourceRef> realizingResource) voidProductUnderscoreCreate.setRealizingResource(List<ResourceRef> realizingResource) voidProductUnderscoreUpdate.setRealizingResource(List<ResourceRef> realizingResource) -
Uses of ResourceRef in de.hybris.platform.subscribedproducttmfwebservices.v1.mappers.resourceref
Methods in de.hybris.platform.subscribedproducttmfwebservices.v1.mappers.resourceref with parameters of type ResourceRefModifier and TypeMethodDescriptionvoidResourceRefHrefAttributeMapper.populateTargetAttributeFromSource(SpiResourceModel source, ResourceRef target, ma.glasnost.orika.MappingContext context) Deprecated.voidResourceRefReferredTypeAttributeMapper.populateTargetAttributeFromSource(SpiResourceModel source, ResourceRef target, ma.glasnost.orika.MappingContext context) Deprecated.voidResourceRefSchemaLocationAttributeMapper.populateTargetAttributeFromSource(SpiResourceModel source, ResourceRef target, ma.glasnost.orika.MappingContext context) Deprecated.