Liferay 7.0-ce-b7 portal-impl

com.liferay.portal.service.persistence.impl
Class RolePersistenceImpl

java.lang.Object
  extended by com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Role>
      extended by com.liferay.portal.service.persistence.impl.RolePersistenceImpl
All Implemented Interfaces:
com.liferay.portal.kernel.dao.orm.SessionFactory, com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Role>, com.liferay.portal.kernel.service.persistence.RolePersistence

@ProviderType
public class RolePersistenceImpl
extends com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Role>
implements com.liferay.portal.kernel.service.persistence.RolePersistence

The persistence implementation for the role service.

Caching information and settings can be found in portal.properties

See Also:
RolePersistence, RoleUtil
{$generated.description}

Field Summary
protected  com.liferay.portal.kernel.service.persistence.CompanyProvider companyProvider
           
protected  com.liferay.portal.kernel.dao.orm.EntityCache entityCache
           
static String FINDER_CLASS_NAME_ENTITY
           
static String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
           
static String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_C_C
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_N
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_T
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_COMPANYID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_NAME
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_SUBTYPE
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_T_S
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_TYPE
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_UUID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_UUID_C
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_C_C_C
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_C_N
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_C_T
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_T
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_COMPANYID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_NAME
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_SUBTYPE
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_T_S
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_TYPE
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID_C
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_T
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COMPANYID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_NAME
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_SUBTYPE
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_T_S
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_TYPE
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C
           
protected  com.liferay.portal.kernel.dao.orm.FinderCache finderCache
           
protected  com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence
           
protected  com.liferay.portal.kernel.service.persistence.impl.TableMapper<com.liferay.portal.kernel.model.Role,com.liferay.portal.kernel.model.Group> roleToGroupTableMapper
           
protected  com.liferay.portal.kernel.service.persistence.impl.TableMapper<com.liferay.portal.kernel.model.Role,com.liferay.portal.kernel.model.User> roleToUserTableMapper
           
protected  com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence
           
 
Fields inherited from class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, NULL_SAFE_STRING_COMPARATOR, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR
 
Constructor Summary
RolePersistenceImpl()
           
 
Method Summary
 void addGroup(long pk, com.liferay.portal.kernel.model.Group group)
          Adds an association between the role and the group.
 void addGroup(long pk, long groupPK)
          Adds an association between the role and the group.
 void addGroups(long pk, List<com.liferay.portal.kernel.model.Group> groups)
          Adds an association between the role and the groups.
 void addGroups(long pk, long[] groupPKs)
          Adds an association between the role and the groups.
 void addUser(long pk, long userPK)
          Adds an association between the role and the user.
 void addUser(long pk, com.liferay.portal.kernel.model.User user)
          Adds an association between the role and the user.
 void addUsers(long pk, List<com.liferay.portal.kernel.model.User> users)
          Adds an association between the role and the users.
 void addUsers(long pk, long[] userPKs)
          Adds an association between the role and the users.
 void afterPropertiesSet()
          Initializes the role persistence.
 void cacheResult(List<com.liferay.portal.kernel.model.Role> roles)
          Caches the roles in the entity cache if it is enabled.
 void cacheResult(com.liferay.portal.kernel.model.Role role)
          Caches the role in the entity cache if it is enabled.
protected  void cacheUniqueFindersCache(RoleModelImpl roleModelImpl, boolean isNew)
           
 void clearCache()
          Clears the cache for all roles.
 void clearCache(List<com.liferay.portal.kernel.model.Role> roles)
           
 void clearCache(com.liferay.portal.kernel.model.Role role)
          Clears the cache for the role.
 void clearGroups(long pk)
          Clears all associations between the role and its groups.
protected  void clearUniqueFindersCache(RoleModelImpl roleModelImpl)
           
 void clearUsers(long pk)
          Clears all associations between the role and its users.
 boolean containsGroup(long pk, long groupPK)
          Returns true if the group is associated with the role.
 boolean containsGroups(long pk)
          Returns true if the role has any groups associated with it.
 boolean containsUser(long pk, long userPK)
          Returns true if the user is associated with the role.
 boolean containsUsers(long pk)
          Returns true if the role has any users associated with it.
 int countAll()
          Returns the number of roles.
 int countByC_C_C(long companyId, long classNameId, long classPK)
          Returns the number of roles where companyId = ? and classNameId = ? and classPK = ?.
 int countByC_N(long companyId, String name)
          Returns the number of roles where companyId = ? and name = ?.
 int countByC_T(long companyId, int type)
          Returns the number of roles where companyId = ? and type = ?.
 int countByC_T(long companyId, int[] types)
          Returns the number of roles where companyId = ? and type = any ?.
 int countByCompanyId(long companyId)
          Returns the number of roles where companyId = ?.
 int countByName(String name)
          Returns the number of roles where name = ?.
 int countBySubtype(String subtype)
          Returns the number of roles where subtype = ?.
 int countByT_S(int type, String subtype)
          Returns the number of roles where type = ? and subtype = ?.
 int countByType(int type)
          Returns the number of roles where type = ?.
 int countByUuid_C(String uuid, long companyId)
          Returns the number of roles where uuid = ? and companyId = ?.
 int countByUuid(String uuid)
          Returns the number of roles where uuid = ?.
 com.liferay.portal.kernel.model.Role create(long roleId)
          Creates a new role with the primary key.
 void destroy()
           
 com.liferay.portal.kernel.model.Role fetchByC_C_C(long companyId, long classNameId, long classPK)
          Returns the role where companyId = ? and classNameId = ? and classPK = ? or returns null if it could not be found.
 com.liferay.portal.kernel.model.Role fetchByC_C_C(long companyId, long classNameId, long classPK, boolean retrieveFromCache)
          Returns the role where companyId = ? and classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
 com.liferay.portal.kernel.model.Role fetchByC_N(long companyId, String name)
          Returns the role where companyId = ? and name = ? or returns null if it could not be found.
 com.liferay.portal.kernel.model.Role fetchByC_N(long companyId, String name, boolean retrieveFromCache)
          Returns the role where companyId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
 com.liferay.portal.kernel.model.Role fetchByC_T_First(long companyId, int type, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns the first role in the ordered set where companyId = ? and type = ?.
 com.liferay.portal.kernel.model.Role fetchByC_T_Last(long companyId, int type, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns the last role in the ordered set where companyId = ? and type = ?.
 com.liferay.portal.kernel.model.Role fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns the first role in the ordered set where companyId = ?.
 com.liferay.portal.kernel.model.Role fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns the last role in the ordered set where companyId = ?.
 com.liferay.portal.kernel.model.Role fetchByName_First(String name, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns the first role in the ordered set where name = ?.
 com.liferay.portal.kernel.model.Role fetchByName_Last(String name, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns the last role in the ordered set where name = ?.
 com.liferay.portal.kernel.model.Role fetchByPrimaryKey(long roleId)
          Returns the role with the primary key or returns null if it could not be found.
 com.liferay.portal.kernel.model.Role fetchByPrimaryKey(Serializable primaryKey)
          Returns the role with the primary key or returns null if it could not be found.
 Map<Serializable,com.liferay.portal.kernel.model.Role> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 com.liferay.portal.kernel.model.Role fetchBySubtype_First(String subtype, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns the first role in the ordered set where subtype = ?.
 com.liferay.portal.kernel.model.Role fetchBySubtype_Last(String subtype, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns the last role in the ordered set where subtype = ?.
 com.liferay.portal.kernel.model.Role fetchByT_S_First(int type, String subtype, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns the first role in the ordered set where type = ? and subtype = ?.
 com.liferay.portal.kernel.model.Role fetchByT_S_Last(int type, String subtype, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns the last role in the ordered set where type = ? and subtype = ?.
 com.liferay.portal.kernel.model.Role fetchByType_First(int type, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns the first role in the ordered set where type = ?.
 com.liferay.portal.kernel.model.Role fetchByType_Last(int type, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns the last role in the ordered set where type = ?.
 com.liferay.portal.kernel.model.Role fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns the first role in the ordered set where uuid = ? and companyId = ?.
 com.liferay.portal.kernel.model.Role fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns the last role in the ordered set where uuid = ? and companyId = ?.
 com.liferay.portal.kernel.model.Role fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns the first role in the ordered set where uuid = ?.
 com.liferay.portal.kernel.model.Role fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns the last role in the ordered set where uuid = ?.
 int filterCountByC_T(long companyId, int type)
          Returns the number of roles that the user has permission to view where companyId = ? and type = ?.
 int filterCountByC_T(long companyId, int[] types)
          Returns the number of roles that the user has permission to view where companyId = ? and type = any ?.
 int filterCountByCompanyId(long companyId)
          Returns the number of roles that the user has permission to view where companyId = ?.
 int filterCountByName(String name)
          Returns the number of roles that the user has permission to view where name = ?.
 int filterCountBySubtype(String subtype)
          Returns the number of roles that the user has permission to view where subtype = ?.
 int filterCountByT_S(int type, String subtype)
          Returns the number of roles that the user has permission to view where type = ? and subtype = ?.
 int filterCountByType(int type)
          Returns the number of roles that the user has permission to view where type = ?.
 int filterCountByUuid_C(String uuid, long companyId)
          Returns the number of roles that the user has permission to view where uuid = ? and companyId = ?.
 int filterCountByUuid(String uuid)
          Returns the number of roles that the user has permission to view where uuid = ?.
 com.liferay.portal.kernel.model.Role[] filterFindByC_T_PrevAndNext(long roleId, long companyId, int type, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where companyId = ? and type = ?.
 List<com.liferay.portal.kernel.model.Role> filterFindByC_T(long companyId, int type)
          Returns all the roles that the user has permission to view where companyId = ? and type = ?.
 List<com.liferay.portal.kernel.model.Role> filterFindByC_T(long companyId, int[] types)
          Returns all the roles that the user has permission to view where companyId = ? and type = any ?.
 List<com.liferay.portal.kernel.model.Role> filterFindByC_T(long companyId, int[] types, int start, int end)
          Returns a range of all the roles that the user has permission to view where companyId = ? and type = any ?.
 List<com.liferay.portal.kernel.model.Role> filterFindByC_T(long companyId, int[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns an ordered range of all the roles that the user has permission to view where companyId = ? and type = any ?.
 List<com.liferay.portal.kernel.model.Role> filterFindByC_T(long companyId, int type, int start, int end)
          Returns a range of all the roles that the user has permission to view where companyId = ? and type = ?.
 List<com.liferay.portal.kernel.model.Role> filterFindByC_T(long companyId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where companyId = ? and type = ?.
 com.liferay.portal.kernel.model.Role[] filterFindByCompanyId_PrevAndNext(long roleId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where companyId = ?.
 List<com.liferay.portal.kernel.model.Role> filterFindByCompanyId(long companyId)
          Returns all the roles that the user has permission to view where companyId = ?.
 List<com.liferay.portal.kernel.model.Role> filterFindByCompanyId(long companyId, int start, int end)
          Returns a range of all the roles that the user has permission to view where companyId = ?.
 List<com.liferay.portal.kernel.model.Role> filterFindByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where companyId = ?.
 com.liferay.portal.kernel.model.Role[] filterFindByName_PrevAndNext(long roleId, String name, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where name = ?.
 List<com.liferay.portal.kernel.model.Role> filterFindByName(String name)
          Returns all the roles that the user has permission to view where name = ?.
 List<com.liferay.portal.kernel.model.Role> filterFindByName(String name, int start, int end)
          Returns a range of all the roles that the user has permission to view where name = ?.
 List<com.liferay.portal.kernel.model.Role> filterFindByName(String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where name = ?.
 com.liferay.portal.kernel.model.Role[] filterFindBySubtype_PrevAndNext(long roleId, String subtype, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where subtype = ?.
 List<com.liferay.portal.kernel.model.Role> filterFindBySubtype(String subtype)
          Returns all the roles that the user has permission to view where subtype = ?.
 List<com.liferay.portal.kernel.model.Role> filterFindBySubtype(String subtype, int start, int end)
          Returns a range of all the roles that the user has permission to view where subtype = ?.
 List<com.liferay.portal.kernel.model.Role> filterFindBySubtype(String subtype, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where subtype = ?.
 com.liferay.portal.kernel.model.Role[] filterFindByT_S_PrevAndNext(long roleId, int type, String subtype, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where type = ? and subtype = ?.
 List<com.liferay.portal.kernel.model.Role> filterFindByT_S(int type, String subtype)
          Returns all the roles that the user has permission to view where type = ? and subtype = ?.
 List<com.liferay.portal.kernel.model.Role> filterFindByT_S(int type, String subtype, int start, int end)
          Returns a range of all the roles that the user has permission to view where type = ? and subtype = ?.
 List<com.liferay.portal.kernel.model.Role> filterFindByT_S(int type, String subtype, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where type = ? and subtype = ?.
 com.liferay.portal.kernel.model.Role[] filterFindByType_PrevAndNext(long roleId, int type, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where type = ?.
 List<com.liferay.portal.kernel.model.Role> filterFindByType(int type)
          Returns all the roles that the user has permission to view where type = ?.
 List<com.liferay.portal.kernel.model.Role> filterFindByType(int type, int start, int end)
          Returns a range of all the roles that the user has permission to view where type = ?.
 List<com.liferay.portal.kernel.model.Role> filterFindByType(int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where type = ?.
 com.liferay.portal.kernel.model.Role[] filterFindByUuid_C_PrevAndNext(long roleId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where uuid = ? and companyId = ?.
 List<com.liferay.portal.kernel.model.Role> filterFindByUuid_C(String uuid, long companyId)
          Returns all the roles that the user has permission to view where uuid = ? and companyId = ?.
 List<com.liferay.portal.kernel.model.Role> filterFindByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the roles that the user has permission to view where uuid = ? and companyId = ?.
 List<com.liferay.portal.kernel.model.Role> filterFindByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where uuid = ? and companyId = ?.
 com.liferay.portal.kernel.model.Role[] filterFindByUuid_PrevAndNext(long roleId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where uuid = ?.
 List<com.liferay.portal.kernel.model.Role> filterFindByUuid(String uuid)
          Returns all the roles that the user has permission to view where uuid = ?.
 List<com.liferay.portal.kernel.model.Role> filterFindByUuid(String uuid, int start, int end)
          Returns a range of all the roles that the user has permission to view where uuid = ?.
 List<com.liferay.portal.kernel.model.Role> filterFindByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where uuid = ?.
protected  com.liferay.portal.kernel.model.Role filterGetByC_T_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.Role role, long companyId, int type, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean previous)
           
protected  com.liferay.portal.kernel.model.Role filterGetByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.Role role, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean previous)
           
protected  com.liferay.portal.kernel.model.Role filterGetByName_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.Role role, String name, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean previous)
           
protected  com.liferay.portal.kernel.model.Role filterGetBySubtype_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.Role role, String subtype, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean previous)
           
protected  com.liferay.portal.kernel.model.Role filterGetByT_S_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.Role role, int type, String subtype, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean previous)
           
protected  com.liferay.portal.kernel.model.Role filterGetByType_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.Role role, int type, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean previous)
           
protected  com.liferay.portal.kernel.model.Role filterGetByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.Role role, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean previous)
           
protected  com.liferay.portal.kernel.model.Role filterGetByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.Role role, String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean previous)
           
 List<com.liferay.portal.kernel.model.Role> findAll()
          Returns all the roles.
 List<com.liferay.portal.kernel.model.Role> findAll(int start, int end)
          Returns a range of all the roles.
 List<com.liferay.portal.kernel.model.Role> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns an ordered range of all the roles.
 List<com.liferay.portal.kernel.model.Role> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the roles.
 com.liferay.portal.kernel.model.Role findByC_C_C(long companyId, long classNameId, long classPK)
          Returns the role where companyId = ? and classNameId = ? and classPK = ? or throws a NoSuchRoleException if it could not be found.
 com.liferay.portal.kernel.model.Role findByC_N(long companyId, String name)
          Returns the role where companyId = ? and name = ? or throws a NoSuchRoleException if it could not be found.
 com.liferay.portal.kernel.model.Role findByC_T_First(long companyId, int type, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns the first role in the ordered set where companyId = ? and type = ?.
 com.liferay.portal.kernel.model.Role findByC_T_Last(long companyId, int type, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns the last role in the ordered set where companyId = ? and type = ?.
 com.liferay.portal.kernel.model.Role[] findByC_T_PrevAndNext(long roleId, long companyId, int type, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns the roles before and after the current role in the ordered set where companyId = ? and type = ?.
 List<com.liferay.portal.kernel.model.Role> findByC_T(long companyId, int type)
          Returns all the roles where companyId = ? and type = ?.
 List<com.liferay.portal.kernel.model.Role> findByC_T(long companyId, int[] types)
          Returns all the roles where companyId = ? and type = any ?.
 List<com.liferay.portal.kernel.model.Role> findByC_T(long companyId, int[] types, int start, int end)
          Returns a range of all the roles where companyId = ? and type = any ?.
 List<com.liferay.portal.kernel.model.Role> findByC_T(long companyId, int[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns an ordered range of all the roles where companyId = ? and type = any ?.
 List<com.liferay.portal.kernel.model.Role> findByC_T(long companyId, int[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the roles where companyId = ? and type = ?, optionally using the finder cache.
 List<com.liferay.portal.kernel.model.Role> findByC_T(long companyId, int type, int start, int end)
          Returns a range of all the roles where companyId = ? and type = ?.
 List<com.liferay.portal.kernel.model.Role> findByC_T(long companyId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns an ordered range of all the roles where companyId = ? and type = ?.
 List<com.liferay.portal.kernel.model.Role> findByC_T(long companyId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the roles where companyId = ? and type = ?.
 com.liferay.portal.kernel.model.Role findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns the first role in the ordered set where companyId = ?.
 com.liferay.portal.kernel.model.Role findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns the last role in the ordered set where companyId = ?.
 com.liferay.portal.kernel.model.Role[] findByCompanyId_PrevAndNext(long roleId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns the roles before and after the current role in the ordered set where companyId = ?.
 List<com.liferay.portal.kernel.model.Role> findByCompanyId(long companyId)
          Returns all the roles where companyId = ?.
 List<com.liferay.portal.kernel.model.Role> findByCompanyId(long companyId, int start, int end)
          Returns a range of all the roles where companyId = ?.
 List<com.liferay.portal.kernel.model.Role> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns an ordered range of all the roles where companyId = ?.
 List<com.liferay.portal.kernel.model.Role> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the roles where companyId = ?.
 com.liferay.portal.kernel.model.Role findByName_First(String name, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns the first role in the ordered set where name = ?.
 com.liferay.portal.kernel.model.Role findByName_Last(String name, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns the last role in the ordered set where name = ?.
 com.liferay.portal.kernel.model.Role[] findByName_PrevAndNext(long roleId, String name, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns the roles before and after the current role in the ordered set where name = ?.
 List<com.liferay.portal.kernel.model.Role> findByName(String name)
          Returns all the roles where name = ?.
 List<com.liferay.portal.kernel.model.Role> findByName(String name, int start, int end)
          Returns a range of all the roles where name = ?.
 List<com.liferay.portal.kernel.model.Role> findByName(String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns an ordered range of all the roles where name = ?.
 List<com.liferay.portal.kernel.model.Role> findByName(String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the roles where name = ?.
 com.liferay.portal.kernel.model.Role findByPrimaryKey(long roleId)
          Returns the role with the primary key or throws a NoSuchRoleException if it could not be found.
 com.liferay.portal.kernel.model.Role findByPrimaryKey(Serializable primaryKey)
          Returns the role with the primary key or throws a NoSuchModelException if it could not be found.
 com.liferay.portal.kernel.model.Role findBySubtype_First(String subtype, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns the first role in the ordered set where subtype = ?.
 com.liferay.portal.kernel.model.Role findBySubtype_Last(String subtype, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns the last role in the ordered set where subtype = ?.
 com.liferay.portal.kernel.model.Role[] findBySubtype_PrevAndNext(long roleId, String subtype, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns the roles before and after the current role in the ordered set where subtype = ?.
 List<com.liferay.portal.kernel.model.Role> findBySubtype(String subtype)
          Returns all the roles where subtype = ?.
 List<com.liferay.portal.kernel.model.Role> findBySubtype(String subtype, int start, int end)
          Returns a range of all the roles where subtype = ?.
 List<com.liferay.portal.kernel.model.Role> findBySubtype(String subtype, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns an ordered range of all the roles where subtype = ?.
 List<com.liferay.portal.kernel.model.Role> findBySubtype(String subtype, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the roles where subtype = ?.
 com.liferay.portal.kernel.model.Role findByT_S_First(int type, String subtype, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns the first role in the ordered set where type = ? and subtype = ?.
 com.liferay.portal.kernel.model.Role findByT_S_Last(int type, String subtype, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns the last role in the ordered set where type = ? and subtype = ?.
 com.liferay.portal.kernel.model.Role[] findByT_S_PrevAndNext(long roleId, int type, String subtype, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns the roles before and after the current role in the ordered set where type = ? and subtype = ?.
 List<com.liferay.portal.kernel.model.Role> findByT_S(int type, String subtype)
          Returns all the roles where type = ? and subtype = ?.
 List<com.liferay.portal.kernel.model.Role> findByT_S(int type, String subtype, int start, int end)
          Returns a range of all the roles where type = ? and subtype = ?.
 List<com.liferay.portal.kernel.model.Role> findByT_S(int type, String subtype, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns an ordered range of all the roles where type = ? and subtype = ?.
 List<com.liferay.portal.kernel.model.Role> findByT_S(int type, String subtype, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the roles where type = ? and subtype = ?.
 com.liferay.portal.kernel.model.Role findByType_First(int type, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns the first role in the ordered set where type = ?.
 com.liferay.portal.kernel.model.Role findByType_Last(int type, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns the last role in the ordered set where type = ?.
 com.liferay.portal.kernel.model.Role[] findByType_PrevAndNext(long roleId, int type, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns the roles before and after the current role in the ordered set where type = ?.
 List<com.liferay.portal.kernel.model.Role> findByType(int type)
          Returns all the roles where type = ?.
 List<com.liferay.portal.kernel.model.Role> findByType(int type, int start, int end)
          Returns a range of all the roles where type = ?.
 List<com.liferay.portal.kernel.model.Role> findByType(int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns an ordered range of all the roles where type = ?.
 List<com.liferay.portal.kernel.model.Role> findByType(int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the roles where type = ?.
 com.liferay.portal.kernel.model.Role findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns the first role in the ordered set where uuid = ? and companyId = ?.
 com.liferay.portal.kernel.model.Role findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns the last role in the ordered set where uuid = ? and companyId = ?.
 com.liferay.portal.kernel.model.Role[] findByUuid_C_PrevAndNext(long roleId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns the roles before and after the current role in the ordered set where uuid = ? and companyId = ?.
 List<com.liferay.portal.kernel.model.Role> findByUuid_C(String uuid, long companyId)
          Returns all the roles where uuid = ? and companyId = ?.
 List<com.liferay.portal.kernel.model.Role> findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the roles where uuid = ? and companyId = ?.
 List<com.liferay.portal.kernel.model.Role> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns an ordered range of all the roles where uuid = ? and companyId = ?.
 List<com.liferay.portal.kernel.model.Role> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the roles where uuid = ? and companyId = ?.
 com.liferay.portal.kernel.model.Role findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns the first role in the ordered set where uuid = ?.
 com.liferay.portal.kernel.model.Role findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns the last role in the ordered set where uuid = ?.
 com.liferay.portal.kernel.model.Role[] findByUuid_PrevAndNext(long roleId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns the roles before and after the current role in the ordered set where uuid = ?.
 List<com.liferay.portal.kernel.model.Role> findByUuid(String uuid)
          Returns all the roles where uuid = ?.
 List<com.liferay.portal.kernel.model.Role> findByUuid(String uuid, int start, int end)
          Returns a range of all the roles where uuid = ?.
 List<com.liferay.portal.kernel.model.Role> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
          Returns an ordered range of all the roles where uuid = ?.
 List<com.liferay.portal.kernel.model.Role> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the roles where uuid = ?.
 Set<String> getBadColumnNames()
           
protected  com.liferay.portal.kernel.model.Role getByC_T_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.Role role, long companyId, int type, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean previous)
           
protected  com.liferay.portal.kernel.model.Role getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.Role role, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean previous)
           
protected  com.liferay.portal.kernel.model.Role getByName_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.Role role, String name, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean previous)
           
protected  com.liferay.portal.kernel.model.Role getBySubtype_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.Role role, String subtype, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean previous)
           
protected  com.liferay.portal.kernel.model.Role getByT_S_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.Role role, int type, String subtype, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean previous)
           
protected  com.liferay.portal.kernel.model.Role getByType_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.Role role, int type, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean previous)
           
protected  com.liferay.portal.kernel.model.Role getByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.Role role, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean previous)
           
protected  com.liferay.portal.kernel.model.Role getByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.Role role, String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean previous)
           
 long[] getGroupPrimaryKeys(long pk)
          Returns the primaryKeys of groups associated with the role.
 List<com.liferay.portal.kernel.model.Group> getGroups(long pk)
          Returns all the groups associated with the role.
 List<com.liferay.portal.kernel.model.Group> getGroups(long pk, int start, int end)
          Returns a range of all the groups associated with the role.
 List<com.liferay.portal.kernel.model.Group> getGroups(long pk, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Group> orderByComparator)
          Returns an ordered range of all the groups associated with the role.
 int getGroupsSize(long pk)
          Returns the number of groups associated with the role.
protected  Map<String,Integer> getTableColumnsMap()
           
 long[] getUserPrimaryKeys(long pk)
          Returns the primaryKeys of users associated with the role.
 List<com.liferay.portal.kernel.model.User> getUsers(long pk)
          Returns all the users associated with the role.
 List<com.liferay.portal.kernel.model.User> getUsers(long pk, int start, int end)
          Returns a range of all the users associated with the role.
 List<com.liferay.portal.kernel.model.User> getUsers(long pk, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.User> orderByComparator)
          Returns an ordered range of all the users associated with the role.
 int getUsersSize(long pk)
          Returns the number of users associated with the role.
 com.liferay.portal.kernel.model.Role remove(long roleId)
          Removes the role with the primary key from the database.
 com.liferay.portal.kernel.model.Role remove(Serializable primaryKey)
          Removes the role with the primary key from the database.
 void removeAll()
          Removes all the roles from the database.
 com.liferay.portal.kernel.model.Role removeByC_C_C(long companyId, long classNameId, long classPK)
          Removes the role where companyId = ? and classNameId = ? and classPK = ? from the database.
 com.liferay.portal.kernel.model.Role removeByC_N(long companyId, String name)
          Removes the role where companyId = ? and name = ? from the database.
 void removeByC_T(long companyId, int type)
          Removes all the roles where companyId = ? and type = ? from the database.
 void removeByCompanyId(long companyId)
          Removes all the roles where companyId = ? from the database.
 void removeByName(String name)
          Removes all the roles where name = ? from the database.
 void removeBySubtype(String subtype)
          Removes all the roles where subtype = ? from the database.
 void removeByT_S(int type, String subtype)
          Removes all the roles where type = ? and subtype = ? from the database.
 void removeByType(int type)
          Removes all the roles where type = ? from the database.
 void removeByUuid_C(String uuid, long companyId)
          Removes all the roles where uuid = ? and companyId = ? from the database.
 void removeByUuid(String uuid)
          Removes all the roles where uuid = ? from the database.
 void removeGroup(long pk, com.liferay.portal.kernel.model.Group group)
          Removes the association between the role and the group.
 void removeGroup(long pk, long groupPK)
          Removes the association between the role and the group.
 void removeGroups(long pk, List<com.liferay.portal.kernel.model.Group> groups)
          Removes the association between the role and the groups.
 void removeGroups(long pk, long[] groupPKs)
          Removes the association between the role and the groups.
protected  com.liferay.portal.kernel.model.Role removeImpl(com.liferay.portal.kernel.model.Role role)
           
 void removeUser(long pk, long userPK)
          Removes the association between the role and the user.
 void removeUser(long pk, com.liferay.portal.kernel.model.User user)
          Removes the association between the role and the user.
 void removeUsers(long pk, List<com.liferay.portal.kernel.model.User> users)
          Removes the association between the role and the users.
 void removeUsers(long pk, long[] userPKs)
          Removes the association between the role and the users.
 void setGroups(long pk, List<com.liferay.portal.kernel.model.Group> groups)
          Sets the groups associated with the role, removing and adding associations as necessary.
 void setGroups(long pk, long[] groupPKs)
          Sets the groups associated with the role, removing and adding associations as necessary.
 void setUsers(long pk, List<com.liferay.portal.kernel.model.User> users)
          Sets the users associated with the role, removing and adding associations as necessary.
 void setUsers(long pk, long[] userPKs)
          Sets the users associated with the role, removing and adding associations as necessary.
protected  com.liferay.portal.kernel.model.Role toUnwrappedModel(com.liferay.portal.kernel.model.Role role)
           
 com.liferay.portal.kernel.model.Role updateImpl(com.liferay.portal.kernel.model.Role role)
           
 
Methods inherited from class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getColumnName, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImpl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence
closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update, update, update
 

Field Detail

FINDER_CLASS_NAME_ENTITY

public static final String FINDER_CLASS_NAME_ENTITY

FINDER_CLASS_NAME_LIST_WITH_PAGINATION

public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION

FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION

public static final String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION

FINDER_PATH_WITH_PAGINATION_FIND_ALL

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL

FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL

FINDER_PATH_COUNT_ALL

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL

FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID

FINDER_PATH_COUNT_BY_UUID

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_UUID

FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID_C

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID_C

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C

FINDER_PATH_COUNT_BY_UUID_C

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_UUID_C

FINDER_PATH_WITH_PAGINATION_FIND_BY_COMPANYID

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_COMPANYID

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COMPANYID

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COMPANYID

FINDER_PATH_COUNT_BY_COMPANYID

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_COMPANYID

FINDER_PATH_WITH_PAGINATION_FIND_BY_NAME

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_NAME

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_NAME

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_NAME

FINDER_PATH_COUNT_BY_NAME

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_NAME

FINDER_PATH_WITH_PAGINATION_FIND_BY_TYPE

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_TYPE

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_TYPE

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_TYPE

FINDER_PATH_COUNT_BY_TYPE

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_TYPE

FINDER_PATH_WITH_PAGINATION_FIND_BY_SUBTYPE

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_SUBTYPE

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_SUBTYPE

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_SUBTYPE

FINDER_PATH_COUNT_BY_SUBTYPE

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_SUBTYPE

FINDER_PATH_FETCH_BY_C_N

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_C_N

FINDER_PATH_COUNT_BY_C_N

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_N

FINDER_PATH_WITH_PAGINATION_FIND_BY_C_T

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_T

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_T

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_T

FINDER_PATH_COUNT_BY_C_T

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_T

FINDER_PATH_WITH_PAGINATION_COUNT_BY_C_T

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_C_T

FINDER_PATH_WITH_PAGINATION_FIND_BY_T_S

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_T_S

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_T_S

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_T_S

FINDER_PATH_COUNT_BY_T_S

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_T_S

FINDER_PATH_FETCH_BY_C_C_C

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_C_C_C

FINDER_PATH_COUNT_BY_C_C_C

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_C_C

companyProvider

@BeanReference(type=com.liferay.portal.kernel.service.persistence.CompanyProviderWrapper.class)
protected com.liferay.portal.kernel.service.persistence.CompanyProvider companyProvider

entityCache

protected com.liferay.portal.kernel.dao.orm.EntityCache entityCache

finderCache

protected com.liferay.portal.kernel.dao.orm.FinderCache finderCache

groupPersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.GroupPersistence.class)
protected com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence

roleToGroupTableMapper

protected com.liferay.portal.kernel.service.persistence.impl.TableMapper<com.liferay.portal.kernel.model.Role,com.liferay.portal.kernel.model.Group> roleToGroupTableMapper

userPersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserPersistence.class)
protected com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence

roleToUserTableMapper

protected com.liferay.portal.kernel.service.persistence.impl.TableMapper<com.liferay.portal.kernel.model.Role,com.liferay.portal.kernel.model.User> roleToUserTableMapper
Constructor Detail

RolePersistenceImpl

public RolePersistenceImpl()
Method Detail

findByUuid

public List<com.liferay.portal.kernel.model.Role> findByUuid(String uuid)
Returns all the roles where uuid = ?.

Specified by:
findByUuid in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
uuid - the uuid
Returns:
the matching roles

findByUuid

public List<com.liferay.portal.kernel.model.Role> findByUuid(String uuid,
                                                             int start,
                                                             int end)
Returns a range of all the roles where uuid = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
findByUuid in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
uuid - the uuid
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
Returns:
the range of matching roles

findByUuid

public List<com.liferay.portal.kernel.model.Role> findByUuid(String uuid,
                                                             int start,
                                                             int end,
                                                             com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns an ordered range of all the roles where uuid = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
findByUuid in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
uuid - the uuid
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching roles

findByUuid

public List<com.liferay.portal.kernel.model.Role> findByUuid(String uuid,
                                                             int start,
                                                             int end,
                                                             com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
                                                             boolean retrieveFromCache)
Returns an ordered range of all the roles where uuid = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
findByUuid in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
uuid - the uuid
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching roles

findByUuid_First

public com.liferay.portal.kernel.model.Role findByUuid_First(String uuid,
                                                             com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
                                                      throws com.liferay.portal.kernel.exception.NoSuchRoleException
Returns the first role in the ordered set where uuid = ?.

Specified by:
findByUuid_First in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching role
Throws:
com.liferay.portal.kernel.exception.NoSuchRoleException - if a matching role could not be found

fetchByUuid_First

public com.liferay.portal.kernel.model.Role fetchByUuid_First(String uuid,
                                                              com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the first role in the ordered set where uuid = ?.

Specified by:
fetchByUuid_First in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching role, or null if a matching role could not be found

findByUuid_Last

public com.liferay.portal.kernel.model.Role findByUuid_Last(String uuid,
                                                            com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
                                                     throws com.liferay.portal.kernel.exception.NoSuchRoleException
Returns the last role in the ordered set where uuid = ?.

Specified by:
findByUuid_Last in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching role
Throws:
com.liferay.portal.kernel.exception.NoSuchRoleException - if a matching role could not be found

fetchByUuid_Last

public com.liferay.portal.kernel.model.Role fetchByUuid_Last(String uuid,
                                                             com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the last role in the ordered set where uuid = ?.

Specified by:
fetchByUuid_Last in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching role, or null if a matching role could not be found

findByUuid_PrevAndNext

public com.liferay.portal.kernel.model.Role[] findByUuid_PrevAndNext(long roleId,
                                                                     String uuid,
                                                                     com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
                                                              throws com.liferay.portal.kernel.exception.NoSuchRoleException
Returns the roles before and after the current role in the ordered set where uuid = ?.

Specified by:
findByUuid_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
roleId - the primary key of the current role
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next role
Throws:
com.liferay.portal.kernel.exception.NoSuchRoleException - if a role with the primary key could not be found

getByUuid_PrevAndNext

protected com.liferay.portal.kernel.model.Role getByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
                                                                     com.liferay.portal.kernel.model.Role role,
                                                                     String uuid,
                                                                     com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
                                                                     boolean previous)

filterFindByUuid

public List<com.liferay.portal.kernel.model.Role> filterFindByUuid(String uuid)
Returns all the roles that the user has permission to view where uuid = ?.

Specified by:
filterFindByUuid in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
uuid - the uuid
Returns:
the matching roles that the user has permission to view

filterFindByUuid

public List<com.liferay.portal.kernel.model.Role> filterFindByUuid(String uuid,
                                                                   int start,
                                                                   int end)
Returns a range of all the roles that the user has permission to view where uuid = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
filterFindByUuid in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
uuid - the uuid
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
Returns:
the range of matching roles that the user has permission to view

filterFindByUuid

public List<com.liferay.portal.kernel.model.Role> filterFindByUuid(String uuid,
                                                                   int start,
                                                                   int end,
                                                                   com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where uuid = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
filterFindByUuid in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
uuid - the uuid
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching roles that the user has permission to view

filterFindByUuid_PrevAndNext

public com.liferay.portal.kernel.model.Role[] filterFindByUuid_PrevAndNext(long roleId,
                                                                           String uuid,
                                                                           com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
                                                                    throws com.liferay.portal.kernel.exception.NoSuchRoleException
Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where uuid = ?.

Specified by:
filterFindByUuid_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
roleId - the primary key of the current role
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next role
Throws:
com.liferay.portal.kernel.exception.NoSuchRoleException - if a role with the primary key could not be found

filterGetByUuid_PrevAndNext

protected com.liferay.portal.kernel.model.Role filterGetByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
                                                                           com.liferay.portal.kernel.model.Role role,
                                                                           String uuid,
                                                                           com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
                                                                           boolean previous)

removeByUuid

public void removeByUuid(String uuid)
Removes all the roles where uuid = ? from the database.

Specified by:
removeByUuid in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
uuid - the uuid

countByUuid

public int countByUuid(String uuid)
Returns the number of roles where uuid = ?.

Specified by:
countByUuid in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
uuid - the uuid
Returns:
the number of matching roles

filterCountByUuid

public int filterCountByUuid(String uuid)
Returns the number of roles that the user has permission to view where uuid = ?.

Specified by:
filterCountByUuid in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
uuid - the uuid
Returns:
the number of matching roles that the user has permission to view

findByUuid_C

public List<com.liferay.portal.kernel.model.Role> findByUuid_C(String uuid,
                                                               long companyId)
Returns all the roles where uuid = ? and companyId = ?.

Specified by:
findByUuid_C in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
uuid - the uuid
companyId - the company ID
Returns:
the matching roles

findByUuid_C

public List<com.liferay.portal.kernel.model.Role> findByUuid_C(String uuid,
                                                               long companyId,
                                                               int start,
                                                               int end)
Returns a range of all the roles where uuid = ? and companyId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
findByUuid_C in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
uuid - the uuid
companyId - the company ID
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
Returns:
the range of matching roles

findByUuid_C

public List<com.liferay.portal.kernel.model.Role> findByUuid_C(String uuid,
                                                               long companyId,
                                                               int start,
                                                               int end,
                                                               com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns an ordered range of all the roles where uuid = ? and companyId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
findByUuid_C in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
uuid - the uuid
companyId - the company ID
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching roles

findByUuid_C

public List<com.liferay.portal.kernel.model.Role> findByUuid_C(String uuid,
                                                               long companyId,
                                                               int start,
                                                               int end,
                                                               com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
                                                               boolean retrieveFromCache)
Returns an ordered range of all the roles where uuid = ? and companyId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
findByUuid_C in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
uuid - the uuid
companyId - the company ID
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching roles

findByUuid_C_First

public com.liferay.portal.kernel.model.Role findByUuid_C_First(String uuid,
                                                               long companyId,
                                                               com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
                                                        throws com.liferay.portal.kernel.exception.NoSuchRoleException
Returns the first role in the ordered set where uuid = ? and companyId = ?.

Specified by:
findByUuid_C_First in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching role
Throws:
com.liferay.portal.kernel.exception.NoSuchRoleException - if a matching role could not be found

fetchByUuid_C_First

public com.liferay.portal.kernel.model.Role fetchByUuid_C_First(String uuid,
                                                                long companyId,
                                                                com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the first role in the ordered set where uuid = ? and companyId = ?.

Specified by:
fetchByUuid_C_First in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching role, or null if a matching role could not be found

findByUuid_C_Last

public com.liferay.portal.kernel.model.Role findByUuid_C_Last(String uuid,
                                                              long companyId,
                                                              com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
                                                       throws com.liferay.portal.kernel.exception.NoSuchRoleException
Returns the last role in the ordered set where uuid = ? and companyId = ?.

Specified by:
findByUuid_C_Last in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching role
Throws:
com.liferay.portal.kernel.exception.NoSuchRoleException - if a matching role could not be found

fetchByUuid_C_Last

public com.liferay.portal.kernel.model.Role fetchByUuid_C_Last(String uuid,
                                                               long companyId,
                                                               com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the last role in the ordered set where uuid = ? and companyId = ?.

Specified by:
fetchByUuid_C_Last in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching role, or null if a matching role could not be found

findByUuid_C_PrevAndNext

public com.liferay.portal.kernel.model.Role[] findByUuid_C_PrevAndNext(long roleId,
                                                                       String uuid,
                                                                       long companyId,
                                                                       com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
                                                                throws com.liferay.portal.kernel.exception.NoSuchRoleException
Returns the roles before and after the current role in the ordered set where uuid = ? and companyId = ?.

Specified by:
findByUuid_C_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
roleId - the primary key of the current role
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next role
Throws:
com.liferay.portal.kernel.exception.NoSuchRoleException - if a role with the primary key could not be found

getByUuid_C_PrevAndNext

protected com.liferay.portal.kernel.model.Role getByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
                                                                       com.liferay.portal.kernel.model.Role role,
                                                                       String uuid,
                                                                       long companyId,
                                                                       com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
                                                                       boolean previous)

filterFindByUuid_C

public List<com.liferay.portal.kernel.model.Role> filterFindByUuid_C(String uuid,
                                                                     long companyId)
Returns all the roles that the user has permission to view where uuid = ? and companyId = ?.

Specified by:
filterFindByUuid_C in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
uuid - the uuid
companyId - the company ID
Returns:
the matching roles that the user has permission to view

filterFindByUuid_C

public List<com.liferay.portal.kernel.model.Role> filterFindByUuid_C(String uuid,
                                                                     long companyId,
                                                                     int start,
                                                                     int end)
Returns a range of all the roles that the user has permission to view where uuid = ? and companyId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
filterFindByUuid_C in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
uuid - the uuid
companyId - the company ID
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
Returns:
the range of matching roles that the user has permission to view

filterFindByUuid_C

public List<com.liferay.portal.kernel.model.Role> filterFindByUuid_C(String uuid,
                                                                     long companyId,
                                                                     int start,
                                                                     int end,
                                                                     com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where uuid = ? and companyId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
filterFindByUuid_C in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
uuid - the uuid
companyId - the company ID
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching roles that the user has permission to view

filterFindByUuid_C_PrevAndNext

public com.liferay.portal.kernel.model.Role[] filterFindByUuid_C_PrevAndNext(long roleId,
                                                                             String uuid,
                                                                             long companyId,
                                                                             com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
                                                                      throws com.liferay.portal.kernel.exception.NoSuchRoleException
Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where uuid = ? and companyId = ?.

Specified by:
filterFindByUuid_C_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
roleId - the primary key of the current role
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next role
Throws:
com.liferay.portal.kernel.exception.NoSuchRoleException - if a role with the primary key could not be found

filterGetByUuid_C_PrevAndNext

protected com.liferay.portal.kernel.model.Role filterGetByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
                                                                             com.liferay.portal.kernel.model.Role role,
                                                                             String uuid,
                                                                             long companyId,
                                                                             com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
                                                                             boolean previous)

removeByUuid_C

public void removeByUuid_C(String uuid,
                           long companyId)
Removes all the roles where uuid = ? and companyId = ? from the database.

Specified by:
removeByUuid_C in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
uuid - the uuid
companyId - the company ID

countByUuid_C

public int countByUuid_C(String uuid,
                         long companyId)
Returns the number of roles where uuid = ? and companyId = ?.

Specified by:
countByUuid_C in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
uuid - the uuid
companyId - the company ID
Returns:
the number of matching roles

filterCountByUuid_C

public int filterCountByUuid_C(String uuid,
                               long companyId)
Returns the number of roles that the user has permission to view where uuid = ? and companyId = ?.

Specified by:
filterCountByUuid_C in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
uuid - the uuid
companyId - the company ID
Returns:
the number of matching roles that the user has permission to view

findByCompanyId

public List<com.liferay.portal.kernel.model.Role> findByCompanyId(long companyId)
Returns all the roles where companyId = ?.

Specified by:
findByCompanyId in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
companyId - the company ID
Returns:
the matching roles

findByCompanyId

public List<com.liferay.portal.kernel.model.Role> findByCompanyId(long companyId,
                                                                  int start,
                                                                  int end)
Returns a range of all the roles where companyId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
findByCompanyId in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
companyId - the company ID
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
Returns:
the range of matching roles

findByCompanyId

public List<com.liferay.portal.kernel.model.Role> findByCompanyId(long companyId,
                                                                  int start,
                                                                  int end,
                                                                  com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns an ordered range of all the roles where companyId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
findByCompanyId in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
companyId - the company ID
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching roles

findByCompanyId

public List<com.liferay.portal.kernel.model.Role> findByCompanyId(long companyId,
                                                                  int start,
                                                                  int end,
                                                                  com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
                                                                  boolean retrieveFromCache)
Returns an ordered range of all the roles where companyId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
findByCompanyId in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
companyId - the company ID
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching roles

findByCompanyId_First

public com.liferay.portal.kernel.model.Role findByCompanyId_First(long companyId,
                                                                  com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
                                                           throws com.liferay.portal.kernel.exception.NoSuchRoleException
Returns the first role in the ordered set where companyId = ?.

Specified by:
findByCompanyId_First in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching role
Throws:
com.liferay.portal.kernel.exception.NoSuchRoleException - if a matching role could not be found

fetchByCompanyId_First

public com.liferay.portal.kernel.model.Role fetchByCompanyId_First(long companyId,
                                                                   com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the first role in the ordered set where companyId = ?.

Specified by:
fetchByCompanyId_First in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching role, or null if a matching role could not be found

findByCompanyId_Last

public com.liferay.portal.kernel.model.Role findByCompanyId_Last(long companyId,
                                                                 com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
                                                          throws com.liferay.portal.kernel.exception.NoSuchRoleException
Returns the last role in the ordered set where companyId = ?.

Specified by:
findByCompanyId_Last in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching role
Throws:
com.liferay.portal.kernel.exception.NoSuchRoleException - if a matching role could not be found

fetchByCompanyId_Last

public com.liferay.portal.kernel.model.Role fetchByCompanyId_Last(long companyId,
                                                                  com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the last role in the ordered set where companyId = ?.

Specified by:
fetchByCompanyId_Last in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching role, or null if a matching role could not be found

findByCompanyId_PrevAndNext

public com.liferay.portal.kernel.model.Role[] findByCompanyId_PrevAndNext(long roleId,
                                                                          long companyId,
                                                                          com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
                                                                   throws com.liferay.portal.kernel.exception.NoSuchRoleException
Returns the roles before and after the current role in the ordered set where companyId = ?.

Specified by:
findByCompanyId_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
roleId - the primary key of the current role
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next role
Throws:
com.liferay.portal.kernel.exception.NoSuchRoleException - if a role with the primary key could not be found

getByCompanyId_PrevAndNext

protected com.liferay.portal.kernel.model.Role getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
                                                                          com.liferay.portal.kernel.model.Role role,
                                                                          long companyId,
                                                                          com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
                                                                          boolean previous)

filterFindByCompanyId

public List<com.liferay.portal.kernel.model.Role> filterFindByCompanyId(long companyId)
Returns all the roles that the user has permission to view where companyId = ?.

Specified by:
filterFindByCompanyId in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
companyId - the company ID
Returns:
the matching roles that the user has permission to view

filterFindByCompanyId

public List<com.liferay.portal.kernel.model.Role> filterFindByCompanyId(long companyId,
                                                                        int start,
                                                                        int end)
Returns a range of all the roles that the user has permission to view where companyId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
filterFindByCompanyId in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
companyId - the company ID
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
Returns:
the range of matching roles that the user has permission to view

filterFindByCompanyId

public List<com.liferay.portal.kernel.model.Role> filterFindByCompanyId(long companyId,
                                                                        int start,
                                                                        int end,
                                                                        com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where companyId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
filterFindByCompanyId in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
companyId - the company ID
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching roles that the user has permission to view

filterFindByCompanyId_PrevAndNext

public com.liferay.portal.kernel.model.Role[] filterFindByCompanyId_PrevAndNext(long roleId,
                                                                                long companyId,
                                                                                com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
                                                                         throws com.liferay.portal.kernel.exception.NoSuchRoleException
Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where companyId = ?.

Specified by:
filterFindByCompanyId_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
roleId - the primary key of the current role
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next role
Throws:
com.liferay.portal.kernel.exception.NoSuchRoleException - if a role with the primary key could not be found

filterGetByCompanyId_PrevAndNext

protected com.liferay.portal.kernel.model.Role filterGetByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
                                                                                com.liferay.portal.kernel.model.Role role,
                                                                                long companyId,
                                                                                com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
                                                                                boolean previous)

removeByCompanyId

public void removeByCompanyId(long companyId)
Removes all the roles where companyId = ? from the database.

Specified by:
removeByCompanyId in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
companyId - the company ID

countByCompanyId

public int countByCompanyId(long companyId)
Returns the number of roles where companyId = ?.

Specified by:
countByCompanyId in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
companyId - the company ID
Returns:
the number of matching roles

filterCountByCompanyId

public int filterCountByCompanyId(long companyId)
Returns the number of roles that the user has permission to view where companyId = ?.

Specified by:
filterCountByCompanyId in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
companyId - the company ID
Returns:
the number of matching roles that the user has permission to view

findByName

public List<com.liferay.portal.kernel.model.Role> findByName(String name)
Returns all the roles where name = ?.

Specified by:
findByName in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
name - the name
Returns:
the matching roles

findByName

public List<com.liferay.portal.kernel.model.Role> findByName(String name,
                                                             int start,
                                                             int end)
Returns a range of all the roles where name = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
findByName in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
name - the name
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
Returns:
the range of matching roles

findByName

public List<com.liferay.portal.kernel.model.Role> findByName(String name,
                                                             int start,
                                                             int end,
                                                             com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns an ordered range of all the roles where name = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
findByName in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
name - the name
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching roles

findByName

public List<com.liferay.portal.kernel.model.Role> findByName(String name,
                                                             int start,
                                                             int end,
                                                             com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
                                                             boolean retrieveFromCache)
Returns an ordered range of all the roles where name = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
findByName in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
name - the name
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching roles

findByName_First

public com.liferay.portal.kernel.model.Role findByName_First(String name,
                                                             com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
                                                      throws com.liferay.portal.kernel.exception.NoSuchRoleException
Returns the first role in the ordered set where name = ?.

Specified by:
findByName_First in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
name - the name
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching role
Throws:
com.liferay.portal.kernel.exception.NoSuchRoleException - if a matching role could not be found

fetchByName_First

public com.liferay.portal.kernel.model.Role fetchByName_First(String name,
                                                              com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the first role in the ordered set where name = ?.

Specified by:
fetchByName_First in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
name - the name
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching role, or null if a matching role could not be found

findByName_Last

public com.liferay.portal.kernel.model.Role findByName_Last(String name,
                                                            com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
                                                     throws com.liferay.portal.kernel.exception.NoSuchRoleException
Returns the last role in the ordered set where name = ?.

Specified by:
findByName_Last in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
name - the name
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching role
Throws:
com.liferay.portal.kernel.exception.NoSuchRoleException - if a matching role could not be found

fetchByName_Last

public com.liferay.portal.kernel.model.Role fetchByName_Last(String name,
                                                             com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the last role in the ordered set where name = ?.

Specified by:
fetchByName_Last in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
name - the name
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching role, or null if a matching role could not be found

findByName_PrevAndNext

public com.liferay.portal.kernel.model.Role[] findByName_PrevAndNext(long roleId,
                                                                     String name,
                                                                     com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
                                                              throws com.liferay.portal.kernel.exception.NoSuchRoleException
Returns the roles before and after the current role in the ordered set where name = ?.

Specified by:
findByName_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
roleId - the primary key of the current role
name - the name
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next role
Throws:
com.liferay.portal.kernel.exception.NoSuchRoleException - if a role with the primary key could not be found

getByName_PrevAndNext

protected com.liferay.portal.kernel.model.Role getByName_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
                                                                     com.liferay.portal.kernel.model.Role role,
                                                                     String name,
                                                                     com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
                                                                     boolean previous)

filterFindByName

public List<com.liferay.portal.kernel.model.Role> filterFindByName(String name)
Returns all the roles that the user has permission to view where name = ?.

Specified by:
filterFindByName in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
name - the name
Returns:
the matching roles that the user has permission to view

filterFindByName

public List<com.liferay.portal.kernel.model.Role> filterFindByName(String name,
                                                                   int start,
                                                                   int end)
Returns a range of all the roles that the user has permission to view where name = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
filterFindByName in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
name - the name
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
Returns:
the range of matching roles that the user has permission to view

filterFindByName

public List<com.liferay.portal.kernel.model.Role> filterFindByName(String name,
                                                                   int start,
                                                                   int end,
                                                                   com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where name = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
filterFindByName in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
name - the name
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching roles that the user has permission to view

filterFindByName_PrevAndNext

public com.liferay.portal.kernel.model.Role[] filterFindByName_PrevAndNext(long roleId,
                                                                           String name,
                                                                           com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
                                                                    throws com.liferay.portal.kernel.exception.NoSuchRoleException
Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where name = ?.

Specified by:
filterFindByName_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
roleId - the primary key of the current role
name - the name
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next role
Throws:
com.liferay.portal.kernel.exception.NoSuchRoleException - if a role with the primary key could not be found

filterGetByName_PrevAndNext

protected com.liferay.portal.kernel.model.Role filterGetByName_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
                                                                           com.liferay.portal.kernel.model.Role role,
                                                                           String name,
                                                                           com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
                                                                           boolean previous)

removeByName

public void removeByName(String name)
Removes all the roles where name = ? from the database.

Specified by:
removeByName in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
name - the name

countByName

public int countByName(String name)
Returns the number of roles where name = ?.

Specified by:
countByName in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
name - the name
Returns:
the number of matching roles

filterCountByName

public int filterCountByName(String name)
Returns the number of roles that the user has permission to view where name = ?.

Specified by:
filterCountByName in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
name - the name
Returns:
the number of matching roles that the user has permission to view

findByType

public List<com.liferay.portal.kernel.model.Role> findByType(int type)
Returns all the roles where type = ?.

Specified by:
findByType in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
type - the type
Returns:
the matching roles

findByType

public List<com.liferay.portal.kernel.model.Role> findByType(int type,
                                                             int start,
                                                             int end)
Returns a range of all the roles where type = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
findByType in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
type - the type
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
Returns:
the range of matching roles

findByType

public List<com.liferay.portal.kernel.model.Role> findByType(int type,
                                                             int start,
                                                             int end,
                                                             com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns an ordered range of all the roles where type = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
findByType in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
type - the type
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching roles

findByType

public List<com.liferay.portal.kernel.model.Role> findByType(int type,
                                                             int start,
                                                             int end,
                                                             com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
                                                             boolean retrieveFromCache)
Returns an ordered range of all the roles where type = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
findByType in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
type - the type
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching roles

findByType_First

public com.liferay.portal.kernel.model.Role findByType_First(int type,
                                                             com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
                                                      throws com.liferay.portal.kernel.exception.NoSuchRoleException
Returns the first role in the ordered set where type = ?.

Specified by:
findByType_First in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
type - the type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching role
Throws:
com.liferay.portal.kernel.exception.NoSuchRoleException - if a matching role could not be found

fetchByType_First

public com.liferay.portal.kernel.model.Role fetchByType_First(int type,
                                                              com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the first role in the ordered set where type = ?.

Specified by:
fetchByType_First in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
type - the type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching role, or null if a matching role could not be found

findByType_Last

public com.liferay.portal.kernel.model.Role findByType_Last(int type,
                                                            com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
                                                     throws com.liferay.portal.kernel.exception.NoSuchRoleException
Returns the last role in the ordered set where type = ?.

Specified by:
findByType_Last in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
type - the type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching role
Throws:
com.liferay.portal.kernel.exception.NoSuchRoleException - if a matching role could not be found

fetchByType_Last

public com.liferay.portal.kernel.model.Role fetchByType_Last(int type,
                                                             com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the last role in the ordered set where type = ?.

Specified by:
fetchByType_Last in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
type - the type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching role, or null if a matching role could not be found

findByType_PrevAndNext

public com.liferay.portal.kernel.model.Role[] findByType_PrevAndNext(long roleId,
                                                                     int type,
                                                                     com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
                                                              throws com.liferay.portal.kernel.exception.NoSuchRoleException
Returns the roles before and after the current role in the ordered set where type = ?.

Specified by:
findByType_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
roleId - the primary key of the current role
type - the type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next role
Throws:
com.liferay.portal.kernel.exception.NoSuchRoleException - if a role with the primary key could not be found

getByType_PrevAndNext

protected com.liferay.portal.kernel.model.Role getByType_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
                                                                     com.liferay.portal.kernel.model.Role role,
                                                                     int type,
                                                                     com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
                                                                     boolean previous)

filterFindByType

public List<com.liferay.portal.kernel.model.Role> filterFindByType(int type)
Returns all the roles that the user has permission to view where type = ?.

Specified by:
filterFindByType in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
type - the type
Returns:
the matching roles that the user has permission to view

filterFindByType

public List<com.liferay.portal.kernel.model.Role> filterFindByType(int type,
                                                                   int start,
                                                                   int end)
Returns a range of all the roles that the user has permission to view where type = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
filterFindByType in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
type - the type
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
Returns:
the range of matching roles that the user has permission to view

filterFindByType

public List<com.liferay.portal.kernel.model.Role> filterFindByType(int type,
                                                                   int start,
                                                                   int end,
                                                                   com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where type = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
filterFindByType in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
type - the type
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching roles that the user has permission to view

filterFindByType_PrevAndNext

public com.liferay.portal.kernel.model.Role[] filterFindByType_PrevAndNext(long roleId,
                                                                           int type,
                                                                           com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
                                                                    throws com.liferay.portal.kernel.exception.NoSuchRoleException
Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where type = ?.

Specified by:
filterFindByType_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
roleId - the primary key of the current role
type - the type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next role
Throws:
com.liferay.portal.kernel.exception.NoSuchRoleException - if a role with the primary key could not be found

filterGetByType_PrevAndNext

protected com.liferay.portal.kernel.model.Role filterGetByType_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
                                                                           com.liferay.portal.kernel.model.Role role,
                                                                           int type,
                                                                           com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
                                                                           boolean previous)

removeByType

public void removeByType(int type)
Removes all the roles where type = ? from the database.

Specified by:
removeByType in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
type - the type

countByType

public int countByType(int type)
Returns the number of roles where type = ?.

Specified by:
countByType in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
type - the type
Returns:
the number of matching roles

filterCountByType

public int filterCountByType(int type)
Returns the number of roles that the user has permission to view where type = ?.

Specified by:
filterCountByType in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
type - the type
Returns:
the number of matching roles that the user has permission to view

findBySubtype

public List<com.liferay.portal.kernel.model.Role> findBySubtype(String subtype)
Returns all the roles where subtype = ?.

Specified by:
findBySubtype in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
subtype - the subtype
Returns:
the matching roles

findBySubtype

public List<com.liferay.portal.kernel.model.Role> findBySubtype(String subtype,
                                                                int start,
                                                                int end)
Returns a range of all the roles where subtype = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
findBySubtype in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
subtype - the subtype
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
Returns:
the range of matching roles

findBySubtype

public List<com.liferay.portal.kernel.model.Role> findBySubtype(String subtype,
                                                                int start,
                                                                int end,
                                                                com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns an ordered range of all the roles where subtype = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
findBySubtype in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
subtype - the subtype
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching roles

findBySubtype

public List<com.liferay.portal.kernel.model.Role> findBySubtype(String subtype,
                                                                int start,
                                                                int end,
                                                                com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
                                                                boolean retrieveFromCache)
Returns an ordered range of all the roles where subtype = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
findBySubtype in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
subtype - the subtype
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching roles

findBySubtype_First

public com.liferay.portal.kernel.model.Role findBySubtype_First(String subtype,
                                                                com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
                                                         throws com.liferay.portal.kernel.exception.NoSuchRoleException
Returns the first role in the ordered set where subtype = ?.

Specified by:
findBySubtype_First in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
subtype - the subtype
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching role
Throws:
com.liferay.portal.kernel.exception.NoSuchRoleException - if a matching role could not be found

fetchBySubtype_First

public com.liferay.portal.kernel.model.Role fetchBySubtype_First(String subtype,
                                                                 com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the first role in the ordered set where subtype = ?.

Specified by:
fetchBySubtype_First in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
subtype - the subtype
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching role, or null if a matching role could not be found

findBySubtype_Last

public com.liferay.portal.kernel.model.Role findBySubtype_Last(String subtype,
                                                               com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
                                                        throws com.liferay.portal.kernel.exception.NoSuchRoleException
Returns the last role in the ordered set where subtype = ?.

Specified by:
findBySubtype_Last in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
subtype - the subtype
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching role
Throws:
com.liferay.portal.kernel.exception.NoSuchRoleException - if a matching role could not be found

fetchBySubtype_Last

public com.liferay.portal.kernel.model.Role fetchBySubtype_Last(String subtype,
                                                                com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the last role in the ordered set where subtype = ?.

Specified by:
fetchBySubtype_Last in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
subtype - the subtype
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching role, or null if a matching role could not be found

findBySubtype_PrevAndNext

public com.liferay.portal.kernel.model.Role[] findBySubtype_PrevAndNext(long roleId,
                                                                        String subtype,
                                                                        com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
                                                                 throws com.liferay.portal.kernel.exception.NoSuchRoleException
Returns the roles before and after the current role in the ordered set where subtype = ?.

Specified by:
findBySubtype_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
roleId - the primary key of the current role
subtype - the subtype
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next role
Throws:
com.liferay.portal.kernel.exception.NoSuchRoleException - if a role with the primary key could not be found

getBySubtype_PrevAndNext

protected com.liferay.portal.kernel.model.Role getBySubtype_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
                                                                        com.liferay.portal.kernel.model.Role role,
                                                                        String subtype,
                                                                        com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
                                                                        boolean previous)

filterFindBySubtype

public List<com.liferay.portal.kernel.model.Role> filterFindBySubtype(String subtype)
Returns all the roles that the user has permission to view where subtype = ?.

Specified by:
filterFindBySubtype in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
subtype - the subtype
Returns:
the matching roles that the user has permission to view

filterFindBySubtype

public List<com.liferay.portal.kernel.model.Role> filterFindBySubtype(String subtype,
                                                                      int start,
                                                                      int end)
Returns a range of all the roles that the user has permission to view where subtype = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
filterFindBySubtype in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
subtype - the subtype
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
Returns:
the range of matching roles that the user has permission to view

filterFindBySubtype

public List<com.liferay.portal.kernel.model.Role> filterFindBySubtype(String subtype,
                                                                      int start,
                                                                      int end,
                                                                      com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where subtype = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
filterFindBySubtype in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
subtype - the subtype
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching roles that the user has permission to view

filterFindBySubtype_PrevAndNext

public com.liferay.portal.kernel.model.Role[] filterFindBySubtype_PrevAndNext(long roleId,
                                                                              String subtype,
                                                                              com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
                                                                       throws com.liferay.portal.kernel.exception.NoSuchRoleException
Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where subtype = ?.

Specified by:
filterFindBySubtype_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
roleId - the primary key of the current role
subtype - the subtype
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next role
Throws:
com.liferay.portal.kernel.exception.NoSuchRoleException - if a role with the primary key could not be found

filterGetBySubtype_PrevAndNext

protected com.liferay.portal.kernel.model.Role filterGetBySubtype_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
                                                                              com.liferay.portal.kernel.model.Role role,
                                                                              String subtype,
                                                                              com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
                                                                              boolean previous)

removeBySubtype

public void removeBySubtype(String subtype)
Removes all the roles where subtype = ? from the database.

Specified by:
removeBySubtype in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
subtype - the subtype

countBySubtype

public int countBySubtype(String subtype)
Returns the number of roles where subtype = ?.

Specified by:
countBySubtype in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
subtype - the subtype
Returns:
the number of matching roles

filterCountBySubtype

public int filterCountBySubtype(String subtype)
Returns the number of roles that the user has permission to view where subtype = ?.

Specified by:
filterCountBySubtype in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
subtype - the subtype
Returns:
the number of matching roles that the user has permission to view

findByC_N

public com.liferay.portal.kernel.model.Role findByC_N(long companyId,
                                                      String name)
                                               throws com.liferay.portal.kernel.exception.NoSuchRoleException
Returns the role where companyId = ? and name = ? or throws a NoSuchRoleException if it could not be found.

Specified by:
findByC_N in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
companyId - the company ID
name - the name
Returns:
the matching role
Throws:
com.liferay.portal.kernel.exception.NoSuchRoleException - if a matching role could not be found

fetchByC_N

public com.liferay.portal.kernel.model.Role fetchByC_N(long companyId,
                                                       String name)
Returns the role where companyId = ? and name = ? or returns null if it could not be found. Uses the finder cache.

Specified by:
fetchByC_N in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
companyId - the company ID
name - the name
Returns:
the matching role, or null if a matching role could not be found

fetchByC_N

public com.liferay.portal.kernel.model.Role fetchByC_N(long companyId,
                                                       String name,
                                                       boolean retrieveFromCache)
Returns the role where companyId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.

Specified by:
fetchByC_N in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
companyId - the company ID
name - the name
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the matching role, or null if a matching role could not be found

removeByC_N

public com.liferay.portal.kernel.model.Role removeByC_N(long companyId,
                                                        String name)
                                                 throws com.liferay.portal.kernel.exception.NoSuchRoleException
Removes the role where companyId = ? and name = ? from the database.

Specified by:
removeByC_N in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
companyId - the company ID
name - the name
Returns:
the role that was removed
Throws:
com.liferay.portal.kernel.exception.NoSuchRoleException

countByC_N

public int countByC_N(long companyId,
                      String name)
Returns the number of roles where companyId = ? and name = ?.

Specified by:
countByC_N in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
companyId - the company ID
name - the name
Returns:
the number of matching roles

findByC_T

public List<com.liferay.portal.kernel.model.Role> findByC_T(long companyId,
                                                            int type)
Returns all the roles where companyId = ? and type = ?.

Specified by:
findByC_T in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
companyId - the company ID
type - the type
Returns:
the matching roles

findByC_T

public List<com.liferay.portal.kernel.model.Role> findByC_T(long companyId,
                                                            int type,
                                                            int start,
                                                            int end)
Returns a range of all the roles where companyId = ? and type = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
findByC_T in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
companyId - the company ID
type - the type
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
Returns:
the range of matching roles

findByC_T

public List<com.liferay.portal.kernel.model.Role> findByC_T(long companyId,
                                                            int type,
                                                            int start,
                                                            int end,
                                                            com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns an ordered range of all the roles where companyId = ? and type = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
findByC_T in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
companyId - the company ID
type - the type
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching roles

findByC_T

public List<com.liferay.portal.kernel.model.Role> findByC_T(long companyId,
                                                            int type,
                                                            int start,
                                                            int end,
                                                            com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
                                                            boolean retrieveFromCache)
Returns an ordered range of all the roles where companyId = ? and type = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
findByC_T in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
companyId - the company ID
type - the type
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching roles

findByC_T_First

public com.liferay.portal.kernel.model.Role findByC_T_First(long companyId,
                                                            int type,
                                                            com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
                                                     throws com.liferay.portal.kernel.exception.NoSuchRoleException
Returns the first role in the ordered set where companyId = ? and type = ?.

Specified by:
findByC_T_First in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
companyId - the company ID
type - the type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching role
Throws:
com.liferay.portal.kernel.exception.NoSuchRoleException - if a matching role could not be found

fetchByC_T_First

public com.liferay.portal.kernel.model.Role fetchByC_T_First(long companyId,
                                                             int type,
                                                             com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the first role in the ordered set where companyId = ? and type = ?.

Specified by:
fetchByC_T_First in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
companyId - the company ID
type - the type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching role, or null if a matching role could not be found

findByC_T_Last

public com.liferay.portal.kernel.model.Role findByC_T_Last(long companyId,
                                                           int type,
                                                           com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
                                                    throws com.liferay.portal.kernel.exception.NoSuchRoleException
Returns the last role in the ordered set where companyId = ? and type = ?.

Specified by:
findByC_T_Last in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
companyId - the company ID
type - the type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching role
Throws:
com.liferay.portal.kernel.exception.NoSuchRoleException - if a matching role could not be found

fetchByC_T_Last

public com.liferay.portal.kernel.model.Role fetchByC_T_Last(long companyId,
                                                            int type,
                                                            com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the last role in the ordered set where companyId = ? and type = ?.

Specified by:
fetchByC_T_Last in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
companyId - the company ID
type - the type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching role, or null if a matching role could not be found

findByC_T_PrevAndNext

public com.liferay.portal.kernel.model.Role[] findByC_T_PrevAndNext(long roleId,
                                                                    long companyId,
                                                                    int type,
                                                                    com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
                                                             throws com.liferay.portal.kernel.exception.NoSuchRoleException
Returns the roles before and after the current role in the ordered set where companyId = ? and type = ?.

Specified by:
findByC_T_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
roleId - the primary key of the current role
companyId - the company ID
type - the type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next role
Throws:
com.liferay.portal.kernel.exception.NoSuchRoleException - if a role with the primary key could not be found

getByC_T_PrevAndNext

protected com.liferay.portal.kernel.model.Role getByC_T_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
                                                                    com.liferay.portal.kernel.model.Role role,
                                                                    long companyId,
                                                                    int type,
                                                                    com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
                                                                    boolean previous)

filterFindByC_T

public List<com.liferay.portal.kernel.model.Role> filterFindByC_T(long companyId,
                                                                  int type)
Returns all the roles that the user has permission to view where companyId = ? and type = ?.

Specified by:
filterFindByC_T in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
companyId - the company ID
type - the type
Returns:
the matching roles that the user has permission to view

filterFindByC_T

public List<com.liferay.portal.kernel.model.Role> filterFindByC_T(long companyId,
                                                                  int type,
                                                                  int start,
                                                                  int end)
Returns a range of all the roles that the user has permission to view where companyId = ? and type = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
filterFindByC_T in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
companyId - the company ID
type - the type
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
Returns:
the range of matching roles that the user has permission to view

filterFindByC_T

public List<com.liferay.portal.kernel.model.Role> filterFindByC_T(long companyId,
                                                                  int type,
                                                                  int start,
                                                                  int end,
                                                                  com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where companyId = ? and type = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
filterFindByC_T in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
companyId - the company ID
type - the type
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching roles that the user has permission to view

filterFindByC_T_PrevAndNext

public com.liferay.portal.kernel.model.Role[] filterFindByC_T_PrevAndNext(long roleId,
                                                                          long companyId,
                                                                          int type,
                                                                          com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
                                                                   throws com.liferay.portal.kernel.exception.NoSuchRoleException
Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where companyId = ? and type = ?.

Specified by:
filterFindByC_T_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
roleId - the primary key of the current role
companyId - the company ID
type - the type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next role
Throws:
com.liferay.portal.kernel.exception.NoSuchRoleException - if a role with the primary key could not be found

filterGetByC_T_PrevAndNext

protected com.liferay.portal.kernel.model.Role filterGetByC_T_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
                                                                          com.liferay.portal.kernel.model.Role role,
                                                                          long companyId,
                                                                          int type,
                                                                          com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
                                                                          boolean previous)

filterFindByC_T

public List<com.liferay.portal.kernel.model.Role> filterFindByC_T(long companyId,
                                                                  int[] types)
Returns all the roles that the user has permission to view where companyId = ? and type = any ?.

Specified by:
filterFindByC_T in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
companyId - the company ID
types - the types
Returns:
the matching roles that the user has permission to view

filterFindByC_T

public List<com.liferay.portal.kernel.model.Role> filterFindByC_T(long companyId,
                                                                  int[] types,
                                                                  int start,
                                                                  int end)
Returns a range of all the roles that the user has permission to view where companyId = ? and type = any ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
filterFindByC_T in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
companyId - the company ID
types - the types
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
Returns:
the range of matching roles that the user has permission to view

filterFindByC_T

public List<com.liferay.portal.kernel.model.Role> filterFindByC_T(long companyId,
                                                                  int[] types,
                                                                  int start,
                                                                  int end,
                                                                  com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns an ordered range of all the roles that the user has permission to view where companyId = ? and type = any ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
filterFindByC_T in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
companyId - the company ID
types - the types
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching roles that the user has permission to view

findByC_T

public List<com.liferay.portal.kernel.model.Role> findByC_T(long companyId,
                                                            int[] types)
Returns all the roles where companyId = ? and type = any ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
findByC_T in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
companyId - the company ID
types - the types
Returns:
the matching roles

findByC_T

public List<com.liferay.portal.kernel.model.Role> findByC_T(long companyId,
                                                            int[] types,
                                                            int start,
                                                            int end)
Returns a range of all the roles where companyId = ? and type = any ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
findByC_T in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
companyId - the company ID
types - the types
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
Returns:
the range of matching roles

findByC_T

public List<com.liferay.portal.kernel.model.Role> findByC_T(long companyId,
                                                            int[] types,
                                                            int start,
                                                            int end,
                                                            com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns an ordered range of all the roles where companyId = ? and type = any ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
findByC_T in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
companyId - the company ID
types - the types
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching roles

findByC_T

public List<com.liferay.portal.kernel.model.Role> findByC_T(long companyId,
                                                            int[] types,
                                                            int start,
                                                            int end,
                                                            com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
                                                            boolean retrieveFromCache)
Returns an ordered range of all the roles where companyId = ? and type = ?, optionally using the finder cache.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
findByC_T in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
companyId - the company ID
type - the type
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching roles

removeByC_T

public void removeByC_T(long companyId,
                        int type)
Removes all the roles where companyId = ? and type = ? from the database.

Specified by:
removeByC_T in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
companyId - the company ID
type - the type

countByC_T

public int countByC_T(long companyId,
                      int type)
Returns the number of roles where companyId = ? and type = ?.

Specified by:
countByC_T in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
companyId - the company ID
type - the type
Returns:
the number of matching roles

countByC_T

public int countByC_T(long companyId,
                      int[] types)
Returns the number of roles where companyId = ? and type = any ?.

Specified by:
countByC_T in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
companyId - the company ID
types - the types
Returns:
the number of matching roles

filterCountByC_T

public int filterCountByC_T(long companyId,
                            int type)
Returns the number of roles that the user has permission to view where companyId = ? and type = ?.

Specified by:
filterCountByC_T in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
companyId - the company ID
type - the type
Returns:
the number of matching roles that the user has permission to view

filterCountByC_T

public int filterCountByC_T(long companyId,
                            int[] types)
Returns the number of roles that the user has permission to view where companyId = ? and type = any ?.

Specified by:
filterCountByC_T in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
companyId - the company ID
types - the types
Returns:
the number of matching roles that the user has permission to view

findByT_S

public List<com.liferay.portal.kernel.model.Role> findByT_S(int type,
                                                            String subtype)
Returns all the roles where type = ? and subtype = ?.

Specified by:
findByT_S in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
type - the type
subtype - the subtype
Returns:
the matching roles

findByT_S

public List<com.liferay.portal.kernel.model.Role> findByT_S(int type,
                                                            String subtype,
                                                            int start,
                                                            int end)
Returns a range of all the roles where type = ? and subtype = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
findByT_S in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
type - the type
subtype - the subtype
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
Returns:
the range of matching roles

findByT_S

public List<com.liferay.portal.kernel.model.Role> findByT_S(int type,
                                                            String subtype,
                                                            int start,
                                                            int end,
                                                            com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns an ordered range of all the roles where type = ? and subtype = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
findByT_S in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
type - the type
subtype - the subtype
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching roles

findByT_S

public List<com.liferay.portal.kernel.model.Role> findByT_S(int type,
                                                            String subtype,
                                                            int start,
                                                            int end,
                                                            com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
                                                            boolean retrieveFromCache)
Returns an ordered range of all the roles where type = ? and subtype = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
findByT_S in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
type - the type
subtype - the subtype
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching roles

findByT_S_First

public com.liferay.portal.kernel.model.Role findByT_S_First(int type,
                                                            String subtype,
                                                            com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
                                                     throws com.liferay.portal.kernel.exception.NoSuchRoleException
Returns the first role in the ordered set where type = ? and subtype = ?.

Specified by:
findByT_S_First in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
type - the type
subtype - the subtype
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching role
Throws:
com.liferay.portal.kernel.exception.NoSuchRoleException - if a matching role could not be found

fetchByT_S_First

public com.liferay.portal.kernel.model.Role fetchByT_S_First(int type,
                                                             String subtype,
                                                             com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the first role in the ordered set where type = ? and subtype = ?.

Specified by:
fetchByT_S_First in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
type - the type
subtype - the subtype
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching role, or null if a matching role could not be found

findByT_S_Last

public com.liferay.portal.kernel.model.Role findByT_S_Last(int type,
                                                           String subtype,
                                                           com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
                                                    throws com.liferay.portal.kernel.exception.NoSuchRoleException
Returns the last role in the ordered set where type = ? and subtype = ?.

Specified by:
findByT_S_Last in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
type - the type
subtype - the subtype
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching role
Throws:
com.liferay.portal.kernel.exception.NoSuchRoleException - if a matching role could not be found

fetchByT_S_Last

public com.liferay.portal.kernel.model.Role fetchByT_S_Last(int type,
                                                            String subtype,
                                                            com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the last role in the ordered set where type = ? and subtype = ?.

Specified by:
fetchByT_S_Last in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
type - the type
subtype - the subtype
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching role, or null if a matching role could not be found

findByT_S_PrevAndNext

public com.liferay.portal.kernel.model.Role[] findByT_S_PrevAndNext(long roleId,
                                                                    int type,
                                                                    String subtype,
                                                                    com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
                                                             throws com.liferay.portal.kernel.exception.NoSuchRoleException
Returns the roles before and after the current role in the ordered set where type = ? and subtype = ?.

Specified by:
findByT_S_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
roleId - the primary key of the current role
type - the type
subtype - the subtype
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next role
Throws:
com.liferay.portal.kernel.exception.NoSuchRoleException - if a role with the primary key could not be found

getByT_S_PrevAndNext

protected com.liferay.portal.kernel.model.Role getByT_S_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
                                                                    com.liferay.portal.kernel.model.Role role,
                                                                    int type,
                                                                    String subtype,
                                                                    com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
                                                                    boolean previous)

filterFindByT_S

public List<com.liferay.portal.kernel.model.Role> filterFindByT_S(int type,
                                                                  String subtype)
Returns all the roles that the user has permission to view where type = ? and subtype = ?.

Specified by:
filterFindByT_S in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
type - the type
subtype - the subtype
Returns:
the matching roles that the user has permission to view

filterFindByT_S

public List<com.liferay.portal.kernel.model.Role> filterFindByT_S(int type,
                                                                  String subtype,
                                                                  int start,
                                                                  int end)
Returns a range of all the roles that the user has permission to view where type = ? and subtype = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
filterFindByT_S in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
type - the type
subtype - the subtype
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
Returns:
the range of matching roles that the user has permission to view

filterFindByT_S

public List<com.liferay.portal.kernel.model.Role> filterFindByT_S(int type,
                                                                  String subtype,
                                                                  int start,
                                                                  int end,
                                                                  com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where type = ? and subtype = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
filterFindByT_S in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
type - the type
subtype - the subtype
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching roles that the user has permission to view

filterFindByT_S_PrevAndNext

public com.liferay.portal.kernel.model.Role[] filterFindByT_S_PrevAndNext(long roleId,
                                                                          int type,
                                                                          String subtype,
                                                                          com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
                                                                   throws com.liferay.portal.kernel.exception.NoSuchRoleException
Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where type = ? and subtype = ?.

Specified by:
filterFindByT_S_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
roleId - the primary key of the current role
type - the type
subtype - the subtype
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next role
Throws:
com.liferay.portal.kernel.exception.NoSuchRoleException - if a role with the primary key could not be found

filterGetByT_S_PrevAndNext

protected com.liferay.portal.kernel.model.Role filterGetByT_S_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
                                                                          com.liferay.portal.kernel.model.Role role,
                                                                          int type,
                                                                          String subtype,
                                                                          com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
                                                                          boolean previous)

removeByT_S

public void removeByT_S(int type,
                        String subtype)
Removes all the roles where type = ? and subtype = ? from the database.

Specified by:
removeByT_S in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
type - the type
subtype - the subtype

countByT_S

public int countByT_S(int type,
                      String subtype)
Returns the number of roles where type = ? and subtype = ?.

Specified by:
countByT_S in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
type - the type
subtype - the subtype
Returns:
the number of matching roles

filterCountByT_S

public int filterCountByT_S(int type,
                            String subtype)
Returns the number of roles that the user has permission to view where type = ? and subtype = ?.

Specified by:
filterCountByT_S in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
type - the type
subtype - the subtype
Returns:
the number of matching roles that the user has permission to view

findByC_C_C

public com.liferay.portal.kernel.model.Role findByC_C_C(long companyId,
                                                        long classNameId,
                                                        long classPK)
                                                 throws com.liferay.portal.kernel.exception.NoSuchRoleException
Returns the role where companyId = ? and classNameId = ? and classPK = ? or throws a NoSuchRoleException if it could not be found.

Specified by:
findByC_C_C in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
companyId - the company ID
classNameId - the class name ID
classPK - the class p k
Returns:
the matching role
Throws:
com.liferay.portal.kernel.exception.NoSuchRoleException - if a matching role could not be found

fetchByC_C_C

public com.liferay.portal.kernel.model.Role fetchByC_C_C(long companyId,
                                                         long classNameId,
                                                         long classPK)
Returns the role where companyId = ? and classNameId = ? and classPK = ? or returns null if it could not be found. Uses the finder cache.

Specified by:
fetchByC_C_C in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
companyId - the company ID
classNameId - the class name ID
classPK - the class p k
Returns:
the matching role, or null if a matching role could not be found

fetchByC_C_C

public com.liferay.portal.kernel.model.Role fetchByC_C_C(long companyId,
                                                         long classNameId,
                                                         long classPK,
                                                         boolean retrieveFromCache)
Returns the role where companyId = ? and classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.

Specified by:
fetchByC_C_C in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
companyId - the company ID
classNameId - the class name ID
classPK - the class p k
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the matching role, or null if a matching role could not be found

removeByC_C_C

public com.liferay.portal.kernel.model.Role removeByC_C_C(long companyId,
                                                          long classNameId,
                                                          long classPK)
                                                   throws com.liferay.portal.kernel.exception.NoSuchRoleException
Removes the role where companyId = ? and classNameId = ? and classPK = ? from the database.

Specified by:
removeByC_C_C in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
companyId - the company ID
classNameId - the class name ID
classPK - the class p k
Returns:
the role that was removed
Throws:
com.liferay.portal.kernel.exception.NoSuchRoleException

countByC_C_C

public int countByC_C_C(long companyId,
                        long classNameId,
                        long classPK)
Returns the number of roles where companyId = ? and classNameId = ? and classPK = ?.

Specified by:
countByC_C_C in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
companyId - the company ID
classNameId - the class name ID
classPK - the class p k
Returns:
the number of matching roles

cacheResult

public void cacheResult(com.liferay.portal.kernel.model.Role role)
Caches the role in the entity cache if it is enabled.

Specified by:
cacheResult in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
role - the role

cacheResult

public void cacheResult(List<com.liferay.portal.kernel.model.Role> roles)
Caches the roles in the entity cache if it is enabled.

Specified by:
cacheResult in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
roles - the roles

clearCache

public void clearCache()
Clears the cache for all roles.

The EntityCache and FinderCache are both cleared by this method.

Specified by:
clearCache in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Role>
Overrides:
clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Role>

clearCache

public void clearCache(com.liferay.portal.kernel.model.Role role)
Clears the cache for the role.

The EntityCache and FinderCache are both cleared by this method.

Specified by:
clearCache in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Role>
Overrides:
clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Role>

clearCache

public void clearCache(List<com.liferay.portal.kernel.model.Role> roles)
Specified by:
clearCache in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Role>
Overrides:
clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Role>

cacheUniqueFindersCache

protected void cacheUniqueFindersCache(RoleModelImpl roleModelImpl,
                                       boolean isNew)

clearUniqueFindersCache

protected void clearUniqueFindersCache(RoleModelImpl roleModelImpl)

create

public com.liferay.portal.kernel.model.Role create(long roleId)
Creates a new role with the primary key. Does not add the role to the database.

Specified by:
create in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
roleId - the primary key for the new role
Returns:
the new role

remove

public com.liferay.portal.kernel.model.Role remove(long roleId)
                                            throws com.liferay.portal.kernel.exception.NoSuchRoleException
Removes the role with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
remove in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
roleId - the primary key of the role
Returns:
the role that was removed
Throws:
com.liferay.portal.kernel.exception.NoSuchRoleException - if a role with the primary key could not be found

remove

public com.liferay.portal.kernel.model.Role remove(Serializable primaryKey)
                                            throws com.liferay.portal.kernel.exception.NoSuchRoleException
Removes the role with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
remove in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Role>
Overrides:
remove in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Role>
Parameters:
primaryKey - the primary key of the role
Returns:
the role that was removed
Throws:
com.liferay.portal.kernel.exception.NoSuchRoleException - if a role with the primary key could not be found

removeImpl

protected com.liferay.portal.kernel.model.Role removeImpl(com.liferay.portal.kernel.model.Role role)
Overrides:
removeImpl in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Role>

updateImpl

public com.liferay.portal.kernel.model.Role updateImpl(com.liferay.portal.kernel.model.Role role)
Specified by:
updateImpl in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Overrides:
updateImpl in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Role>

toUnwrappedModel

protected com.liferay.portal.kernel.model.Role toUnwrappedModel(com.liferay.portal.kernel.model.Role role)

findByPrimaryKey

public com.liferay.portal.kernel.model.Role findByPrimaryKey(Serializable primaryKey)
                                                      throws com.liferay.portal.kernel.exception.NoSuchRoleException
Returns the role with the primary key or throws a NoSuchModelException if it could not be found.

Specified by:
findByPrimaryKey in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Role>
Overrides:
findByPrimaryKey in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Role>
Parameters:
primaryKey - the primary key of the role
Returns:
the role
Throws:
com.liferay.portal.kernel.exception.NoSuchRoleException - if a role with the primary key could not be found

findByPrimaryKey

public com.liferay.portal.kernel.model.Role findByPrimaryKey(long roleId)
                                                      throws com.liferay.portal.kernel.exception.NoSuchRoleException
Returns the role with the primary key or throws a NoSuchRoleException if it could not be found.

Specified by:
findByPrimaryKey in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
roleId - the primary key of the role
Returns:
the role
Throws:
com.liferay.portal.kernel.exception.NoSuchRoleException - if a role with the primary key could not be found

fetchByPrimaryKey

public com.liferay.portal.kernel.model.Role fetchByPrimaryKey(Serializable primaryKey)
Returns the role with the primary key or returns null if it could not be found.

Specified by:
fetchByPrimaryKey in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Role>
Overrides:
fetchByPrimaryKey in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Role>
Parameters:
primaryKey - the primary key of the role
Returns:
the role, or null if a role with the primary key could not be found

fetchByPrimaryKey

public com.liferay.portal.kernel.model.Role fetchByPrimaryKey(long roleId)
Returns the role with the primary key or returns null if it could not be found.

Specified by:
fetchByPrimaryKey in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
roleId - the primary key of the role
Returns:
the role, or null if a role with the primary key could not be found

fetchByPrimaryKeys

public Map<Serializable,com.liferay.portal.kernel.model.Role> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
Specified by:
fetchByPrimaryKeys in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Role>
Specified by:
fetchByPrimaryKeys in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Overrides:
fetchByPrimaryKeys in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Role>

findAll

public List<com.liferay.portal.kernel.model.Role> findAll()
Returns all the roles.

Specified by:
findAll in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Returns:
the roles

findAll

public List<com.liferay.portal.kernel.model.Role> findAll(int start,
                                                          int end)
Returns a range of all the roles.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
findAll in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
Returns:
the range of roles

findAll

public List<com.liferay.portal.kernel.model.Role> findAll(int start,
                                                          int end,
                                                          com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns an ordered range of all the roles.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
findAll in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of roles

findAll

public List<com.liferay.portal.kernel.model.Role> findAll(int start,
                                                          int end,
                                                          com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
                                                          boolean retrieveFromCache)
Returns an ordered range of all the roles.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
findAll in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of roles

removeAll

public void removeAll()
Removes all the roles from the database.

Specified by:
removeAll in interface com.liferay.portal.kernel.service.persistence.RolePersistence

countAll

public int countAll()
Returns the number of roles.

Specified by:
countAll in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Returns:
the number of roles

getGroupPrimaryKeys

public long[] getGroupPrimaryKeys(long pk)
Returns the primaryKeys of groups associated with the role.

Specified by:
getGroupPrimaryKeys in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
pk - the primary key of the role
Returns:
long[] of the primaryKeys of groups associated with the role

getGroups

public List<com.liferay.portal.kernel.model.Group> getGroups(long pk)
Returns all the groups associated with the role.

Specified by:
getGroups in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
pk - the primary key of the role
Returns:
the groups associated with the role

getGroups

public List<com.liferay.portal.kernel.model.Group> getGroups(long pk,
                                                             int start,
                                                             int end)
Returns a range of all the groups associated with the role.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
getGroups in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
pk - the primary key of the role
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
Returns:
the range of groups associated with the role

getGroups

public List<com.liferay.portal.kernel.model.Group> getGroups(long pk,
                                                             int start,
                                                             int end,
                                                             com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Group> orderByComparator)
Returns an ordered range of all the groups associated with the role.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
getGroups in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
pk - the primary key of the role
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of groups associated with the role

getGroupsSize

public int getGroupsSize(long pk)
Returns the number of groups associated with the role.

Specified by:
getGroupsSize in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
pk - the primary key of the role
Returns:
the number of groups associated with the role

containsGroup

public boolean containsGroup(long pk,
                             long groupPK)
Returns true if the group is associated with the role.

Specified by:
containsGroup in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
pk - the primary key of the role
groupPK - the primary key of the group
Returns:
true if the group is associated with the role; false otherwise

containsGroups

public boolean containsGroups(long pk)
Returns true if the role has any groups associated with it.

Specified by:
containsGroups in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
pk - the primary key of the role to check for associations with groups
Returns:
true if the role has any groups associated with it; false otherwise

addGroup

public void addGroup(long pk,
                     long groupPK)
Adds an association between the role and the group. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Specified by:
addGroup in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
pk - the primary key of the role
groupPK - the primary key of the group

addGroup

public void addGroup(long pk,
                     com.liferay.portal.kernel.model.Group group)
Adds an association between the role and the group. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Specified by:
addGroup in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
pk - the primary key of the role
group - the group

addGroups

public void addGroups(long pk,
                      long[] groupPKs)
Adds an association between the role and the groups. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Specified by:
addGroups in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
pk - the primary key of the role
groupPKs - the primary keys of the groups

addGroups

public void addGroups(long pk,
                      List<com.liferay.portal.kernel.model.Group> groups)
Adds an association between the role and the groups. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Specified by:
addGroups in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
pk - the primary key of the role
groups - the groups

clearGroups

public void clearGroups(long pk)
Clears all associations between the role and its groups. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Specified by:
clearGroups in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
pk - the primary key of the role to clear the associated groups from

removeGroup

public void removeGroup(long pk,
                        long groupPK)
Removes the association between the role and the group. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Specified by:
removeGroup in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
pk - the primary key of the role
groupPK - the primary key of the group

removeGroup

public void removeGroup(long pk,
                        com.liferay.portal.kernel.model.Group group)
Removes the association between the role and the group. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Specified by:
removeGroup in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
pk - the primary key of the role
group - the group

removeGroups

public void removeGroups(long pk,
                         long[] groupPKs)
Removes the association between the role and the groups. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Specified by:
removeGroups in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
pk - the primary key of the role
groupPKs - the primary keys of the groups

removeGroups

public void removeGroups(long pk,
                         List<com.liferay.portal.kernel.model.Group> groups)
Removes the association between the role and the groups. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Specified by:
removeGroups in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
pk - the primary key of the role
groups - the groups

setGroups

public void setGroups(long pk,
                      long[] groupPKs)
Sets the groups associated with the role, removing and adding associations as necessary. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Specified by:
setGroups in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
pk - the primary key of the role
groupPKs - the primary keys of the groups to be associated with the role

setGroups

public void setGroups(long pk,
                      List<com.liferay.portal.kernel.model.Group> groups)
Sets the groups associated with the role, removing and adding associations as necessary. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Specified by:
setGroups in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
pk - the primary key of the role
groups - the groups to be associated with the role

getUserPrimaryKeys

public long[] getUserPrimaryKeys(long pk)
Returns the primaryKeys of users associated with the role.

Specified by:
getUserPrimaryKeys in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
pk - the primary key of the role
Returns:
long[] of the primaryKeys of users associated with the role

getUsers

public List<com.liferay.portal.kernel.model.User> getUsers(long pk)
Returns all the users associated with the role.

Specified by:
getUsers in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
pk - the primary key of the role
Returns:
the users associated with the role

getUsers

public List<com.liferay.portal.kernel.model.User> getUsers(long pk,
                                                           int start,
                                                           int end)
Returns a range of all the users associated with the role.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
getUsers in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
pk - the primary key of the role
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
Returns:
the range of users associated with the role

getUsers

public List<com.liferay.portal.kernel.model.User> getUsers(long pk,
                                                           int start,
                                                           int end,
                                                           com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.User> orderByComparator)
Returns an ordered range of all the users associated with the role.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
getUsers in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
pk - the primary key of the role
start - the lower bound of the range of roles
end - the upper bound of the range of roles (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of users associated with the role

getUsersSize

public int getUsersSize(long pk)
Returns the number of users associated with the role.

Specified by:
getUsersSize in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
pk - the primary key of the role
Returns:
the number of users associated with the role

containsUser

public boolean containsUser(long pk,
                            long userPK)
Returns true if the user is associated with the role.

Specified by:
containsUser in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
pk - the primary key of the role
userPK - the primary key of the user
Returns:
true if the user is associated with the role; false otherwise

containsUsers

public boolean containsUsers(long pk)
Returns true if the role has any users associated with it.

Specified by:
containsUsers in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
pk - the primary key of the role to check for associations with users
Returns:
true if the role has any users associated with it; false otherwise

addUser

public void addUser(long pk,
                    long userPK)
Adds an association between the role and the user. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Specified by:
addUser in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
pk - the primary key of the role
userPK - the primary key of the user

addUser

public void addUser(long pk,
                    com.liferay.portal.kernel.model.User user)
Adds an association between the role and the user. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Specified by:
addUser in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
pk - the primary key of the role
user - the user

addUsers

public void addUsers(long pk,
                     long[] userPKs)
Adds an association between the role and the users. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Specified by:
addUsers in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
pk - the primary key of the role
userPKs - the primary keys of the users

addUsers

public void addUsers(long pk,
                     List<com.liferay.portal.kernel.model.User> users)
Adds an association between the role and the users. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Specified by:
addUsers in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
pk - the primary key of the role
users - the users

clearUsers

public void clearUsers(long pk)
Clears all associations between the role and its users. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Specified by:
clearUsers in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
pk - the primary key of the role to clear the associated users from

removeUser

public void removeUser(long pk,
                       long userPK)
Removes the association between the role and the user. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Specified by:
removeUser in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
pk - the primary key of the role
userPK - the primary key of the user

removeUser

public void removeUser(long pk,
                       com.liferay.portal.kernel.model.User user)
Removes the association between the role and the user. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Specified by:
removeUser in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
pk - the primary key of the role
user - the user

removeUsers

public void removeUsers(long pk,
                        long[] userPKs)
Removes the association between the role and the users. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Specified by:
removeUsers in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
pk - the primary key of the role
userPKs - the primary keys of the users

removeUsers

public void removeUsers(long pk,
                        List<com.liferay.portal.kernel.model.User> users)
Removes the association between the role and the users. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Specified by:
removeUsers in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
pk - the primary key of the role
users - the users

setUsers

public void setUsers(long pk,
                     long[] userPKs)
Sets the users associated with the role, removing and adding associations as necessary. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Specified by:
setUsers in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
pk - the primary key of the role
userPKs - the primary keys of the users to be associated with the role

setUsers

public void setUsers(long pk,
                     List<com.liferay.portal.kernel.model.User> users)
Sets the users associated with the role, removing and adding associations as necessary. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Specified by:
setUsers in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Parameters:
pk - the primary key of the role
users - the users to be associated with the role

getBadColumnNames

public Set<String> getBadColumnNames()
Specified by:
getBadColumnNames in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Role>
Specified by:
getBadColumnNames in interface com.liferay.portal.kernel.service.persistence.RolePersistence
Overrides:
getBadColumnNames in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Role>

getTableColumnsMap

protected Map<String,Integer> getTableColumnsMap()
Overrides:
getTableColumnsMap in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Role>

afterPropertiesSet

public void afterPropertiesSet()
Initializes the role persistence.


destroy

public void destroy()

Liferay 7.0-ce-b7 portal-impl