it.eng.spagobi.tools.dataset.bo
Class provaDataSet

java.lang.Object
  extended by it.eng.spagobi.tools.dataset.bo.provaDataSet
All Implemented Interfaces:
IJavaClassDataSet

public class provaDataSet
extends java.lang.Object
implements IJavaClassDataSet


Constructor Summary
provaDataSet()
           
 
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 map)
          Gets the values formatted into an xml structure.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

provaDataSet

public provaDataSet()
Method Detail

getValues

public java.lang.String getValues(it.eng.spago.security.IEngUserProfile profile,
                                  java.util.HashMap map)
Description copied from interface: IJavaClassDataSet
Gets the values formatted into an xml structure.

Specified by:
getValues in interface IJavaClassDataSet
Parameters:
profile - a user profile used to fill attributes required by the query
Returns:
the xml string of the values

getNamesOfProfileAttributeRequired

public java.util.List getNamesOfProfileAttributeRequired()
Description copied from interface: IJavaClassDataSet
Gets the list of profile attribute names required by the class.

Specified by:
getNamesOfProfileAttributeRequired in interface IJavaClassDataSet
Returns:
the list of profile attribute names