| Modifier and Type | Method and Description |
|---|---|
CommentGroupModel |
CommentGroupService.createCommentGroup(PageModel page,
UserModel user)
|
CommentGroupModel |
CommentGroupDao.findCommentGroup(PageModel page,
UserModel user,
Date date)
This method should be used to search for a instance of the
CommentGroupModel for the given PageModel,
UserModel and Date. |
CommentGroupModel |
CommentGroupService.getCommentGroup(PageModel page,
UserModel user)
|
| Modifier and Type | Method and Description |
|---|---|
CommentGroupModel |
DefaultCommentGroupService.createCommentGroup(PageModel page,
UserModel user) |
CommentGroupModel |
DefaultCommentGroupDao.findCommentGroup(PageModel page,
UserModel user,
Date date) |
CommentGroupModel |
DefaultCommentGroupService.getCommentGroup(PageModel page,
UserModel user) |
| Modifier and Type | Method and Description |
|---|---|
CommentModel |
PrintCollaborationFacade.createComment(PageModel page,
UserModel author,
String text)
|
| Modifier and Type | Method and Description |
|---|---|
CommentModel |
DefaultPrintCollaborationFacade.createComment(PageModel page,
UserModel author,
String text) |
| Modifier and Type | Method and Description |
|---|---|
PageModel |
AbstractConverterTest.createPage() |
| Modifier and Type | Method and Description |
|---|---|
CommentModel |
AbstractConverterTest.createCommentModelForPage(PageModel page) |
| Modifier and Type | Method and Description |
|---|---|
PageModel |
NoteInfo.getPage() |
PageModel |
CommentInfo.getPage() |
| Modifier and Type | Method and Description |
|---|---|
protected NoteParentUIDs |
NoteInfoPopulator.createParentUIDs(PageModel page) |
void |
NoteInfo.setPage(PageModel page) |
void |
CommentInfo.setPage(PageModel pageModel) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Notes2PageTranslatorService.translate(Notes notes,
PageModel page)
|
Notes |
Page2NotesTranslatorService.translate(PageModel page)
|
boolean |
Notes2PageTranslatorService.validate(Notes notes,
PageModel page)
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultNotes2PageTranslatorService.translate(Notes notes,
PageModel page) |
Notes |
DefaultPage2NotesTranslatorService.translate(PageModel page) |
boolean |
DefaultNotes2PageTranslatorService.validate(Notes notes,
PageModel page) |
| Modifier and Type | Method and Description |
|---|---|
static PageModel |
CometFileHandler.getPageById(String id,
PrintPublication publication,
ModelService modelService) |
static PageModel |
CometFileHandler.getPageModel(CometBinary file) |
| Modifier and Type | Method and Description |
|---|---|
void |
NotesValidationStrategy.validate(Notes notes,
PageModel page)
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommentOnPageValidationStrategy.validate(Notes notes,
PageModel page) |
void |
UniquePKValidationStrategy.validate(Notes notes,
PageModel page) |
| Modifier and Type | Method and Description |
|---|---|
PageModel |
PageDao.findPageByPageStringId(String pageStringId,
PublicationModel publicationModel)
This method should be used to search for a instance of the
PageModel for the given pageStringId and
PublicationModel. |
| Modifier and Type | Method and Description |
|---|---|
PageModel |
DefaultPageDao.findPageByPageStringId(String pageStringId,
PublicationModel publicaionModel) |
| Modifier and Type | Method and Description |
|---|---|
PageModel |
DtpCommentModel.getPage()
Generated method - Getter of the
DtpComment.page attribute defined at extension print. |
PageModel |
PlacementModel.getPage()
Generated method - Getter of the
Placement.page attribute defined at extension print. |
PageModel |
CometFileModel.getPagePreview()
Generated method - Getter of the
CometFile.pagePreview attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
List<PageModel> |
ChapterModel.getPages()
Generated method - Getter of the
Chapter.pages attribute defined at extension print. |
Collection<PageModel> |
PublicationModel.getUnassignedPages()
Generated method - Getter of the
Publication.unassignedPages attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
void |
DtpCommentModel.setPage(PageModel value)
Generated method - Setter of
DtpComment.page attribute defined at extension print. |
void |
PlacementModel.setPage(PageModel value)
Generated method - Setter of
Placement.page attribute defined at extension print. |
void |
CometFileModel.setPagePreview(PageModel value)
Generated method - Setter of
CometFile.pagePreview attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
void |
ChapterModel.setPages(List<PageModel> value)
Generated method - Setter of
Chapter.pages attribute defined at extension print. |
| Constructor and Description |
|---|
DtpCommentModel(CatalogVersionModel _catalogVersion,
String _code,
ItemModel _owner,
PageModel _page)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
DtpCommentModel(CatalogVersionModel _catalogVersion,
String _code,
PageModel _page)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
PageModel |
PageResource.getPageModel()
Convenience method which just delegates to
#getResourceValue() |
protected PageModel |
PageResource.readResource(String resourceId)
Gets the
PageModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<PageModel> |
PagesResource.getPagesCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
PageResource.setPageModel(PageModel value)
Convenience method which just delegates to
#setResourceValue(PageModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
PagesResource.setPagesCollection(Collection<PageModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
PageModel |
AbstractPrintJobServicelayerTest.getDummyAttachment() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PrintSystemSetup.updateCommentGroupsForPage(PageModel page) |
| Modifier and Type | Method and Description |
|---|---|
protected PageModel |
AbstractPrintServicelayerTest.preparePage() |
| Modifier and Type | Method and Description |
|---|---|
protected CommentModel |
AbstractPrintWorkflowTest.createComment(PageModel page,
String subject,
String text,
UserModel user) |
| Modifier and Type | Method and Description |
|---|---|
protected PageModel |
MainAreaPageImageStructureViewBrowserComponent.getCurrentPage() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PagePlannerEditorController.handle(String attributeQualifier,
PageModel pageModel,
Object attrValue) |
protected boolean |
MainAreaPageImageStructureViewBrowserComponent.isPageStartLeft(PageModel page)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PrintPageGridAndModeValidator.isValid(PageModel page,
ConstraintValidatorContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
PagePlannerHandler.handle(PageModel pageModel,
T mode) |
| Modifier and Type | Method and Description |
|---|---|
void |
GridModePlannerEditorValidator.handle(PageModel page,
GridMode gridMode) |
void |
GridModePlannerEditorHandler.handle(PageModel page,
GridMode gridMode) |
void |
PageModelPlannerEditorValidator.handle(PageModel page,
PageMode pageMode) |
void |
PageModelPlannerEditorHandler.handle(PageModel page,
PageMode pageMode) |
void |
GridPlannerEditorValidator.handle(PageModel page,
TypedObject typedObject) |
void |
GridPlannerEditorHandler.handle(PageModel page,
TypedObject typedObject) |
void |
AlternativeGridPlannerEditorValidator.handle(PageModel page,
TypedObject typedObject) |
void |
AlternativeGridPlannerEditorHandler.handle(PageModel page,
TypedObject typedObject) |
| Modifier and Type | Method and Description |
|---|---|
LayoutTemplateModel |
LayoutService.getDefaultLayoutTemplate(PageModel pageModel,
PlaceholderTemplateModel placeholderTemplate,
PlacementModel placement,
ItemModel placedItem,
SpreadPosition gridType)
Determines the default layout template for a given placeholder template, placement and/or placed item.
|
PlaceholderTemplateModel |
LayoutService.getDefaultPlaceholderTemplate(PageModel pageModel,
PlacementModel placement,
ItemModel placementItem)
Determines the default placeholder template for a given placement and placed item.
|
int[] |
LayoutService.getPageDimensions(PageModel pageModel)
Compute width and height only once for all images
|
| Modifier and Type | Field and Description |
|---|---|
protected PageModel |
NonSequencePagePreviewModel.page |
| Modifier and Type | Method and Description |
|---|---|
PageModel |
NonSequencePagePreviewModel.getPage()
Returns an up to date page model represented by this preview model.
|
| Modifier and Type | Method and Description |
|---|---|
LayoutTemplateModel |
LayoutServiceImpl.getDefaultLayoutTemplate(PageModel page,
PlaceholderTemplateModel placeholderTemplate,
PlacementModel uiPlacement,
ItemModel placementItem,
SpreadPosition gridType)
Returns default layout template for this placement but.
|
PlaceholderTemplateModel |
LayoutServiceImpl.getDefaultPlaceholderTemplate(PageModel page,
PlacementModel uiPlacement,
ItemModel placementItem) |
SpreadPosition |
AbstractPagePreviewModel.getGridType(PageModel page,
int pageIndex) |
SpreadPosition |
AbstractPagePreviewModel.getGridType(PlacementModel placement,
PageModel page) |
int[] |
LayoutServiceImpl.getPageDimensions(PageModel pageModel) |
protected PagePlanner |
AbstractPagePreviewModel.getPagePlannerForPage(PageModel page) |
protected List<PreviewElementUpdate> |
AbstractPagePreviewModel.initPlacements(PageModel page,
List<PreviewPage> previewPages)
Initializes placements on the
PreviewPages basing on the current page's GridMode. |
protected List<PreviewElementUpdate> |
AbstractPagePreviewModel.initPlacements(PageModel page,
PreviewPage previewPage)
Initializes placements on the
PreviewPage basing on the current page's GridMode. |
void |
AbstractPagePreviewModel.setDefaultTemplate(PageModel pageModel,
ItemPlacementModel placement) |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
void |
PublicationService.autoAssignPlacements(PageModel page) |
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.
|
PlacementModel |
PublicationService.clonePlacement(PublicationModel _publication,
PageModel _page,
PlacementModel originalPlacement)
Clones given placement, if publication and/or page are provided then new (cloned) placement will have them assigned.
|
ItemPlacementModel |
PublicationService.createPlacement(PageModel pageModel,
ItemModel item)
Creates a new placement
|
boolean |
PublicationService.mustFixPlacements(PageModel page,
GridModel grid,
HybrisEnumValue gridMode)
check if all placements have valid gridelement ids for specified grid and gridmode
|
| Modifier and Type | Method and Description |
|---|---|
Collection<PlacementModel> |
PublicationService.getAllPlacements(Collection<PageModel> pages) |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
void |
PublicationServiceImpl.autoAssignPlacements(PageModel page) |
PageModel |
PublicationServiceImpl.clonePage(PublicationModel _publication,
ChapterModel _chapter,
PageModel originalPage) |
PlacementModel |
PublicationServiceImpl.clonePlacement(PublicationModel _publication,
PageModel _page,
PlacementModel originalPlacement) |
ItemPlacementModel |
PublicationServiceImpl.createPlacement(PageModel page,
ItemModel item) |
boolean |
PublicationServiceImpl.mustFixPlacements(PageModel page,
GridModel grid,
HybrisEnumValue gridMode) |
| Modifier and Type | Method and Description |
|---|---|
Collection<PlacementModel> |
PublicationServiceImpl.getAllPlacements(Collection<PageModel> pages) |
| Modifier and Type | Method and Description |
|---|---|
static Map<PK,List<PageModel>> |
PrintCockpitUndoTools.getPageDropOriginalValues(Set<TypedObject> drop)
Returns original values for pages drop.
|
| Constructor and Description |
|---|
ChapterPagesUndoableOperation(TypedObject chapter,
List<PageModel> oldPages,
List<PageModel> newPages) |
ChapterPagesUndoableOperation(TypedObject chapter,
List<PageModel> oldPages,
List<PageModel> newPages) |
| Modifier and Type | Method and Description |
|---|---|
protected PageModel |
AbstractPagePlannerTest.preparePage(PageMode pageMode,
GridModel grid) |
protected PageModel |
AbstractPagePlannerIntegrationTest.preparePage(PageMode pageMode,
GridModel grid) |
protected PageModel |
AbstractPagePlannerIntegrationTest.preparePage(PageMode pageMode,
GridModel grid,
GridMode defaultGridMode)
Be sure to implement getDefaultGridModeForTest().
|
protected PageModel |
AbstractPagePlannerTest.preparePage(PageMode pageMode,
GridModel grid,
GridModel alternativeGrid) |
protected PageModel |
AbstractPagePlannerTest.preparePage(PageMode pageMode,
GridMode gridMode,
PageAlignment alignment,
GridModel grid,
GridModel alternativeGrid) |
| Modifier and Type | Method and Description |
|---|---|
int |
PagePlanner.addNewPlacement(PageModel page,
PlacementModel placement,
int pageNo,
int gridElementId)
Adds a new placement on a given page and position.
|
int |
PagePlanner.addNewPlacements(PageModel page,
List<PlacementModel> placements,
int pageNo,
int gridElementId)
Adds new placements starting from the given page and position.
|
void |
AbstractPagePlanner.assignGridElementIdsToPlacements(PageModel page) |
void |
PagePlanner.assignGridElementIdsToPlacements(PageModel page)
Assigns proper gridElementIds and page numbers to placements, based on their order in collection
|
PagePlanner.CanAddResult |
PagePlanner.canAddNewPlacement(PageModel page,
int pageNo,
int gridElementId)
Determines if a single placement can be put on the given page and grid element on the page.
|
PagePlanner.CanAddResult |
PagePlanner.canAddNewPlacements(PageModel page,
int pageNo,
int gridElementId,
int noPlacements)
Determines if
noPlacements can be put on the given page and grid element on the page. |
PagePlanner.CanAddResult |
PagePlanner.canAddNewPlacements(PageModel page,
int pageNo,
int gridElementId,
int noPlacements,
boolean overwrite)
Determines if
noPlacements can be put on the given page and grid element on the page. |
boolean |
PagePlanner.canChangeAlternativeGridForPage(PageModel page,
GridModel newGrid) |
boolean |
PagePlanner.canChangeGridForPage(PageModel page,
GridModel newGrid) |
boolean |
PagePlanner.canChangePageMode(PageModel page,
PageMode newMode) |
protected void |
AbstractPagePlannerTest.fillAllSlotsWithPlacements(PageModel page) |
protected void |
AbstractPagePlannerIntegrationTest.fillAllSlotsWithPlacements(PageModel page) |
protected void |
AbstractPagePlannerTest.fillSlot(PageModel page,
int pageNo,
int gridElementId) |
void |
PagePlanner.handleChangeAlternativeGridForPage(PageModel page,
GridModel newGrid)
Sets the GridModel on the page as an alternative grid and if needed truncates the data (Placements) to fit the new grid.
|
void |
PagePlanner.handleChangeGridForPage(PageModel page,
GridModel newGrid)
Sets the GridModel on the page and if needed truncates the data (Placements) to fit the new grid.
|
void |
AbstractPagePlanner.handleChangeGridMode(PageModel page,
GridMode newGridMode) |
void |
PagePlanner.handleChangeGridMode(PageModel page,
GridMode newGridMode)
Changes GridMode for the given page and assigns proper page numbers / grid element id's if needed.
|
void |
PagePlanner.handleChangePageMode(PageModel page,
PageMode newMode)
Sets the PageMode on the page and if needed truncates the data (Placements) to fit the new grid.
|
Set<ItemModel> |
PlacementHandler.initializePlacements(PageModel page,
List<PreviewPage> pagePreviews)
Assign proper values of page and gridElementId to placements.
|
boolean |
AbstractPagePlanner.isPageStartLeft(PageModel page) |
boolean |
PagePlanner.isPageStartLeft(PageModel page)
Determines whether the first page is a left page (in the meaning of two page printout).
|
protected void |
AbstractPagePlannerTest.prepareAndAddPlacementToPage(PageModel page,
int pageNo,
int gridId) |
protected void |
AbstractPagePlanner.removeCommentsMetadataFromPagesHigherThan(PageModel pageModel,
int pageNo) |
| Modifier and Type | Method and Description |
|---|---|
int |
DefaultFixedModePagePlanner.addNewPlacement(PageModel page,
PlacementModel placement,
int pageNo,
int gridElementId) |
int |
DefaultDynamicModePagePlanner.addNewPlacement(PageModel page,
PlacementModel placement,
int pageNo,
int gridElementId) |
int |
DefaultFixedModePagePlanner.addNewPlacements(PageModel page,
List<PlacementModel> placements,
int pageNo,
int gridElementId) |
int |
DefaultDynamicModePagePlanner.addNewPlacements(PageModel page,
List<PlacementModel> placements,
int pageNo,
int gridElementId) |
PagePlanner.CanAddResult |
DefaultFixedModePagePlanner.canAddNewPlacement(PageModel page,
int pageNo,
int gridElementId) |
PagePlanner.CanAddResult |
DefaultDynamicModePagePlanner.canAddNewPlacement(PageModel page,
int pageNo,
int gridElementId) |
PagePlanner.CanAddResult |
DefaultFixedModePagePlanner.canAddNewPlacements(PageModel page,
int pageNo,
int gridElementId,
int noPlacements) |
PagePlanner.CanAddResult |
DefaultDynamicModePagePlanner.canAddNewPlacements(PageModel page,
int pageNo,
int gridElementId,
int noPlacements) |
PagePlanner.CanAddResult |
DefaultFixedModePagePlanner.canAddNewPlacements(PageModel page,
int pageNo,
int gridElementId,
int noPlacements,
boolean overwrite) |
PagePlanner.CanAddResult |
DefaultDynamicModePagePlanner.canAddNewPlacements(PageModel page,
int pageNo,
int gridElementId,
int noPlacements,
boolean overwrite) |
boolean |
DefaultFixedModePagePlanner.canChangeAlternativeGridForPage(PageModel page,
GridModel newGrid) |
boolean |
DefaultDynamicModePagePlanner.canChangeAlternativeGridForPage(PageModel page,
GridModel altGrid) |
boolean |
DefaultFixedModePagePlanner.canChangeGridForPage(PageModel page,
GridModel newGrid) |
boolean |
DefaultDynamicModePagePlanner.canChangeGridForPage(PageModel page,
GridModel newGrid) |
boolean |
DefaultFixedModePagePlanner.canChangePageMode(PageModel page,
PageMode newMode) |
boolean |
DefaultDynamicModePagePlanner.canChangePageMode(PageModel page,
PageMode newMode) |
protected PagePlanner |
AbstractPlacementHandler.getPagePlannerForPage(PageModel page) |
void |
DefaultFixedModePagePlanner.handleChangeAlternativeGridForPage(PageModel page,
GridModel newGrid) |
void |
DefaultDynamicModePagePlanner.handleChangeAlternativeGridForPage(PageModel page,
GridModel altGrid) |
void |
DefaultFixedModePagePlanner.handleChangeGridForPage(PageModel page,
GridModel newGrid) |
void |
DefaultDynamicModePagePlanner.handleChangeGridForPage(PageModel page,
GridModel newGrid) |
void |
DefaultFixedModePagePlanner.handleChangePageMode(PageModel page,
PageMode newMode) |
void |
DefaultDynamicModePagePlanner.handleChangePageMode(PageModel page,
PageMode newMode) |
Set<ItemModel> |
FixedPlacementHandler.initializePlacements(PageModel page,
List<PreviewPage> pagePreviews) |
Set<ItemModel> |
DynamicPlacementHandler.initializePlacements(PageModel page,
List<PreviewPage> pagePreviews) |
void |
AbstractPlacementHandler.setDefaultTemplate(PageModel pageModel,
ItemPlacementModel placement) |
| Modifier and Type | Method and Description |
|---|---|
PageModel |
PublicationCloningService.getPageCopy(PageModel original,
ChapterModel targetChapter)
Clones given page and attaches it to the given target chapter.
|
| Modifier and Type | Method and Description |
|---|---|
PageModel |
PublicationCloningService.getPageCopy(PageModel original,
ChapterModel targetChapter)
Clones given page and attaches it to the given target chapter.
|
PlacementModel |
PublicationCloningService.getPlacementCopy(PlacementModel original,
PageModel targetPage)
Clones given placement and attaches it to the given target page.
|
| Modifier and Type | Method and Description |
|---|---|
PageModel |
DefaultPublicationCloningService.getPageCopy(PageModel original,
ChapterModel targetmodel) |
| Modifier and Type | Method and Description |
|---|---|
PageModel |
DefaultPublicationCloningService.getPageCopy(PageModel original,
ChapterModel targetmodel) |
PlacementModel |
DefaultPublicationCloningService.getPlacementCopy(PlacementModel original,
PageModel targetModel) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
PageLabelProvider.getIconPath(PageModel item) |
protected String |
PageLabelProvider.getIconPath(PageModel item,
String languageIso) |
protected String |
PageLabelProvider.getItemDescription(PageModel item) |
protected String |
PageLabelProvider.getItemDescription(PageModel item,
String languageIso) |
protected String |
PageLabelProvider.getItemLabel(PageModel page) |
protected String |
PageLabelProvider.getItemLabel(PageModel page,
String languageIso) |
| Modifier and Type | Method and Description |
|---|---|
Collection<PageModel> |
AbstractPrintPerspectiveQueryProvider.getSelectedPages() |
| Modifier and Type | Method and Description |
|---|---|
protected GenericCondition |
PrintPerspectiveQueryProvider.createPublicationConditions(PublicationModel selectedPublication,
Collection<ChapterModel> selectedChapters,
Collection<PageModel> selectedPages) |
void |
AbstractPrintPerspectiveQueryProvider.setSelectedPages(Collection<PageModel> selectedPages) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
AbstractPublicationCenterViewController.insert(ChapterModel parent,
PageModel newChild,
int position,
int action) |
protected Object |
AbstractPublicationCenterViewController.insert(PageModel parent,
ItemModel newChild,
int position,
int action) |
protected Object |
AbstractPublicationCenterViewController.insert(PageModel parent,
PlacementModel newChild,
int position,
int action) |
protected Object |
AbstractPublicationCenterViewController.insert(PublicationModel parent,
PageModel newChild,
int position,
int action) |
protected boolean |
PublicationPreviewController.isModelInvalid(PageModel page) |
| Modifier and Type | Method and Description |
|---|---|
PageModel |
AbstractPreviewModel.getPageModel() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractPreviewModel.isModelInvalid(PageModel page) |
void |
PreviewModel.setDefaultTemplate(PageModel pageModel,
ItemPlacementModel placement)
Sets default layout template (placeholder group) in given placement.
|
void |
AbstractPreviewModel.setDefaultTemplate(PageModel pageModel,
ItemPlacementModel placement) |
| Modifier and Type | Method and Description |
|---|---|
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
|
void |
PrintcockpitService.savePlacement(PlacementModel placement,
PageModel page,
int position)
Saves given placement in given page at given position, if given page contains this placement, it's moved from it's old
position to new position, if no page is given then placement is simply saved without assigning it to any particular page
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPrintcockpitService.savePage(PageModel page,
ChapterModel chapter,
int _position) |
void |
DefaultPrintcockpitService.savePlacement(PlacementModel placement,
PageModel page,
int _position) |
Copyright © 2017 SAP SE. All Rights Reserved.