|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILovDetail
Defines methods to manage a lov
Method Summary | |
---|---|
java.lang.String |
getDescriptionColumnName()
|
java.util.List |
getInvisibleColumnNames()
|
java.lang.String |
getLovResult(it.eng.spago.security.IEngUserProfile profile)
Returns the result of the lov using a user profile to fill the lov profile attribute |
java.util.List |
getProfileAttributeNames()
Gets the list of names of the profile attributes required |
java.lang.String |
getValueColumnName()
|
java.util.List |
getVisibleColumnNames()
|
void |
loadFromXML(java.lang.String dataDefinition)
loads the lov from an xml string |
boolean |
requireProfileAttributes()
Checks if the lov requires one or more profile attributes |
void |
setDescriptionColumnName(java.lang.String name)
|
void |
setInvisibleColumnNames(java.util.List invisCols)
|
void |
setValueColumnName(java.lang.String name)
|
void |
setVisibleColumnNames(java.util.List visCols)
|
java.lang.String |
toXML()
serialize the lov to an xml string |
Method Detail |
---|
java.lang.String toXML()
void loadFromXML(java.lang.String dataDefinition) throws it.eng.spago.base.SourceBeanException
dataDefinition
- the xml definition of the lov
it.eng.spago.base.SourceBeanException
java.lang.String getLovResult(it.eng.spago.security.IEngUserProfile profile) throws java.lang.Exception
profile
- the profile of the user
java.lang.Exception
boolean requireProfileAttributes() throws java.lang.Exception
java.lang.Exception
java.util.List getProfileAttributeNames() throws java.lang.Exception
java.lang.Exception
java.util.List getVisibleColumnNames() throws java.lang.Exception
java.lang.Exception
java.util.List getInvisibleColumnNames() throws java.lang.Exception
java.lang.Exception
java.lang.String getValueColumnName() throws java.lang.Exception
java.lang.Exception
java.lang.String getDescriptionColumnName() throws java.lang.Exception
java.lang.Exception
void setVisibleColumnNames(java.util.List visCols) throws java.lang.Exception
java.lang.Exception
void setInvisibleColumnNames(java.util.List invisCols) throws java.lang.Exception
java.lang.Exception
void setValueColumnName(java.lang.String name) throws java.lang.Exception
java.lang.Exception
void setDescriptionColumnName(java.lang.String name) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |