| Modifier and Type | Method and Description |
|---|---|
Collection<PublicationModel> |
MediaModel.getPublication()
Generated method - Getter of the
Media.publication attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
void |
MediaModel.setPublication(Collection<PublicationModel> value)
Generated method - Setter of
Media.publication attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
List<PublicationModel> |
PrincipalModel.getReadPublication()
Generated method - Getter of the
Principal.readPublication attribute defined at extension print. |
List<PublicationModel> |
PrincipalModel.getWritePublication()
Generated method - Getter of the
Principal.writePublication attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
void |
PrincipalModel.setReadPublication(List<PublicationModel> value)
Generated method - Setter of
Principal.readPublication attribute defined at extension print. |
void |
PrincipalModel.setWritePublication(List<PublicationModel> value)
Generated method - Setter of
Principal.writePublication attribute defined at extension print. |
| 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 |
|---|---|
PublicationModel |
PublicationComponentModel.getPublication()
Generated method - Getter of the
PublicationComponent.publication attribute defined at extension print. |
PublicationModel |
CometFileModel.getPublicationPreview()
Generated method - Getter of the
CometFile.publicationPreview attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
void |
PublicationComponentModel.setPublication(PublicationModel value)
Generated method - Setter of
PublicationComponent.publication attribute defined at extension print. |
void |
CometFileModel.setPublicationPreview(PublicationModel value)
Generated method - Setter of
CometFile.publicationPreview attribute defined at extension print. |
| Constructor and Description |
|---|
ChapterModel(String _code,
ItemModel _owner,
PublicationModel _publication)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ChapterModel(String _code,
PublicationModel _publication)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ItemPlacementModel(ItemModel _item,
ItemModel _owner,
PublicationModel _publication)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ItemPlacementModel(ItemModel _item,
PublicationModel _publication)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
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
|
PlacementModel(ItemModel _owner,
PublicationModel _publication)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
PlacementModel(PublicationModel _publication)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
PublicationComponentModel(ItemModel _owner,
PublicationModel _publication)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
PublicationComponentModel(PublicationModel _publication)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
PublicationModel |
PublicationResource.getPublicationModel()
Convenience method which just delegates to
#getResourceValue() |
protected PublicationModel |
PublicationResource.readResource(String resourceId)
Gets the
PublicationModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<PublicationModel> |
PublicationsResource.getPublicationsCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
PublicationResource.setPublicationModel(PublicationModel value)
Convenience method which just delegates to
#setResourceValue(PublicationModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
PublicationsResource.setPublicationsCollection(Collection<PublicationModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
static void |
PublicationTreeNavigatorUtils.cloneChaptersSet(Set<TypedObject> drop,
PublicationModel targetModel)
Replaces chapters in the given set with copies
|
| Modifier and Type | Method and Description |
|---|---|
PublicationModel |
PublicationService.createPublication()
Creates a new publication
|
PublicationModel |
PublicationService.createPublication(int initialRootChapters,
int pagesPerRootChapter,
Map<String,Object> ctx)
Creates a new publication with an initial chapter/pages structure
|
PublicationModel |
PublicationService.createPublication(PublicationModel templatePublication)
Creates a new publication as a copy of an existing one
|
PublicationModel |
SourcePublicationService.getCurrentPublication()
get current publication
|
PublicationModel |
PublicationService.loadPublication(PublicationModel selected)
Called to load a selected publication into print cockpit.
|
PublicationModel |
PublicationService.loadPublicationForChooser(PK selected)
Called to load a selected publication into print cockpit.
|
| Modifier and Type | Method and Description |
|---|---|
List<PublicationModel> |
SourcePublicationService.getExistingPublications()
get all existing publications
|
List<PublicationModel> |
PublicationService.getExistingPublications(boolean onlyActive)
Returns a list of existing publications.
|
List<PublicationModel> |
PublicationService.getRecentlyOpened()
get a list of recently opened publications
|
| Modifier and Type | Method and Description |
|---|---|
void |
PublicationService.addRecentlyOpened(PublicationModel pub)
add a publication to the list of recently opened publications
|
String |
PublicationService.autoCreateCodeString(Class itemclass,
String localized_code,
PublicationModel publication)
Automatically creates a string for the code of the element according to the number of already created items
|
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.
|
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.
|
ListSearchResult |
PublicationService.convertSearchResult(ListSearchResult result,
PublicationModel pub)
Convert a search result that contains PK-Strings into one with PublicationElementsModel
|
ChapterModel |
PublicationService.createChapter(PublicationModel publication)
Creates a new chapter
|
PageModel |
PublicationService.createPage(PublicationModel publication,
ChapterModel chapter)
Creates a new page
|
PublicationModel |
PublicationService.createPublication(PublicationModel templatePublication)
Creates a new publication as a copy of an existing one
|
void |
PublicationService.deletePublication(PublicationModel publication)
Completely deletes a publication from database
|
List<Object> |
PublicationService.getAllRegisteredElements(PublicationModel publicationModel) |
boolean |
PublicationService.isCodeInUse(PublicationModel publication,
String code) |
PublicationModel |
PublicationService.loadPublication(PublicationModel selected)
Called to load a selected publication into print cockpit.
|
void |
SourcePublicationService.setCurrentPublication(PublicationModel currentPublication)
sets the publication that should not appear in the list returned by
SourcePublicationService.getExistingPublications() |
| Modifier and Type | Method and Description |
|---|---|
PublicationModel |
PublicationServiceImpl.createPublication() |
PublicationModel |
PublicationServiceImpl.createPublication(int initialRootChapters,
int pagesPerRootChapter,
Map<String,Object> ctx) |
PublicationModel |
PublicationServiceImpl.createPublication(PublicationModel templatePublication) |
PublicationModel |
SourcePublicationServiceImpl.getCurrentPublication() |
PublicationModel |
PublicationServiceImpl.loadPublication(PublicationModel selected) |
PublicationModel |
PublicationServiceImpl.loadPublicationForChooser(PK selected) |
| Modifier and Type | Method and Description |
|---|---|
List<PublicationModel> |
SourcePublicationServiceImpl.getExistingPublications() |
List<PublicationModel> |
PublicationServiceImpl.getExistingPublications(boolean onlyActive) |
List<PublicationModel> |
PublicationServiceImpl.getRecentlyOpened() |
| Modifier and Type | Method and Description |
|---|---|
void |
PublicationServiceImpl.addRecentlyOpened(PublicationModel pub) |
String |
PublicationServiceImpl.autoCreateCodeString(Class itemclass,
String localized_code,
PublicationModel publication) |
protected void |
PublicationServiceImpl.checkAndReplaceIDs(PublicationComponentModel element,
PublicationModel publication,
Set<String> ids) |
ChapterModel |
PublicationServiceImpl.cloneChapter(PublicationModel _publication,
ChapterModel superChapter,
ChapterModel originalChapter) |
PageModel |
PublicationServiceImpl.clonePage(PublicationModel _publication,
ChapterModel _chapter,
PageModel originalPage) |
PlacementModel |
PublicationServiceImpl.clonePlacement(PublicationModel _publication,
PageModel _page,
PlacementModel originalPlacement) |
ListSearchResult |
PublicationServiceImpl.convertSearchResult(ListSearchResult result,
PublicationModel pub) |
ChapterModel |
PublicationServiceImpl.createChapter(PublicationModel publication) |
PageModel |
PublicationServiceImpl.createPage(PublicationModel publication,
ChapterModel chapter) |
PublicationModel |
PublicationServiceImpl.createPublication(PublicationModel templatePublication) |
void |
PublicationServiceImpl.deletePublication(PublicationModel publication) |
List<Object> |
PublicationServiceImpl.getAllRegisteredElements(PublicationModel publicationModel) |
boolean |
PublicationServiceImpl.isCodeInUse(PublicationModel publication,
String code) |
PublicationModel |
PublicationServiceImpl.loadPublication(PublicationModel selected) |
protected String |
PublicationServiceImpl.renameIfNecessary(String val,
PublicationModel publication) |
void |
SourcePublicationServiceImpl.setCurrentPublication(PublicationModel currentPublication) |
| Modifier and Type | Field and Description |
|---|---|
protected PublicationModel |
AbstractPagePlannerIntegrationTest.publication |
| Modifier and Type | Method and Description |
|---|---|
PublicationModel |
PublicationCloningService.getPublicationCopy(PublicationModel publication)
Clones given publication, adds '_copy' suffix to the publication code.
|
| Modifier and Type | Method and Description |
|---|---|
ChapterModel |
PublicationCloningService.getChapterCopy(ChapterModel original,
PublicationModel targetPublication)
Clones given chapter and attaches it to the given target publication.
|
PublicationModel |
PublicationCloningService.getPublicationCopy(PublicationModel publication)
Clones given publication, adds '_copy' suffix to the publication code.
|
| Modifier and Type | Method and Description |
|---|---|
PublicationModel |
DefaultPublicationCloningService.getPublicationCopy(PublicationModel publicationModel) |
| Modifier and Type | Method and Description |
|---|---|
ChapterModel |
DefaultPublicationCloningService.getChapterCopy(ChapterModel original,
PublicationModel targetModel) |
PublicationModel |
DefaultPublicationCloningService.getPublicationCopy(PublicationModel publicationModel) |
| Modifier and Type | Method and Description |
|---|---|
PublicationModel |
AbstractPrintPerspectiveQueryProvider.getSelectedPublication() |
| Modifier and Type | Method and Description |
|---|---|
protected GenericCondition |
PrintPerspectiveQueryProvider.createPublicationConditions(PublicationModel selectedPublication,
Collection<ChapterModel> selectedChapters,
Collection<PageModel> selectedPages) |
protected List<ChapterModel> |
AbstractPrintPerspectiveQueryProvider.getAllChapters(PublicationModel publication) |
void |
AbstractPrintPerspectiveQueryProvider.setSelectedPublication(PublicationModel selectedPublication) |
protected boolean |
AbstractPrintPerspectiveQueryProvider.userRightsExist(PublicationModel publication,
String publicationComponentType) |
| Modifier and Type | Method and Description |
|---|---|
void |
PrintcockpitSessionListener.publicationChanged(PublicationModel previous,
PublicationModel newOne) |
| Modifier and Type | Method and Description |
|---|---|
PublicationModel |
PrintcockpitSessionAddon.getCurrentPublication() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PrintcockpitSessionAddon.firePublicationChanged(PublicationModel previous,
PublicationModel newOne) |
protected String |
PrintSearchBrowserModel.getPathAsString(PublicationModel uipub) |
void |
PrintcockpitSessionAddon.setCurrentPublication(PublicationModel pub) |
| Modifier and Type | Method and Description |
|---|---|
static void |
PrintCockpitUtilities.setPublicationRecursively(Collection<TypedObject> elements,
PublicationModel publication,
List<UndoableOperation> operations)
Sets publication recursively for all elements in given collection
|
static void |
PrintCockpitUtilities.setPublicationRecursivelyForChapter(TypedObject chapterObject,
PublicationModel publication,
List<UndoableOperation> operations)
Sets publication for given chapter and all subelements
|
static void |
PrintCockpitUtilities.setPublicationRecursivelyForPage(TypedObject pageObject,
PublicationModel publication,
List<UndoableOperation> operations)
Sets publication for given page and all subelements
|
| Modifier and Type | Method and Description |
|---|---|
PublicationModel |
AbstractPublicationCenterViewController.getPublication() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
AbstractPublicationCenterViewController.insert(PublicationModel publication,
ChapterModel chapter,
int position,
int action) |
protected Object |
AbstractPublicationCenterViewController.insert(PublicationModel parent,
PageModel newChild,
int position,
int action) |
protected void |
AbstractPublicationCenterViewController.setPublication(PublicationModel publication) |
| Modifier and Type | Method and Description |
|---|---|
protected PublicationModel |
RevisedOrganizerController.getPublication(Object element) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
PrintcockpitService.getAllIDs(PublicationModel pub) |
PublicationComponentModel |
PrintcockpitService.getRegisteredElement(PublicationModel pub,
String pk) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
DefaultPrintcockpitService.getAllIDs(PublicationModel pub) |
PublicationComponentModel |
DefaultPrintcockpitService.getRegisteredElement(PublicationModel pub,
String pk) |
Copyright © 2017 SAP SE. All Rights Reserved.