| Package | Description |
|---|---|
| de.hybris.platform.print.jalo |
| Modifier and Type | Field and Description |
|---|---|
protected static OneToManyHandler<ChapterConfiguration> |
GeneratedChaptersConfiguration.CHAPTERCONFIGURATIONSHANDLER
OneToManyHandler for handling 1:n CHAPTERCONFIGURATIONS's relation attributes from 'many' side. |
| Modifier and Type | Method and Description |
|---|---|
ChapterConfiguration |
GeneratedPrintManager.createChapterConfiguration(Map attributeValues) |
ChapterConfiguration |
GeneratedPrintManager.createChapterConfiguration(SessionContext ctx,
Map attributeValues) |
ChapterConfiguration |
GeneratedChapter.getChapterConfiguration()
Generated method - Getter of the
Chapter.chapterConfiguration attribute. |
ChapterConfiguration |
GeneratedChapter.getChapterConfiguration(SessionContext ctx)
Generated method - Getter of the
Chapter.chapterConfiguration attribute. |
protected ChapterConfiguration |
Chapter.getChapterConfigurationByLevel(Collection<ChapterConfiguration> chapterConfigurations,
int level)
Returns the ChapterConfiguration that corresponds to the given category level
(or null, of an applicable ChapterConfiguration could not be found) |
| Modifier and Type | Method and Description |
|---|---|
List<ChapterConfiguration> |
GeneratedChaptersConfiguration.getChapterConfigurations()
Generated method - Getter of the
ChaptersConfiguration.chapterConfigurations attribute. |
List<ChapterConfiguration> |
GeneratedChaptersConfiguration.getChapterConfigurations(SessionContext ctx)
Generated method - Getter of the
ChaptersConfiguration.chapterConfigurations attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedChaptersConfiguration.addToChapterConfigurations(ChapterConfiguration value)
Generated method - Adds
value to chapterConfigurations. |
void |
GeneratedChaptersConfiguration.addToChapterConfigurations(SessionContext ctx,
ChapterConfiguration value)
Generated method - Adds
value to chapterConfigurations. |
void |
GeneratedChaptersConfiguration.removeFromChapterConfigurations(ChapterConfiguration value)
Generated method - Removes
value from chapterConfigurations. |
void |
GeneratedChaptersConfiguration.removeFromChapterConfigurations(SessionContext ctx,
ChapterConfiguration value)
Generated method - Removes
value from chapterConfigurations. |
void |
GeneratedChapter.setChapterConfiguration(ChapterConfiguration value)
Generated method - Setter of the
Chapter.chapterConfiguration attribute. |
void |
GeneratedChapter.setChapterConfiguration(SessionContext ctx,
ChapterConfiguration value)
Generated method - Setter of the
Chapter.chapterConfiguration attribute. |
| Modifier and Type | Method and Description |
|---|---|
protected ChapterConfiguration |
Chapter.getChapterConfigurationByLevel(Collection<ChapterConfiguration> chapterConfigurations,
int level)
Returns the ChapterConfiguration that corresponds to the given category level
(or null, of an applicable ChapterConfiguration could not be found) |
void |
GeneratedChaptersConfiguration.setChapterConfigurations(List<ChapterConfiguration> value)
Generated method - Setter of the
ChaptersConfiguration.chapterConfigurations attribute. |
void |
GeneratedChaptersConfiguration.setChapterConfigurations(SessionContext ctx,
List<ChapterConfiguration> value)
Generated method - Setter of the
ChaptersConfiguration.chapterConfigurations attribute. |
Copyright © 2017 SAP SE. All Rights Reserved.