it.eng.spagobi.kpi.config.dao
Interface IPeriodicityDAO

All Known Implementing Classes:
PeriodicityDAOImpl

public interface IPeriodicityDAO


Method Summary
 Periodicity loadPeriodicityById(java.lang.Integer id)
          Returns the Periodicity of the referred id
 java.util.List loadPeriodicityList()
          Returns the list of Periodicity.
 

Method Detail

loadPeriodicityById

Periodicity loadPeriodicityById(java.lang.Integer id)
                                throws it.eng.spago.error.EMFUserError
Returns the Periodicity of the referred id

Parameters:
id - of the Periodicity
Returns:
Periodicity of the referred id
Throws:
it.eng.spago.error.EMFUserError - If an Exception occurred

loadPeriodicityList

java.util.List loadPeriodicityList()
                                   throws it.eng.spago.error.EMFUserError
Returns the list of Periodicity.

Returns:
the list of all Periodicity.
Throws:
it.eng.spago.error.EMFUserError - if an Exception occurs