@AccessControlled @Deprecated @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface ResourceBlockService extends BaseService
ResourceBlockServiceUtil| Modifier and Type | Method and Description |
|---|---|
void |
addCompanyScopePermission(long scopeGroupId,
long companyId,
String name,
long roleId,
String actionId)
Deprecated.
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
void |
addGroupScopePermission(long scopeGroupId,
long companyId,
long groupId,
String name,
long roleId,
String actionId)
Deprecated.
|
void |
addIndividualScopePermission(long companyId,
long groupId,
String name,
long primKey,
long roleId,
String actionId)
Deprecated.
|
String |
getOSGiServiceIdentifier()
Deprecated.
Returns the OSGi service identifier.
|
void |
removeAllGroupScopePermissions(long scopeGroupId,
long companyId,
String name,
long roleId,
String actionId)
Deprecated.
|
void |
removeCompanyScopePermission(long scopeGroupId,
long companyId,
String name,
long roleId,
String actionId)
Deprecated.
|
void |
removeGroupScopePermission(long scopeGroupId,
long companyId,
long groupId,
String name,
long roleId,
String actionId)
Deprecated.
|
void |
removeIndividualScopePermission(long companyId,
long groupId,
String name,
long primKey,
long roleId,
String actionId)
Deprecated.
|
void |
setCompanyScopePermissions(long scopeGroupId,
long companyId,
String name,
long roleId,
List<String> actionIds)
Deprecated.
|
void |
setGroupScopePermissions(long scopeGroupId,
long companyId,
long groupId,
String name,
long roleId,
List<String> actionIds)
Deprecated.
|
void |
setIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
long roleId,
List<String> actionIds)
Deprecated.
|
void |
setIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
Map<Long,String[]> roleIdsToActionIds)
Deprecated.
|
void addCompanyScopePermission(long scopeGroupId,
long companyId,
String name,
long roleId,
String actionId)
throws PortalException
ResourceBlockServiceUtil to access the resource block remote service. Add custom service methods to com.liferay.portal.service.impl.ResourceBlockServiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.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
PortalExceptionString getOSGiServiceIdentifier()
void 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,
long roleId,
List<String> actionIds)
throws PortalException
PortalExceptionvoid setIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
Map<Long,String[]> roleIdsToActionIds)
throws PortalException
PortalException