|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.filenet.wcm.toolkit.server.base.WcmDpContainer
com.filenet.wcm.toolkit.server.base.WcmModule
com.filenet.wcm.toolkit.server.base.GlobalEventModule
com.filenet.wcm.toolkit.server.base.WcmUiModule
com.filenet.wcm.apps.server.ui.wizard.WcmPropertiesWizardPage
com.filenet.wcm.apps.server.ui.wizard.WcmEntryTempPropertiesWizardPage
Field Summary | |
protected com.filenet.wcm.toolkit.server.dp.WcmAuthoringDataProvider |
adp
|
protected WcmAuthoringState |
aState
|
protected int |
nType
|
Fields inherited from class com.filenet.wcm.apps.server.ui.wizard.WcmPropertiesWizardPage |
className |
Fields inherited from class com.filenet.wcm.toolkit.server.base.WcmModule |
locale, NAME_DELIMITER |
Constructor Summary | |
WcmEntryTempPropertiesWizardPage(int mode)
|
Method Summary | |
protected org.w3c.dom.Document |
getDocClassXML()
Gets the Document interface on the Document Class XML |
protected java.lang.String |
getEntryTemplateClassId()
|
void |
initialize()
Initializes data providers, XSL parameters, the authoring state, and other state values. |
boolean |
isFinished()
This page is preloaded with the property information. |
void |
onStartPage(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Initialize the Classes |
void |
panelCancel(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Sends panelCancel to the WcmPropertiesInfoPage. |
void |
panelFinish(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Sends panelFinish to the WcmPropertiesInfoPage. |
void |
panelInit()
Called when this wizard page is first loaded to clear out any residual state information. |
void |
panelSave(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Sends panelSave to the WcmPropertiesInfoPage. |
boolean |
panelValidate()
Called on a page to check any entered data to confirm that everything is valid. |
protected void |
restorePropObject()
|
protected void |
savePropObject()
|
Methods inherited from class com.filenet.wcm.apps.server.ui.wizard.WcmPropertiesWizardPage |
getFormName, getPropertiesInfoPage, getRootClassId, getValidationErrors, render |
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 |
subscribeGlobalEvent |
Methods inherited from class com.filenet.wcm.toolkit.server.base.WcmModule |
addChild, addChild, addChild, cleanup, 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.WcmModuleInterface |
addDataProvider, cleanup, getDataStore, getModuleProperty, getName, getParent, persist, queryDataProvider, setController, setModuleProperty, setName, setParent |
Field Detail |
protected int nType
protected com.filenet.wcm.toolkit.server.dp.WcmAuthoringDataProvider adp
protected WcmAuthoringState aState
Constructor Detail |
public WcmEntryTempPropertiesWizardPage(int mode) throws java.lang.Exception
Method Detail |
public void initialize() throws java.lang.Exception
initialize
in interface com.filenet.wcm.toolkit.server.base.WcmModuleInterface
initialize
in class WcmPropertiesWizardPage
java.lang.Exception
public void onStartPage(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
onStartPage
in interface com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
onStartPage
in class WcmPropertiesWizardPage
request
- HttpServletRequest objectresponse
- HttpServletResponse object
java.lang.Exception
protected org.w3c.dom.Document getDocClassXML() throws java.lang.Exception
java.lang.Exception
public void panelInit() throws java.lang.Exception
panelInit
in interface com.filenet.wcm.toolkit.server.base.WcmSequencePanelInterface
panelInit
in class WcmPropertiesWizardPage
java.lang.Exception
protected java.lang.String getEntryTemplateClassId()
public boolean panelValidate() throws java.lang.Exception
panelValidate
in interface com.filenet.wcm.toolkit.server.base.WcmPanelValidationInterface
panelValidate
in class WcmPropertiesWizardPage
java.lang.Exception
public void panelCancel(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
panelCancel
in interface com.filenet.wcm.toolkit.server.base.WcmSequencePanelInterface
panelCancel
in class WcmPropertiesWizardPage
request
- HttpServletRequest objectresponse
- HttpServletResponse object
java.lang.Exception
public void panelSave(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
panelSave
in interface com.filenet.wcm.toolkit.server.base.WcmPanelInterface
panelSave
in class WcmPropertiesWizardPage
request
- HttpServletRequest objectresponse
- HttpServletResponse object
java.lang.Exception
public void panelFinish(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
panelFinish
in interface com.filenet.wcm.toolkit.server.base.WcmPanelInterface
panelFinish
in class WcmPropertiesWizardPage
request
- HttpServletRequest objectresponse
- HttpServletResponse object
java.lang.Exception
public boolean isFinished() throws java.lang.Exception
isFinished
in interface com.filenet.wcm.toolkit.server.base.WcmSequencePanelInterface
isFinished
in class WcmPropertiesWizardPage
java.lang.Exception
protected void restorePropObject() throws java.lang.Exception
java.lang.Exception
protected void savePropObject() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |