com.filenet.wcm.apps.server.ui.info.prefs
Class PrefPortalPagesInfo

java.lang.Object
  extended bycom.filenet.wcm.toolkit.server.base.WcmDpContainer
      extended bycom.filenet.wcm.toolkit.server.base.WcmModule
          extended bycom.filenet.wcm.toolkit.server.base.GlobalEventModule
              extended bycom.filenet.wcm.toolkit.server.base.WcmUiModule
                  extended bycom.filenet.wcm.apps.server.ui.info.prefs.PrefPortalPagesInfo
All Implemented Interfaces:
com.filenet.wcm.toolkit.server.base.WcmModuleInterface, com.filenet.wcm.toolkit.server.base.WcmPanelInterface, com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface, com.filenet.wcm.toolkit.server.base.WcmViewPanelInterface

public class PrefPortalPagesInfo
extends com.filenet.wcm.toolkit.server.base.WcmUiModule
implements com.filenet.wcm.toolkit.server.base.WcmViewPanelInterface

Site Preferences Author Page info page.


Field Summary
protected  WcmWorkplaceConfig config
           
protected  com.filenet.wcm.toolkit.server.util.WcmDataStore ds
           
protected  java.lang.String mode
           
static java.lang.String PAGE_ID
           
protected  java.util.List pageList
           
protected  WcmGenericListView pageListView
           
static java.lang.String PLACE_ID
           
static java.lang.String PLACE_TITLE
           
static java.lang.String PORTAL_ACCESSROLES_ID
           
static java.lang.String PORTAL_PAGE_KEY
           
static java.lang.String PORTAL_SITE_PAGELIST_KEY
           
static java.lang.String PORTAL_USER_PAGELIST_KEY
           
protected  boolean readonly
           
protected  WcmSitePrefs sitePrefs
           
protected  WcmUserPrefs userPrefs
           
 
Fields inherited from class com.filenet.wcm.toolkit.server.base.WcmModule
locale, NAME_DELIMITER
 
Constructor Summary
PrefPortalPagesInfo()
           
 
Method Summary
 void cleanup()
           
 java.lang.String getFormName()
           
protected  java.lang.String getThisPageURL()
          return this page event URL with page id.
 void initialize()
           
 boolean isApplyButtonRequired()
           
 boolean isModified()
           
 void onAddNew(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void onDelete(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void onModify(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void onOrganize(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void onPreviewAndSetup(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void panelFinish(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void panelSave(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void render(java.io.Writer w)
           
 
Methods inherited from class com.filenet.wcm.toolkit.server.base.WcmUiModule
getActive, getBasePath, getBaseUrl, getBaseURLBuilder, getControllerEventUrl, getControllerEventUrl, getEventFormFields, getEventFormFields, getEventFormTag, getEventFormTag, getEventUrl, getEventUrl, getEventUrl, getEventUrl, getFormSubmitUrl, getFormSubmitUrl, getGlobalEventUrl, getGlobalEventUrl, getPageUrl, getPageUrl, getPageUrl, getPageUrl, getUiParent, peekEvent, renderJSP, routeEvent, routeEvent, serverSideInclude, serverSideInclude, setActive, setJSP
 
Methods inherited from class com.filenet.wcm.toolkit.server.base.GlobalEventModule
onStartPage, subscribeGlobalEvent
 
Methods inherited from class com.filenet.wcm.toolkit.server.base.WcmModule
addChild, addChild, addChild, debugTrace, getClassProperty, getClassProperty, getClassPropertyKeys, getConfiguration, getController, getDataStore, getModuleProperty, getModuleProperty, getModuleProperty, getModuleProperty, getModulePropertyKeys, getName, getParent, getWindowProperty, getWindowProperty, persist, queryDataProvider, setClassProperty, setClassProperty, setController, setModuleProperty, setModuleProperty, setName, setParent, setPortletParent, setWindowProperty
 
Methods inherited from class com.filenet.wcm.toolkit.server.base.WcmDpContainer
addDataProvider, addDataProvider
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
onStartPage
 
Methods inherited from interface com.filenet.wcm.toolkit.server.base.WcmModuleInterface
addDataProvider, getDataStore, getModuleProperty, getName, getParent, persist, queryDataProvider, setController, setModuleProperty, setName, setParent
 

Field Detail

PORTAL_PAGE_KEY

public static final java.lang.String PORTAL_PAGE_KEY
See Also:
Constant Field Values

PORTAL_USER_PAGELIST_KEY

public static final java.lang.String PORTAL_USER_PAGELIST_KEY
See Also:
Constant Field Values

PORTAL_SITE_PAGELIST_KEY

public static final java.lang.String PORTAL_SITE_PAGELIST_KEY
See Also:
Constant Field Values

PAGE_ID

public static final java.lang.String PAGE_ID
See Also:
Constant Field Values

PORTAL_ACCESSROLES_ID

public static final java.lang.String PORTAL_ACCESSROLES_ID
See Also:
Constant Field Values

PLACE_ID

public static final java.lang.String PLACE_ID
See Also:
Constant Field Values

PLACE_TITLE

public static final java.lang.String PLACE_TITLE
See Also:
Constant Field Values

config

protected WcmWorkplaceConfig config

sitePrefs

protected WcmSitePrefs sitePrefs

userPrefs

protected WcmUserPrefs userPrefs

pageList

protected java.util.List pageList

ds

protected com.filenet.wcm.toolkit.server.util.WcmDataStore ds

mode

protected java.lang.String mode

readonly

protected boolean readonly

pageListView

protected WcmGenericListView pageListView
Constructor Detail

PrefPortalPagesInfo

public PrefPortalPagesInfo()
                    throws java.lang.Exception
Method Detail

initialize

public void initialize()
                throws java.lang.Exception
Specified by:
initialize in interface com.filenet.wcm.toolkit.server.base.WcmModuleInterface
Throws:
java.lang.Exception

onAddNew

public void onAddNew(javax.servlet.http.HttpServletRequest request,
                     javax.servlet.http.HttpServletResponse response)
              throws java.lang.Exception
Throws:
java.lang.Exception

onOrganize

public void onOrganize(javax.servlet.http.HttpServletRequest request,
                       javax.servlet.http.HttpServletResponse response)
                throws java.lang.Exception
Throws:
java.lang.Exception

onPreviewAndSetup

public void onPreviewAndSetup(javax.servlet.http.HttpServletRequest request,
                              javax.servlet.http.HttpServletResponse response)
                       throws java.lang.Exception
Throws:
java.lang.Exception

onDelete

public void onDelete(javax.servlet.http.HttpServletRequest request,
                     javax.servlet.http.HttpServletResponse response)
              throws java.lang.Exception
Throws:
java.lang.Exception

onModify

public void onModify(javax.servlet.http.HttpServletRequest request,
                     javax.servlet.http.HttpServletResponse response)
              throws java.lang.Exception
Throws:
java.lang.Exception

panelSave

public void panelSave(javax.servlet.http.HttpServletRequest request,
                      javax.servlet.http.HttpServletResponse response)
               throws java.lang.Exception
Specified by:
panelSave in interface com.filenet.wcm.toolkit.server.base.WcmPanelInterface
Throws:
java.lang.Exception

panelFinish

public void panelFinish(javax.servlet.http.HttpServletRequest request,
                        javax.servlet.http.HttpServletResponse response)
                 throws java.lang.Exception
Specified by:
panelFinish in interface com.filenet.wcm.toolkit.server.base.WcmPanelInterface
Throws:
java.lang.Exception

render

public void render(java.io.Writer w)
            throws java.lang.Exception
Specified by:
render in interface com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
Throws:
java.lang.Exception

getFormName

public java.lang.String getFormName()
Specified by:
getFormName in interface com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface

isModified

public boolean isModified()
Specified by:
isModified in interface com.filenet.wcm.toolkit.server.base.WcmViewPanelInterface

isApplyButtonRequired

public boolean isApplyButtonRequired()
                              throws java.lang.Exception
Specified by:
isApplyButtonRequired in interface com.filenet.wcm.toolkit.server.base.WcmViewPanelInterface
Throws:
java.lang.Exception

getThisPageURL

protected java.lang.String getThisPageURL()
                                   throws java.lang.Exception
return this page event URL with page id.

Returns:
this page event URL with page id.
Throws:
java.lang.Exception

cleanup

public void cleanup()
             throws java.lang.Exception
Specified by:
cleanup in interface com.filenet.wcm.toolkit.server.base.WcmModuleInterface
Throws:
java.lang.Exception


© Copyright IBM Corp. 2002, 2007. All Rights Reserved.