@ProviderType public class ResourceBlockLocalServiceWrapper extends java.lang.Object implements ResourceBlockLocalService, ServiceWrapper<ResourceBlockLocalService>
ResourceBlockLocalService.ResourceBlockLocalService| Constructor and Description |
|---|
ResourceBlockLocalServiceWrapper(ResourceBlockLocalService resourceBlockLocalService) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCompanyScopePermission(long companyId,
java.lang.String name,
long roleId,
java.lang.String actionId) |
void |
addCompanyScopePermissions(long companyId,
java.lang.String name,
long roleId,
long actionIdsLong) |
void |
addGroupScopePermission(long companyId,
long groupId,
java.lang.String name,
long roleId,
java.lang.String actionId) |
void |
addGroupScopePermissions(long companyId,
long groupId,
java.lang.String name,
long roleId,
long actionIdsLong) |
void |
addIndividualScopePermission(long companyId,
long groupId,
java.lang.String name,
long primKey,
long roleId,
java.lang.String actionId) |
void |
addIndividualScopePermission(long companyId,
long groupId,
java.lang.String name,
PermissionedModel permissionedModel,
long roleId,
java.lang.String actionId) |
void |
addIndividualScopePermissions(long companyId,
long groupId,
java.lang.String name,
long primKey,
long roleId,
long actionIdsLong) |
void |
addIndividualScopePermissions(long companyId,
long groupId,
java.lang.String name,
PermissionedModel permissionedModel,
long roleId,
long actionIdsLong) |
ResourceBlock |
addResourceBlock(long companyId,
long groupId,
java.lang.String name,
java.lang.String permissionsHash,
ResourceBlockPermissionsContainer resourceBlockPermissionsContainer)
Adds a resource block if necessary and associates the resource block
permissions with it.
|
ResourceBlock |
addResourceBlock(ResourceBlock resourceBlock)
Adds the resource block to the database.
|
ResourceBlock |
createResourceBlock(long resourceBlockId)
Creates a new resource block with the primary key.
|
ResourceBlock |
deleteResourceBlock(long resourceBlockId)
Deletes the resource block with the primary key from the database.
|
ResourceBlock |
deleteResourceBlock(ResourceBlock resourceBlock)
Deletes the resource block from the database.
|
DynamicQuery |
dynamicQuery() |
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows that match the dynamic query.
|
ResourceBlock |
fetchResourceBlock(long resourceBlockId) |
long |
getActionId(java.lang.String name,
java.lang.String actionId) |
long |
getActionIds(java.lang.String name,
java.util.List<java.lang.String> actionIds) |
java.util.List<java.lang.String> |
getActionIds(java.lang.String name,
long actionIdsLong) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
java.util.List<java.lang.String> |
getCompanyScopePermissions(ResourceBlock resourceBlock,
long roleId) |
java.util.List<java.lang.String> |
getGroupScopePermissions(ResourceBlock resourceBlock,
long roleId) |
PermissionedModel |
getPermissionedModel(java.lang.String name,
long primKey) |
java.util.List<java.lang.String> |
getPermissions(ResourceBlock resourceBlock,
long roleId) |
PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
ResourceBlock |
getResourceBlock(long resourceBlockId)
Returns the resource block with the primary key.
|
ResourceBlock |
getResourceBlock(java.lang.String name,
long primKey) |
java.util.List<java.lang.Long> |
getResourceBlockIds(ResourceBlockIdsBag resourceBlockIdsBag,
java.lang.String name,
java.lang.String actionId) |
ResourceBlockIdsBag |
getResourceBlockIdsBag(long companyId,
long groupId,
java.lang.String name,
long[] roleIds) |
java.util.List<ResourceBlock> |
getResourceBlocks(int start,
int end)
Returns a range of all the resource blocks.
|
int |
getResourceBlocksCount()
Returns the number of resource blocks.
|
ResourceBlockLocalService |
getWrappedResourceBlockLocalService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
ResourceBlockLocalService |
getWrappedService() |
boolean |
hasPermission(java.lang.String name,
long primKey,
java.lang.String actionId,
ResourceBlockIdsBag resourceBlockIdsBag) |
boolean |
hasPermission(java.lang.String name,
PermissionedModel permissionedModel,
java.lang.String actionId,
ResourceBlockIdsBag resourceBlockIdsBag) |
boolean |
isSupported(java.lang.String name) |
void |
releasePermissionedModelResourceBlock(PermissionedModel permissionedModel) |
void |
releasePermissionedModelResourceBlock(java.lang.String name,
long primKey) |
void |
releaseResourceBlock(long resourceBlockId)
Decrements the reference count of the resource block and updates it in
the database or deletes the resource block if the reference count reaches
zero.
|
void |
releaseResourceBlock(ResourceBlock resourceBlock)
Decrements the reference count of the resource block and updates it in
the database or deletes the resource block if the reference count reaches
zero.
|
void |
removeAllGroupScopePermissions(long companyId,
java.lang.String name,
long roleId,
long actionIdsLong) |
void |
removeAllGroupScopePermissions(long companyId,
java.lang.String name,
long roleId,
java.lang.String actionId) |
void |
removeCompanyScopePermission(long companyId,
java.lang.String name,
long roleId,
java.lang.String actionId) |
void |
removeCompanyScopePermissions(long companyId,
java.lang.String name,
long roleId,
long actionIdsLong) |
void |
removeGroupScopePermission(long companyId,
long groupId,
java.lang.String name,
long roleId,
java.lang.String actionId) |
void |
removeGroupScopePermissions(long companyId,
long groupId,
java.lang.String name,
long roleId,
long actionIdsLong) |
void |
removeIndividualScopePermission(long companyId,
long groupId,
java.lang.String name,
long primKey,
long roleId,
java.lang.String actionId) |
void |
removeIndividualScopePermission(long companyId,
long groupId,
java.lang.String name,
PermissionedModel permissionedModel,
long roleId,
java.lang.String actionId) |
void |
removeIndividualScopePermissions(long companyId,
long groupId,
java.lang.String name,
long primKey,
long roleId,
long actionIdsLong) |
void |
removeIndividualScopePermissions(long companyId,
long groupId,
java.lang.String name,
PermissionedModel permissionedModel,
long roleId,
long actionIdsLong) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setCompanyScopePermissions(long companyId,
java.lang.String name,
long roleId,
java.util.List<java.lang.String> actionIds) |
void |
setCompanyScopePermissions(long companyId,
java.lang.String name,
long roleId,
long actionIdsLong) |
void |
setGroupScopePermissions(long companyId,
long groupId,
java.lang.String name,
long roleId,
java.util.List<java.lang.String> actionIds) |
void |
setGroupScopePermissions(long companyId,
long groupId,
java.lang.String name,
long roleId,
long actionIdsLong) |
void |
setIndividualScopePermissions(long companyId,
long groupId,
java.lang.String name,
long primKey,
long roleId,
java.util.List<java.lang.String> actionIds) |
void |
setIndividualScopePermissions(long companyId,
long groupId,
java.lang.String name,
long primKey,
long roleId,
long actionIdsLong) |
void |
setIndividualScopePermissions(long companyId,
long groupId,
java.lang.String name,
long primKey,
java.util.Map<java.lang.Long,java.lang.String[]> roleIdsToActionIds) |
void |
setIndividualScopePermissions(long companyId,
long groupId,
java.lang.String name,
PermissionedModel permissionedModel,
long roleId,
java.util.List<java.lang.String> actionIds) |
void |
setIndividualScopePermissions(long companyId,
long groupId,
java.lang.String name,
PermissionedModel permissionedModel,
long roleId,
long actionIdsLong) |
void |
setWrappedResourceBlockLocalService(ResourceBlockLocalService resourceBlockLocalService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portal.service.ResourceBlockLocalService) |
void |
setWrappedService(ResourceBlockLocalService resourceBlockLocalService) |
void |
updateCompanyScopePermissions(long companyId,
java.lang.String name,
long roleId,
long actionIdsLong,
int operator) |
void |
updateGroupScopePermissions(long companyId,
long groupId,
java.lang.String name,
long roleId,
long actionIdsLong,
int operator) |
void |
updateIndividualScopePermissions(long companyId,
long groupId,
java.lang.String name,
PermissionedModel permissionedModel,
long roleId,
long actionIdsLong,
int operator) |
ResourceBlock |
updateResourceBlock(ResourceBlock resourceBlock)
Updates the resource block in the database or adds it if it does not yet exist.
|
ResourceBlock |
updateResourceBlockId(long companyId,
long groupId,
java.lang.String name,
PermissionedModel permissionedModel,
java.lang.String permissionsHash,
ResourceBlockPermissionsContainer resourceBlockPermissionsContainer) |
void |
verifyResourceBlockId(long companyId,
java.lang.String name,
long primKey) |
public ResourceBlockLocalServiceWrapper(ResourceBlockLocalService resourceBlockLocalService)
public ResourceBlock addResourceBlock(ResourceBlock resourceBlock) throws SystemException
addResourceBlock in interface ResourceBlockLocalServiceresourceBlock - the resource blockSystemException - if a system exception occurredpublic ResourceBlock createResourceBlock(long resourceBlockId)
createResourceBlock in interface ResourceBlockLocalServiceresourceBlockId - the primary key for the new resource blockpublic ResourceBlock deleteResourceBlock(long resourceBlockId) throws PortalException, SystemException
deleteResourceBlock in interface ResourceBlockLocalServiceresourceBlockId - the primary key of the resource blockPortalException - if a resource block with the primary key could not be foundSystemException - if a system exception occurredpublic ResourceBlock deleteResourceBlock(ResourceBlock resourceBlock) throws SystemException
deleteResourceBlock in interface ResourceBlockLocalServiceresourceBlock - the resource blockSystemException - if a system exception occurredpublic DynamicQuery dynamicQuery()
dynamicQuery in interface ResourceBlockLocalServicepublic java.util.List dynamicQuery(DynamicQuery dynamicQuery) throws SystemException
dynamicQuery in interface ResourceBlockLocalServicedynamicQuery - the dynamic querySystemException - if a system exception occurredpublic java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from ResourceBlockModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface ResourceBlockLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)SystemException - if a system exception occurredpublic java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from ResourceBlockModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface ResourceBlockLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)SystemException - if a system exception occurredpublic long dynamicQueryCount(DynamicQuery dynamicQuery) throws SystemException
dynamicQueryCount in interface ResourceBlockLocalServicedynamicQuery - the dynamic querySystemException - if a system exception occurredpublic long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection) throws SystemException
dynamicQueryCount in interface ResourceBlockLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querySystemException - if a system exception occurredpublic ResourceBlock fetchResourceBlock(long resourceBlockId) throws SystemException
fetchResourceBlock in interface ResourceBlockLocalServiceSystemExceptionpublic ResourceBlock getResourceBlock(long resourceBlockId) throws PortalException, SystemException
getResourceBlock in interface ResourceBlockLocalServiceresourceBlockId - the primary key of the resource blockPortalException - if a resource block with the primary key could not be foundSystemException - if a system exception occurredpublic PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException, SystemException
getPersistedModel in interface PersistedModelLocalServicegetPersistedModel in interface ResourceBlockLocalServicePortalExceptionSystemExceptionpublic java.util.List<ResourceBlock> getResourceBlocks(int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from ResourceBlockModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getResourceBlocks in interface ResourceBlockLocalServicestart - the lower bound of the range of resource blocksend - the upper bound of the range of resource blocks (not inclusive)SystemException - if a system exception occurredpublic int getResourceBlocksCount()
throws SystemException
getResourceBlocksCount in interface ResourceBlockLocalServiceSystemException - if a system exception occurredpublic ResourceBlock updateResourceBlock(ResourceBlock resourceBlock) throws SystemException
updateResourceBlock in interface ResourceBlockLocalServiceresourceBlock - the resource blockSystemException - if a system exception occurredpublic java.lang.String getBeanIdentifier()
getBeanIdentifier in interface ResourceBlockLocalServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface ResourceBlockLocalServicebeanIdentifier - the Spring bean ID for this beanpublic void addCompanyScopePermission(long companyId,
java.lang.String name,
long roleId,
java.lang.String actionId)
throws PortalException,
SystemException
addCompanyScopePermission in interface ResourceBlockLocalServicePortalExceptionSystemExceptionpublic void addCompanyScopePermissions(long companyId,
java.lang.String name,
long roleId,
long actionIdsLong)
throws SystemException
addCompanyScopePermissions in interface ResourceBlockLocalServiceSystemExceptionpublic void addGroupScopePermission(long companyId,
long groupId,
java.lang.String name,
long roleId,
java.lang.String actionId)
throws PortalException,
SystemException
addGroupScopePermission in interface ResourceBlockLocalServicePortalExceptionSystemExceptionpublic void addGroupScopePermissions(long companyId,
long groupId,
java.lang.String name,
long roleId,
long actionIdsLong)
throws SystemException
addGroupScopePermissions in interface ResourceBlockLocalServiceSystemExceptionpublic void addIndividualScopePermission(long companyId,
long groupId,
java.lang.String name,
long primKey,
long roleId,
java.lang.String actionId)
throws PortalException,
SystemException
addIndividualScopePermission in interface ResourceBlockLocalServicePortalExceptionSystemExceptionpublic void addIndividualScopePermission(long companyId,
long groupId,
java.lang.String name,
PermissionedModel permissionedModel,
long roleId,
java.lang.String actionId)
throws PortalException,
SystemException
addIndividualScopePermission in interface ResourceBlockLocalServicePortalExceptionSystemExceptionpublic void addIndividualScopePermissions(long companyId,
long groupId,
java.lang.String name,
long primKey,
long roleId,
long actionIdsLong)
throws PortalException,
SystemException
addIndividualScopePermissions in interface ResourceBlockLocalServicePortalExceptionSystemExceptionpublic void addIndividualScopePermissions(long companyId,
long groupId,
java.lang.String name,
PermissionedModel permissionedModel,
long roleId,
long actionIdsLong)
throws SystemException
addIndividualScopePermissions in interface ResourceBlockLocalServiceSystemExceptionpublic ResourceBlock addResourceBlock(long companyId, long groupId, java.lang.String name, java.lang.String permissionsHash, ResourceBlockPermissionsContainer resourceBlockPermissionsContainer) throws SystemException
addResourceBlock in interface ResourceBlockLocalServicecompanyId - the primary key of the resource block's companygroupId - the primary key of the resource block's groupname - the resource block's namepermissionsHash - the resource block's permission hashresourceBlockPermissionsContainer - the resource block's
permissions containerSystemException - if a system exception occurredpublic long getActionId(java.lang.String name,
java.lang.String actionId)
throws PortalException
getActionId in interface ResourceBlockLocalServicePortalExceptionpublic long getActionIds(java.lang.String name,
java.util.List<java.lang.String> actionIds)
throws PortalException
getActionIds in interface ResourceBlockLocalServicePortalExceptionpublic java.util.List<java.lang.String> getActionIds(java.lang.String name,
long actionIdsLong)
throws SystemException
getActionIds in interface ResourceBlockLocalServiceSystemExceptionpublic java.util.List<java.lang.String> getCompanyScopePermissions(ResourceBlock resourceBlock, long roleId) throws SystemException
getCompanyScopePermissions in interface ResourceBlockLocalServiceSystemExceptionpublic java.util.List<java.lang.String> getGroupScopePermissions(ResourceBlock resourceBlock, long roleId) throws SystemException
getGroupScopePermissions in interface ResourceBlockLocalServiceSystemExceptionpublic PermissionedModel getPermissionedModel(java.lang.String name, long primKey) throws PortalException, SystemException
getPermissionedModel in interface ResourceBlockLocalServicePortalExceptionSystemExceptionpublic java.util.List<java.lang.String> getPermissions(ResourceBlock resourceBlock, long roleId) throws SystemException
getPermissions in interface ResourceBlockLocalServiceSystemExceptionpublic ResourceBlock getResourceBlock(java.lang.String name, long primKey) throws PortalException, SystemException
getResourceBlock in interface ResourceBlockLocalServicePortalExceptionSystemExceptionpublic java.util.List<java.lang.Long> getResourceBlockIds(ResourceBlockIdsBag resourceBlockIdsBag, java.lang.String name, java.lang.String actionId) throws PortalException
getResourceBlockIds in interface ResourceBlockLocalServicePortalExceptionpublic ResourceBlockIdsBag getResourceBlockIdsBag(long companyId, long groupId, java.lang.String name, long[] roleIds) throws SystemException
getResourceBlockIdsBag in interface ResourceBlockLocalServiceSystemExceptionpublic boolean hasPermission(java.lang.String name,
long primKey,
java.lang.String actionId,
ResourceBlockIdsBag resourceBlockIdsBag)
throws PortalException,
SystemException
hasPermission in interface ResourceBlockLocalServicePortalExceptionSystemExceptionpublic boolean hasPermission(java.lang.String name,
PermissionedModel permissionedModel,
java.lang.String actionId,
ResourceBlockIdsBag resourceBlockIdsBag)
throws PortalException
hasPermission in interface ResourceBlockLocalServicePortalExceptionpublic boolean isSupported(java.lang.String name)
isSupported in interface ResourceBlockLocalServicepublic void releasePermissionedModelResourceBlock(PermissionedModel permissionedModel) throws SystemException
releasePermissionedModelResourceBlock in interface ResourceBlockLocalServiceSystemExceptionpublic void releasePermissionedModelResourceBlock(java.lang.String name,
long primKey)
throws PortalException,
SystemException
releasePermissionedModelResourceBlock in interface ResourceBlockLocalServicePortalExceptionSystemExceptionpublic void releaseResourceBlock(long resourceBlockId)
throws SystemException
releaseResourceBlock in interface ResourceBlockLocalServiceresourceBlockId - the primary key of the resource blockSystemException - if a system exception occurredpublic void releaseResourceBlock(ResourceBlock resourceBlock) throws SystemException
releaseResourceBlock in interface ResourceBlockLocalServiceresourceBlock - the resource blockSystemException - if a system exception occurredpublic void removeAllGroupScopePermissions(long companyId,
java.lang.String name,
long roleId,
long actionIdsLong)
throws SystemException
removeAllGroupScopePermissions in interface ResourceBlockLocalServiceSystemExceptionpublic void removeAllGroupScopePermissions(long companyId,
java.lang.String name,
long roleId,
java.lang.String actionId)
throws PortalException,
SystemException
removeAllGroupScopePermissions in interface ResourceBlockLocalServicePortalExceptionSystemExceptionpublic void removeCompanyScopePermission(long companyId,
java.lang.String name,
long roleId,
java.lang.String actionId)
throws PortalException,
SystemException
removeCompanyScopePermission in interface ResourceBlockLocalServicePortalExceptionSystemExceptionpublic void removeCompanyScopePermissions(long companyId,
java.lang.String name,
long roleId,
long actionIdsLong)
throws SystemException
removeCompanyScopePermissions in interface ResourceBlockLocalServiceSystemExceptionpublic void removeGroupScopePermission(long companyId,
long groupId,
java.lang.String name,
long roleId,
java.lang.String actionId)
throws PortalException,
SystemException
removeGroupScopePermission in interface ResourceBlockLocalServicePortalExceptionSystemExceptionpublic void removeGroupScopePermissions(long companyId,
long groupId,
java.lang.String name,
long roleId,
long actionIdsLong)
throws SystemException
removeGroupScopePermissions in interface ResourceBlockLocalServiceSystemExceptionpublic void removeIndividualScopePermission(long companyId,
long groupId,
java.lang.String name,
long primKey,
long roleId,
java.lang.String actionId)
throws PortalException,
SystemException
removeIndividualScopePermission in interface ResourceBlockLocalServicePortalExceptionSystemExceptionpublic void removeIndividualScopePermission(long companyId,
long groupId,
java.lang.String name,
PermissionedModel permissionedModel,
long roleId,
java.lang.String actionId)
throws PortalException,
SystemException
removeIndividualScopePermission in interface ResourceBlockLocalServicePortalExceptionSystemExceptionpublic void removeIndividualScopePermissions(long companyId,
long groupId,
java.lang.String name,
long primKey,
long roleId,
long actionIdsLong)
throws PortalException,
SystemException
removeIndividualScopePermissions in interface ResourceBlockLocalServicePortalExceptionSystemExceptionpublic void removeIndividualScopePermissions(long companyId,
long groupId,
java.lang.String name,
PermissionedModel permissionedModel,
long roleId,
long actionIdsLong)
throws SystemException
removeIndividualScopePermissions in interface ResourceBlockLocalServiceSystemExceptionpublic void setCompanyScopePermissions(long companyId,
java.lang.String name,
long roleId,
java.util.List<java.lang.String> actionIds)
throws PortalException,
SystemException
setCompanyScopePermissions in interface ResourceBlockLocalServicePortalExceptionSystemExceptionpublic void setCompanyScopePermissions(long companyId,
java.lang.String name,
long roleId,
long actionIdsLong)
throws SystemException
setCompanyScopePermissions in interface ResourceBlockLocalServiceSystemExceptionpublic void setGroupScopePermissions(long companyId,
long groupId,
java.lang.String name,
long roleId,
java.util.List<java.lang.String> actionIds)
throws PortalException,
SystemException
setGroupScopePermissions in interface ResourceBlockLocalServicePortalExceptionSystemExceptionpublic void setGroupScopePermissions(long companyId,
long groupId,
java.lang.String name,
long roleId,
long actionIdsLong)
throws SystemException
setGroupScopePermissions in interface ResourceBlockLocalServiceSystemExceptionpublic void setIndividualScopePermissions(long companyId,
long groupId,
java.lang.String name,
long primKey,
long roleId,
java.util.List<java.lang.String> actionIds)
throws PortalException,
SystemException
setIndividualScopePermissions in interface ResourceBlockLocalServicePortalExceptionSystemExceptionpublic void setIndividualScopePermissions(long companyId,
long groupId,
java.lang.String name,
long primKey,
long roleId,
long actionIdsLong)
throws PortalException,
SystemException
setIndividualScopePermissions in interface ResourceBlockLocalServicePortalExceptionSystemExceptionpublic void setIndividualScopePermissions(long companyId,
long groupId,
java.lang.String name,
long primKey,
java.util.Map<java.lang.Long,java.lang.String[]> roleIdsToActionIds)
throws PortalException,
SystemException
setIndividualScopePermissions in interface ResourceBlockLocalServicePortalExceptionSystemExceptionpublic void setIndividualScopePermissions(long companyId,
long groupId,
java.lang.String name,
PermissionedModel permissionedModel,
long roleId,
java.util.List<java.lang.String> actionIds)
throws PortalException,
SystemException
setIndividualScopePermissions in interface ResourceBlockLocalServicePortalExceptionSystemExceptionpublic void setIndividualScopePermissions(long companyId,
long groupId,
java.lang.String name,
PermissionedModel permissionedModel,
long roleId,
long actionIdsLong)
throws SystemException
setIndividualScopePermissions in interface ResourceBlockLocalServiceSystemExceptionpublic void updateCompanyScopePermissions(long companyId,
java.lang.String name,
long roleId,
long actionIdsLong,
int operator)
throws SystemException
updateCompanyScopePermissions in interface ResourceBlockLocalServiceSystemExceptionpublic void updateGroupScopePermissions(long companyId,
long groupId,
java.lang.String name,
long roleId,
long actionIdsLong,
int operator)
throws SystemException
updateGroupScopePermissions in interface ResourceBlockLocalServiceSystemExceptionpublic void updateIndividualScopePermissions(long companyId,
long groupId,
java.lang.String name,
PermissionedModel permissionedModel,
long roleId,
long actionIdsLong,
int operator)
throws SystemException
updateIndividualScopePermissions in interface ResourceBlockLocalServiceSystemExceptionpublic ResourceBlock updateResourceBlockId(long companyId, long groupId, java.lang.String name, PermissionedModel permissionedModel, java.lang.String permissionsHash, ResourceBlockPermissionsContainer resourceBlockPermissionsContainer) throws SystemException
updateResourceBlockId in interface ResourceBlockLocalServiceSystemExceptionpublic void verifyResourceBlockId(long companyId,
java.lang.String name,
long primKey)
throws PortalException,
SystemException
verifyResourceBlockId in interface ResourceBlockLocalServicePortalExceptionSystemExceptionpublic ResourceBlockLocalService getWrappedResourceBlockLocalService()
getWrappedService()public void setWrappedResourceBlockLocalService(ResourceBlockLocalService resourceBlockLocalService)
setWrappedService(com.liferay.portal.service.ResourceBlockLocalService)public ResourceBlockLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<ResourceBlockLocalService>public void setWrappedService(ResourceBlockLocalService resourceBlockLocalService)
setWrappedService in interface ServiceWrapper<ResourceBlockLocalService>