it.eng.spagobi.jpivotaddins.bean
Class SaveAnalysisBean

java.lang.Object
  extended by com.tonbeller.wcf.component.ComponentSupport
      extended by 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


Field Summary
static java.lang.String PRIVATE_VISIBLITY
           
static java.lang.String PUBLIC_VISIBLITY
           
 
Fields inherited from interface com.tonbeller.wcf.bookmarks.Bookmarkable
EXTENSIONAL, INTENSIONAL
 
Constructor Summary
SaveAnalysisBean(java.lang.String id, com.tonbeller.wcf.controller.RequestContext aContext)
           
 
Method Summary
 void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
           
 java.lang.String getAnalysisDescription()
           
 java.lang.String getAnalysisName()
           
 java.lang.String getAnalysisVisibility()
           
 void initialize(com.tonbeller.wcf.controller.RequestContext context)
          called once by the creating tag
 void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
           
 org.w3c.dom.Document render(com.tonbeller.wcf.controller.RequestContext arg0)
           
 void resetFields()
           
 void saveSubObject(com.tonbeller.wcf.controller.RequestContext reqContext)
           
 void setAnalysisDescription(java.lang.String analysisDescription)
           
 void setAnalysisName(java.lang.String analysisName)
           
 void setAnalysisVisibility(java.lang.String analysisVisibility)
           
 
Methods inherited from class com.tonbeller.wcf.component.ComponentSupport
addFormListener, destroy, getBookmarkState, getDispatcher, getForm, getId, getLocale, 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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

SaveAnalysisBean

public SaveAnalysisBean(java.lang.String id,
                        com.tonbeller.wcf.controller.RequestContext aContext)
Method Detail

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