Uses of Class
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.ServiceSpecificationRef
Packages that use ServiceSpecificationRef
Package
Description
-
Uses of ServiceSpecificationRef in de.hybris.platform.b2ctelcotmfwebservices.mappers.servicespecificationref
Methods in de.hybris.platform.b2ctelcotmfwebservices.mappers.servicespecificationref with parameters of type ServiceSpecificationRefModifier and TypeMethodDescriptionvoidServiceSpecificationExternalIdentifierAttributeMapper.populateSourceAttributeFromTarget(ServiceSpecificationRef target, TmaServiceSpecificationData source, ma.glasnost.orika.MappingContext context) voidServiceSpecificationExternalIdentifierAttributeMapper.populateTargetAttributeFromSource(TmaServiceSpecificationData source, ServiceSpecificationRef target, ma.glasnost.orika.MappingContext context) voidServiceSpecificationRefferedTypeAttributeMapper.populateTargetAttributeFromSource(TmaServiceSpecificationData source, ServiceSpecificationRef target, ma.glasnost.orika.MappingContext context) voidServiceSpecificationRefHrefAttributeMapper.populateTargetAttributeFromSource(TmaServiceSpecificationData source, ServiceSpecificationRef target, ma.glasnost.orika.MappingContext context) -
Uses of ServiceSpecificationRef in de.hybris.platform.b2ctelcotmfwebservices.v2.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return ServiceSpecificationRefModifier and TypeMethodDescriptionServiceSpecificationRef.addExternalIdentifierItem(ExternalIdentifier externalIdentifierItem) ServiceSpecificationRef.atBaseType(String atBaseType) ServiceSpecificationRef.atReferredType(String atReferredType) ServiceSpecificationRef.atSchemaLocation(String atSchemaLocation) ServiceSpecificationRef.externalIdentifier(List<ExternalIdentifier> externalIdentifier) ServiceSpecificationRef.targetServiceSchema(TargetServiceSchema targetServiceSchema) Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return types with arguments of type ServiceSpecificationRefModifier and TypeMethodDescription@Valid List<ServiceSpecificationRef>ProductSpecification.getServiceSpecification()ServiceSpecification(s) required to realize a ProductSpecification.@Valid List<ServiceSpecificationRef>ProductSpecificationUnderscoreCreate.getServiceSpecification()Get serviceSpecification@Valid List<ServiceSpecificationRef>ProductSpecificationUnderscoreUpdate.getServiceSpecification()Get serviceSpecificationMethods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with parameters of type ServiceSpecificationRefModifier and TypeMethodDescriptionProductSpecification.addServiceSpecificationItem(ServiceSpecificationRef serviceSpecificationItem) ProductSpecificationUnderscoreCreate.addServiceSpecificationItem(ServiceSpecificationRef serviceSpecificationItem) ProductSpecificationUnderscoreUpdate.addServiceSpecificationItem(ServiceSpecificationRef serviceSpecificationItem) Method parameters in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with type arguments of type ServiceSpecificationRefModifier and TypeMethodDescriptionProductSpecification.serviceSpecification(List<ServiceSpecificationRef> serviceSpecification) ProductSpecificationUnderscoreCreate.serviceSpecification(List<ServiceSpecificationRef> serviceSpecification) ProductSpecificationUnderscoreUpdate.serviceSpecification(List<ServiceSpecificationRef> serviceSpecification) voidProductSpecification.setServiceSpecification(List<ServiceSpecificationRef> serviceSpecification) voidProductSpecificationUnderscoreCreate.setServiceSpecification(List<ServiceSpecificationRef> serviceSpecification) voidProductSpecificationUnderscoreUpdate.setServiceSpecification(List<ServiceSpecificationRef> serviceSpecification)