|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.bo.lov.FixedListDetail
public class FixedListDetail
Gives us all methods to handle the list of all values for the Fix Lov Selection Wizard.
Constructor Summary | |
---|---|
FixedListDetail()
|
|
FixedListDetail(java.lang.String dataDefinition)
|
Method Summary | |
---|---|
void |
add(java.lang.String name,
java.lang.String description)
Adds a lov to the lov Detail List |
static FixedListDetail |
fromXML(java.lang.String dataDefinition)
Splits an XML string by using some SourceBean object methods
in order to obtain the source LovDetail objects whom XML has been
built. |
java.lang.String |
getLovResult(it.eng.spago.security.IEngUserProfile profile)
|
java.util.List |
getLovs()
|
void |
loadFromXML(java.lang.String dataDefinition)
|
void |
remove(java.lang.String name,
java.lang.String description)
Deletes a lov from the lov Detail List |
void |
setLovs(java.util.List lovs)
|
java.lang.String |
toXML()
Loads the XML string defined by a LovDetail object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FixedListDetail()
public FixedListDetail(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()
LovDetail
object. The object
gives us all XML field values. Once obtained, the XML represents the data
definition for a Fixed Lov 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 void add(java.lang.String name, java.lang.String description)
name
- The added lov namedescription
- The added lov descriptionpublic void remove(java.lang.String name, java.lang.String description)
name
- The deleted lov namedescription
- The deleted lov descriptionpublic java.util.List getLovs()
public void setLovs(java.util.List lovs)
lovs
- the lovs to setpublic static FixedListDetail fromXML(java.lang.String dataDefinition) throws it.eng.spago.base.SourceBeanException
SourceBean
object methods
in order to obtain the source LovDetail
objects whom XML has been
built.
dataDefinition
- The XML input String
LovDetailList
object
it.eng.spago.base.SourceBeanException
- If a SourceBean Exception occurred
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |