Class Cms2Callable
java.lang.Object
de.uplanet.lucy.server.auxiliaries.cms2.Cms2Callable
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleancanUnpublishPage(de.uplanet.lucy.server.auxiliaries.cms2.Cms2Page p_page) de.uplanet.lucy.server.auxiliaries.cms2.Cms2PagecreateCms2PageFromGuid(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strAppGuid, String p_strGuid) de.uplanet.lucy.server.auxiliaries.cms2.Cms2PagecreateCms2PageFromMenuGuid(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strAppGuid, String p_strMenuGuid) de.uplanet.lucy.server.auxiliaries.cms2.Cms2PagecreateCms2PageFromRecId(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strAppGuid, String p_strRecIdPage) de.uplanet.lucy.server.auxiliaries.cms2.Cms2PublicationcreateCms2PublicationFormVersion(de.uplanet.lucy.server.auxiliaries.cms2.Cms2Version p_version) de.uplanet.lucy.server.auxiliaries.cms2.Cms2PublicationcreateCms2PublicationFromRecId(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strAppGuid, String p_strRecIdPub) de.uplanet.lucy.server.auxiliaries.cms2.Cms2TemplatecreateCms2TemplateFromRecId(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strAppGuid, String p_strRecIdTemplate) de.uplanet.lucy.server.auxiliaries.cms2.Cms2VersioncreateCms2VersionFromRecId(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strAppGuid, String p_strRecIdVersion) booleandenyWriteByRelease(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strAppGuid) getCmsLink(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strAppGuid, String p_strRecId, String p_strLinkText, String p_strStyle, boolean p_bTooltip, boolean p_bPopup) getMenuItemRecId(CmsMenuItem p_item, String p_strLang) getMenuPath(String p_strMenuGuid, String p_strLang, String p_strSeparator) getMenuPath(String p_strMenuGuid, String p_strLang, String p_strSeparator, boolean p_bFullDepth) getPermissionName(de.uplanet.lucy.server.auxiliaries.cms2.Cms2Page p_page) getPrincipalsWithReadPermission(de.uplanet.lucy.server.auxiliaries.cms2.Cms2Page p_page, de.uplanet.jdbc.JdbcConnection p_conn) getPrincipalsWithWritePermission(de.uplanet.lucy.server.auxiliaries.cms2.Cms2Page p_page, de.uplanet.jdbc.JdbcConnection p_conn) getPublicationLanguageMappings(de.uplanet.lucy.server.auxiliaries.cms2.Cms2Page p_page) de.uplanet.lucy.server.auxiliaries.cms2.Cms2SystemSettinggetSystemSettings(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strAppGuid) de.uplanet.lucy.server.auxiliaries.cms2.Cms2PublicationgetUserRelevantPublication(de.uplanet.lucy.server.IProcessingContext p_ctx, de.uplanet.lucy.server.auxiliaries.cms2.Cms2Page p_page) booleanhasReleaseRequest(de.uplanet.lucy.server.auxiliaries.cms2.Cms2Version p_version) booleanhasWritePermission(de.uplanet.lucy.server.auxiliaries.cms2.Cms2Page p_page) booleaninformUserByReleasedModification(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strAppGuid) static booleanDeprecated.static booleanstatic booleanisCms2ByAppGuidAndPageGuid(String p_strAppGuid, String p_strPageGuid) booleanisReleaseCommissioner(de.uplanet.jdbc.JdbcConnection p_conn, String p_strUserGuid, de.uplanet.lucy.server.auxiliaries.cms2.Cms2Category p_category) voidsetReadPermission(de.uplanet.lucy.server.auxiliaries.cms2.Cms2Page p_page, de.uplanet.jdbc.JdbcConnection p_conn, List<String> p_principals) voidsetWritePermission(de.uplanet.lucy.server.auxiliaries.cms2.Cms2Page p_page, de.uplanet.jdbc.JdbcConnection p_conn, List<String> p_principals) voidswapPublishedVersions(de.uplanet.lucy.server.auxiliaries.cms2.Cms2Version p_oldVersion, de.uplanet.lucy.server.auxiliaries.cms2.Cms2Version p_newVersion) 
- 
Constructor Details- 
Cms2Callablepublic Cms2Callable()
 
- 
- 
Method Details- 
getSystemSettingspublic de.uplanet.lucy.server.auxiliaries.cms2.Cms2SystemSetting getSystemSettings(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strAppGuid) 
- 
createCms2PageFromRecIdpublic de.uplanet.lucy.server.auxiliaries.cms2.Cms2Page createCms2PageFromRecId(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strAppGuid, String p_strRecIdPage) throws de.uplanet.lucy.server.businesslogic.BlException - Throws:
- de.uplanet.lucy.server.businesslogic.BlException
 
- 
createCms2PageFromMenuGuidpublic de.uplanet.lucy.server.auxiliaries.cms2.Cms2Page createCms2PageFromMenuGuid(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strAppGuid, String p_strMenuGuid) throws de.uplanet.lucy.server.businesslogic.BlException - Throws:
- de.uplanet.lucy.server.businesslogic.BlException
 
- 
createCms2PageFromGuidpublic de.uplanet.lucy.server.auxiliaries.cms2.Cms2Page createCms2PageFromGuid(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strAppGuid, String p_strGuid) throws de.uplanet.lucy.server.businesslogic.BlException - Throws:
- de.uplanet.lucy.server.businesslogic.BlException
 
- 
createCms2VersionFromRecIdpublic de.uplanet.lucy.server.auxiliaries.cms2.Cms2Version createCms2VersionFromRecId(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strAppGuid, String p_strRecIdVersion) throws de.uplanet.lucy.server.businesslogic.BlException - Throws:
- de.uplanet.lucy.server.businesslogic.BlException
 
