Package org.cyclos.services.system
Interface CustomWebServiceService
-
- All Superinterfaces:
CRUDService<CustomWebServiceDTO,CustomWebServiceData,Void>,Service
- All Known Subinterfaces:
CustomWebServiceServiceLocal
public interface CustomWebServiceService extends CRUDService<CustomWebServiceDTO,CustomWebServiceData,Void>
Service for managing custom web services
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<CustomWebServiceVO>list()Lists all available custom web services-
Methods inherited from interface org.cyclos.services.CRUDService
getData, getDataForNew, load, remove, removeAll, save
-
-
-
-
Method Detail
-
list
List<CustomWebServiceVO> list() throws FrameworkException
Lists all available custom web services- Throws:
FrameworkException
-
-