Uses of Class
de.hybris.platform.comments.jalo.Component
-
Packages that use Component Package Description de.hybris.platform.comments.jalo -
-
Uses of Component in de.hybris.platform.comments.jalo
Fields in de.hybris.platform.comments.jalo with type parameters of type Component Modifier and Type Field Description protected static OneToManyHandler<Component>GeneratedDomain. COMPONENTSHANDLEROneToManyHandlerfor handling 1:n COMPONENTS's relation attributes from 'many' side.Methods in de.hybris.platform.comments.jalo that return Component Modifier and Type Method Description ComponentGeneratedCommentsManager. createComponent(SessionContext ctx, java.util.Map attributeValues)ComponentGeneratedCommentsManager. createComponent(java.util.Map attributeValues)ComponentGeneratedComment. getComponent()Generated method - Getter of theComment.componentattribute.ComponentGeneratedComment. getComponent(SessionContext ctx)Generated method - Getter of theComment.componentattribute.Methods in de.hybris.platform.comments.jalo that return types with arguments of type Component Modifier and Type Method Description java.util.Collection<Component>GeneratedDomain. getComponents()Generated method - Getter of theDomain.componentsattribute.java.util.Collection<Component>GeneratedDomain. getComponents(SessionContext ctx)Generated method - Getter of theDomain.componentsattribute.Methods in de.hybris.platform.comments.jalo with parameters of type Component Modifier and Type Method Description voidGeneratedDomain. addToComponents(Component value)Generated method - Addsvalueto components.voidGeneratedDomain. addToComponents(SessionContext ctx, Component value)Generated method - Addsvalueto components.voidGeneratedDomain. removeFromComponents(Component value)Generated method - Removesvaluefrom components.voidGeneratedDomain. removeFromComponents(SessionContext ctx, Component value)Generated method - Removesvaluefrom components.protected voidGeneratedComment. setComponent(Component value)Generated method - Setter of theComment.componentattribute.protected voidGeneratedComment. setComponent(SessionContext ctx, Component value)Generated method - Setter of theComment.componentattribute.Method parameters in de.hybris.platform.comments.jalo with type arguments of type Component Modifier and Type Method Description voidGeneratedDomain. setComponents(SessionContext ctx, java.util.Collection<Component> value)Generated method - Setter of theDomain.componentsattribute.voidGeneratedDomain. setComponents(java.util.Collection<Component> value)Generated method - Setter of theDomain.componentsattribute.
-