com.liferay.portal.service
Class RoleLocalServiceUtil

java.lang.Object
  extended bycom.liferay.portal.service.RoleLocalServiceUtil

public class RoleLocalServiceUtil
extends java.lang.Object

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class provides static methods for the com.liferay.portal.service.RoleLocalService bean. The static methods of this class calls the same methods of the bean instance. It's convenient to be able to just write one line to call a method on a bean instead of writing a lookup call and a method call.

com.liferay.portal.service.RoleLocalServiceFactory is responsible for the lookup of the bean.

Author:
Brian Wing Shun Chan
See Also:
RoleLocalService, RoleLocalServiceFactory

Constructor Summary
RoleLocalServiceUtil()
           
 
Method Summary
static Role addRole(long userId, long companyId, java.lang.String name, int type)
           
static Role addRole(long userId, long companyId, java.lang.String name, int type, java.lang.String className, long classPK)
           
static Role addRole(Role model)
           
static void checkSystemRoles(long companyId)
           
static void deleteRole(long roleId)
           
static java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
           
static java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end)
           
static Role getGroupRole(long companyId, long groupId)
           
static java.util.List getGroupRoles(long groupId)
           
static java.util.Map getResourceRoles(long companyId, java.lang.String name, int scope, java.lang.String primKey)
           
static Role getRole(long roleId)
           
static Role getRole(long companyId, java.lang.String name)
           
static java.util.List getUserGroupRoles(long userId, long groupId)
           
static java.util.List getUserRelatedRoles(long userId, java.util.List groups)
           
static java.util.List getUserRelatedRoles(long userId, long groupId)
           
static java.util.List getUserRelatedRoles(long userId, long[] groupIds)
           
static java.util.List getUserRoles(long userId)
           
static boolean hasUserRole(long userId, long companyId, java.lang.String name, boolean inherited)
           
static boolean hasUserRoles(long userId, long companyId, java.lang.String[] names, boolean inherited)
           
static java.util.List search(long companyId, java.lang.String name, java.lang.String description, java.lang.Integer type, int begin, int end)
           
static int searchCount(long companyId, java.lang.String name, java.lang.String description, java.lang.Integer type)
           
static void setUserRoles(long userId, long[] roleIds)
           
static Role updateRole(long roleId, java.lang.String name)
           
static Role updateRole(Role model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleLocalServiceUtil

public RoleLocalServiceUtil()
Method Detail

addRole

public static Role addRole(Role model)
                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

public static java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
                                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

public static java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
                                          int begin,
                                          int end)
                                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updateRole

public static Role updateRole(Role model)
                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

addRole

public static Role addRole(long userId,
                           long companyId,
                           java.lang.String name,
                           int type)
                    throws com.liferay.portal.PortalException,
                           com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addRole

public static Role addRole(long userId,
                           long companyId,
                           java.lang.String name,
                           int type,
                           java.lang.String className,
                           long classPK)
                    throws com.liferay.portal.PortalException,
                           com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

checkSystemRoles

public static void checkSystemRoles(long companyId)
                             throws com.liferay.portal.PortalException,
                                    com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteRole

public static void deleteRole(long roleId)
                       throws com.liferay.portal.PortalException,
                              com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getGroupRole

public static Role getGroupRole(long companyId,
                                long groupId)
                         throws com.liferay.portal.PortalException,
                                com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getGroupRoles

public static java.util.List getGroupRoles(long groupId)
                                    throws com.liferay.portal.PortalException,
                                           com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getResourceRoles

public static java.util.Map getResourceRoles(long companyId,
                                             java.lang.String name,
                                             int scope,
                                             java.lang.String primKey)
                                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getRole

public static Role getRole(long roleId)
                    throws com.liferay.portal.PortalException,
                           com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getRole

public static Role getRole(long companyId,
                           java.lang.String name)
                    throws com.liferay.portal.PortalException,
                           com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getUserGroupRoles

public static java.util.List getUserGroupRoles(long userId,
                                               long groupId)
                                        throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getUserRelatedRoles

public static java.util.List getUserRelatedRoles(long userId,
                                                 long groupId)
                                          throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getUserRelatedRoles

public static java.util.List getUserRelatedRoles(long userId,
                                                 long[] groupIds)
                                          throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getUserRelatedRoles

public static java.util.List getUserRelatedRoles(long userId,
                                                 java.util.List groups)
                                          throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getUserRoles

public static java.util.List getUserRoles(long userId)
                                   throws com.liferay.portal.PortalException,
                                          com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

hasUserRole

public static boolean hasUserRole(long userId,
                                  long companyId,
                                  java.lang.String name,
                                  boolean inherited)
                           throws com.liferay.portal.PortalException,
                                  com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

hasUserRoles

public static boolean hasUserRoles(long userId,
                                   long companyId,
                                   java.lang.String[] names,
                                   boolean inherited)
                            throws com.liferay.portal.PortalException,
                                   com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

search

public static java.util.List search(long companyId,
                                    java.lang.String name,
                                    java.lang.String description,
                                    java.lang.Integer type,
                                    int begin,
                                    int end)
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

searchCount

public static int searchCount(long companyId,
                              java.lang.String name,
                              java.lang.String description,
                              java.lang.Integer type)
                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

setUserRoles

public static void setUserRoles(long userId,
                                long[] roleIds)
                         throws com.liferay.portal.PortalException,
                                com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

updateRole

public static Role updateRole(long roleId,
                              java.lang.String name)
                       throws com.liferay.portal.PortalException,
                              com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException