it.eng.spagobi.tools.dataset.bo
Interface IJavaClassDataSet
- All Known Implementing Classes:
- provaDataSet
public interface IJavaClassDataSet
Method Summary |
java.util.List |
getNamesOfProfileAttributeRequired()
Gets the list of profile attribute names required by the class. |
java.lang.String |
getValues(it.eng.spago.security.IEngUserProfile profile,
java.util.HashMap parameters)
Gets the values formatted into an xml structure. |
getValues
java.lang.String getValues(it.eng.spago.security.IEngUserProfile profile,
java.util.HashMap parameters)
- Gets the values formatted into an xml structure.
- Parameters:
profile
- a user profile used to fill attributes required by the query
- Returns:
- the xml string of the values
getNamesOfProfileAttributeRequired
java.util.List getNamesOfProfileAttributeRequired()
- Gets the list of profile attribute names required by the class.
- Returns:
- the list of profile attribute names