- 
createCms2PublicationFromRecIdpublic de.uplanet.lucy.server.auxiliaries.cms2.Cms2Publication createCms2PublicationFromRecId(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strAppGuid, String p_strRecIdPub) throws de.uplanet.lucy.server.businesslogic.BlException - Throws:
- de.uplanet.lucy.server.businesslogic.BlException
 
- 
createCms2PublicationFormVersionpublic de.uplanet.lucy.server.auxiliaries.cms2.Cms2Publication createCms2PublicationFormVersion(de.uplanet.lucy.server.auxiliaries.cms2.Cms2Version p_version) throws de.uplanet.lucy.server.businesslogic.BlException - Throws:
- de.uplanet.lucy.server.businesslogic.BlException
 
- 
createCms2TemplateFromRecIdpublic de.uplanet.lucy.server.auxiliaries.cms2.Cms2Template createCms2TemplateFromRecId(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strAppGuid, String p_strRecIdTemplate) throws de.uplanet.lucy.server.businesslogic.BlException - Throws:
- de.uplanet.lucy.server.businesslogic.BlException
 
- 
hasReleaseRequestpublic boolean hasReleaseRequest(de.uplanet.lucy.server.auxiliaries.cms2.Cms2Version p_version) throws de.uplanet.lucy.server.businesslogic.BlException - Throws:
- de.uplanet.lucy.server.businesslogic.BlException
 
- 
getPublicationLanguageMappingspublic Map<String,String> getPublicationLanguageMappings(de.uplanet.lucy.server.auxiliaries.cms2.Cms2Page p_page) throws de.uplanet.lucy.server.businesslogic.BlException - Throws:
- de.uplanet.lucy.server.businesslogic.BlException
 
- 
swapPublishedVersionspublic void swapPublishedVersions(de.uplanet.lucy.server.auxiliaries.cms2.Cms2Version p_oldVersion, de.uplanet.lucy.server.auxiliaries.cms2.Cms2Version p_newVersion) throws de.uplanet.lucy.server.businesslogic.BlException - Throws:
- de.uplanet.lucy.server.businesslogic.BlException
 
- 
canUnpublishPagepublic boolean canUnpublishPage(de.uplanet.lucy.server.auxiliaries.cms2.Cms2Page p_page) throws de.uplanet.lucy.server.businesslogic.BlException - Throws:
- de.uplanet.lucy.server.businesslogic.BlException
 
- 
setReadPermissionpublic void setReadPermission(de.uplanet.lucy.server.auxiliaries.cms2.Cms2Page p_page, de.uplanet.jdbc.JdbcConnection p_conn, List<String> p_principals) throws de.uplanet.lucy.server.businesslogic.BlException - Throws:
- de.uplanet.lucy.server.businesslogic.BlException
 
- 
setWritePermissionpublic void setWritePermission(de.uplanet.lucy.server.auxiliaries.cms2.Cms2Page p_page, de.uplanet.jdbc.JdbcConnection p_conn, List<String> p_principals) throws de.uplanet.lucy.server.businesslogic.BlException - Throws:
- de.uplanet.lucy.server.businesslogic.BlException
 
- 
hasWritePermissionpublic boolean hasWritePermission(de.uplanet.lucy.server.auxiliaries.cms2.Cms2Page p_page) 
- 
getPrincipalsWithReadPermissionpublic List<String> getPrincipalsWithReadPermission(de.uplanet.lucy.server.auxiliaries.cms2.Cms2Page p_page, de.uplanet.jdbc.JdbcConnection p_conn) throws de.uplanet.lucy.server.businesslogic.BlException - Throws:
- de.uplanet.lucy.server.businesslogic.BlException
 
- 
getPrincipalsWithWritePermissionpublic List<String> getPrincipalsWithWritePermission(de.uplanet.lucy.server.auxiliaries.cms2.Cms2Page p_page, de.uplanet.jdbc.JdbcConnection p_conn) throws de.uplanet.lucy.server.businesslogic.BlException - Throws:
- de.uplanet.lucy.server.businesslogic.BlException
 
- 
denyWriteByReleasepublic boolean denyWriteByRelease(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strAppGuid) 
- 
informUserByReleasedModificationpublic boolean informUserByReleasedModification(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strAppGuid) 
- 
isReleaseCommissionerpublic boolean isReleaseCommissioner(de.uplanet.jdbc.JdbcConnection p_conn, String p_strUserGuid, de.uplanet.lucy.server.auxiliaries.cms2.Cms2Category p_category) throws de.uplanet.lucy.server.businesslogic.BlException - Throws:
- de.uplanet.lucy.server.businesslogic.BlException
 
- 
getPermissionNamepublic String getPermissionName(de.uplanet.lucy.server.auxiliaries.cms2.Cms2Page p_page) throws de.uplanet.lucy.server.businesslogic.BlException - Throws:
- de.uplanet.lucy.server.businesslogic.BlException
 
- 
getMenuPath
- 
getMenuPath
- 
getUserRelevantPublicationpublic de.uplanet.lucy.server.auxiliaries.cms2.Cms2Publication getUserRelevantPublication(de.uplanet.lucy.server.IProcessingContext p_ctx, de.uplanet.lucy.server.auxiliaries.cms2.Cms2Page p_page) throws de.uplanet.lucy.server.businesslogic.BlException - Throws:
- de.uplanet.lucy.server.businesslogic.BlException
 
- 
getCmsLink
- 
isCms2Deprecated.
- 
isCms2
- 
isCms2ByAppGuidAndPageGuid
 
-