| Modifier and Type | Method and Description |
|---|---|
ChapterModel |
PageModel.getChapter()
Generated method - Getter of the
Page.chapter attribute defined at extension print. |
ChapterModel |
CometFileModel.getChapterPreview()
Generated method - Getter of the
CometFile.chapterPreview attribute defined at extension print. |
ChapterModel |
ChapterModel.getSuperChapter()
Generated method - Getter of the
Chapter.superChapter attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
Collection<ChapterModel> |
PublicationModel.getRootChapters()
Generated method - Getter of the
Publication.rootChapters attribute defined at extension print. |
List<ChapterModel> |
ChapterModel.getSubChapters()
Generated method - Getter of the
Chapter.subChapters attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
void |
PageModel.setChapter(ChapterModel value)
Generated method - Setter of
Page.chapter attribute defined at extension print. |
void |
CometFileModel.setChapterPreview(ChapterModel value)
Generated method - Setter of
CometFile.chapterPreview attribute defined at extension print. |
void |
ChapterModel.setSuperChapter(ChapterModel value)
Generated method - Setter of
Chapter.superChapter attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
void |
ChapterModel.setSubChapters(List<ChapterModel> value)
Generated method - Setter of
Chapter.subChapters attribute defined at extension print. |
| Constructor and Description |
|---|
PageModel(ChapterModel _chapter,
String _code,
ItemModel _owner,
PublicationModel _publication)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
PageModel(ChapterModel _chapter,
String _code,
PublicationModel _publication)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
ChapterModel |
ChapterResource.getChapterModel()
Convenience method which just delegates to
#getResourceValue() |
protected ChapterModel |
ChapterResource.readResource(String resourceId)
Gets the
ChapterModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<ChapterModel> |
ChaptersResource.getChaptersCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChapterResource.setChapterModel(ChapterModel value)
Convenience method which just delegates to
#setResourceValue(ChapterModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChaptersResource.setChaptersCollection(Collection<ChapterModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
static void |
PublicationTreeNavigatorUtils.clonePagesSet(Set<TypedObject> drop,
ChapterModel targetmodel)
Replaces pages in the given set with copies
|
| Modifier and Type | Method and Description |
|---|---|
ChapterModel |
PublicationService.cloneChapter(PublicationModel _publication,
ChapterModel superChapter,
ChapterModel originalChapter)
Creates a copy of a chapter
|
ChapterModel |
PublicationService.createChapter(PublicationModel publication)
Creates a new chapter
|
| Modifier and Type | Method and Description |
|---|---|
ChapterModel |
PublicationService.cloneChapter(PublicationModel _publication,
ChapterModel superChapter,
ChapterModel originalChapter)
Creates a copy of a chapter
|
PageModel |
PublicationService.clonePage(PublicationModel _publication,
ChapterModel _chapter,
PageModel originalPage)
Clones given page, if publication and/or chapter are provided then new (cloned) page will have them assigned.
|
PageModel |
PublicationService.createPage(PublicationModel publication,
ChapterModel chapter)
Creates a new page
|
| Modifier and Type | Method and Description |
|---|---|
Collection<PageModel> |
PublicationService.getAllPages(Collection<ChapterModel> chapters) |
| Modifier and Type | Method and Description |
|---|---|
ChapterModel |
PublicationServiceImpl.cloneChapter(PublicationModel _publication,
ChapterModel superChapter,
ChapterModel originalChapter) |
ChapterModel |
PublicationServiceImpl.createChapter(PublicationModel publication) |
| Modifier and Type | Method and Description |
|---|---|
ChapterModel |
PublicationServiceImpl.cloneChapter(PublicationModel _publication,
ChapterModel superChapter,
ChapterModel originalChapter) |
PageModel |
PublicationServiceImpl.clonePage(PublicationModel _publication,
ChapterModel _chapter,
PageModel originalPage) |
PageModel |
PublicationServiceImpl.createPage(PublicationModel publication,
ChapterModel chapter) |
| Modifier and Type | Method and Description |
|---|---|
Collection<PageModel> |
PublicationServiceImpl.getAllPages(Collection<ChapterModel> chapters) |
| Modifier and Type | Method and Description |
|---|---|
static Map<PK,Collection<ChapterModel>> |
PrintCockpitUndoTools.getChapterDropOriginalValues(Set<TypedObject> drop)
Returns original values for chapter drop.
|
| Modifier and Type | Method and Description |
|---|---|
static ItemChangeUndoableOperation |
PrintCockpitUndoTools.createUndoForPageToChapterDrop(TypedObject page,
ChapterModel oldChapter,
ChapterModel newChapter)
Created new undoable operation for page drop to another chapter
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PrintCockpitUndoTools.createUndoForPublicationChapterDrop(Map<PK,Collection<ChapterModel>> origValues,
List<UndoableOperation> operations)
Creates undoable operation implementations for given original values of chapters
|
| Constructor and Description |
|---|
ChapterStructureUndoableOperation(TypedObject parent,
Collection<ChapterModel> oldChapters,
Collection<ChapterModel> newChapters) |
ChapterStructureUndoableOperation(TypedObject parent,
Collection<ChapterModel> oldChapters,
Collection<ChapterModel> newChapters) |
| Modifier and Type | Field and Description |
|---|---|
protected ChapterModel |
AbstractPagePlannerIntegrationTest.chapter |
| Modifier and Type | Method and Description |
|---|---|
ChapterModel |
PublicationCloningService.getChapterCopy(ChapterModel original,
PublicationModel targetPublication)
Clones given chapter and attaches it to the given target publication.
|
| Modifier and Type | Method and Description |
|---|---|
ChapterModel |
PublicationCloningService.getChapterCopy(ChapterModel original,
PublicationModel targetPublication)
Clones given chapter and attaches it to the given target publication.
|
PageModel |
PublicationCloningService.getPageCopy(PageModel original,
ChapterModel targetChapter)
Clones given page and attaches it to the given target chapter.
|
| Modifier and Type | Method and Description |
|---|---|
ChapterModel |
DefaultPublicationCloningService.getChapterCopy(ChapterModel original,
PublicationModel targetModel) |
| Modifier and Type | Method and Description |
|---|---|
protected Set<ItemModel> |
DefaultPublicationCloningService.collectSubModelsToSave(ChapterModel chapter) |
ChapterModel |
DefaultPublicationCloningService.getChapterCopy(ChapterModel original,
PublicationModel targetModel) |
PageModel |
DefaultPublicationCloningService.getPageCopy(PageModel original,
ChapterModel targetmodel) |
| Modifier and Type | Method and Description |
|---|---|
protected List<ChapterModel> |
AbstractPrintPerspectiveQueryProvider.getAllChapters(PublicationModel publication) |
protected List<ChapterModel> |
AbstractPrintPerspectiveQueryProvider.getAllSubchapters(ChapterModel superchapter) |
protected List<ChapterModel> |
ChaptersQueryProvider.getAllSubchapters(ChapterModel chapter) |
protected List<ChapterModel> |
PagesQueryProvider.getAllSubchapters(ChapterModel chapter) |
protected List<ChapterModel> |
AbstractPrintPerspectiveQueryProvider.getAllSubchapters(List<ChapterModel> superchapters) |
protected List<ChapterModel> |
AbstractPrintPerspectiveQueryProvider.getAllSubchaptersInternal(ChapterModel superchapter,
int level) |
protected List<ChapterModel> |
AbstractPrintPerspectiveQueryProvider.getReadableChaptersOneLevel(List<ChapterModel> chapters) |
Collection<ChapterModel> |
AbstractPrintPerspectiveQueryProvider.getSelectedChapters() |
| Modifier and Type | Method and Description |
|---|---|
protected List<ChapterModel> |
AbstractPrintPerspectiveQueryProvider.getAllSubchapters(ChapterModel superchapter) |
protected List<ChapterModel> |
ChaptersQueryProvider.getAllSubchapters(ChapterModel chapter) |
protected List<ChapterModel> |
PagesQueryProvider.getAllSubchapters(ChapterModel chapter) |
protected List<ChapterModel> |
AbstractPrintPerspectiveQueryProvider.getAllSubchaptersInternal(ChapterModel superchapter,
int level) |
| Modifier and Type | Method and Description |
|---|---|
protected GenericCondition |
PrintPerspectiveQueryProvider.createPublicationConditions(PublicationModel selectedPublication,
Collection<ChapterModel> selectedChapters,
Collection<PageModel> selectedPages) |
protected List<ChapterModel> |
AbstractPrintPerspectiveQueryProvider.getAllSubchapters(List<ChapterModel> superchapters) |
protected List<ChapterModel> |
AbstractPrintPerspectiveQueryProvider.getReadableChaptersOneLevel(List<ChapterModel> chapters) |
void |
AbstractPrintPerspectiveQueryProvider.setSelectedChapters(Collection<ChapterModel> selectedChapters) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
AbstractPublicationCenterViewController.insert(ChapterModel parent,
ChapterModel newChild,
int position,
int action) |
protected Object |
AbstractPublicationCenterViewController.insert(ChapterModel parent,
PageModel newChild,
int position,
int action) |
protected Object |
AbstractPublicationCenterViewController.insert(PublicationModel publication,
ChapterModel chapter,
int position,
int action) |
| Modifier and Type | Method and Description |
|---|---|
List<ChapterModel> |
PrintcockpitService.getAllSuperChapters(ChapterModel chapter) |
| Modifier and Type | Method and Description |
|---|---|
List<ChapterModel> |
PrintcockpitService.getAllSuperChapters(ChapterModel chapter) |
void |
PrintcockpitService.saveChapter(ChapterModel superChapter,
ChapterModel chapter,
int position)
Saves given chapter in given super chapter at given position, if given super chapter contains this chapter, it's moved from
it's old position to new position.
|
void |
PrintcockpitService.savePage(PageModel page,
ChapterModel chapter,
int position)
Saves given page in given chapter at given position, if given chapter contains this page, it's moved from it's old position
to new position, if no chapter is given then page is simply saved without assigning it to any particular chapter
|
| Modifier and Type | Method and Description |
|---|---|
List<ChapterModel> |
DefaultPrintcockpitService.getAllSuperChapters(ChapterModel chapter) |
| Modifier and Type | Method and Description |
|---|---|
List<ChapterModel> |
DefaultPrintcockpitService.getAllSuperChapters(ChapterModel chapter) |
void |
DefaultPrintcockpitService.saveChapter(ChapterModel superChapter,
ChapterModel chapter,
int _position) |
void |
DefaultPrintcockpitService.savePage(PageModel page,
ChapterModel chapter,
int _position) |
Copyright © 2017 SAP SE. All Rights Reserved.