Package org.cyclos.services.users
Interface PrivacyControlService
-
- All Superinterfaces:
CRUDService<PrivacyControlDTO,PrivacyControlData,Void>,Service
- All Known Subinterfaces:
PrivacyControlServiceLocal
public interface PrivacyControlService extends CRUDService<PrivacyControlDTO,PrivacyControlData,Void>
Service interface for privacy control operations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<PrivacyControlResultVO>list()Lists all privacy controls-
Methods inherited from interface org.cyclos.services.CRUDService
getData, getDataForNew, load, remove, removeAll, save
-
-
-
-
Method Detail
-
list
List<PrivacyControlResultVO> list() throws FrameworkException
Lists all privacy controls- Throws:
FrameworkException
-
-