it.eng.spagobi.jpivotaddins.bean
Class SaveAnalysisBean
java.lang.Object
com.tonbeller.wcf.component.ComponentSupport
it.eng.spagobi.jpivotaddins.bean.SaveAnalysisBean
- All Implemented Interfaces:
- com.tonbeller.wcf.bookmarks.Bookmarkable, com.tonbeller.wcf.component.Component, com.tonbeller.wcf.component.Form, com.tonbeller.wcf.component.FormListener, com.tonbeller.wcf.component.LifeCycle, com.tonbeller.wcf.component.Renderable, com.tonbeller.wcf.component.RoleExprHolder, com.tonbeller.wcf.component.Visible, com.tonbeller.wcf.controller.RequestListener, java.util.EventListener, javax.servlet.http.HttpSessionBindingListener
public class SaveAnalysisBean
- extends com.tonbeller.wcf.component.ComponentSupport
Fields inherited from interface com.tonbeller.wcf.bookmarks.Bookmarkable |
EXTENSIONAL, INTENSIONAL |
Constructor Summary |
SaveAnalysisBean(java.lang.String id,
com.tonbeller.wcf.controller.RequestContext aContext)
|
Methods inherited from class com.tonbeller.wcf.component.ComponentSupport |
addFormListener, destroy, getBookmarkState, getDispatcher, getForm, getId, getLocale, getNextView, getParent, getRoleExpr, isAutoValidate, isListeningTo, isVisible, removeFormListener, request, revert, setAutoValidate, setBookmarkState, setId, setNextView, setParent, setRoleExpr, setVisible, validate, valueBound, valueUnbound |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PUBLIC_VISIBLITY
public static final java.lang.String PUBLIC_VISIBLITY
- See Also:
- Constant Field Values
PRIVATE_VISIBLITY
public static final java.lang.String PRIVATE_VISIBLITY
- See Also:
- Constant Field Values
SaveAnalysisBean
public SaveAnalysisBean(java.lang.String id,
com.tonbeller.wcf.controller.RequestContext aContext)
getAnalysisDescription
public java.lang.String getAnalysisDescription()
setAnalysisDescription
public void setAnalysisDescription(java.lang.String analysisDescription)
getAnalysisName
public java.lang.String getAnalysisName()
setAnalysisName
public void setAnalysisName(java.lang.String analysisName)
getAnalysisVisibility
public java.lang.String getAnalysisVisibility()
setAnalysisVisibility
public void setAnalysisVisibility(java.lang.String analysisVisibility)
resetFields
public void resetFields()
saveSubObject
public void saveSubObject(com.tonbeller.wcf.controller.RequestContext reqContext)
render
public org.w3c.dom.Document render(com.tonbeller.wcf.controller.RequestContext arg0)
throws java.lang.Exception
- Throws:
java.lang.Exception
addPropertyChangeListener
public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
removePropertyChangeListener
public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
initialize
public void initialize(com.tonbeller.wcf.controller.RequestContext context)
throws java.lang.Exception
- called once by the creating tag
- Specified by:
initialize
in interface com.tonbeller.wcf.component.LifeCycle
- Overrides:
initialize
in class com.tonbeller.wcf.component.ComponentSupport
- Throws:
java.lang.Exception