Uses of Class
de.hybris.platform.tuadatamodel.model.TuaServiceModel
Packages that use TuaServiceModel
Package
Description
Contains generated models for each type of de.hybris.platform.tuadatamodel.jalo package.
-
Uses of TuaServiceModel in de.hybris.platform.tuadatamodel.interceptors
Methods in de.hybris.platform.tuadatamodel.interceptors with parameters of type TuaServiceModelModifier and TypeMethodDescriptionvoidTuaServicePrepareInterceptor.onPrepare(TuaServiceModel productSpecificationModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext ctx) -
Uses of TuaServiceModel in de.hybris.platform.tuadatamodel.model
Methods in de.hybris.platform.tuadatamodel.model that return types with arguments of type TuaServiceModelModifier and TypeMethodDescriptionTuaProductModel.getServices()Generated method - Getter of theTuaProduct.servicesattribute defined at extensiontuadatamodel.Method parameters in de.hybris.platform.tuadatamodel.model with type arguments of type TuaServiceModelModifier and TypeMethodDescriptionvoidTuaProductModel.setServices(Set<TuaServiceModel> value) Generated method - Setter ofTuaProduct.servicesattribute defined at extensiontuadatamodel. -
Uses of TuaServiceModel in de.hybris.platform.tuawebservicesresources.mappers.serviceref
Methods in de.hybris.platform.tuawebservicesresources.mappers.serviceref with parameters of type TuaServiceModelModifier and TypeMethodDescriptionvoidServiceRefHrefAttributeMapper.populateTargetAttributeFromSource(TuaServiceModel source, ServiceRef target, ma.glasnost.orika.MappingContext context) voidServiceRefReferredTypeAttributeMapper.populateTargetAttributeFromSource(TuaServiceModel source, ServiceRef target, ma.glasnost.orika.MappingContext context) voidServiceRefSchemaLocationAttributeMapper.populateTargetAttributeFromSource(TuaServiceModel source, ServiceRef target, ma.glasnost.orika.MappingContext context)