| Package | Description |
|---|---|
| de.hybris.platform.comments.jalo |
| Modifier and Type | Field and Description |
|---|---|
protected static OneToManyHandler<Component> |
GeneratedDomain.COMPONENTSHANDLER
OneToManyHandler for handling 1:n COMPONENTS's relation attributes from 'many' side. |
| Modifier and Type | Method and Description |
|---|---|
Component |
GeneratedCommentsManager.createComponent(java.util.Map attributeValues) |
Component |
GeneratedCommentsManager.createComponent(SessionContext ctx,
java.util.Map attributeValues) |
Component |
GeneratedComment.getComponent()
Generated method - Getter of the
Comment.component attribute. |
Component |
GeneratedComment.getComponent(SessionContext ctx)
Generated method - Getter of the
Comment.component attribute. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Component> |
GeneratedDomain.getComponents()
Generated method - Getter of the
Domain.components attribute. |
java.util.Collection<Component> |
GeneratedDomain.getComponents(SessionContext ctx)
Generated method - Getter of the
Domain.components attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedDomain.addToComponents(Component value)
Generated method - Adds
value to components. |
void |
GeneratedDomain.addToComponents(SessionContext ctx,
Component value)
Generated method - Adds
value to components. |
void |
GeneratedDomain.removeFromComponents(Component value)
Generated method - Removes
value from components. |
void |
GeneratedDomain.removeFromComponents(SessionContext ctx,
Component value)
Generated method - Removes
value from components. |
protected void |
GeneratedComment.setComponent(Component value)
Generated method - Setter of the
Comment.component attribute. |
protected void |
GeneratedComment.setComponent(SessionContext ctx,
Component value)
Generated method - Setter of the
Comment.component attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedDomain.setComponents(java.util.Collection<Component> value)
Generated method - Setter of the
Domain.components attribute. |
void |
GeneratedDomain.setComponents(SessionContext ctx,
java.util.Collection<Component> value)
Generated method - Setter of the
Domain.components attribute. |
Copyright © 2018 SAP SE. All Rights Reserved.