@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface ResourceBlockService extends BaseService
ResourceBlockServiceUtil,
com.liferay.portal.service.base.ResourceBlockServiceBaseImpl,
com.liferay.portal.service.impl.ResourceBlockServiceImpl| Modifier and Type | Method and Description |
|---|---|
void |
addCompanyScopePermission(long scopeGroupId,
long companyId,
String name,
long roleId,
String actionId) |
void |
addGroupScopePermission(long scopeGroupId,
long companyId,
long groupId,
String name,
long roleId,
String actionId) |
void |
addIndividualScopePermission(long companyId,
long groupId,
String name,
long primKey,
long roleId,
String actionId) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
void |
removeAllGroupScopePermissions(long scopeGroupId,
long companyId,
String name,
long roleId,
String actionId) |
void |
removeCompanyScopePermission(long scopeGroupId,
long companyId,
String name,
long roleId,
String actionId) |
void |
removeGroupScopePermission(long scopeGroupId,
long companyId,
long groupId,
String name,
long roleId,
String actionId) |
void |
removeIndividualScopePermission(long companyId,
long groupId,
String name,
long primKey,
long roleId,
String actionId) |
void |
setCompanyScopePermissions(long scopeGroupId,
long companyId,
String name,
long roleId,
List<String> actionIds) |
void |
setGroupScopePermissions(long scopeGroupId,
long companyId,
long groupId,
String name,
long roleId,
List<String> actionIds) |
void |
setIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
long roleId,
List<String> actionIds) |
void |
setIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
Map<Long,String[]> roleIdsToActionIds) |
String getOSGiServiceIdentifier()
void addCompanyScopePermission(long scopeGroupId,
long companyId,
String name,
long roleId,
String actionId)
throws PortalException
PortalExceptionvoid addGroupScopePermission(long scopeGroupId,
long companyId,
long groupId,
String name,
long roleId,
String actionId)
throws PortalException
PortalExceptionvoid addIndividualScopePermission(long companyId,
long groupId,
String name,
long primKey,
long roleId,
String actionId)
throws PortalException
PortalExceptionvoid removeAllGroupScopePermissions(long scopeGroupId,
long companyId,
String name,
long roleId,
String actionId)
throws PortalException
PortalExceptionvoid removeCompanyScopePermission(long scopeGroupId,
long companyId,
String name,
long roleId,
String actionId)
throws PortalException
PortalExceptionvoid removeGroupScopePermission(long scopeGroupId,
long companyId,
long groupId,
String name,
long roleId,
String actionId)
throws PortalException
PortalExceptionvoid removeIndividualScopePermission(long companyId,
long groupId,
String name,
long primKey,
long roleId,
String actionId)
throws PortalException
PortalExceptionvoid setCompanyScopePermissions(long scopeGroupId,
long companyId,
String name,
long roleId,
List<String> actionIds)
throws PortalException
PortalExceptionvoid setGroupScopePermissions(long scopeGroupId,
long companyId,
long groupId,
String name,
long roleId,
List<String> actionIds)
throws PortalException
PortalExceptionvoid setIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
Map<Long,String[]> roleIdsToActionIds)
throws PortalException
PortalExceptionvoid setIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
long roleId,
List<String> actionIds)
throws PortalException
PortalException