Package org.cyclos.services.system
Interface SystemReportPreferencesService
-
- All Superinterfaces:
CRUDService<SystemReportPreferencesDTO,SystemReportPreferencesData,Void>,Service
- All Known Subinterfaces:
SystemReportPreferencesServiceLocal
public interface SystemReportPreferencesService extends CRUDService<SystemReportPreferencesDTO,SystemReportPreferencesData,Void>
interface for the preferences in the System Reports form.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<SystemReportPreferencesVO>list()List all available preferences-
Methods inherited from interface org.cyclos.services.CRUDService
getData, getDataForNew, load, remove, removeAll, save
-
-
-
-
Method Detail
-
list
List<SystemReportPreferencesVO> list() throws FrameworkException
List all available preferences- Throws:
FrameworkException
-
-