| java.lang.Object com.flexive.war.beans.admin.main.ScriptBean
ScriptBean | public class ScriptBean (Code) | | JSF scripting bean
author: Johannes Wernig-Pichler (johannes.wernig-pichler@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) version: $Rev: 203 $ |
ScriptBean | public ScriptBean()(Code) | | |
createScript | public String createScript()(Code) | | Creates a new script from the beans data.
the next jsf page to render |
deleteScript | public String deleteScript()(Code) | | Deletes a script, with the id specified by id.
the next pageto render |
editScript | public String editScript()(Code) | | Loads the script specified by the parameter id.
the next page to render |
getEventsForScope | public List<SelectItem> getEventsForScope()(Code) | | |
getId | public long getId()(Code) | | |
getSelectedScriptEventId | public long getSelectedScriptEventId()(Code) | | |
isActive | public boolean isActive()(Code) | | |
runScript | public String runScript()(Code) | | Executes a script, with the id specified by id.
the next page to render |
saveScript | public String saveScript()(Code) | | Saves the edited script
the next page to render |
setActive | public void setActive(boolean active)(Code) | | |
setId | public void setId(long id)(Code) | | |
setSelectedScriptEventId | public void setSelectedScriptEventId(long selectedScriptEventId)(Code) | | |
structureListen | public void structureListen(ActionEvent e)(Code) | | called from the structure editor -> get the oid of the script to show from the request parameters
Parameters: e - |
|
|