Package org.cyclos.services.system
Interface ExportFormatService
-
- All Superinterfaces:
CRUDService<ExportFormatDTO,ExportFormatData,Void>,Service
- All Known Subinterfaces:
ExportFormatServiceLocal
public interface ExportFormatService extends CRUDService<ExportFormatDTO,ExportFormatData,Void>
Service interface for export formats
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ExportFormatVO>list()Lists all available export formats-
Methods inherited from interface org.cyclos.services.CRUDService
getData, getDataForNew, load, remove, removeAll, save
-
-
-
-
Method Detail
-
list
List<ExportFormatVO> list() throws FrameworkException
Lists all available export formats- Throws:
FrameworkException
-
-