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 Stringstatic final Stringstatic final Stringprotected com.liferay.portal.kernel.service.persistence.GroupPersistenceprotected 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.UserPersistenceFields 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 TypeMethodDescriptionbooleanaddGroup(long pk, long groupPK) Adds an association between the role and the group.booleanaddGroup(long pk, com.liferay.portal.kernel.model.Group group) Adds an association between the role and the group.booleanaddGroups(long pk, long[] groupPKs) Adds an association between the role and the groups.booleanAdds an association between the role and the groups.booleanaddUser(long pk, long userPK) Adds an association between the role and the user.booleanaddUser(long pk, com.liferay.portal.kernel.model.User user) Adds an association between the role and the user.booleanaddUsers(long pk, long[] userPKs) Adds an association between the role and the users.booleanAdds an association between the role and the users.voidInitializes the role persistence.voidcacheResult(com.liferay.portal.kernel.model.Role role) Caches the role in the entity cache if it is enabled.voidcacheResult(List<com.liferay.portal.kernel.model.Role> roles) Caches the roles in the entity cache if it is enabled.protected voidcacheUniqueFindersCache(RoleModelImpl roleModelImpl) voidClears the cache for all roles.voidclearCache(com.liferay.portal.kernel.model.Role role) Clears the cache for the role.voidclearCache(List<com.liferay.portal.kernel.model.Role> roles) voidclearCache(Set<Serializable> primaryKeys) voidclearGroups(long pk) Clears all associations between the role and its groups.voidclearUsers(long pk) Clears all associations between the role and its users.booleancontainsGroup(long pk, long groupPK) Returnstrueif the group is associated with the role.booleancontainsGroups(long pk) Returnstrueif the role has any groups associated with it.booleancontainsUser(long pk, long userPK) Returnstrueif the user is associated with the role.booleancontainsUsers(long pk) Returnstrueif the role has any users associated with it.intcountAll()Returns the number of roles.intcountByC_C_C(long companyId, long classNameId, long classPK) Returns the number of roles where companyId = ? and classNameId = ? and classPK = ?.intcountByC_C_C(long companyId, long classNameId, long[] classPKs) Returns the number of roles where companyId = ? and classNameId = ? and classPK = any ?.intcountByC_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 = ?.intcountByC_C_C_T(long companyId, long classNameId, long classPK, int type) Returns the number of roles where companyId = ? and classNameId = ? and classPK = ? and type = ?.intcountByC_N(long companyId, String name) Returns the number of roles where companyId = ? and name = ?.intcountByC_T(long companyId, int type) Returns the number of roles where companyId = ? and type = ?.intcountByC_T(long companyId, int[] types) Returns the number of roles where companyId = ? and type = any ?.intcountByCompanyId(long companyId) Returns the number of roles where companyId = ?.intcountByERC_C(String externalReferenceCode, long companyId) Returns the number of roles where externalReferenceCode = ? and companyId = ?.intcountByName(String name) Returns the number of roles where name = ?.intcountBySubtype(String subtype) Returns the number of roles where subtype = ?.intcountByT_S(int type, String subtype) Returns the number of roles where type = ? and subtype = ?.intcountByType(int type) Returns the number of roles where type = ?.intcountByUuid(String uuid) Returns the number of roles where uuid = ?.intcountByUuid_C(String uuid, long companyId) Returns the number of roles where uuid = ? and companyId = ?.com.liferay.portal.kernel.model.Rolecreate(long roleId) Creates a new role with the primary key.voiddestroy()com.liferay.portal.kernel.model.RolefetchByC_C_C(long companyId, long classNameId, long classPK) Returns the role where companyId = ? and classNameId = ? and classPK = ? or returnsnullif it could not be found.com.liferay.portal.kernel.model.RolefetchByC_C_C(long companyId, long classNameId, long classPK, boolean useFinderCache) Returns the role where companyId = ? and classNameId = ? and classPK = ? or returnsnullif it could not be found, optionally using the finder cache.com.liferay.portal.kernel.model.RolefetchByC_C_C_T(long companyId, long classNameId, long classPK, int type) Returns the role where companyId = ? and classNameId = ? and classPK = ? and type = ? or returnsnullif it could not be found.com.liferay.portal.kernel.model.RolefetchByC_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 returnsnullif it could not be found, optionally using the finder cache.com.liferay.portal.kernel.model.RolefetchByC_N(long companyId, String name) Returns the role where companyId = ? and name = ? or returnsnullif it could not be found.com.liferay.portal.kernel.model.RolefetchByC_N(long companyId, String name, boolean useFinderCache) Returns the role where companyId = ? and name = ? or returnsnullif it could not be found, optionally using the finder cache.com.liferay.portal.kernel.model.RolefetchByC_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.RolefetchByC_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.RolefetchByCompanyId_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.RolefetchByCompanyId_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.RolefetchByERC_C(String externalReferenceCode, long companyId) Returns the role where externalReferenceCode = ? and companyId = ? or returnsnullif it could not be found.com.liferay.portal.kernel.model.RolefetchByERC_C(String externalReferenceCode, long companyId, boolean useFinderCache) Returns the role where externalReferenceCode = ? and companyId = ? or returnsnullif it could not be found, optionally using the finder cache.com.liferay.portal.kernel.model.RolefetchByName_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.RolefetchByName_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.RolefetchByPrimaryKey(long roleId) Returns the role with the primary key or returnsnullif it could not be found.com.liferay.portal.kernel.model.RolefetchByPrimaryKey(Serializable primaryKey) Returns the role with the primary key or returnsnullif it could not be found.Map<Serializable,com.liferay.portal.kernel.model.Role> fetchByPrimaryKeys(Set<Serializable> primaryKeys) com.liferay.portal.kernel.model.RolefetchBySubtype_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.RolefetchBySubtype_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.RolefetchByT_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.RolefetchByT_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.RolefetchByType_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.RolefetchByType_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.RolefetchByUuid_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.RolefetchByUuid_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.RolefetchByUuid_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.RolefetchByUuid_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 = ?.intfilterCountByC_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 = ?.intfilterCountByC_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 ?.intfilterCountByC_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 = ?.intfilterCountByC_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 = ?.intfilterCountByC_T(long companyId, int type) Returns the number of roles that the user has permission to view where companyId = ? and type = ?.intfilterCountByC_T(long companyId, int[] types) Returns the number of roles that the user has permission to view where companyId = ? and type = any ?.intfilterCountByCompanyId(long companyId) Returns the number of roles that the user has permission to view where companyId = ?.intfilterCountByName(String name) Returns the number of roles that the user has permission to view where name = ?.intfilterCountBySubtype(String subtype) Returns the number of roles that the user has permission to view where subtype = ?.intfilterCountByT_S(int type, String subtype) Returns the number of roles that the user has permission to view where type = ? and subtype = ?.intfilterCountByType(int type) Returns the number of roles that the user has permission to view where type = ?.intfilterCountByUuid(String uuid) Returns the number of roles that the user has permission to view where uuid = ?.intfilterCountByUuid_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.RolefilterGetByC_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.RolefilterGetByCompanyId_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.RolefilterGetByName_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.RolefilterGetBySubtype_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.RolefilterGetByT_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.RolefilterGetByType_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.RolefilterGetByUuid_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.RolefilterGetByUuid_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.RolefindByC_C_C(long companyId, long classNameId, long classPK) Returns the role where companyId = ? and classNameId = ? and classPK = ? or throws aNoSuchRoleExceptionif 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.RolefindByC_C_C_T(long companyId, long classNameId, long classPK, int type) Returns the role where companyId = ? and classNameId = ? and classPK = ? and type = ? or throws aNoSuchRoleExceptionif it could not be found.com.liferay.portal.kernel.model.RoleReturns the role where companyId = ? and name = ? or throws aNoSuchRoleExceptionif 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.RolefindByC_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.RolefindByC_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.RolefindByCompanyId_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.RolefindByCompanyId_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.RolefindByERC_C(String externalReferenceCode, long companyId) Returns the role where externalReferenceCode = ? and companyId = ? or throws aNoSuchRoleExceptionif 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.RolefindByName_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.RolefindByName_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.RolefindByPrimaryKey(long roleId) Returns the role with the primary key or throws aNoSuchRoleExceptionif it could not be found.com.liferay.portal.kernel.model.RolefindByPrimaryKey(Serializable primaryKey) Returns the role with the primary key or throws acom.liferay.portal.kernel.exception.NoSuchModelExceptionif 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.RolefindBySubtype_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.RolefindBySubtype_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.RolefindByT_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.RolefindByT_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.RolefindByType_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.RolefindByType_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.RolefindByUuid_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.RolefindByUuid_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.RolefindByUuid_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.RolefindByUuid_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.RolegetByC_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.RolegetByCompanyId_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.RolegetByName_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.RolegetBySubtype_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.RolegetByT_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.RolegetByType_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.RolegetByUuid_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.RolegetByUuid_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.EntityCacheprotected com.liferay.portal.kernel.dao.orm.FinderCachelong[]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.intgetGroupsSize(long pk) Returns the number of groups associated with the role.protected Stringprotected Stringlong[]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.intgetUsersSize(long pk) Returns the number of users associated with the role.com.liferay.portal.kernel.model.Roleremove(long roleId) Removes the role with the primary key from the database.com.liferay.portal.kernel.model.Roleremove(Serializable primaryKey) Removes the role with the primary key from the database.voidRemoves all the roles from the database.com.liferay.portal.kernel.model.RoleremoveByC_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.RoleremoveByC_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.RoleremoveByC_N(long companyId, String name) Removes the role where companyId = ? and name = ? from the database.voidremoveByC_T(long companyId, int type) Removes all the roles where companyId = ? and type = ? from the database.voidremoveByCompanyId(long companyId) Removes all the roles where companyId = ? from the database.com.liferay.portal.kernel.model.RoleremoveByERC_C(String externalReferenceCode, long companyId) Removes the role where externalReferenceCode = ? and companyId = ? from the database.voidremoveByName(String name) Removes all the roles where name = ? from the database.voidremoveBySubtype(String subtype) Removes all the roles where subtype = ? from the database.voidremoveByT_S(int type, String subtype) Removes all the roles where type = ? and subtype = ? from the database.voidremoveByType(int type) Removes all the roles where type = ? from the database.voidremoveByUuid(String uuid) Removes all the roles where uuid = ? from the database.voidremoveByUuid_C(String uuid, long companyId) Removes all the roles where uuid = ? and companyId = ? from the database.voidremoveGroup(long pk, long groupPK) Removes the association between the role and the group.voidremoveGroup(long pk, com.liferay.portal.kernel.model.Group group) Removes the association between the role and the group.voidremoveGroups(long pk, long[] groupPKs) Removes the association between the role and the groups.voidremoveGroups(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.RoleremoveImpl(com.liferay.portal.kernel.model.Role role) voidremoveUser(long pk, long userPK) Removes the association between the role and the user.voidremoveUser(long pk, com.liferay.portal.kernel.model.User user) Removes the association between the role and the user.voidremoveUsers(long pk, long[] userPKs) Removes the association between the role and the users.voidremoveUsers(long pk, List<com.liferay.portal.kernel.model.User> users) Removes the association between the role and the users.voidsetGroups(long pk, long[] groupPKs) Sets the groups associated with the role, removing and adding associations as necessary.voidSets the groups associated with the role, removing and adding associations as necessary.voidsetUsers(long pk, long[] userPKs) Sets the users associated with the role, removing and adding associations as necessary.voidSets the users associated with the role, removing and adding associations as necessary.com.liferay.portal.kernel.model.RoleupdateImpl(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, updateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
findByUuidin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
findByUuidin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
findByUuidin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
findByUuidin 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_Firstin 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_Firstin 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
nullif 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_Lastin 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_Lastin 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
nullif 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_PrevAndNextin 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:
filterFindByUuidin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
filterFindByUuidin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
filterFindByUuidin 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_PrevAndNextin 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:
removeByUuidin interfacecom.liferay.portal.kernel.service.persistence.RolePersistence- Parameters:
uuid- the uuid
-
countByUuid
Returns the number of roles where uuid = ?.- Specified by:
countByUuidin 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:
filterCountByUuidin 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_Cin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
findByUuid_Cin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
findByUuid_Cin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
findByUuid_Cin 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_Firstin 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_Firstin 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
nullif 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_Lastin 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_Lastin 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
nullif 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_PrevAndNextin 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_Cin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
filterFindByUuid_Cin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
filterFindByUuid_Cin 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_PrevAndNextin 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_Cin 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_Cin 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_Cin 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:
findByCompanyIdin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
findByCompanyIdin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
findByCompanyIdin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
findByCompanyIdin 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_Firstin 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_Firstin 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
nullif 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_Lastin 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_Lastin 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
nullif 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_PrevAndNextin 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:
filterFindByCompanyIdin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
filterFindByCompanyIdin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
filterFindByCompanyIdin 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_PrevAndNextin 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:
removeByCompanyIdin 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:
countByCompanyIdin 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:
filterCountByCompanyIdin 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:
findByNamein 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
findByNamein 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
findByNamein 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
findByNamein 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_Firstin 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_Firstin 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
nullif 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_Lastin 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_Lastin 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
nullif 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_PrevAndNextin 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:
filterFindByNamein 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
filterFindByNamein 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
filterFindByNamein 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_PrevAndNextin 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:
removeByNamein interfacecom.liferay.portal.kernel.service.persistence.RolePersistence- Parameters:
name- the name
-
countByName
Returns the number of roles where name = ?.- Specified by:
countByNamein 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:
filterCountByNamein 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:
findByTypein 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
findByTypein 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
findByTypein 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
findByTypein 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_Firstin 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_Firstin 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
nullif 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_Lastin 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_Lastin 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
nullif 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_PrevAndNextin 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:
filterFindByTypein 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
filterFindByTypein 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
filterFindByTypein 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_PrevAndNextin 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:
removeByTypein 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:
countByTypein 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:
filterCountByTypein 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:
findBySubtypein 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
findBySubtypein 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
findBySubtypein 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
findBySubtypein 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_Firstin 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_Firstin 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
nullif 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_Lastin 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_Lastin 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
nullif 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_PrevAndNextin 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:
filterFindBySubtypein 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
filterFindBySubtypein 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
filterFindBySubtypein 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_PrevAndNextin 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:
removeBySubtypein interfacecom.liferay.portal.kernel.service.persistence.RolePersistence- Parameters:
subtype- the subtype
-
countBySubtype
Returns the number of roles where subtype = ?.- Specified by:
countBySubtypein 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:
filterCountBySubtypein 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 aNoSuchRoleExceptionif it could not be found.- Specified by:
findByC_Nin 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 returnsnullif it could not be found. Uses the finder cache.- Specified by:
fetchByC_Nin interfacecom.liferay.portal.kernel.service.persistence.RolePersistence- Parameters:
companyId- the company IDname- the name- Returns:
- the matching role, or
nullif 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 returnsnullif it could not be found, optionally using the finder cache.- Specified by:
fetchByC_Nin 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
nullif 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_Nin 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_Nin 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_Tin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
findByC_Tin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
findByC_Tin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
findByC_Tin 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_Firstin 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_Firstin 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
nullif 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_Lastin 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_Lastin 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
nullif 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_PrevAndNextin 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_Tin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
filterFindByC_Tin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
filterFindByC_Tin 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_PrevAndNextin 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_Tin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
filterFindByC_Tin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
filterFindByC_Tin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
findByC_Tin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
findByC_Tin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
findByC_Tin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
findByC_Tin 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_Tin 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_Tin 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_Tin 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_Tin 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_Tin 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_Sin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
findByT_Sin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
findByT_Sin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
findByT_Sin 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_Firstin 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_Firstin 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
nullif 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_Lastin 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_Lastin 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
nullif 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_PrevAndNextin 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_Sin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
filterFindByT_Sin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
filterFindByT_Sin 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_PrevAndNextin 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_Sin 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_Sin 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_Sin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
findByC_C_Cin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
findByC_C_Cin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
findByC_C_Cin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
findByC_C_Cin 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 aNoSuchRoleExceptionif it could not be found.- Specified by:
findByC_C_Cin 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 returnsnullif it could not be found. Uses the finder cache.- Specified by:
fetchByC_C_Cin interfacecom.liferay.portal.kernel.service.persistence.RolePersistence- Parameters:
companyId- the company IDclassNameId- the class name IDclassPK- the class pk- Returns:
- the matching role, or
nullif 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 returnsnullif it could not be found, optionally using the finder cache.- Specified by:
fetchByC_C_Cin 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
nullif 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_Cin 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_Cin 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_Cin 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_Cin 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_Cin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
findByC_C_C_Tin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
findByC_C_C_Tin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
findByC_C_C_Tin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
findByC_C_C_Tin 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 aNoSuchRoleExceptionif it could not be found.- Specified by:
findByC_C_C_Tin 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 returnsnullif it could not be found. Uses the finder cache.- Specified by:
fetchByC_C_C_Tin 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
nullif 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 returnsnullif it could not be found, optionally using the finder cache.- Specified by:
fetchByC_C_C_Tin 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
nullif 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_Tin 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_Tin 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_Tin 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_Tin 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_Tin 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 aNoSuchRoleExceptionif it could not be found.- Specified by:
findByERC_Cin 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 returnsnullif it could not be found. Uses the finder cache.- Specified by:
fetchByERC_Cin interfacecom.liferay.portal.kernel.service.persistence.RolePersistence- Parameters:
externalReferenceCode- the external reference codecompanyId- the company ID- Returns:
- the matching role, or
nullif 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 returnsnullif it could not be found, optionally using the finder cache.- Specified by:
fetchByERC_Cin 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
nullif 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_Cin 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_Cin 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:
cacheResultin interfacecom.liferay.portal.kernel.service.persistence.RolePersistence- Overrides:
cacheResultin 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:
cacheResultin interfacecom.liferay.portal.kernel.service.persistence.RolePersistence- Parameters:
roles- the roles
-
clearCache
public void clearCache()Clears the cache for all roles.The
EntityCacheandFinderCacheare both cleared by this method.- Specified by:
clearCachein interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Role>- Overrides:
clearCachein 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
EntityCacheandFinderCacheare both cleared by this method.- Specified by:
clearCachein interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Role>- Overrides:
clearCachein classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Role>
-
clearCache
- Specified by:
clearCachein interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Role>- Overrides:
clearCachein classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Role>
-
clearCache
- Specified by:
clearCachein 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:
createin 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:
removein 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:
removein interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Role>- Overrides:
removein 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:
removeImplin 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:
updateImplin interfacecom.liferay.portal.kernel.service.persistence.RolePersistence- Overrides:
updateImplin 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.NoSuchModelExceptionif it could not be found.- Specified by:
findByPrimaryKeyin interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Role>- Overrides:
findByPrimaryKeyin 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 aNoSuchRoleExceptionif it could not be found.- Specified by:
findByPrimaryKeyin 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 returnsnullif it could not be found.- Specified by:
fetchByPrimaryKeyin interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Role>- Overrides:
fetchByPrimaryKeyin 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
nullif 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 returnsnullif it could not be found.- Specified by:
fetchByPrimaryKeyin interfacecom.liferay.portal.kernel.service.persistence.RolePersistence- Parameters:
roleId- the primary key of the role- Returns:
- the role, or
nullif 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:
fetchByPrimaryKeysin interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Role>- Overrides:
fetchByPrimaryKeysin classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Role>
-
findAll
Returns all the roles.- Specified by:
findAllin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
findAllin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
findAllin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
findAllin 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:
removeAllin interfacecom.liferay.portal.kernel.service.persistence.RolePersistence
-
countAll
public int countAll()Returns the number of roles.- Specified by:
countAllin 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:
getGroupPrimaryKeysin 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:
getGroupsin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
getGroupsin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
getGroupsin 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:
getGroupsSizein 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) Returnstrueif the group is associated with the role.- Specified by:
containsGroupin interfacecom.liferay.portal.kernel.service.persistence.RolePersistence- Parameters:
pk- the primary key of the rolegroupPK- the primary key of the group- Returns:
trueif the group is associated with the role;falseotherwise
-
containsGroups
public boolean containsGroups(long pk) Returnstrueif the role has any groups associated with it.- Specified by:
containsGroupsin interfacecom.liferay.portal.kernel.service.persistence.RolePersistence- Parameters:
pk- the primary key of the role to check for associations with groups- Returns:
trueif the role has any groups associated with it;falseotherwise
-
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:
addGroupin interfacecom.liferay.portal.kernel.service.persistence.RolePersistence- Parameters:
pk- the primary key of the rolegroupPK- the primary key of the group- Returns:
trueif an association between the role and the group was added;falseif 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:
addGroupin interfacecom.liferay.portal.kernel.service.persistence.RolePersistence- Parameters:
pk- the primary key of the rolegroup- the group- Returns:
trueif an association between the role and the group was added;falseif 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:
addGroupsin interfacecom.liferay.portal.kernel.service.persistence.RolePersistence- Parameters:
pk- the primary key of the rolegroupPKs- the primary keys of the groups- Returns:
trueif at least one association between the role and the groups was added;falseif 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:
addGroupsin interfacecom.liferay.portal.kernel.service.persistence.RolePersistence- Parameters:
pk- the primary key of the rolegroups- the groups- Returns:
trueif at least one association between the role and the groups was added;falseif 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:
clearGroupsin 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:
removeGroupin 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:
removeGroupin 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:
removeGroupsin 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:
removeGroupsin 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:
setGroupsin 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:
setGroupsin 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:
getUserPrimaryKeysin 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:
getUsersin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
getUsersin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromRoleModelImpl.- Specified by:
getUsersin 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:
getUsersSizein 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) Returnstrueif the user is associated with the role.- Specified by:
containsUserin interfacecom.liferay.portal.kernel.service.persistence.RolePersistence- Parameters:
pk- the primary key of the roleuserPK- the primary key of the user- Returns:
trueif the user is associated with the role;falseotherwise
-
containsUsers
public boolean containsUsers(long pk) Returnstrueif the role has any users associated with it.- Specified by:
containsUsersin interfacecom.liferay.portal.kernel.service.persistence.RolePersistence- Parameters:
pk- the primary key of the role to check for associations with users- Returns:
trueif the role has any users associated with it;falseotherwise
-
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:
addUserin interfacecom.liferay.portal.kernel.service.persistence.RolePersistence- Parameters:
pk- the primary key of the roleuserPK- the primary key of the user- Returns:
trueif an association between the role and the user was added;falseif 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:
addUserin interfacecom.liferay.portal.kernel.service.persistence.RolePersistence- Parameters:
pk- the primary key of the roleuser- the user- Returns:
trueif an association between the role and the user was added;falseif 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:
addUsersin interfacecom.liferay.portal.kernel.service.persistence.RolePersistence- Parameters:
pk- the primary key of the roleuserPKs- the primary keys of the users- Returns:
trueif at least one association between the role and the users was added;falseif 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:
addUsersin interfacecom.liferay.portal.kernel.service.persistence.RolePersistence- Parameters:
pk- the primary key of the roleusers- the users- Returns:
trueif at least one association between the role and the users was added;falseif 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:
clearUsersin 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:
removeUserin 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:
removeUserin 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:
removeUsersin 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:
removeUsersin 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:
setUsersin 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:
setUsersin 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:
getBadColumnNamesin interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Role>- Overrides:
getBadColumnNamesin 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:
getEntityCachein classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Role>
-
getPKDBName
- Overrides:
getPKDBNamein classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Role>
-
getSelectSQL
- Overrides:
getSelectSQLin 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:
getCTColumnNamesin interfacecom.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.Role>
-
getMappingTableNames
- Specified by:
getMappingTableNamesin interfacecom.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.Role>
-
getTableColumnsMap
- Specified by:
getTableColumnsMapin interfacecom.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.Role>- Overrides:
getTableColumnsMapin classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Role>
-
getTableName
- Specified by:
getTableNamein interfacecom.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.Role>
-
getUniqueIndexColumnNames
- Specified by:
getUniqueIndexColumnNamesin 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:
getFinderCachein classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Role>
-