Uses of Class
de.hybris.platform.tuadatamodel.jalo.TuaService
Packages that use TuaService
-
Uses of TuaService in de.hybris.platform.tuadatamodel.jalo
Fields in de.hybris.platform.tuadatamodel.jalo with type parameters of type TuaServiceModifier and TypeFieldDescriptionprotected static final de.hybris.platform.util.BidirectionalOneToManyHandler<TuaService>TuaService.PRODUCTHANDLERBidirectionalOneToManyHandlerfor handling 1:n PRODUCT's relation attributes from 'one' side.protected static final de.hybris.platform.util.OneToManyHandler<TuaService>TuaProduct.SERVICESHANDLEROneToManyHandlerfor handling 1:n SERVICES's relation attributes from 'many' side.Methods in de.hybris.platform.tuadatamodel.jalo that return TuaServiceModifier and TypeMethodDescriptionTuadatamodelManager.createTuaService(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues) TuadatamodelManager.createTuaService(Map attributeValues) Methods in de.hybris.platform.tuadatamodel.jalo that return types with arguments of type TuaServiceModifier and TypeMethodDescriptionTuaProduct.getServices()Generated method - Getter of theTuaProduct.servicesattribute.TuaProduct.getServices(de.hybris.platform.jalo.SessionContext ctx) Generated method - Getter of theTuaProduct.servicesattribute.Methods in de.hybris.platform.tuadatamodel.jalo with parameters of type TuaServiceModifier and TypeMethodDescriptionvoidTuaProduct.addToServices(de.hybris.platform.jalo.SessionContext ctx, TuaService value) Generated method - Addsvalueto services.voidTuaProduct.addToServices(TuaService value) Generated method - Addsvalueto services.voidTuaProduct.removeFromServices(de.hybris.platform.jalo.SessionContext ctx, TuaService value) Generated method - Removesvaluefrom services.voidTuaProduct.removeFromServices(TuaService value) Generated method - Removesvaluefrom services.Method parameters in de.hybris.platform.tuadatamodel.jalo with type arguments of type TuaServiceModifier and TypeMethodDescriptionvoidTuaProduct.setServices(de.hybris.platform.jalo.SessionContext ctx, Set<TuaService> value) Generated method - Setter of theTuaProduct.servicesattribute.voidTuaProduct.setServices(Set<TuaService> value) Generated method - Setter of theTuaProduct.servicesattribute.