|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.bo.LovDetailList
public class LovDetailList
Gives us all methods to handle the list of all values for the Fix Lov Selection Wizard.
Field Summary | |
---|---|
(package private) java.util.List |
lovs
|
Constructor Summary | |
---|---|
LovDetailList()
|
Method Summary | |
---|---|
void |
add(java.lang.String name,
java.lang.String description)
Adds a lov to the lov Detail List |
static LovDetailList |
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.util.List |
getLovs()
|
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
java.util.List lovs
Constructor Detail |
---|
public LovDetailList()
Method Detail |
---|
public java.lang.String toXML() throws it.eng.spago.base.SourceBeanException
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.
it.eng.spago.base.SourceBeanException
public static LovDetailList 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 occurredpublic 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 set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |