@Deprecated public class ResourceBlockLocalServiceWrapper extends Object implements ResourceBlockLocalService, ServiceWrapper<ResourceBlockLocalService>
ResourceBlockLocalService.ResourceBlockLocalService| Constructor and Description |
|---|
ResourceBlockLocalServiceWrapper(ResourceBlockLocalService resourceBlockLocalService)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addCompanyScopePermission(long companyId,
String name,
long roleId,
String actionId)
Deprecated.
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
void |
addCompanyScopePermissions(long companyId,
String name,
long roleId,
long actionIdsLong)
Deprecated.
|
void |
addGroupScopePermission(long companyId,
long groupId,
String name,
long roleId,
String actionId)
Deprecated.
|
void |
addGroupScopePermissions(long companyId,
long groupId,
String name,
long roleId,
long actionIdsLong)
Deprecated.
|
void |
addIndividualScopePermission(long companyId,
long groupId,
String name,
long primKey,
long roleId,
String actionId)
Deprecated.
|
void |
addIndividualScopePermission(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
String actionId)
Deprecated.
|
void |
addIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
long roleId,
long actionIdsLong)
Deprecated.
|
void |
addIndividualScopePermissions(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
long actionIdsLong)
Deprecated.
|
ResourceBlock |
addResourceBlock(long companyId,
long groupId,
String name,
String permissionsHash,
ResourceBlockPermissionsContainer resourceBlockPermissionsContainer)
Deprecated.
Adds a resource block if necessary and associates the resource block
permissions with it.
|
ResourceBlock |
addResourceBlock(ResourceBlock resourceBlock)
Deprecated.
Adds the resource block to the database.
|
ResourceBlock |
createResourceBlock(long resourceBlockId)
Deprecated.
Creates a new resource block with the primary key.
|
PersistedModel |
deletePersistedModel(PersistedModel persistedModel)
Deprecated.
|
ResourceBlock |
deleteResourceBlock(long resourceBlockId)
Deprecated.
Deletes the resource block with the primary key from the database.
|
ResourceBlock |
deleteResourceBlock(ResourceBlock resourceBlock)
Deprecated.
Deletes the resource block from the database.
|
DynamicQuery |
dynamicQuery()
Deprecated.
|
<T> List<T> |
dynamicQuery(DynamicQuery dynamicQuery)
Deprecated.
Performs a dynamic query on the database and returns the matching rows.
|
<T> List<T> |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Deprecated.
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> List<T> |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Deprecated.
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Deprecated.
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Deprecated.
Returns the number of rows matching the dynamic query.
|
ResourceBlock |
fetchResourceBlock(long resourceBlockId)
Deprecated.
|
ActionableDynamicQuery |
getActionableDynamicQuery()
Deprecated.
|
long |
getActionId(String name,
String actionId)
Deprecated.
|
long |
getActionIds(String name,
List<String> actionIds)
Deprecated.
|
List<String> |
getActionIds(String name,
long actionIdsLong)
Deprecated.
|
List<String> |
getCompanyScopePermissions(ResourceBlock resourceBlock,
long roleId)
Deprecated.
|
List<String> |
getGroupScopePermissions(ResourceBlock resourceBlock,
long roleId)
Deprecated.
|
IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery()
Deprecated.
|
String |
getOSGiServiceIdentifier()
Deprecated.
Returns the OSGi service identifier.
|
PermissionedModel |
getPermissionedModel(String name,
long primKey)
Deprecated.
|
List<String> |
getPermissions(ResourceBlock resourceBlock,
long roleId)
Deprecated.
|
PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
Deprecated.
|
ResourceBlock |
getResourceBlock(long resourceBlockId)
Deprecated.
Returns the resource block with the primary key.
|
ResourceBlock |
getResourceBlock(String name,
long primKey)
Deprecated.
|
List<Long> |
getResourceBlockIds(ResourceBlockIdsBag resourceBlockIdsBag,
String name,
String actionId)
Deprecated.
|
ResourceBlockIdsBag |
getResourceBlockIdsBag(long companyId,
long groupId,
String name,
long[] roleIds)
Deprecated.
|
List<ResourceBlock> |
getResourceBlocks(int start,
int end)
Deprecated.
Returns a range of all the resource blocks.
|
int |
getResourceBlocksCount()
Deprecated.
Returns the number of resource blocks.
|
List<Role> |
getRoles(String name,
long primKey,
String actionId)
Deprecated.
|
ResourceBlockLocalService |
getWrappedService()
Deprecated.
|
boolean |
hasPermission(String name,
long primKey,
String actionId,
ResourceBlockIdsBag resourceBlockIdsBag)
Deprecated.
|
boolean |
hasPermission(String name,
PermissionedModel permissionedModel,
String actionId,
ResourceBlockIdsBag resourceBlockIdsBag)
Deprecated.
|
boolean |
isSupported(String name)
Deprecated.
|
void |
releasePermissionedModelResourceBlock(PermissionedModel permissionedModel)
Deprecated.
|
void |
releasePermissionedModelResourceBlock(String name,
long primKey)
Deprecated.
|
void |
releaseResourceBlock(long resourceBlockId)
Deprecated.
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)
Deprecated.
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,
String name,
long roleId,
long actionIdsLong)
Deprecated.
|
void |
removeAllGroupScopePermissions(long companyId,
String name,
long roleId,
String actionId)
Deprecated.
|
void |
removeCompanyScopePermission(long companyId,
String name,
long roleId,
String actionId)
Deprecated.
|
void |
removeCompanyScopePermissions(long companyId,
String name,
long roleId,
long actionIdsLong)
Deprecated.
|
void |
removeGroupScopePermission(long companyId,
long groupId,
String name,
long roleId,
String actionId)
Deprecated.
|
void |
removeGroupScopePermissions(long companyId,
long groupId,
String name,
long roleId,
long actionIdsLong)
Deprecated.
|
void |
removeIndividualScopePermission(long companyId,
long groupId,
String name,
long primKey,
long roleId,
String actionId)
Deprecated.
|
void |
removeIndividualScopePermission(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
String actionId)
Deprecated.
|
void |
removeIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
long roleId,
long actionIdsLong)
Deprecated.
|
void |
removeIndividualScopePermissions(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
long actionIdsLong)
Deprecated.
|
void |
setCompanyScopePermissions(long companyId,
String name,
long roleId,
List<String> actionIds)
Deprecated.
|
void |
setCompanyScopePermissions(long companyId,
String name,
long roleId,
long actionIdsLong)
Deprecated.
|
void |
setGroupScopePermissions(long companyId,
long groupId,
String name,
long roleId,
List<String> actionIds)
Deprecated.
|
void |
setGroupScopePermissions(long companyId,
long groupId,
String name,
long roleId,
long actionIdsLong)
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,
long roleId,
long actionIdsLong)
Deprecated.
|
void |
setIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
Map<Long,String[]> roleIdsToActionIds)
Deprecated.
|
void |
setIndividualScopePermissions(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
List<String> actionIds)
Deprecated.
|
void |
setIndividualScopePermissions(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
long actionIdsLong)
Deprecated.
|
void |
setWrappedService(ResourceBlockLocalService resourceBlockLocalService)
Deprecated.
|
void |
updateCompanyScopePermissions(long companyId,
String name,
long roleId,
long actionIdsLong,
int operator)
Deprecated.
|
void |
updateGroupScopePermissions(long companyId,
long groupId,
String name,
long roleId,
long actionIdsLong,
int operator)
Deprecated.
|
void |
updateIndividualScopePermissions(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
long actionIdsLong,
int operator)
Deprecated.
|
ResourceBlock |
updateResourceBlock(ResourceBlock resourceBlock)
Deprecated.
Updates the resource block in the database or adds it if it does not yet exist.
|
ResourceBlock |
updateResourceBlockId(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
String permissionsHash,
ResourceBlockPermissionsContainer resourceBlockPermissionsContainer)
Deprecated.
|
void |
verifyResourceBlockId(long companyId,
String name,
long primKey)
Deprecated.
|
public ResourceBlockLocalServiceWrapper(ResourceBlockLocalService resourceBlockLocalService)
public void addCompanyScopePermission(long companyId,
String name,
long roleId,
String actionId)
throws PortalException
ResourceBlockLocalServiceUtil to access the resource block local service. Add custom service methods to com.liferay.portal.service.impl.ResourceBlockLocalServiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.addCompanyScopePermission in interface ResourceBlockLocalServicePortalExceptionpublic void addCompanyScopePermissions(long companyId,
String name,
long roleId,
long actionIdsLong)
addCompanyScopePermissions in interface ResourceBlockLocalServicepublic void addGroupScopePermission(long companyId,
long groupId,
String name,
long roleId,
String actionId)
throws PortalException
addGroupScopePermission in interface ResourceBlockLocalServicePortalExceptionpublic void addGroupScopePermissions(long companyId,
long groupId,
String name,
long roleId,
long actionIdsLong)
addGroupScopePermissions in interface ResourceBlockLocalServicepublic void addIndividualScopePermission(long companyId,
long groupId,
String name,
long primKey,
long roleId,
String actionId)
throws PortalException
addIndividualScopePermission in interface ResourceBlockLocalServicePortalExceptionpublic void addIndividualScopePermission(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
String actionId)
throws PortalException
addIndividualScopePermission in interface ResourceBlockLocalServicePortalExceptionpublic void addIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
long roleId,
long actionIdsLong)
throws PortalException
addIndividualScopePermissions in interface ResourceBlockLocalServicePortalExceptionpublic void addIndividualScopePermissions(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
long actionIdsLong)
addIndividualScopePermissions in interface ResourceBlockLocalServicepublic ResourceBlock addResourceBlock(long companyId, long groupId, String name, String permissionsHash, ResourceBlockPermissionsContainer resourceBlockPermissionsContainer)
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 containerpublic ResourceBlock addResourceBlock(ResourceBlock resourceBlock)
addResourceBlock in interface ResourceBlockLocalServiceresourceBlock - the resource blockpublic ResourceBlock createResourceBlock(long resourceBlockId)
createResourceBlock in interface ResourceBlockLocalServiceresourceBlockId - the primary key for the new resource blockpublic PersistedModel deletePersistedModel(PersistedModel persistedModel) throws PortalException
deletePersistedModel in interface PersistedModelLocalServicedeletePersistedModel in interface ResourceBlockLocalServicePortalExceptionpublic ResourceBlock deleteResourceBlock(long resourceBlockId) throws PortalException
deleteResourceBlock in interface ResourceBlockLocalServiceresourceBlockId - the primary key of the resource blockPortalException - if a resource block with the primary key could not be foundpublic ResourceBlock deleteResourceBlock(ResourceBlock resourceBlock)
deleteResourceBlock in interface ResourceBlockLocalServiceresourceBlock - the resource blockpublic DynamicQuery dynamicQuery()
dynamicQuery in interface ResourceBlockLocalServicepublic <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery in interface ResourceBlockLocalServicedynamicQuery - the dynamic querypublic <T> List<T> dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
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 com.liferay.portal.kernel.dao.orm.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, then the query will include the default ORDER BY logic from com.liferay.portal.model.impl.ResourceBlockModelImpl.
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)public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
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 com.liferay.portal.kernel.dao.orm.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, then the query will include the default ORDER BY logic from com.liferay.portal.model.impl.ResourceBlockModelImpl.
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)public long dynamicQueryCount(DynamicQuery dynamicQuery)
dynamicQueryCount in interface ResourceBlockLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
dynamicQueryCount in interface ResourceBlockLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic ResourceBlock fetchResourceBlock(long resourceBlockId)
fetchResourceBlock in interface ResourceBlockLocalServicepublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface ResourceBlockLocalServicepublic long getActionId(String name,
String actionId)
throws PortalException
getActionId in interface ResourceBlockLocalServicePortalExceptionpublic long getActionIds(String name,
List<String> actionIds)
throws PortalException
getActionIds in interface ResourceBlockLocalServicePortalExceptionpublic List<String> getActionIds(String name,
long actionIdsLong)
getActionIds in interface ResourceBlockLocalServicepublic List<String> getCompanyScopePermissions(ResourceBlock resourceBlock, long roleId)
getCompanyScopePermissions in interface ResourceBlockLocalServicepublic List<String> getGroupScopePermissions(ResourceBlock resourceBlock, long roleId)
getGroupScopePermissions in interface ResourceBlockLocalServicepublic IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface ResourceBlockLocalServicepublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface ResourceBlockLocalServicepublic PermissionedModel getPermissionedModel(String name, long primKey) throws PortalException
getPermissionedModel in interface ResourceBlockLocalServicePortalExceptionpublic List<String> getPermissions(ResourceBlock resourceBlock, long roleId)
getPermissions in interface ResourceBlockLocalServicepublic PersistedModel getPersistedModel(Serializable primaryKeyObj) throws PortalException
getPersistedModel in interface PersistedModelLocalServicegetPersistedModel in interface ResourceBlockLocalServicePortalExceptionpublic ResourceBlock getResourceBlock(long resourceBlockId) throws PortalException
getResourceBlock in interface ResourceBlockLocalServiceresourceBlockId - the primary key of the resource blockPortalException - if a resource block with the primary key could not be foundpublic ResourceBlock getResourceBlock(String name, long primKey) throws PortalException
getResourceBlock in interface ResourceBlockLocalServicePortalExceptionpublic List<Long> getResourceBlockIds(ResourceBlockIdsBag resourceBlockIdsBag, String name, String actionId) throws PortalException
getResourceBlockIds in interface ResourceBlockLocalServicePortalExceptionpublic ResourceBlockIdsBag getResourceBlockIdsBag(long companyId, long groupId, String name, long[] roleIds)
getResourceBlockIdsBag in interface ResourceBlockLocalServicepublic List<ResourceBlock> getResourceBlocks(int start, int end)
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 com.liferay.portal.kernel.dao.orm.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, then the query will include the default ORDER BY logic from com.liferay.portal.model.impl.ResourceBlockModelImpl.
getResourceBlocks in interface ResourceBlockLocalServicestart - the lower bound of the range of resource blocksend - the upper bound of the range of resource blocks (not inclusive)public int getResourceBlocksCount()
getResourceBlocksCount in interface ResourceBlockLocalServicepublic List<Role> getRoles(String name, long primKey, String actionId) throws PortalException
getRoles in interface ResourceBlockLocalServicePortalExceptionpublic boolean hasPermission(String name,
long primKey,
String actionId,
ResourceBlockIdsBag resourceBlockIdsBag)
throws PortalException
hasPermission in interface ResourceBlockLocalServicePortalExceptionpublic boolean hasPermission(String name,
PermissionedModel permissionedModel,
String actionId,
ResourceBlockIdsBag resourceBlockIdsBag)
throws PortalException
hasPermission in interface ResourceBlockLocalServicePortalExceptionpublic boolean isSupported(String name)
isSupported in interface ResourceBlockLocalServicepublic void releasePermissionedModelResourceBlock(PermissionedModel permissionedModel)
releasePermissionedModelResourceBlock in interface ResourceBlockLocalServicepublic void releasePermissionedModelResourceBlock(String name,
long primKey)
throws PortalException
releasePermissionedModelResourceBlock in interface ResourceBlockLocalServicePortalExceptionpublic void releaseResourceBlock(long resourceBlockId)
releaseResourceBlock in interface ResourceBlockLocalServiceresourceBlockId - the primary key of the resource blockpublic void releaseResourceBlock(ResourceBlock resourceBlock)
releaseResourceBlock in interface ResourceBlockLocalServiceresourceBlock - the resource blockpublic void removeAllGroupScopePermissions(long companyId,
String name,
long roleId,
long actionIdsLong)
removeAllGroupScopePermissions in interface ResourceBlockLocalServicepublic void removeAllGroupScopePermissions(long companyId,
String name,
long roleId,
String actionId)
throws PortalException
removeAllGroupScopePermissions in interface ResourceBlockLocalServicePortalExceptionpublic void removeCompanyScopePermission(long companyId,
String name,
long roleId,
String actionId)
throws PortalException
removeCompanyScopePermission in interface ResourceBlockLocalServicePortalExceptionpublic void removeCompanyScopePermissions(long companyId,
String name,
long roleId,
long actionIdsLong)
removeCompanyScopePermissions in interface ResourceBlockLocalServicepublic void removeGroupScopePermission(long companyId,
long groupId,
String name,
long roleId,
String actionId)
throws PortalException
removeGroupScopePermission in interface ResourceBlockLocalServicePortalExceptionpublic void removeGroupScopePermissions(long companyId,
long groupId,
String name,
long roleId,
long actionIdsLong)
removeGroupScopePermissions in interface ResourceBlockLocalServicepublic void removeIndividualScopePermission(long companyId,
long groupId,
String name,
long primKey,
long roleId,
String actionId)
throws PortalException
removeIndividualScopePermission in interface ResourceBlockLocalServicePortalExceptionpublic void removeIndividualScopePermission(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
String actionId)
throws PortalException
removeIndividualScopePermission in interface ResourceBlockLocalServicePortalExceptionpublic void removeIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
long roleId,
long actionIdsLong)
throws PortalException
removeIndividualScopePermissions in interface ResourceBlockLocalServicePortalExceptionpublic void removeIndividualScopePermissions(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
long actionIdsLong)
removeIndividualScopePermissions in interface ResourceBlockLocalServicepublic void setCompanyScopePermissions(long companyId,
String name,
long roleId,
List<String> actionIds)
throws PortalException
setCompanyScopePermissions in interface ResourceBlockLocalServicePortalExceptionpublic void setCompanyScopePermissions(long companyId,
String name,
long roleId,
long actionIdsLong)
setCompanyScopePermissions in interface ResourceBlockLocalServicepublic void setGroupScopePermissions(long companyId,
long groupId,
String name,
long roleId,
List<String> actionIds)
throws PortalException
setGroupScopePermissions in interface ResourceBlockLocalServicePortalExceptionpublic void setGroupScopePermissions(long companyId,
long groupId,
String name,
long roleId,
long actionIdsLong)
setGroupScopePermissions in interface ResourceBlockLocalServicepublic void setIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
long roleId,
List<String> actionIds)
throws PortalException
setIndividualScopePermissions in interface ResourceBlockLocalServicePortalExceptionpublic void setIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
long roleId,
long actionIdsLong)
throws PortalException
setIndividualScopePermissions in interface ResourceBlockLocalServicePortalExceptionpublic void setIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
Map<Long,String[]> roleIdsToActionIds)
throws PortalException
setIndividualScopePermissions in interface ResourceBlockLocalServicePortalExceptionpublic void setIndividualScopePermissions(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
List<String> actionIds)
throws PortalException
setIndividualScopePermissions in interface ResourceBlockLocalServicePortalExceptionpublic void setIndividualScopePermissions(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
long actionIdsLong)
setIndividualScopePermissions in interface ResourceBlockLocalServicepublic void updateCompanyScopePermissions(long companyId,
String name,
long roleId,
long actionIdsLong,
int operator)
updateCompanyScopePermissions in interface ResourceBlockLocalServicepublic void updateGroupScopePermissions(long companyId,
long groupId,
String name,
long roleId,
long actionIdsLong,
int operator)
updateGroupScopePermissions in interface ResourceBlockLocalServicepublic void updateIndividualScopePermissions(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
long actionIdsLong,
int operator)
updateIndividualScopePermissions in interface ResourceBlockLocalServicepublic ResourceBlock updateResourceBlock(ResourceBlock resourceBlock)
updateResourceBlock in interface ResourceBlockLocalServiceresourceBlock - the resource blockpublic ResourceBlock updateResourceBlockId(long companyId, long groupId, String name, PermissionedModel permissionedModel, String permissionsHash, ResourceBlockPermissionsContainer resourceBlockPermissionsContainer)
updateResourceBlockId in interface ResourceBlockLocalServicepublic void verifyResourceBlockId(long companyId,
String name,
long primKey)
throws PortalException
verifyResourceBlockId in interface ResourceBlockLocalServicePortalExceptionpublic ResourceBlockLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<ResourceBlockLocalService>public void setWrappedService(ResourceBlockLocalService resourceBlockLocalService)
setWrappedService in interface ServiceWrapper<ResourceBlockLocalService>