| Package | Description |
|---|---|
| de.hybris.platform.print.dto | |
| de.hybris.platform.print.resource |
| Modifier and Type | Method and Description |
|---|---|
ChapterDTO |
PageDTO.getChapter() |
ChapterDTO |
CometFileDTO.getChapterPreview() |
ChapterDTO |
ChapterDTO.getSuperChapter() |
| Modifier and Type | Method and Description |
|---|---|
List<ChapterDTO> |
ChaptersDTO.getChapters() |
Collection<ChapterDTO> |
PublicationDTO.getRootChapters() |
List<ChapterDTO> |
ChapterDTO.getSubChapters() |
| Modifier and Type | Method and Description |
|---|---|
void |
PageDTO.setChapter(ChapterDTO value) |
void |
CometFileDTO.setChapterPreview(ChapterDTO value) |
void |
ChapterDTO.setSuperChapter(ChapterDTO value) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChaptersDTO.setChapters(List<ChapterDTO> chaptersList) |
void |
PublicationDTO.setRootChapters(Collection<ChapterDTO> value) |
void |
ChapterDTO.setSubChapters(List<ChapterDTO> value) |
| Constructor and Description |
|---|
ChaptersDTO(List<ChapterDTO> chaptersList)
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
ChaptersResource.postChapter(ChapterDTO dto)
Generated HTTP method for covering POST requests.
|
Response |
ChapterResource.putChapter(ChapterDTO dto)
Generated HTTP method for covering PUT requests.
|
Copyright © 2017 SAP SE. All Rights Reserved.