com.microstrategy.web.beans.EditableBean |
![]() |
This interface reprents a kind of beans which can be edited.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
InitAsNew()
Initializes this bean with a brand new object of the type this bean represents.
| ||||||||||
abstract void |
delete()
Delete the object represented by this bean.
| ||||||||||
abstract void |
duplicate()
Duplicates the object represented by this bean, and change the bean to represent the duplicated object.
| ||||||||||
abstract void |
refresh()
Refreshes the object represented by this bean.
| ||||||||||
abstract void |
save()
Saves the changes done to the object represented by the bean.
|
Initializes this bean with a brand new object of the type this bean represents.
Delete the object represented by this bean.
WebBeanException | Thrown if error occurs during the process. |
---|
Duplicates the object represented by this bean, and change the bean to represent the duplicated object.
WebBeanException | Thrown if error occurs during the process. |
---|
Refreshes the object represented by this bean.
WebBeanException | Thrown if error occurs during the process. |
---|
Saves the changes done to the object represented by the bean.
WebBeanException | Thrown if error occurs during the process. |
---|