Liferay 6.1.2-ce-ga3

com.liferay.portal.service
Interface ResourceBlockLocalService

All Superinterfaces:
BaseLocalService, PermissionedModelLocalService, PersistedModelLocalService
All Known Implementing Classes:
ResourceBlockLocalServiceBaseImpl, ResourceBlockLocalServiceImpl, ResourceBlockLocalServiceWrapper

@Transactional(isolation=PORTAL,
               rollbackFor={PortalException.class,SystemException.class})
public interface ResourceBlockLocalService
extends BaseLocalService, PermissionedModelLocalService

The interface for the resource block local service.

This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.

See Also:
ResourceBlockLocalServiceUtil, ResourceBlockLocalServiceBaseImpl, ResourceBlockLocalServiceImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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.
 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()
           
 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)
           
 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.
 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 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 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)
           
 

Method Detail

addResourceBlock

ResourceBlock addResourceBlock(ResourceBlock resourceBlock)
                               throws SystemException
Adds the resource block to the database. Also notifies the appropriate model listeners.

Parameters:
resourceBlock - the resource block
Returns:
the resource block that was added
Throws:
SystemException - if a system exception occurred

createResourceBlock

ResourceBlock createResourceBlock(long resourceBlockId)
Creates a new resource block with the primary key. Does not add the resource block to the database.

Parameters:
resourceBlockId - the primary key for the new resource block
Returns:
the new resource block

deleteResourceBlock

ResourceBlock deleteResourceBlock(long resourceBlockId)
                                  throws PortalException,
                                         SystemException
Deletes the resource block with the primary key from the database. Also notifies the appropriate model listeners.

Parameters:
resourceBlockId - the primary key of the resource block
Returns:
the resource block that was removed
Throws:
PortalException - if a resource block with the primary key could not be found
SystemException - if a system exception occurred

deleteResourceBlock

ResourceBlock deleteResourceBlock(ResourceBlock resourceBlock)
                                  throws SystemException
Deletes the resource block from the database. Also notifies the appropriate model listeners.

Parameters:
resourceBlock - the resource block
Returns:
the resource block that was removed
Throws:
SystemException - if a system exception occurred

dynamicQuery

DynamicQuery dynamicQuery()

dynamicQuery

List dynamicQuery(DynamicQuery dynamicQuery)
                  throws SystemException
Performs a dynamic query on the database and returns the matching rows.

Parameters:
dynamicQuery - the dynamic query
Returns:
the matching rows
Throws:
SystemException - if a system exception occurred

dynamicQuery

List dynamicQuery(DynamicQuery dynamicQuery,
                  int start,
                  int end)
                  throws SystemException
Performs a dynamic query on the database and returns a range of the matching rows.

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.

Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
Returns:
the range of matching rows
Throws:
SystemException - if a system exception occurred

dynamicQuery

List dynamicQuery(DynamicQuery dynamicQuery,
                  int start,
                  int end,
                  OrderByComparator orderByComparator)
                  throws SystemException
Performs a dynamic query on the database and returns an ordered range of the matching rows.

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.

Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching rows
Throws:
SystemException - if a system exception occurred

dynamicQueryCount

long dynamicQueryCount(DynamicQuery dynamicQuery)
                       throws SystemException
Returns the number of rows that match the dynamic query.

Parameters:
dynamicQuery - the dynamic query
Returns:
the number of rows that match the dynamic query
Throws:
SystemException - if a system exception occurred

fetchResourceBlock

@Transactional(propagation=SUPPORTS,
               readOnly=true)
ResourceBlock fetchResourceBlock(long resourceBlockId)
                                 throws SystemException
Throws:
SystemException

getResourceBlock

@Transactional(propagation=SUPPORTS,
               readOnly=true)
ResourceBlock getResourceBlock(long resourceBlockId)
                               throws PortalException,
                                      SystemException
Returns the resource block with the primary key.

Parameters:
resourceBlockId - the primary key of the resource block
Returns:
the resource block
Throws:
PortalException - if a resource block with the primary key could not be found
SystemException - if a system exception occurred

getPersistedModel

@Transactional(propagation=SUPPORTS,
               readOnly=true)
PersistedModel getPersistedModel(Serializable primaryKeyObj)
                                 throws PortalException,
                                        SystemException
Specified by:
getPersistedModel in interface PersistedModelLocalService
Throws:
PortalException
SystemException

getResourceBlocks

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<ResourceBlock> getResourceBlocks(int start,
                                                                               int end)
                                      throws SystemException
Returns a range of all the resource blocks.

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.

Parameters:
start - the lower bound of the range of resource blocks
end - the upper bound of the range of resource blocks (not inclusive)
Returns:
the range of resource blocks
Throws:
SystemException - if a system exception occurred

getResourceBlocksCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getResourceBlocksCount()
                           throws SystemException
Returns the number of resource blocks.

Returns:
the number of resource blocks
Throws:
SystemException - if a system exception occurred

updateResourceBlock

ResourceBlock updateResourceBlock(ResourceBlock resourceBlock)
                                  throws SystemException
Updates the resource block in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Parameters:
resourceBlock - the resource block
Returns:
the resource block that was updated
Throws:
SystemException - if a system exception occurred

updateResourceBlock

ResourceBlock updateResourceBlock(ResourceBlock resourceBlock,
                                  boolean merge)
                                  throws SystemException
Updates the resource block in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Parameters:
resourceBlock - the resource block
merge - 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.
Returns:
the resource block that was updated
Throws:
SystemException - if a system exception occurred

getBeanIdentifier

String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Returns:
the Spring bean ID for this bean

setBeanIdentifier

void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Parameters:
beanIdentifier - the Spring bean ID for this bean

addCompanyScopePermission

void addCompanyScopePermission(long companyId,
                               String name,
                               long roleId,
                               String actionId)
                               throws PortalException,
                                      SystemException
Throws:
PortalException
SystemException

addCompanyScopePermissions

void addCompanyScopePermissions(long companyId,
                                String name,
                                long roleId,
                                long actionIdsLong)
                                throws SystemException
Throws:
SystemException

addGroupScopePermission

void addGroupScopePermission(long companyId,
                             long groupId,
                             String name,
                             long roleId,
                             String actionId)
                             throws PortalException,
                                    SystemException
Throws:
PortalException
SystemException

addGroupScopePermissions

void addGroupScopePermissions(long companyId,
                              long groupId,
                              String name,
                              long roleId,
                              long actionIdsLong)
                              throws SystemException
Throws:
SystemException

addIndividualScopePermission

void addIndividualScopePermission(long companyId,
                                  long groupId,
                                  String name,
                                  long primKey,
                                  long roleId,
                                  String actionId)
                                  throws PortalException,
                                         SystemException
Throws:
PortalException
SystemException

addIndividualScopePermission

void addIndividualScopePermission(long companyId,
                                  long groupId,
                                  String name,
                                  PermissionedModel permissionedModel,
                                  long roleId,
                                  String actionId)
                                  throws PortalException,
                                         SystemException
Throws:
PortalException
SystemException

addIndividualScopePermissions

void addIndividualScopePermissions(long companyId,
                                   long groupId,
                                   String name,
                                   long primKey,
                                   long roleId,
                                   long actionIdsLong)
                                   throws PortalException,
                                          SystemException
Throws:
PortalException
SystemException

addIndividualScopePermissions

void addIndividualScopePermissions(long companyId,
                                   long groupId,
                                   String name,
                                   PermissionedModel permissionedModel,
                                   long roleId,
                                   long actionIdsLong)
                                   throws SystemException
Throws:
SystemException

addResourceBlock

ResourceBlock addResourceBlock(long companyId,
                               long groupId,
                               String name,
                               String permissionsHash,
                               ResourceBlockPermissionsContainer resourceBlockPermissionsContainer)
                               throws SystemException
Adds a resource block if necessary and associates the resource block permissions with it. The resource block will have an initial reference count of one.

Parameters:
companyId - the primary key of the resource block's company
groupId - the primary key of the resource block's group
name - the resource block's name
permissionsHash - the resource block's permission hash
resourceBlockPermissionsContainer - the resource block's permissions container
Returns:
the new resource block
Throws:
SystemException - if a system exception occurred

getActionId

@Transactional(propagation=SUPPORTS,
               readOnly=true)
long getActionId(String name,
                                                          String actionId)
                 throws PortalException
Throws:
PortalException

getActionIds

@Transactional(propagation=SUPPORTS,
               readOnly=true)
long getActionIds(String name,
                                                           List<String> actionIds)
                  throws PortalException
Throws:
PortalException

getActionIds

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<String> getActionIds(String name,
                                                                   long actionIdsLong)
                          throws SystemException
Throws:
SystemException

getCompanyScopePermissions

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<String> getCompanyScopePermissions(ResourceBlock resourceBlock,
                                                                                 long roleId)
                                        throws SystemException
Throws:
SystemException

getGroupScopePermissions

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<String> getGroupScopePermissions(ResourceBlock resourceBlock,
                                                                               long roleId)
                                      throws SystemException
Throws:
SystemException

getPermissionedModel

@Transactional(propagation=SUPPORTS,
               readOnly=true)
PermissionedModel getPermissionedModel(String name,
                                                                                long primKey)
                                       throws PortalException,
                                              SystemException
Throws:
PortalException
SystemException

getPermissions

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<String> getPermissions(ResourceBlock resourceBlock,
                                                                     long roleId)
                            throws SystemException
Throws:
SystemException

getResourceBlock

@Transactional(propagation=SUPPORTS,
               readOnly=true)
ResourceBlock getResourceBlock(String name,
                                                                        long primKey)
                               throws PortalException,
                                      SystemException
Throws:
PortalException
SystemException

getResourceBlockIds

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<Long> getResourceBlockIds(ResourceBlockIdsBag resourceBlockIdsBag,
                                                                        String name,
                                                                        String actionId)
                               throws PortalException
Throws:
PortalException

getResourceBlockIdsBag

@Transactional(propagation=SUPPORTS,
               readOnly=true)
ResourceBlockIdsBag getResourceBlockIdsBag(long companyId,
                                                                                    long groupId,
                                                                                    String name,
                                                                                    long[] roleIds)
                                           throws SystemException
Throws:
SystemException

hasPermission

@Transactional(propagation=SUPPORTS,
               readOnly=true)
boolean hasPermission(String name,
                                                               long primKey,
                                                               String actionId,
                                                               ResourceBlockIdsBag resourceBlockIdsBag)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

hasPermission

@Transactional(propagation=SUPPORTS,
               readOnly=true)
boolean hasPermission(String name,
                                                               PermissionedModel permissionedModel,
                                                               String actionId,
                                                               ResourceBlockIdsBag resourceBlockIdsBag)
                      throws PortalException
Throws:
PortalException

isSupported

@Transactional(propagation=SUPPORTS,
               readOnly=true)
boolean isSupported(String name)

releasePermissionedModelResourceBlock

void releasePermissionedModelResourceBlock(PermissionedModel permissionedModel)
                                           throws SystemException
Throws:
SystemException

releasePermissionedModelResourceBlock

void releasePermissionedModelResourceBlock(String name,
                                           long primKey)
                                           throws PortalException,
                                                  SystemException
Throws:
PortalException
SystemException

releaseResourceBlock

void releaseResourceBlock(long resourceBlockId)
                          throws SystemException
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.

Parameters:
resourceBlockId - the primary key of the resource block
Throws:
SystemException - if a system exception occurred

releaseResourceBlock

void releaseResourceBlock(ResourceBlock resourceBlock)
                          throws SystemException
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.

Parameters:
resourceBlock - the resource block
Throws:
SystemException - if a system exception occurred

removeAllGroupScopePermissions

void removeAllGroupScopePermissions(long companyId,
                                    String name,
                                    long roleId,
                                    long actionIdsLong)
                                    throws SystemException
Throws:
SystemException

removeAllGroupScopePermissions

void removeAllGroupScopePermissions(long companyId,
                                    String name,
                                    long roleId,
                                    String actionId)
                                    throws PortalException,
                                           SystemException
Throws:
PortalException
SystemException

removeCompanyScopePermission

void removeCompanyScopePermission(long companyId,
                                  String name,
                                  long roleId,
                                  String actionId)
                                  throws PortalException,
                                         SystemException
Throws:
PortalException
SystemException

removeCompanyScopePermissions

void removeCompanyScopePermissions(long companyId,
                                   String name,
                                   long roleId,
                                   long actionIdsLong)
                                   throws SystemException
Throws:
SystemException

removeGroupScopePermission

void removeGroupScopePermission(long companyId,
                                long groupId,
                                String name,
                                long roleId,
                                String actionId)
                                throws PortalException,
                                       SystemException
Throws:
PortalException
SystemException

removeGroupScopePermissions

void removeGroupScopePermissions(long companyId,
                                 long groupId,
                                 String name,
                                 long roleId,
                                 long actionIdsLong)
                                 throws SystemException
Throws:
SystemException

removeIndividualScopePermission

void removeIndividualScopePermission(long companyId,
                                     long groupId,
                                     String name,
                                     long primKey,
                                     long roleId,
                                     String actionId)
                                     throws PortalException,
                                            SystemException
Throws:
PortalException
SystemException

removeIndividualScopePermission

void removeIndividualScopePermission(long companyId,
                                     long groupId,
                                     String name,
                                     PermissionedModel permissionedModel,
                                     long roleId,
                                     String actionId)
                                     throws PortalException,
                                            SystemException
Throws:
PortalException
SystemException

removeIndividualScopePermissions

void removeIndividualScopePermissions(long companyId,
                                      long groupId,
                                      String name,
                                      long primKey,
                                      long roleId,
                                      long actionIdsLong)
                                      throws PortalException,
                                             SystemException
Throws:
PortalException
SystemException

removeIndividualScopePermissions

void removeIndividualScopePermissions(long companyId,
                                      long groupId,
                                      String name,
                                      PermissionedModel permissionedModel,
                                      long roleId,
                                      long actionIdsLong)
                                      throws SystemException
Throws:
SystemException

setCompanyScopePermissions

void setCompanyScopePermissions(long companyId,
                                String name,
                                long roleId,
                                List<String> actionIds)
                                throws PortalException,
                                       SystemException
Throws:
PortalException
SystemException

setCompanyScopePermissions

void setCompanyScopePermissions(long companyId,
                                String name,
                                long roleId,
                                long actionIdsLong)
                                throws SystemException
Throws:
SystemException

setGroupScopePermissions

void setGroupScopePermissions(long companyId,
                              long groupId,
                              String name,
                              long roleId,
                              List<String> actionIds)
                              throws PortalException,
                                     SystemException
Throws:
PortalException
SystemException

setGroupScopePermissions

void setGroupScopePermissions(long companyId,
                              long groupId,
                              String name,
                              long roleId,
                              long actionIdsLong)
                              throws SystemException
Throws:
SystemException

setIndividualScopePermissions

void setIndividualScopePermissions(long companyId,
                                   long groupId,
                                   String name,
                                   long primKey,
                                   long roleId,
                                   List<String> actionIds)
                                   throws PortalException,
                                          SystemException
Throws:
PortalException
SystemException

setIndividualScopePermissions

void setIndividualScopePermissions(long companyId,
                                   long groupId,
                                   String name,
                                   long primKey,
                                   long roleId,
                                   long actionIdsLong)
                                   throws PortalException,
                                          SystemException
Throws:
PortalException
SystemException

setIndividualScopePermissions

void setIndividualScopePermissions(long companyId,
                                   long groupId,
                                   String name,
                                   long primKey,
                                   Map<Long,String[]> roleIdsToActionIds)
                                   throws PortalException,
                                          SystemException
Throws:
PortalException
SystemException

setIndividualScopePermissions

void setIndividualScopePermissions(long companyId,
                                   long groupId,
                                   String name,
                                   PermissionedModel permissionedModel,
                                   long roleId,
                                   List<String> actionIds)
                                   throws PortalException,
                                          SystemException
Throws:
PortalException
SystemException

setIndividualScopePermissions

void setIndividualScopePermissions(long companyId,
                                   long groupId,
                                   String name,
                                   PermissionedModel permissionedModel,
                                   long roleId,
                                   long actionIdsLong)
                                   throws SystemException
Throws:
SystemException

updateCompanyScopePermissions

void updateCompanyScopePermissions(long companyId,
                                   String name,
                                   long roleId,
                                   long actionIdsLong,
                                   int operator)
                                   throws SystemException
Throws:
SystemException

updateGroupScopePermissions

void updateGroupScopePermissions(long companyId,
                                 long groupId,
                                 String name,
                                 long roleId,
                                 long actionIdsLong,
                                 int operator)
                                 throws SystemException
Throws:
SystemException

updateIndividualScopePermissions

void updateIndividualScopePermissions(long companyId,
                                      long groupId,
                                      String name,
                                      PermissionedModel permissionedModel,
                                      long roleId,
                                      long actionIdsLong,
                                      int operator)
                                      throws SystemException
Throws:
SystemException

updateResourceBlockId

ResourceBlock updateResourceBlockId(long companyId,
                                    long groupId,
                                    String name,
                                    PermissionedModel permissionedModel,
                                    String permissionsHash,
                                    ResourceBlockPermissionsContainer resourceBlockPermissionsContainer)
                                    throws SystemException
Throws:
SystemException

verifyResourceBlockId

void verifyResourceBlockId(long companyId,
                           String name,
                           long primKey)
                           throws PortalException,
                                  SystemException
Throws:
PortalException
SystemException

Liferay 6.1.2-ce-ga3