|
Liferay 6.1.0-ce-rc1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.ResourceBlockLocalServiceWrapper
public class ResourceBlockLocalServiceWrapper
This class is a wrapper for ResourceBlockLocalService.
ResourceBlockLocalService| Constructor Summary | |
|---|---|
ResourceBlockLocalServiceWrapper(ResourceBlockLocalService resourceBlockLocalService)
|
|
| Method Summary | |
|---|---|
void |
addCompanyScopePermission(long companyId,
String name,
long roleId,
String actionId)
|
void |
addCompanyScopePermissions(long companyId,
String name,
long roleId,
long actionIdsLong)
|
void |
addGroupScopePermission(long companyId,
long groupId,
String name,
long roleId,
String actionId)
|
void |
addGroupScopePermissions(long companyId,
long groupId,
String name,
long roleId,
long actionIdsLong)
|
void |
addIndividualScopePermission(long companyId,
long groupId,
String name,
long primKey,
long roleId,
String actionId)
|
void |
addIndividualScopePermission(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
String actionId)
|
void |
addIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
long roleId,
long actionIdsLong)
|
void |
addIndividualScopePermissions(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
long actionIdsLong)
|
ResourceBlock |
addResourceBlock(long companyId,
long groupId,
String name,
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. |
void |
deleteResourceBlock(long resourceBlockId)
Deletes the resource block with the primary key from the database. |
void |
deleteResourceBlock(ResourceBlock resourceBlock)
Deletes the resource block from the database. |
List |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
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. |
ResourceBlock |
fetchResourceBlock(long resourceBlockId)
|
long |
getActionId(String name,
String actionId)
|
long |
getActionIds(String name,
List<String> actionIds)
|
List<String> |
getActionIds(String name,
long actionIdsLong)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
List<String> |
getCompanyScopePermissions(ResourceBlock resourceBlock,
long roleId)
|
List<String> |
getGroupScopePermissions(ResourceBlock resourceBlock,
long roleId)
|
PermissionedModel |
getPermissionedModel(String name,
long primKey)
|
List<String> |
getPermissions(ResourceBlock resourceBlock,
long roleId)
|
String |
getPermissionsHash(ResourceBlockPermissionsContainer resourceBlockPermissionsContainer)
Returns the permissions hash of the resource permissions. |
PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
|
ResourceBlock |
getResourceBlock(long resourceBlockId)
Returns the resource block with the primary key. |
ResourceBlock |
getResourceBlock(String name,
long primKey)
|
List<Long> |
getResourceBlockIds(ResourceBlockIdsBag resourceBlockIdsBag,
String name,
String actionId)
|
ResourceBlockIdsBag |
getResourceBlockIdsBag(long companyId,
long groupId,
String name,
long[] roleIds)
|
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. Renamed to getWrappedService() |
ResourceBlockLocalService |
getWrappedService()
|
boolean |
hasPermission(String name,
long primKey,
String actionId,
ResourceBlockIdsBag resourceBlockIdsBag)
|
boolean |
hasPermission(String name,
PermissionedModel permissionedModel,
String actionId,
ResourceBlockIdsBag resourceBlockIdsBag)
|
boolean |
isSupported(String name)
|
void |
releasePermissionedModelResourceBlock(PermissionedModel permissionedModel)
|
void |
releasePermissionedModelResourceBlock(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,
String name,
long roleId,
long actionIdsLong)
|
void |
removeAllGroupScopePermissions(long companyId,
String name,
long roleId,
String actionId)
|
void |
removeCompanyScopePermission(long companyId,
String name,
long roleId,
String actionId)
|
void |
removeCompanyScopePermissions(long companyId,
String name,
long roleId,
long actionIdsLong)
|
void |
removeGroupScopePermission(long companyId,
long groupId,
String name,
long roleId,
String actionId)
|
void |
removeGroupScopePermissions(long companyId,
long groupId,
String name,
long roleId,
long actionIdsLong)
|
void |
removeIndividualScopePermission(long companyId,
long groupId,
String name,
long primKey,
long roleId,
String actionId)
|
void |
removeIndividualScopePermission(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
String actionId)
|
void |
removeIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
long roleId,
long actionIdsLong)
|
void |
removeIndividualScopePermissions(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
long actionIdsLong)
|
void |
retainResourceBlock(long resourceBlockId)
Increments the reference count of the resource block and updates it in the database. |
void |
retainResourceBlock(ResourceBlock resourceBlock)
Increments the reference count of the resource block and updates it in the database. |
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setCompanyScopePermissions(long companyId,
String name,
long roleId,
List<String> actionIds)
|
void |
setCompanyScopePermissions(long companyId,
String name,
long roleId,
long actionIdsLong)
|
void |
setGroupScopePermissions(long companyId,
long groupId,
String name,
long roleId,
List<String> actionIds)
|
void |
setGroupScopePermissions(long companyId,
long groupId,
String name,
long roleId,
long actionIdsLong)
|
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,
long roleId,
long actionIdsLong)
|
void |
setIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
Map<Long,String[]> roleIdsToActionIds)
|
void |
setIndividualScopePermissions(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
List<String> actionIds)
|
void |
setIndividualScopePermissions(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
long actionIdsLong)
|
void |
setWrappedResourceBlockLocalService(ResourceBlockLocalService resourceBlockLocalService)
Deprecated. Renamed to setWrappedService(com.liferay.portal.service.ResourceBlockLocalService) |
void |
setWrappedService(ResourceBlockLocalService resourceBlockLocalService)
|
void |
updateCompanyScopePermissions(long companyId,
String name,
long roleId,
long actionIdsLong,
int operator)
|
void |
updateGroupScopePermissions(long companyId,
long groupId,
String name,
long roleId,
long actionIdsLong,
int operator)
|
void |
updateIndividualScopePermissions(long companyId,
long groupId,
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 |
updateResourceBlock(ResourceBlock resourceBlock,
boolean merge)
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)
|
void |
verifyResourceBlockId(long companyId,
String name,
long primKey)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResourceBlockLocalServiceWrapper(ResourceBlockLocalService resourceBlockLocalService)
| Method Detail |
|---|
public ResourceBlock addResourceBlock(ResourceBlock resourceBlock)
throws SystemException
addResourceBlock in interface ResourceBlockLocalServiceresourceBlock - the resource block
SystemException - if a system exception occurredpublic ResourceBlock createResourceBlock(long resourceBlockId)
createResourceBlock in interface ResourceBlockLocalServiceresourceBlockId - the primary key for the new resource block
public void deleteResourceBlock(long resourceBlockId)
throws PortalException,
SystemException
deleteResourceBlock in interface ResourceBlockLocalServiceresourceBlockId - the primary key of the resource block
PortalException - if a resource block with the primary key could not be found
SystemException - if a system exception occurred
public void deleteResourceBlock(ResourceBlock resourceBlock)
throws SystemException
deleteResourceBlock in interface ResourceBlockLocalServiceresourceBlock - the resource block
SystemException - if a system exception occurred
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
dynamicQuery in interface ResourceBlockLocalServicedynamicQuery - the dynamic query
SystemException - if a system exception occurred
public 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.
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 occurred
public 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.
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 occurred
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
dynamicQueryCount in interface ResourceBlockLocalServicedynamicQuery - the dynamic query
SystemException - if a system exception occurred
public ResourceBlock fetchResourceBlock(long resourceBlockId)
throws SystemException
fetchResourceBlock in interface ResourceBlockLocalServiceSystemException
public ResourceBlock getResourceBlock(long resourceBlockId)
throws PortalException,
SystemException
getResourceBlock in interface ResourceBlockLocalServiceresourceBlockId - the primary key of the resource block
PortalException - if a resource block with the primary key could not be found
SystemException - if a system exception occurred
public PersistedModel getPersistedModel(Serializable primaryKeyObj)
throws PortalException,
SystemException
getPersistedModel in interface PersistedModelLocalServicegetPersistedModel in interface ResourceBlockLocalServicePortalException
SystemException
public 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.
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 occurred
public int getResourceBlocksCount()
throws SystemException
getResourceBlocksCount in interface ResourceBlockLocalServiceSystemException - if a system exception occurred
public ResourceBlock updateResourceBlock(ResourceBlock resourceBlock)
throws SystemException
updateResourceBlock in interface ResourceBlockLocalServiceresourceBlock - the resource block
SystemException - if a system exception occurred
public ResourceBlock updateResourceBlock(ResourceBlock resourceBlock,
boolean merge)
throws SystemException
updateResourceBlock in interface ResourceBlockLocalServiceresourceBlock - the resource blockmerge - whether to merge the resource block with the current session. See BatchSession.update(com.liferay.portal.kernel.dao.orm.Session, com.liferay.portal.model.BaseModel, boolean) for an explanation.
SystemException - if a system exception occurredpublic String getBeanIdentifier()
getBeanIdentifier in interface ResourceBlockLocalServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface ResourceBlockLocalServicebeanIdentifier - the Spring bean ID for this bean
public void addCompanyScopePermission(long companyId,
String name,
long roleId,
String actionId)
throws PortalException,
SystemException
addCompanyScopePermission in interface ResourceBlockLocalServicePortalException
SystemException
public void addCompanyScopePermissions(long companyId,
String name,
long roleId,
long actionIdsLong)
throws SystemException
addCompanyScopePermissions in interface ResourceBlockLocalServiceSystemException
public void addGroupScopePermission(long companyId,
long groupId,
String name,
long roleId,
String actionId)
throws PortalException,
SystemException
addGroupScopePermission in interface ResourceBlockLocalServicePortalException
SystemException
public void addGroupScopePermissions(long companyId,
long groupId,
String name,
long roleId,
long actionIdsLong)
throws SystemException
addGroupScopePermissions in interface ResourceBlockLocalServiceSystemException
public void addIndividualScopePermission(long companyId,
long groupId,
String name,
long primKey,
long roleId,
String actionId)
throws PortalException,
SystemException
addIndividualScopePermission in interface ResourceBlockLocalServicePortalException
SystemException
public void addIndividualScopePermission(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
String actionId)
throws PortalException,
SystemException
addIndividualScopePermission in interface ResourceBlockLocalServicePortalException
SystemException
public void addIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
long roleId,
long actionIdsLong)
throws PortalException,
SystemException
addIndividualScopePermissions in interface ResourceBlockLocalServicePortalException
SystemException
public void addIndividualScopePermissions(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
long actionIdsLong)
throws SystemException
addIndividualScopePermissions in interface ResourceBlockLocalServiceSystemException
public ResourceBlock addResourceBlock(long companyId,
long groupId,
String name,
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 group
SystemException - if a system exception occurred
public long getActionId(String name,
String actionId)
throws PortalException
getActionId in interface ResourceBlockLocalServicePortalException
public long getActionIds(String name,
List<String> actionIds)
throws PortalException
getActionIds in interface ResourceBlockLocalServicePortalException
public List<String> getActionIds(String name,
long actionIdsLong)
throws SystemException
getActionIds in interface ResourceBlockLocalServiceSystemException
public List<String> getCompanyScopePermissions(ResourceBlock resourceBlock,
long roleId)
throws SystemException
getCompanyScopePermissions in interface ResourceBlockLocalServiceSystemException
public List<String> getGroupScopePermissions(ResourceBlock resourceBlock,
long roleId)
throws SystemException
getGroupScopePermissions in interface ResourceBlockLocalServiceSystemException
public PermissionedModel getPermissionedModel(String name,
long primKey)
throws PortalException,
SystemException
getPermissionedModel in interface ResourceBlockLocalServicePortalException
SystemException
public List<String> getPermissions(ResourceBlock resourceBlock,
long roleId)
throws SystemException
getPermissions in interface ResourceBlockLocalServiceSystemExceptionpublic String getPermissionsHash(ResourceBlockPermissionsContainer resourceBlockPermissionsContainer)
getPermissionsHash in interface ResourceBlockLocalServiceresourceBlockPermissionsContainer - the resource block permissions
public ResourceBlock getResourceBlock(String name,
long primKey)
throws PortalException,
SystemException
getResourceBlock in interface ResourceBlockLocalServicePortalException
SystemException
public List<Long> getResourceBlockIds(ResourceBlockIdsBag resourceBlockIdsBag,
String name,
String actionId)
throws PortalException
getResourceBlockIds in interface ResourceBlockLocalServicePortalException
public ResourceBlockIdsBag getResourceBlockIdsBag(long companyId,
long groupId,
String name,
long[] roleIds)
throws SystemException
getResourceBlockIdsBag in interface ResourceBlockLocalServiceSystemException
public boolean hasPermission(String name,
long primKey,
String actionId,
ResourceBlockIdsBag resourceBlockIdsBag)
throws PortalException,
SystemException
hasPermission in interface ResourceBlockLocalServicePortalException
SystemException
public boolean hasPermission(String name,
PermissionedModel permissionedModel,
String actionId,
ResourceBlockIdsBag resourceBlockIdsBag)
throws PortalException
hasPermission in interface ResourceBlockLocalServicePortalExceptionpublic boolean isSupported(String name)
isSupported in interface ResourceBlockLocalService
public void releasePermissionedModelResourceBlock(PermissionedModel permissionedModel)
throws PortalException,
SystemException
releasePermissionedModelResourceBlock in interface ResourceBlockLocalServicePortalException
SystemException
public void releasePermissionedModelResourceBlock(String name,
long primKey)
throws PortalException,
SystemException
releasePermissionedModelResourceBlock in interface ResourceBlockLocalServicePortalException
SystemException
public void releaseResourceBlock(long resourceBlockId)
throws PortalException,
SystemException
releaseResourceBlock in interface ResourceBlockLocalServiceresourceBlockId - the primary key of the resource block
SystemException - if a system exception occurred
PortalException
public void releaseResourceBlock(ResourceBlock resourceBlock)
throws SystemException
releaseResourceBlock in interface ResourceBlockLocalServiceresourceBlock - the resource block
SystemException - if a system exception occurred
public void removeAllGroupScopePermissions(long companyId,
String name,
long roleId,
long actionIdsLong)
throws SystemException
removeAllGroupScopePermissions in interface ResourceBlockLocalServiceSystemException
public void removeAllGroupScopePermissions(long companyId,
String name,
long roleId,
String actionId)
throws PortalException,
SystemException
removeAllGroupScopePermissions in interface ResourceBlockLocalServicePortalException
SystemException
public void removeCompanyScopePermission(long companyId,
String name,
long roleId,
String actionId)
throws PortalException,
SystemException
removeCompanyScopePermission in interface ResourceBlockLocalServicePortalException
SystemException
public void removeCompanyScopePermissions(long companyId,
String name,
long roleId,
long actionIdsLong)
throws SystemException
removeCompanyScopePermissions in interface ResourceBlockLocalServiceSystemException
public void removeGroupScopePermission(long companyId,
long groupId,
String name,
long roleId,
String actionId)
throws PortalException,
SystemException
removeGroupScopePermission in interface ResourceBlockLocalServicePortalException
SystemException
public void removeGroupScopePermissions(long companyId,
long groupId,
String name,
long roleId,
long actionIdsLong)
throws SystemException
removeGroupScopePermissions in interface ResourceBlockLocalServiceSystemException
public void removeIndividualScopePermission(long companyId,
long groupId,
String name,
long primKey,
long roleId,
String actionId)
throws PortalException,
SystemException
removeIndividualScopePermission in interface ResourceBlockLocalServicePortalException
SystemException
public void removeIndividualScopePermission(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
String actionId)
throws PortalException,
SystemException
removeIndividualScopePermission in interface ResourceBlockLocalServicePortalException
SystemException
public void removeIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
long roleId,
long actionIdsLong)
throws PortalException,
SystemException
removeIndividualScopePermissions in interface ResourceBlockLocalServicePortalException
SystemException
public void removeIndividualScopePermissions(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
long actionIdsLong)
throws SystemException
removeIndividualScopePermissions in interface ResourceBlockLocalServiceSystemException
public void retainResourceBlock(long resourceBlockId)
throws PortalException,
SystemException
retainResourceBlock in interface ResourceBlockLocalServiceresourceBlockId - the primary key of the resource block
SystemException - if a system exception occurred
PortalException
public void retainResourceBlock(ResourceBlock resourceBlock)
throws SystemException
retainResourceBlock in interface ResourceBlockLocalServiceresourceBlock - the resource block
SystemException - if a system exception occurred
public void setCompanyScopePermissions(long companyId,
String name,
long roleId,
List<String> actionIds)
throws PortalException,
SystemException
setCompanyScopePermissions in interface ResourceBlockLocalServicePortalException
SystemException
public void setCompanyScopePermissions(long companyId,
String name,
long roleId,
long actionIdsLong)
throws SystemException
setCompanyScopePermissions in interface ResourceBlockLocalServiceSystemException
public void setGroupScopePermissions(long companyId,
long groupId,
String name,
long roleId,
List<String> actionIds)
throws PortalException,
SystemException
setGroupScopePermissions in interface ResourceBlockLocalServicePortalException
SystemException
public void setGroupScopePermissions(long companyId,
long groupId,
String name,
long roleId,
long actionIdsLong)
throws SystemException
setGroupScopePermissions in interface ResourceBlockLocalServiceSystemException
public void setIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
long roleId,
List<String> actionIds)
throws PortalException,
SystemException
setIndividualScopePermissions in interface ResourceBlockLocalServicePortalException
SystemException
public void setIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
long roleId,
long actionIdsLong)
throws PortalException,
SystemException
setIndividualScopePermissions in interface ResourceBlockLocalServicePortalException
SystemException
public void setIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
Map<Long,String[]> roleIdsToActionIds)
throws PortalException,
SystemException
setIndividualScopePermissions in interface ResourceBlockLocalServicePortalException
SystemException
public void setIndividualScopePermissions(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
List<String> actionIds)
throws PortalException,
SystemException
setIndividualScopePermissions in interface ResourceBlockLocalServicePortalException
SystemException
public void setIndividualScopePermissions(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
long actionIdsLong)
throws SystemException
setIndividualScopePermissions in interface ResourceBlockLocalServiceSystemException
public void updateCompanyScopePermissions(long companyId,
String name,
long roleId,
long actionIdsLong,
int operator)
throws SystemException
updateCompanyScopePermissions in interface ResourceBlockLocalServiceSystemException
public void updateGroupScopePermissions(long companyId,
long groupId,
String name,
long roleId,
long actionIdsLong,
int operator)
throws SystemException
updateGroupScopePermissions in interface ResourceBlockLocalServiceSystemException
public void updateIndividualScopePermissions(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
long actionIdsLong,
int operator)
throws SystemException
updateIndividualScopePermissions in interface ResourceBlockLocalServiceSystemException
public ResourceBlock updateResourceBlockId(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
String permissionsHash,
ResourceBlockPermissionsContainer resourceBlockPermissionsContainer)
throws SystemException
updateResourceBlockId in interface ResourceBlockLocalServiceSystemException
public void verifyResourceBlockId(long companyId,
String name,
long primKey)
throws PortalException,
SystemException
verifyResourceBlockId in interface ResourceBlockLocalServicePortalException
SystemExceptionpublic 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>
|
Liferay 6.1.0-ce-rc1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||