Package org.cyclos.impl.users
Interface PrivacyControlServiceLocal
-
- All Superinterfaces:
CRUDService<PrivacyControlDTO,PrivacyControlData,Void>,CRUDServiceLocal<PrivacyControl,PrivacyControlDTO,PrivacyControlData,Void>,PrivacyControlService,Service
- All Known Implementing Classes:
PrivacyControlServiceImpl
public interface PrivacyControlServiceLocal extends PrivacyControlService, CRUDServiceLocal<PrivacyControl,PrivacyControlDTO,PrivacyControlData,Void>
Local interface forPrivacyControl.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<PrivacyControl>listAll()Returns all privacy controls-
Methods inherited from interface org.cyclos.services.CRUDService
getData, getDataForNew, load, remove, removeAll, save
-
Methods inherited from interface org.cyclos.impl.CRUDServiceLocal
find, findAll, getEntityClass, newEntity, remove, removeAll, saveEntity, saveSkippingEntityLog, toDTO, toEntity, validate
-
Methods inherited from interface org.cyclos.services.users.PrivacyControlService
list
-
-
-
-
Method Detail
-
listAll
List<PrivacyControl> listAll()
Returns all privacy controls
-
-