|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Website
Representation of website.
| Method Summary | |
|---|---|
int |
createSection(int mastersectionid,
int languageid,
java.lang.String pagetitle)
Deprecated. Use PageManagementService.createPageVersion(Page, Language)
instead. |
Application[] |
getApplications()
Return applications in this website. |
java.lang.String |
getBackEndAlias()
Return backend alias. |
Page[] |
getBaseLevelPages()
Return all sub pages of the homepage. |
Page[] |
getBlocks()
Return blocks. |
java.lang.String |
getControllerAlias()
Return the controller alias of the host. |
java.lang.String |
getDatePickerUrl()
Gets the Url for the datepicker. |
Page |
getDefaultMediaPage()
Return default media page. |
Page |
getDigitalCounterOrderPage()
Return a page with a form for ordering products. |
java.util.Map<java.lang.String,Page[]> |
getDisplayOnPages()
Return the display-on pages for all content types. |
Page[] |
getDisplayOnPages(java.lang.String contentType)
Return the display-on pages for a given content type. |
Page |
getEcardpage()
Return the ecard page. |
Ecard[] |
getEcards()
Return array of all ecards. |
java.lang.String |
getEditLoginUrl()
Return url to the login page for this website. |
java.lang.String |
getElementDeclarations()
Return elementdeclarations for deleting or copying elements. |
java.lang.String |
getEmptyImage()
Return url to e.gif. |
Page |
getErrorPage()
Return default error page. |
java.lang.String |
getFileUploadDirectory()
Returns the file upload directory for this Web Initiative and ensures that it always ends with a slash. |
java.lang.String |
getFileUploadMultiMediaDirectory()
Returns the file upload directory for multimedia objects of this Web Initiative and ensures that it always ends with a slash. |
java.lang.String |
getFileUploadMultiMediaUrl()
Returns the relative file upload URL for multimedia objects in this Web Initiative and ensures that it always ends with a forward slash. |
java.lang.String |
getFileUploadUrl()
Returns the relative file upload URL for this Web Initiative and ensures that it always ends with a forward slash. |
Form[] |
getForms()
Return forms defined in this website. |
Forum[] |
getForums()
Return forums. |
GovernmentRegistry |
getGovernmentRegistry()
Returns the government specific settings for this website. |
Page |
getHomePage()
Return homepage. |
java.lang.String |
getHostName()
Return frontend hostname. |
java.lang.String |
getIdentifier()
Returns the identifier of the Website. |
Language |
getLanguageById(java.lang.String langid)
Retrieves a language by the language id. |
Language[] |
getLanguages()
Return languages. |
LinkModel[] |
getLinkModels()
Returns all link models. |
Page |
getLoginPage()
Return default login page. |
MailingList[] |
getMailingLists()
Return mailinglists in this website. |
Mailing[] |
getMailings()
Return mailings in this website. |
MediaRepository |
getMediaRepository()
Return the mediarepository for this site. |
Page[] |
getOrphanPages()
Return all orphan pages. |
PageModel[] |
getPageModels()
Returns an array of all page models of this website. |
PagePart |
getPagePart(java.lang.String name)
Get pagepart by name. |
PagePart[] |
getPageParts()
Return pageParts associated with this website. |
PersonalizationCategory[] |
getPersonalizationCategories()
Returns all personalization categories. |
PersonalizationCategory |
getPersonalizationCategory(java.lang.String value)
Returns the personalization category with the given value. |
PersonalizationExpression[] |
getPersonalizationExpressions()
Returns all PersonalizationExpression objects which may be used on this Website. |
PersonalizationExpression[] |
getPersonalizationExpressions(PersonalizationExpression.Type type)
Returns all PersonalizationExpression objects of the given type which may be used on this Website. |
PersonalizationItem[] |
getPersonalizationItems()
Returns all personalization items. |
PersonalizationModel[] |
getPersonalizationModels()
Returns all PersonalizationModel objects which may be used on this Website. |
Personalization[] |
getPersonalizations()
Return personalizations. |
Page[] |
getPortletPages()
Return portlet pages. |
Presentation |
getPresentation(java.lang.String presentationName)
Get presentation by name. |
Presentation |
getPresentation(java.lang.String presentationName,
java.lang.String scope)
Get presention by name, if it matches the scope. |
Presentation[] |
getPresentations()
Return presentations. |
Presentation[] |
getPresentationsByScope(java.lang.String scope)
Return presentations for a certain scope, eg TextElement. |
java.lang.String |
getProductCatalogUploadUrl()
Return relative location of productcatalog upload directory. |
Query[] |
getQueries()
Return queries. |
ResourceEntity[] |
getResourceEntities()
Return resources. |
Resource[] |
getResources()
Return resources. |
Page |
getRootBlock()
Returns the root block of this website. |
Page |
getRootPageSection()
Deprecated. wrong naming, use getRootBlock() instead. |
Page[] |
getRssFeedPages()
Return Rss Feed pages. |
Page |
getSearchResultPage()
Return search result page. |
java.lang.String[] |
getSearchResultReplacements()
Return replacements for the url of the searchresult. |
java.lang.String |
getSecureHostName()
Return secure frontend hostname. |
Page |
getSiteMapPage()
Return page with sitemap. |
Page[] |
getSiteWidePages()
Return all sitewidepages. |
Page[] |
getSpecialPages(java.lang.String label)
Return array of specialpages for a specfic label, eg confirmpage. |
java.lang.String |
getStaticFilesUrl()
Return url to the static files. |
java.lang.String |
getStatisticsUrl()
Return sitestat url. |
java.lang.String |
getTitle()
Return website title. |
javax.sql.DataSource |
getWebAdminDataSource()
Return database for webadmin. |
java.lang.String[] |
getWhoIsWhoClickableLists()
Return values of clickable lists on who is who detail page. |
Page |
getWhoIsWhoSearchPage()
Return default who-is-who search page. |
java.lang.String |
getWhoIsWhoUploadUrl()
Return relative location of who-is-who upload directory. |
java.lang.String |
getWwwRoot()
Return directory location of the webroot. |
void |
handleSaveAction(javax.servlet.http.HttpServletRequest request)
call the handle_save_action for postprocessing requestvalues in siteworks. |
boolean |
hasRisDocuments()
Returns true if the RIS documents module is used on the website. |
boolean |
isAuthorized()
Return true if the user is authorized. |
boolean |
isLanguageSwitchEnabled()
Returns whether language switching is enabled for the web initiative. |
boolean |
isUseKeywordSearchEnabled()
Returns if keyword search is enabled or not. |
boolean |
isUsingBlockCaching()
Returns true if the block caching is used on the website. |
boolean |
isWebItemAvailable(java.lang.String webItemValue)
Return if webitem is available. |
| Methods inherited from interface nl.gx.webmanager.cms.core.Presentable |
|---|
getPresentation, render, render, setPresentation |
| Methods inherited from interface nl.gx.webmanager.wrapper.Wrapper |
|---|
getId, getUUID, setId, setUUID |
| Method Detail |
|---|
PagePart getPagePart(java.lang.String name)
name -
PageModel[] getPageModels()
java.lang.String getTitle()
java.lang.String getIdentifier()
Page[] getSiteWidePages()
Page[] getOrphanPages()
Page getHomePage()
Page getSiteMapPage()
Page getSearchResultPage()
Page getDefaultMediaPage()
Page[] getDisplayOnPages(java.lang.String contentType)
contentType - The content type to get display-on pages for.
java.util.Map<java.lang.String,Page[]> getDisplayOnPages()
getDisplayOnPages(String) for efficiency.
Page getDigitalCounterOrderPage()
Page getEcardpage()
Page getWhoIsWhoSearchPage()
Page getRootBlock()
@Deprecated Page getRootPageSection()
getRootBlock() instead.
Page[] getBaseLevelPages()
Page[] getPortletPages()
Page[] getRssFeedPages()
Page getErrorPage()
Page getLoginPage()
boolean isWebItemAvailable(java.lang.String webItemValue)
javax.sql.DataSource getWebAdminDataSource()
java.lang.String[] getSearchResultReplacements()
java.lang.String getHostName()
java.lang.String getSecureHostName()
MediaRepository getMediaRepository()
Presentation getPresentation(java.lang.String presentationName)
presentationName -
Presentation getPresentation(java.lang.String presentationName,
java.lang.String scope)
presentationName - scope -
java.lang.String getEmptyImage()
java.lang.String getStaticFilesUrl()
boolean isAuthorized()
java.lang.String getWwwRoot()
java.lang.String getControllerAlias()
/web/show.
java.lang.String getStatisticsUrl()
java.lang.String getBackEndAlias()
/web/webmanager.
java.lang.String getEditLoginUrl()
Mailing[] getMailings()
Form[] getForms()
MailingList[] getMailingLists()
Application[] getApplications()
Page[] getBlocks()
Forum[] getForums()
Personalization[] getPersonalizations()
Presentation[] getPresentations()
Presentation[] getPresentationsByScope(java.lang.String scope)
Query[] getQueries()
Resource[] getResources()
ResourceEntity[] getResourceEntities()
Language[] getLanguages()
Language getLanguageById(java.lang.String langid)
langid - Id of the language to retrieve. Preferably use the static String identifiers defined by
this interface (i.e. Website.LANG_ENGLISH and Website. LANG_DUTCH)
java.lang.String[] getWhoIsWhoClickableLists()
java.lang.String getWhoIsWhoUploadUrl()
java.lang.String getProductCatalogUploadUrl()
boolean hasRisDocuments()
PagePart[] getPageParts()
Page[] getSpecialPages(java.lang.String label)
Ecard[] getEcards()
boolean isUsingBlockCaching()
boolean isUseKeywordSearchEnabled()
true if keyword search is enabled, false otherwisejava.lang.String getElementDeclarations()
void handleSaveAction(javax.servlet.http.HttpServletRequest request)
request -
@Deprecated
int createSection(int mastersectionid,
int languageid,
java.lang.String pagetitle)
PageManagementService.createPageVersion(Page, Language)
instead.
mastersectionid - Siteworks object id of the page to which the new empty page version should be
assigned.languageid - Siteworks object id of the frontend language for the page version.pagetitle - Title for the page version.
java.lang.String getDatePickerUrl()
java.lang.String getFileUploadDirectory()
java.lang.String getFileUploadMultiMediaDirectory()
java.lang.String getFileUploadUrl()
java.lang.String getFileUploadMultiMediaUrl()
GovernmentRegistry getGovernmentRegistry()
PersonalizationModel[] getPersonalizationModels()
PersonalizationExpression[] getPersonalizationExpressions()
PersonalizationExpression[] getPersonalizationExpressions(PersonalizationExpression.Type type)
type - The type of PersonalizationExpression on which should be filtered.
PersonalizationItem[] getPersonalizationItems()
PersonalizationCategory getPersonalizationCategory(java.lang.String value)
value - Value of the personalization category, or an IllegalArgumentException is
thrown if there is no personalization category with the given value.
PersonalizationCategory[] getPersonalizationCategories()
boolean isLanguageSwitchEnabled()
LinkModel[] getLinkModels()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||