Uses of Class
de.hybris.platform.b2ctelcotmfresources.v4.dto.ServiceRelationship
Packages that use ServiceRelationship
-
Uses of ServiceRelationship in de.hybris.platform.b2ctelcotmfresources.v4.dto
Methods in de.hybris.platform.b2ctelcotmfresources.v4.dto that return ServiceRelationshipModifier and TypeMethodDescriptionServiceRelationship.addServiceRelationshipCharacteristicItem(Characteristic serviceRelationshipCharacteristicItem) ServiceRelationship.atBaseType(String atBaseType) ServiceRelationship.atSchemaLocation(String atSchemaLocation) ServiceRelationship.relationshipType(String relationshipType) ServiceRelationship.service(ServiceRefOrValue service) ServiceRelationship.serviceRelationshipCharacteristic(List<Characteristic> serviceRelationshipCharacteristic) Methods in de.hybris.platform.b2ctelcotmfresources.v4.dto that return types with arguments of type ServiceRelationshipModifier and TypeMethodDescription@Valid List<ServiceRelationship>Service.getServiceRelationship()A list of service relationships (ServiceRelationship [*]).@Valid List<ServiceRelationship>ServiceRefOrValue.getServiceRelationship()A list of service relationships (ServiceRelationship [*]).Methods in de.hybris.platform.b2ctelcotmfresources.v4.dto with parameters of type ServiceRelationshipModifier and TypeMethodDescriptionService.addServiceRelationshipItem(ServiceRelationship serviceRelationshipItem) ServiceRefOrValue.addServiceRelationshipItem(ServiceRelationship serviceRelationshipItem) Method parameters in de.hybris.platform.b2ctelcotmfresources.v4.dto with type arguments of type ServiceRelationshipModifier and TypeMethodDescriptionService.serviceRelationship(List<ServiceRelationship> serviceRelationship) ServiceRefOrValue.serviceRelationship(List<ServiceRelationship> serviceRelationship) voidService.setServiceRelationship(List<ServiceRelationship> serviceRelationship) voidServiceRefOrValue.setServiceRelationship(List<ServiceRelationship> serviceRelationship)