Class 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.change.tracking.CTPersistence<com.liferay.portal.kernel.model.Role>
,com.liferay.portal.kernel.service.persistence.RolePersistence
Caching information and settings can be found in portal.properties
- Author:
- Brian Wing Shun Chan
- {$generated.description}
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
protected com.liferay.portal.kernel.service.persistence.GroupPersistence
protected com.liferay.portal.kernel.service.persistence.impl.TableMapper<com.liferay.portal.kernel.model.Role,
com.liferay.portal.kernel.model.Group> protected com.liferay.portal.kernel.service.persistence.impl.TableMapper<com.liferay.portal.kernel.model.Role,
com.liferay.portal.kernel.model.User> protected com.liferay.portal.kernel.service.persistence.UserPersistence
Fields inherited from class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, databaseInMaxParameters, dbColumnNames, dummyEntityCache, dummyFinderCache, entityCacheEnabled, FINDER_ARGS_EMPTY, finderCacheEnabled, NULL_SAFE_STRING_COMPARATOR, nullModel, 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
addGroup
(long pk, long groupPK) Adds an association between the role and the group.boolean
addGroup
(long pk, com.liferay.portal.kernel.model.Group group) Adds an association between the role and the group.boolean
addGroups
(long pk, long[] groupPKs) Adds an association between the role and the groups.boolean
Adds an association between the role and the groups.boolean
addUser
(long pk, long userPK) Adds an association between the role and the user.boolean
addUser
(long pk, com.liferay.portal.kernel.model.User user) Adds an association between the role and the user.boolean
addUsers
(long pk, long[] userPKs) Adds an association between the role and the users.boolean
Adds an association between the role and the users.void
Initializes the role persistence.void
cacheResult
(com.liferay.portal.kernel.model.Role role) Caches the role in the entity cache if it is enabled.void
cacheResult
(List<com.liferay.portal.kernel.model.Role> roles) Caches the roles in the entity cache if it is enabled.protected void
cacheUniqueFindersCache
(RoleModelImpl roleModelImpl) void
Clears the cache for all roles.void
clearCache
(com.liferay.portal.kernel.model.Role role) Clears the cache for the role.void
clearCache
(List<com.liferay.portal.kernel.model.Role> roles) void
clearCache
(Set<Serializable> primaryKeys) void
clearGroups
(long pk) Clears all associations between the role and its groups.void
clearUsers
(long pk) Clears all associations between the role and its users.boolean
containsGroup
(long pk, long groupPK) Returnstrue
if the group is associated with the role.boolean
containsGroups
(long pk) Returnstrue
if the role has any groups associated with it.boolean
containsUser
(long pk, long userPK) Returnstrue
if the user is associated with the role.boolean
containsUsers
(long pk) Returnstrue
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_C_C
(long companyId, long classNameId, long[] classPKs) Returns the number of roles where companyId = ? and classNameId = ? and classPK = any ?.int
countByC_C_C_T
(long companyId, long classNameId, long[] classPKs, int type) Returns the number of roles where companyId = ? and classNameId = ? and classPK = any ? and type = ?.int
countByC_C_C_T
(long companyId, long classNameId, long classPK, int type) Returns the number of roles where companyId = ? and classNameId = ? and classPK = ? and type = ?.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
countByERC_C
(String externalReferenceCode, long companyId) Returns the number of roles where externalReferenceCode = ? and 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
(String uuid) Returns the number of roles where uuid = ?.int
countByUuid_C
(String uuid, long companyId) Returns the number of roles where uuid = ? and companyId = ?.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 returnsnull
if it could not be found.com.liferay.portal.kernel.model.Role
fetchByC_C_C
(long companyId, long classNameId, long classPK, boolean useFinderCache) Returns the role where companyId = ? and classNameId = ? and classPK = ? or returnsnull
if it could not be found, optionally using the finder cache.com.liferay.portal.kernel.model.Role
fetchByC_C_C_T
(long companyId, long classNameId, long classPK, int type) Returns the role where companyId = ? and classNameId = ? and classPK = ? and type = ? or returnsnull
if it could not be found.com.liferay.portal.kernel.model.Role
fetchByC_C_C_T
(long companyId, long classNameId, long classPK, int type, boolean useFinderCache) Returns the role where companyId = ? and classNameId = ? and classPK = ? and type = ? or returnsnull
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 returnsnull
if it could not be found.com.liferay.portal.kernel.model.Role
fetchByC_N
(long companyId, String name, boolean useFinderCache) Returns the role where companyId = ? and name = ? or returnsnull
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
fetchByERC_C
(String externalReferenceCode, long companyId) Returns the role where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found.com.liferay.portal.kernel.model.Role
fetchByERC_C
(String externalReferenceCode, long companyId, boolean useFinderCache) Returns the role where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found, optionally using the finder cache.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 returnsnull
if it could not be found.com.liferay.portal.kernel.model.Role
fetchByPrimaryKey
(Serializable primaryKey) Returns the role with the primary key or returnsnull
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_C_C
(long companyId, long classNameId, long classPK) Returns the number of roles that the user has permission to view where companyId = ? and classNameId = ? and classPK = ?.int
filterCountByC_C_C
(long companyId, long classNameId, long[] classPKs) Returns the number of roles that the user has permission to view where companyId = ? and classNameId = ? and classPK = any ?.int
filterCountByC_C_C_T
(long companyId, long classNameId, long[] classPKs, int type) Returns the number of roles that the user has permission to view where companyId = ? and classNameId = ? and classPK = any ? and type = ?.int
filterCountByC_C_C_T
(long companyId, long classNameId, long classPK, int type) Returns the number of roles that the user has permission to view where companyId = ? and classNameId = ? and classPK = ? and type = ?.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
(String uuid) Returns the number of roles that the user has permission to view where uuid = ?.int
filterCountByUuid_C
(String uuid, long companyId) Returns the number of roles that the user has permission to view where uuid = ? and companyId = ?.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[]
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>
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[]
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>
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[]
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>
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[]
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>
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[]
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>
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[]
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>
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 = ?.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_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 = ?.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 = ?.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 useFinderCache) 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 aNoSuchRoleException
if it could not be found.List<com.liferay.portal.kernel.model.Role>
findByC_C_C
(long companyId, long classNameId, long[] classPKs) Returns all the roles where companyId = ? and classNameId = ? and classPK = any ?.List<com.liferay.portal.kernel.model.Role>
findByC_C_C
(long companyId, long classNameId, long[] classPKs, int start, int end) Returns a range of all the roles where companyId = ? and classNameId = ? and classPK = any ?.List<com.liferay.portal.kernel.model.Role>
findByC_C_C
(long companyId, long classNameId, long[] classPKs, 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 classNameId = ? and classPK = any ?.List<com.liferay.portal.kernel.model.Role>
findByC_C_C
(long companyId, long classNameId, long[] classPKs, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where companyId = ? and classNameId = ? and classPK = ?, optionally using the finder cache.List<com.liferay.portal.kernel.model.Role>
findByC_C_C_T
(long companyId, long classNameId, long[] classPKs, int type) Returns all the roles where companyId = ? and classNameId = ? and classPK = any ? and type = ?.List<com.liferay.portal.kernel.model.Role>
findByC_C_C_T
(long companyId, long classNameId, long[] classPKs, int type, int start, int end) Returns a range of all the roles where companyId = ? and classNameId = ? and classPK = any ? and type = ?.List<com.liferay.portal.kernel.model.Role>
findByC_C_C_T
(long companyId, long classNameId, long[] classPKs, 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 classNameId = ? and classPK = any ? and type = ?.List<com.liferay.portal.kernel.model.Role>
findByC_C_C_T
(long companyId, long classNameId, long[] classPKs, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where companyId = ? and classNameId = ? and classPK = ? and type = ?, optionally using the finder cache.com.liferay.portal.kernel.model.Role
findByC_C_C_T
(long companyId, long classNameId, long classPK, int type) Returns the role where companyId = ? and classNameId = ? and classPK = ? and type = ? or throws aNoSuchRoleException
if it could not be found.com.liferay.portal.kernel.model.Role
Returns the role where companyId = ? and name = ? or throws aNoSuchRoleException
if it could not be found.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 useFinderCache) 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 useFinderCache) Returns an ordered range of all the roles where companyId = ? and type = ?.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>
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 useFinderCache) Returns an ordered range of all the roles where companyId = ?.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 = ?.com.liferay.portal.kernel.model.Role
findByERC_C
(String externalReferenceCode, long companyId) Returns the role where externalReferenceCode = ? and companyId = ? or throws aNoSuchRoleException
if it could not be found.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 useFinderCache) Returns an ordered range of all the roles where name = ?.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 = ?.com.liferay.portal.kernel.model.Role
findByPrimaryKey
(long roleId) Returns the role with the primary key or throws aNoSuchRoleException
if it could not be found.com.liferay.portal.kernel.model.Role
findByPrimaryKey
(Serializable primaryKey) Returns the role with the primary key or throws acom.liferay.portal.kernel.exception.NoSuchModelException
if it could not be found.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 useFinderCache) Returns an ordered range of all the roles where subtype = ?.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>
Returns all the roles where type = ? and subtype = ?.List<com.liferay.portal.kernel.model.Role>
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 useFinderCache) Returns an ordered range of all the roles where type = ? and 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>
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 useFinderCache) Returns an ordered range of all the roles where type = ?.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>
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 useFinderCache) Returns an ordered range of all the roles where uuid = ?.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 useFinderCache) Returns an ordered range of all the roles where uuid = ? and companyId = ?.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 = ?.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 = ?.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) getCTColumnNames
(com.liferay.portal.kernel.change.tracking.CTColumnResolutionType ctColumnResolutionType) protected com.liferay.portal.kernel.dao.orm.EntityCache
protected com.liferay.portal.kernel.dao.orm.FinderCache
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 String
protected String
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
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_C_C_T
(long companyId, long classNameId, long classPK, int type) Removes the role where companyId = ? and classNameId = ? and classPK = ? and type = ? 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.com.liferay.portal.kernel.model.Role
removeByERC_C
(String externalReferenceCode, long companyId) Removes the role where externalReferenceCode = ? and 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
(String uuid) Removes all the roles where uuid = ? from the database.void
removeByUuid_C
(String uuid, long companyId) Removes all the roles where uuid = ? and companyId = ? from the database.void
removeGroup
(long pk, long groupPK) Removes the association between the role and the group.void
removeGroup
(long pk, com.liferay.portal.kernel.model.Group group) Removes the association between the role and the group.void
removeGroups
(long pk, long[] groupPKs) Removes the association between the role and the groups.void
removeGroups
(long pk, List<com.liferay.portal.kernel.model.Group> groups) 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, long[] userPKs) Removes the association between the role and the users.void
removeUsers
(long pk, List<com.liferay.portal.kernel.model.User> users) Removes the association between the role and the users.void
setGroups
(long pk, long[] groupPKs) Sets the groups associated with the role, removing and adding associations as necessary.void
Sets the groups 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.void
Sets the users associated with the role, removing and adding associations as necessary.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, dslQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getColumnName, getCompoundPKColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeByFunction, removeConjunction, setConfiguration, setDataSource, setDBColumnNames, setEntityCacheEnabled, setModelClass, setModelImplClass, setModelPKClass, setSessionFactory, setTable, unregisterListener, update, update
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, dslQuery, dslQueryCount, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, removeByFunction, setDataSource, unregisterListener, update, update
-
Field Details
-
FINDER_CLASS_NAME_ENTITY
-
FINDER_CLASS_NAME_LIST_WITH_PAGINATION
-
FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
-
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 Details
-
RolePersistenceImpl
public RolePersistenceImpl()
-
-
Method Details
-
findByUuid
Returns all the roles where uuid = ?.- Specified by:
findByUuid
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
uuid
- the uuid- Returns:
- the matching roles
-
findByUuid
Returns a range of all the roles where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
findByUuid
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
uuid
- the uuidstart
- the lower bound of the range of rolesend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
findByUuid
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
uuid
- the uuidstart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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 useFinderCache) Returns an ordered range of all the roles where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
findByUuid
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
uuid
- the uuidstart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
roleId
- the primary key of the current roleuuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- 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
Returns all the roles that the user has permission to view where uuid = ?.- Specified by:
filterFindByUuid
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
uuid
- the uuid- Returns:
- the matching roles that the user has permission to view
-
filterFindByUuid
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
filterFindByUuid
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
uuid
- the uuidstart
- the lower bound of the range of rolesend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
filterFindByUuid
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
uuid
- the uuidstart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
roleId
- the primary key of the current roleuuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- 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
Removes all the roles where uuid = ? from the database.- Specified by:
removeByUuid
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of roles where uuid = ?.- Specified by:
countByUuid
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
uuid
- the uuid- Returns:
- the number of matching roles
-
filterCountByUuid
Returns the number of roles that the user has permission to view where uuid = ?.- Specified by:
filterCountByUuid
in interfacecom.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
Returns all the roles where uuid = ? and companyId = ?.- Specified by:
findByUuid_C
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
uuid
- the uuidcompanyId
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
findByUuid_C
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of rolesend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
findByUuid_C
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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 useFinderCache) Returns an ordered range of all the roles where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
findByUuid_C
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
roleId
- the primary key of the current roleuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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
Returns all the roles that the user has permission to view where uuid = ? and companyId = ?.- Specified by:
filterFindByUuid_C
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
uuid
- the uuidcompanyId
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
filterFindByUuid_C
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of rolesend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
filterFindByUuid_C
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
roleId
- the primary key of the current roleuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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
Removes all the roles where uuid = ? and companyId = ? from the database.- Specified by:
removeByUuid_C
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of roles where uuid = ? and companyId = ?.- Specified by:
countByUuid_C
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching roles
-
filterCountByUuid_C
Returns the number of roles that the user has permission to view where uuid = ? and companyId = ?.- Specified by:
filterCountByUuid_C
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching roles that the user has permission to view
-
findByCompanyId
Returns all the roles where companyId = ?.- Specified by:
findByCompanyId
in interfacecom.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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
findByCompanyId
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDstart
- the lower bound of the range of rolesend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
findByCompanyId
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDstart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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 useFinderCache) Returns an ordered range of all the roles where companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
findByCompanyId
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDstart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
roleId
- the primary key of the current rolecompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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
Returns all the roles that the user has permission to view where companyId = ?.- Specified by:
filterFindByCompanyId
in interfacecom.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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
filterFindByCompanyId
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDstart
- the lower bound of the range of rolesend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
filterFindByCompanyId
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDstart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
roleId
- the primary key of the current rolecompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.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 interfacecom.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 interfacecom.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
Returns all the roles where name = ?.- Specified by:
findByName
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
name
- the name- Returns:
- the matching roles
-
findByName
Returns a range of all the roles where name = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
findByName
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
name
- the namestart
- the lower bound of the range of rolesend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
findByName
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
name
- the namestart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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 useFinderCache) Returns an ordered range of all the roles where name = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
findByName
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
name
- the namestart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
name
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
name
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
name
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
name
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
roleId
- the primary key of the current rolename
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- 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
Returns all the roles that the user has permission to view where name = ?.- Specified by:
filterFindByName
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
name
- the name- Returns:
- the matching roles that the user has permission to view
-
filterFindByName
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
filterFindByName
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
name
- the namestart
- the lower bound of the range of rolesend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
filterFindByName
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
name
- the namestart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
roleId
- the primary key of the current rolename
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- 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
Removes all the roles where name = ? from the database.- Specified by:
removeByName
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
name
- the name
-
countByName
Returns the number of roles where name = ?.- Specified by:
countByName
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
name
- the name- Returns:
- the number of matching roles
-
filterCountByName
Returns the number of roles that the user has permission to view where name = ?.- Specified by:
filterCountByName
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
name
- the name- Returns:
- the number of matching roles that the user has permission to view
-
findByType
Returns all the roles where type = ?.- Specified by:
findByType
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
type
- the type- Returns:
- the matching roles
-
findByType
Returns a range of all the roles where type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
findByType
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
type
- the typestart
- the lower bound of the range of rolesend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
findByType
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
type
- the typestart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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 useFinderCache) Returns an ordered range of all the roles where type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
findByType
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
type
- the typestart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
type
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
type
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
type
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
type
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
roleId
- the primary key of the current roletype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- 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
Returns all the roles that the user has permission to view where type = ?.- Specified by:
filterFindByType
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
type
- the type- Returns:
- the matching roles that the user has permission to view
-
filterFindByType
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
filterFindByType
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
type
- the typestart
- the lower bound of the range of rolesend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
filterFindByType
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
type
- the typestart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
roleId
- the primary key of the current roletype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.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 interfacecom.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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
type
- the type- Returns:
- the number of matching roles that the user has permission to view
-
findBySubtype
Returns all the roles where subtype = ?.- Specified by:
findBySubtype
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
subtype
- the subtype- Returns:
- the matching roles
-
findBySubtype
Returns a range of all the roles where subtype = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
findBySubtype
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
subtype
- the subtypestart
- the lower bound of the range of rolesend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
findBySubtype
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
subtype
- the subtypestart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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 useFinderCache) Returns an ordered range of all the roles where subtype = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
findBySubtype
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
subtype
- the subtypestart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
subtype
- the subtypeorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
subtype
- the subtypeorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
subtype
- the subtypeorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
subtype
- the subtypeorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
roleId
- the primary key of the current rolesubtype
- the subtypeorderByComparator
- the comparator to order the set by (optionallynull
)- 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
Returns all the roles that the user has permission to view where subtype = ?.- Specified by:
filterFindBySubtype
in interfacecom.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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
filterFindBySubtype
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
subtype
- the subtypestart
- the lower bound of the range of rolesend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
filterFindBySubtype
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
subtype
- the subtypestart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
roleId
- the primary key of the current rolesubtype
- the subtypeorderByComparator
- the comparator to order the set by (optionallynull
)- 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
Removes all the roles where subtype = ? from the database.- Specified by:
removeBySubtype
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
subtype
- the subtype
-
countBySubtype
Returns the number of roles where subtype = ?.- Specified by:
countBySubtype
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
subtype
- the subtype- Returns:
- the number of matching roles
-
filterCountBySubtype
Returns the number of roles that the user has permission to view where subtype = ?.- Specified by:
filterCountBySubtype
in interfacecom.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 aNoSuchRoleException
if it could not be found.- Specified by:
findByC_N
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDname
- the name- Returns:
- the matching role
- Throws:
com.liferay.portal.kernel.exception.NoSuchRoleException
- if a matching role could not be found
-
fetchByC_N
Returns the role where companyId = ? and name = ? or returnsnull
if it could not be found. Uses the finder cache.- Specified by:
fetchByC_N
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDname
- 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 useFinderCache) Returns the role where companyId = ? and name = ? or returnsnull
if it could not be found, optionally using the finder cache.- Specified by:
fetchByC_N
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDname
- the nameuseFinderCache
- whether to use 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDname
- the name- Returns:
- the role that was removed
- Throws:
com.liferay.portal.kernel.exception.NoSuchRoleException
-
countByC_N
Returns the number of roles where companyId = ? and name = ?.- Specified by:
countByC_N
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDname
- the name- Returns:
- the number of matching roles
-
findByC_T
Returns all the roles where companyId = ? and type = ?.- Specified by:
findByC_T
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDtype
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
findByC_T
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDtype
- the typestart
- the lower bound of the range of rolesend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
findByC_T
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDtype
- the typestart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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 useFinderCache) Returns an ordered range of all the roles where companyId = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
findByC_T
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDtype
- the typestart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
roleId
- the primary key of the current rolecompanyId
- the company IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- 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
Returns all the roles that the user has permission to view where companyId = ? and type = ?.- Specified by:
filterFindByC_T
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDtype
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
filterFindByC_T
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDtype
- the typestart
- the lower bound of the range of rolesend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
filterFindByC_T
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDtype
- the typestart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
roleId
- the primary key of the current rolecompanyId
- the company IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- 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
Returns all the roles that the user has permission to view where companyId = ? and type = any ?.- Specified by:
filterFindByC_T
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDtypes
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
filterFindByC_T
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDtypes
- the typesstart
- the lower bound of the range of rolesend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
filterFindByC_T
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDtypes
- the typesstart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching roles that the user has permission to view
-
findByC_T
Returns all the roles where companyId = ? and type = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
findByC_T
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDtypes
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
findByC_T
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDtypes
- the typesstart
- the lower bound of the range of rolesend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
findByC_T
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDtypes
- the typesstart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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 useFinderCache) 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
findByC_T
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDtypes
- the typesstart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDtype
- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDtype
- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDtypes
- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDtype
- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDtypes
- the types- Returns:
- the number of matching roles that the user has permission to view
-
findByT_S
Returns all the roles where type = ? and subtype = ?.- Specified by:
findByT_S
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
type
- the typesubtype
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
findByT_S
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
type
- the typesubtype
- the subtypestart
- the lower bound of the range of rolesend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
findByT_S
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
type
- the typesubtype
- the subtypestart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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 useFinderCache) Returns an ordered range of all the roles where type = ? and subtype = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
findByT_S
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
type
- the typesubtype
- the subtypestart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
type
- the typesubtype
- the subtypeorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
type
- the typesubtype
- the subtypeorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
type
- the typesubtype
- the subtypeorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
type
- the typesubtype
- the subtypeorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
roleId
- the primary key of the current roletype
- the typesubtype
- the subtypeorderByComparator
- the comparator to order the set by (optionallynull
)- 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
Returns all the roles that the user has permission to view where type = ? and subtype = ?.- Specified by:
filterFindByT_S
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
type
- the typesubtype
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
filterFindByT_S
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
type
- the typesubtype
- the subtypestart
- the lower bound of the range of rolesend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
filterFindByT_S
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
type
- the typesubtype
- the subtypestart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
roleId
- the primary key of the current roletype
- the typesubtype
- the subtypeorderByComparator
- the comparator to order the set by (optionallynull
)- 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
Removes all the roles where type = ? and subtype = ? from the database.- Specified by:
removeByT_S
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
type
- the typesubtype
- the subtype
-
countByT_S
Returns the number of roles where type = ? and subtype = ?.- Specified by:
countByT_S
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
type
- the typesubtype
- the subtype- Returns:
- the number of matching roles
-
filterCountByT_S
Returns the number of roles that the user has permission to view where type = ? and subtype = ?.- Specified by:
filterCountByT_S
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
type
- the typesubtype
- the subtype- Returns:
- the number of matching roles that the user has permission to view
-
findByC_C_C
public List<com.liferay.portal.kernel.model.Role> findByC_C_C(long companyId, long classNameId, long[] classPKs) Returns all the roles where companyId = ? and classNameId = ? and classPK = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
findByC_C_C
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPKs
- the class pks- Returns:
- the matching roles
-
findByC_C_C
public List<com.liferay.portal.kernel.model.Role> findByC_C_C(long companyId, long classNameId, long[] classPKs, int start, int end) Returns a range of all the roles where companyId = ? and classNameId = ? and classPK = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
findByC_C_C
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPKs
- the class pksstart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)- Returns:
- the range of matching roles
-
findByC_C_C
public List<com.liferay.portal.kernel.model.Role> findByC_C_C(long companyId, long classNameId, long[] classPKs, 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 classNameId = ? and classPK = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
findByC_C_C
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPKs
- the class pksstart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching roles
-
findByC_C_C
public List<com.liferay.portal.kernel.model.Role> findByC_C_C(long companyId, long classNameId, long[] classPKs, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where companyId = ? and classNameId = ? and classPK = ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
findByC_C_C
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPKs
- the class pksstart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching roles
-
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 aNoSuchRoleException
if it could not be found.- Specified by:
findByC_C_C
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pk- 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 returnsnull
if it could not be found. Uses the finder cache.- Specified by:
fetchByC_C_C
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pk- 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 useFinderCache) Returns the role where companyId = ? and classNameId = ? and classPK = ? or returnsnull
if it could not be found, optionally using the finder cache.- Specified by:
fetchByC_C_C
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkuseFinderCache
- whether to use 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pk- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pk- Returns:
- the number of matching roles
-
countByC_C_C
public int countByC_C_C(long companyId, long classNameId, long[] classPKs) Returns the number of roles where companyId = ? and classNameId = ? and classPK = any ?.- Specified by:
countByC_C_C
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPKs
- the class pks- Returns:
- the number of matching roles
-
filterCountByC_C_C
public int filterCountByC_C_C(long companyId, long classNameId, long classPK) Returns the number of roles that the user has permission to view where companyId = ? and classNameId = ? and classPK = ?.- Specified by:
filterCountByC_C_C
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pk- Returns:
- the number of matching roles that the user has permission to view
-
filterCountByC_C_C
public int filterCountByC_C_C(long companyId, long classNameId, long[] classPKs) Returns the number of roles that the user has permission to view where companyId = ? and classNameId = ? and classPK = any ?.- Specified by:
filterCountByC_C_C
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPKs
- the class pks- Returns:
- the number of matching roles that the user has permission to view
-
findByC_C_C_T
public List<com.liferay.portal.kernel.model.Role> findByC_C_C_T(long companyId, long classNameId, long[] classPKs, int type) Returns all the roles where companyId = ? and classNameId = ? and classPK = any ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
findByC_C_C_T
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPKs
- the class pkstype
- the type- Returns:
- the matching roles
-
findByC_C_C_T
public List<com.liferay.portal.kernel.model.Role> findByC_C_C_T(long companyId, long classNameId, long[] classPKs, int type, int start, int end) Returns a range of all the roles where companyId = ? and classNameId = ? and classPK = any ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
findByC_C_C_T
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPKs
- the class pkstype
- the typestart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)- Returns:
- the range of matching roles
-
findByC_C_C_T
public List<com.liferay.portal.kernel.model.Role> findByC_C_C_T(long companyId, long classNameId, long[] classPKs, 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 classNameId = ? and classPK = any ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
findByC_C_C_T
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPKs
- the class pkstype
- the typestart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching roles
-
findByC_C_C_T
public List<com.liferay.portal.kernel.model.Role> findByC_C_C_T(long companyId, long classNameId, long[] classPKs, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where companyId = ? and classNameId = ? and classPK = ? and type = ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
findByC_C_C_T
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPKs
- the class pkstype
- the typestart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching roles
-
findByC_C_C_T
public com.liferay.portal.kernel.model.Role findByC_C_C_T(long companyId, long classNameId, long classPK, int type) throws com.liferay.portal.kernel.exception.NoSuchRoleException Returns the role where companyId = ? and classNameId = ? and classPK = ? and type = ? or throws aNoSuchRoleException
if it could not be found.- Specified by:
findByC_C_C_T
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pktype
- the type- Returns:
- the matching role
- Throws:
com.liferay.portal.kernel.exception.NoSuchRoleException
- if a matching role could not be found
-
fetchByC_C_C_T
public com.liferay.portal.kernel.model.Role fetchByC_C_C_T(long companyId, long classNameId, long classPK, int type) Returns the role where companyId = ? and classNameId = ? and classPK = ? and type = ? or returnsnull
if it could not be found. Uses the finder cache.- Specified by:
fetchByC_C_C_T
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pktype
- the type- Returns:
- the matching role, or
null
if a matching role could not be found
-
fetchByC_C_C_T
public com.liferay.portal.kernel.model.Role fetchByC_C_C_T(long companyId, long classNameId, long classPK, int type, boolean useFinderCache) Returns the role where companyId = ? and classNameId = ? and classPK = ? and type = ? or returnsnull
if it could not be found, optionally using the finder cache.- Specified by:
fetchByC_C_C_T
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pktype
- the typeuseFinderCache
- whether to use the finder cache- Returns:
- the matching role, or
null
if a matching role could not be found
-
removeByC_C_C_T
public com.liferay.portal.kernel.model.Role removeByC_C_C_T(long companyId, long classNameId, long classPK, int type) throws com.liferay.portal.kernel.exception.NoSuchRoleException Removes the role where companyId = ? and classNameId = ? and classPK = ? and type = ? from the database.- Specified by:
removeByC_C_C_T
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pktype
- the type- Returns:
- the role that was removed
- Throws:
com.liferay.portal.kernel.exception.NoSuchRoleException
-
countByC_C_C_T
public int countByC_C_C_T(long companyId, long classNameId, long classPK, int type) Returns the number of roles where companyId = ? and classNameId = ? and classPK = ? and type = ?.- Specified by:
countByC_C_C_T
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pktype
- the type- Returns:
- the number of matching roles
-
countByC_C_C_T
public int countByC_C_C_T(long companyId, long classNameId, long[] classPKs, int type) Returns the number of roles where companyId = ? and classNameId = ? and classPK = any ? and type = ?.- Specified by:
countByC_C_C_T
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPKs
- the class pkstype
- the type- Returns:
- the number of matching roles
-
filterCountByC_C_C_T
public int filterCountByC_C_C_T(long companyId, long classNameId, long classPK, int type) Returns the number of roles that the user has permission to view where companyId = ? and classNameId = ? and classPK = ? and type = ?.- Specified by:
filterCountByC_C_C_T
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pktype
- the type- Returns:
- the number of matching roles that the user has permission to view
-
filterCountByC_C_C_T
public int filterCountByC_C_C_T(long companyId, long classNameId, long[] classPKs, int type) Returns the number of roles that the user has permission to view where companyId = ? and classNameId = ? and classPK = any ? and type = ?.- Specified by:
filterCountByC_C_C_T
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPKs
- the class pkstype
- the type- Returns:
- the number of matching roles that the user has permission to view
-
findByERC_C
public com.liferay.portal.kernel.model.Role findByERC_C(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.NoSuchRoleException Returns the role where externalReferenceCode = ? and companyId = ? or throws aNoSuchRoleException
if it could not be found.- Specified by:
findByERC_C
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company ID- Returns:
- the matching role
- Throws:
com.liferay.portal.kernel.exception.NoSuchRoleException
- if a matching role could not be found
-
fetchByERC_C
public com.liferay.portal.kernel.model.Role fetchByERC_C(String externalReferenceCode, long companyId) Returns the role where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found. Uses the finder cache.- Specified by:
fetchByERC_C
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company ID- Returns:
- the matching role, or
null
if a matching role could not be found
-
fetchByERC_C
public com.liferay.portal.kernel.model.Role fetchByERC_C(String externalReferenceCode, long companyId, boolean useFinderCache) Returns the role where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Specified by:
fetchByERC_C
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching role, or
null
if a matching role could not be found
-
removeByERC_C
public com.liferay.portal.kernel.model.Role removeByERC_C(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.NoSuchRoleException Removes the role where externalReferenceCode = ? and companyId = ? from the database.- Specified by:
removeByERC_C
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company ID- Returns:
- the role that was removed
- Throws:
com.liferay.portal.kernel.exception.NoSuchRoleException
-
countByERC_C
Returns the number of roles where externalReferenceCode = ? and companyId = ?.- Specified by:
countByERC_C
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company ID- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Overrides:
cacheResult
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Role>
- Parameters:
role
- the role
-
cacheResult
Caches the roles in the entity cache if it is enabled.- Specified by:
cacheResult
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
roles
- the roles
-
clearCache
public void clearCache()Clears the cache for all roles.The
EntityCache
andFinderCache
are both cleared by this method.- Specified by:
clearCache
in interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Role>
- Overrides:
clearCache
in classcom.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
andFinderCache
are both cleared by this method.- Specified by:
clearCache
in interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Role>
- Overrides:
clearCache
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Role>
-
clearCache
- Specified by:
clearCache
in interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Role>
- Overrides:
clearCache
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Role>
-
clearCache
- Specified by:
clearCache
in interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Role>
-
cacheUniqueFindersCache
-
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 interfacecom.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 interfacecom.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 interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Role>
- Overrides:
remove
in classcom.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 classcom.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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Overrides:
updateImpl
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.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 acom.liferay.portal.kernel.exception.NoSuchModelException
if it could not be found.- Specified by:
findByPrimaryKey
in interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Role>
- Overrides:
findByPrimaryKey
in classcom.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 aNoSuchRoleException
if it could not be found.- Specified by:
findByPrimaryKey
in interfacecom.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
Returns the role with the primary key or returnsnull
if it could not be found.- Specified by:
fetchByPrimaryKey
in interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Role>
- Overrides:
fetchByPrimaryKey
in classcom.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 returnsnull
if it could not be found.- Specified by:
fetchByPrimaryKey
in interfacecom.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 interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Role>
- Overrides:
fetchByPrimaryKeys
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Role>
-
findAll
Returns all the roles.- Specified by:
findAll
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Returns:
- the roles
-
findAll
Returns a range of all the roles.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
findAll
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
start
- the lower bound of the range of rolesend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
findAll
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
start
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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 useFinderCache) Returns an ordered range of all the roles.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
findAll
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
start
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of roles
-
removeAll
public void removeAll()Removes all the roles from the database.- Specified by:
removeAll
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
-
countAll
public int countAll()Returns the number of roles.- Specified by:
countAll
in interfacecom.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 interfacecom.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
Returns all the groups associated with the role.- Specified by:
getGroups
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
pk
- the primary key of the role- Returns:
- the groups associated with the role
-
getGroups
Returns a range of all the groups associated with the role.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
getGroups
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
pk
- the primary key of the rolestart
- the lower bound of the range of rolesend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
getGroups
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
pk
- the primary key of the rolestart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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 interfacecom.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) Returnstrue
if the group is associated with the role.- Specified by:
containsGroup
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
pk
- the primary key of the rolegroupPK
- the primary key of the group- Returns:
true
if the group is associated with the role;false
otherwise
-
containsGroups
public boolean containsGroups(long pk) Returnstrue
if the role has any groups associated with it.- Specified by:
containsGroups
in interfacecom.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 boolean 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
pk
- the primary key of the rolegroupPK
- the primary key of the group- Returns:
true
if an association between the role and the group was added;false
if they were already associated
-
addGroup
public boolean 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
pk
- the primary key of the rolegroup
- the group- Returns:
true
if an association between the role and the group was added;false
if they were already associated
-
addGroups
public boolean 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
pk
- the primary key of the rolegroupPKs
- the primary keys of the groups- Returns:
true
if at least one association between the role and the groups was added;false
if they were all already associated
-
addGroups
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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
pk
- the primary key of the rolegroups
- the groups- Returns:
true
if at least one association between the role and the groups was added;false
if they were all already associated
-
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 interfacecom.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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
pk
- the primary key of the rolegroupPK
- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
pk
- the primary key of the rolegroup
- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
pk
- the primary key of the rolegroupPKs
- the primary keys of the groups
-
removeGroups
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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
pk
- the primary key of the rolegroups
- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
pk
- the primary key of the rolegroupPKs
- the primary keys of the groups to be associated with the role
-
setGroups
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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
pk
- the primary key of the rolegroups
- 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 interfacecom.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
Returns all the users associated with the role.- Specified by:
getUsers
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
pk
- the primary key of the role- Returns:
- the users associated with the role
-
getUsers
Returns a range of all the users associated with the role.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
getUsers
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
pk
- the primary key of the rolestart
- the lower bound of the range of rolesend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromRoleModelImpl
.- Specified by:
getUsers
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
pk
- the primary key of the rolestart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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 interfacecom.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) Returnstrue
if the user is associated with the role.- Specified by:
containsUser
in interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
pk
- the primary key of the roleuserPK
- the primary key of the user- Returns:
true
if the user is associated with the role;false
otherwise
-
containsUsers
public boolean containsUsers(long pk) Returnstrue
if the role has any users associated with it.- Specified by:
containsUsers
in interfacecom.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 boolean 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
pk
- the primary key of the roleuserPK
- the primary key of the user- Returns:
true
if an association between the role and the user was added;false
if they were already associated
-
addUser
public boolean 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
pk
- the primary key of the roleuser
- the user- Returns:
true
if an association between the role and the user was added;false
if they were already associated
-
addUsers
public boolean 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
pk
- the primary key of the roleuserPKs
- the primary keys of the users- Returns:
true
if at least one association between the role and the users was added;false
if they were all already associated
-
addUsers
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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
pk
- the primary key of the roleusers
- the users- Returns:
true
if at least one association between the role and the users was added;false
if they were all already associated
-
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 interfacecom.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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
pk
- the primary key of the roleuserPK
- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
pk
- the primary key of the roleuser
- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
pk
- the primary key of the roleuserPKs
- the primary keys of the users
-
removeUsers
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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
pk
- the primary key of the roleusers
- 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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
pk
- the primary key of the roleuserPKs
- the primary keys of the users to be associated with the role
-
setUsers
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 interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
- Parameters:
pk
- the primary key of the roleusers
- the users to be associated with the role
-
getBadColumnNames
- Specified by:
getBadColumnNames
in interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Role>
- Overrides:
getBadColumnNames
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Role>
-
getEntityCache
protected com.liferay.portal.kernel.dao.orm.EntityCache getEntityCache()- Overrides:
getEntityCache
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Role>
-
getPKDBName
- Overrides:
getPKDBName
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Role>
-
getSelectSQL
- Overrides:
getSelectSQL
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Role>
-
getCTColumnNames
public Set<String> getCTColumnNames(com.liferay.portal.kernel.change.tracking.CTColumnResolutionType ctColumnResolutionType) - Specified by:
getCTColumnNames
in interfacecom.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.Role>
-
getMappingTableNames
- Specified by:
getMappingTableNames
in interfacecom.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.Role>
-
getTableColumnsMap
- Specified by:
getTableColumnsMap
in interfacecom.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.Role>
- Overrides:
getTableColumnsMap
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Role>
-
getTableName
- Specified by:
getTableName
in interfacecom.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.Role>
-
getUniqueIndexColumnNames
- Specified by:
getUniqueIndexColumnNames
in interfacecom.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.Role>
-
afterPropertiesSet
public void afterPropertiesSet()Initializes the role persistence. -
destroy
public void destroy() -
getFinderCache
protected com.liferay.portal.kernel.dao.orm.FinderCache getFinderCache()- Overrides:
getFinderCache
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Role>
-