Package org.exoplatform.portal.mop.dao
Interface PermissionDAO
- All Superinterfaces:
org.exoplatform.commons.api.persistence.GenericDAO<PermissionEntity,Long>
- All Known Implementing Classes:
PermissionDAOImpl
public interface PermissionDAO
extends org.exoplatform.commons.api.persistence.GenericDAO<PermissionEntity,Long>
-
Method Summary
Modifier and TypeMethodDescriptionintdeletePermissions(String refType, Long refId) getPermissions(String refType, Long refId, PermissionEntity.TYPE type) savePermissions(String refType, Long refId, PermissionEntity.TYPE type, List<String> permissions) Methods inherited from interface org.exoplatform.commons.api.persistence.GenericDAO
count, create, createAll, delete, deleteAll, deleteAll, find, findAll, update, updateAll
-
Method Details
-
getPermissions
-
deletePermissions
-
savePermissions
List<PermissionEntity> savePermissions(String refType, Long refId, PermissionEntity.TYPE type, List<String> permissions)
-