|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.bo.lov.ScriptDetail
public class ScriptDetail
Defines the ScriptDetail
objects. This object is used to store
Script Wizard detail information.
Constructor Summary | |
---|---|
ScriptDetail()
|
|
ScriptDetail(java.lang.String dataDefinition)
|
Method Summary | |
---|---|
static ScriptDetail |
fromXML(java.lang.String dataDefinition)
Splits an XML string by using some SourceBean object methods
in order to obtain the source ScriptDetail objects whom XML has been
built. |
java.lang.String |
getLovResult(it.eng.spago.security.IEngUserProfile profile)
|
java.lang.String |
getScript()
Get the string of the script |
boolean |
isSingleValue()
|
void |
loadFromXML(java.lang.String dataDefinition)
|
void |
setScript(java.lang.String script)
Set the string of the script |
void |
setSingleValue(boolean singleValue)
|
java.lang.String |
toXML()
Loads the XML string defined by a ScriptDetail object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScriptDetail()
public ScriptDetail(java.lang.String dataDefinition) throws it.eng.spago.base.SourceBeanException
it.eng.spago.base.SourceBeanException
Method Detail |
---|
public void loadFromXML(java.lang.String dataDefinition) throws it.eng.spago.base.SourceBeanException
loadFromXML
in interface ILovDetail
it.eng.spago.base.SourceBeanException
public java.lang.String toXML()
ScriptDetail
object. The object
gives us all XML field values. Once obtained, the XML represents the data
definition for a Script to load values Input Type Value LOV object.
toXML
in interface ILovDetail
public java.lang.String getLovResult(it.eng.spago.security.IEngUserProfile profile) throws java.lang.Exception
getLovResult
in interface ILovDetail
java.lang.Exception
public java.lang.String getScript()
public void setScript(java.lang.String script)
script
- the string of the scriptpublic static ScriptDetail fromXML(java.lang.String dataDefinition) throws it.eng.spago.base.SourceBeanException
SourceBean
object methods
in order to obtain the source ScriptDetail
objects whom XML has been
built.
dataDefinition
- The XML input String
ScriptDetail
object
it.eng.spago.base.SourceBeanException
- If a SourceBean Exception occurredpublic boolean isSingleValue()
public void setSingleValue(boolean singleValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |