Uses of Class
de.hybris.platform.b2ctelcotmfresources.v4.dto.ResourceRef
Packages that use ResourceRef
-
Uses of ResourceRef in de.hybris.platform.b2ctelcotmfresources.v4.dto
Methods in de.hybris.platform.b2ctelcotmfresources.v4.dto that return ResourceRefModifier and TypeMethodDescriptionResourceRef.atBaseType(String atBaseType) ResourceRef.atReferredType(String atReferredType) ResourceRef.atSchemaLocation(String atSchemaLocation) Methods in de.hybris.platform.b2ctelcotmfresources.v4.dto that return types with arguments of type ResourceRefModifier and TypeMethodDescription@Valid List<ResourceRef>Service.getSupportingResource()A list of supporting resources (SupportingResource [*]).Note: only Service of type RFS can be associated with Resources@Valid List<ResourceRef>ServiceRefOrValue.getSupportingResource()A list of supporting resources (SupportingResource [*]).Note: only Service of type RFS can be associated with ResourcesMethods in de.hybris.platform.b2ctelcotmfresources.v4.dto with parameters of type ResourceRefModifier and TypeMethodDescriptionService.addSupportingResourceItem(ResourceRef supportingResourceItem) ServiceRefOrValue.addSupportingResourceItem(ResourceRef supportingResourceItem) Method parameters in de.hybris.platform.b2ctelcotmfresources.v4.dto with type arguments of type ResourceRefModifier and TypeMethodDescriptionvoidService.setSupportingResource(List<ResourceRef> supportingResource) voidServiceRefOrValue.setSupportingResource(List<ResourceRef> supportingResource) Service.supportingResource(List<ResourceRef> supportingResource) ServiceRefOrValue.supportingResource(List<ResourceRef> supportingResource)