Class ResourcePermissionUtil
com.liferay.portal.service.persistence.impl.ResourcePermissionPersistenceImpl
and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
cacheResult
(ResourcePermission resourcePermission) Caches the resource permission in the entity cache if it is enabled.static void
cacheResult
(List<ResourcePermission> resourcePermissions) Caches the resource permissions in the entity cache if it is enabled.static void
static void
clearCache
(ResourcePermission resourcePermission) static int
countAll()
Returns the number of resource permissions.static int
countByC_LikeP
(long companyId, String primKey) Returns the number of resource permissions where companyId = ? and primKey LIKE ?.static int
countByC_N_S
(long companyId, String name, int scope) Returns the number of resource permissions where companyId = ? and name = ? and scope = ?.static int
countByC_N_S_P
(long companyId, String name, int scope, String primKey) Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.static int
countByC_N_S_P
(long companyId, String name, int scope, String[] primKeys) Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKey = any ?.static int
countByC_N_S_P_R
(long companyId, String name, int scope, String primKey, long roleId) Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?.static int
countByC_N_S_P_R
(long companyId, String name, int scope, String primKey, long[] roleIds) Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?.static int
countByC_N_S_P_R_V
(long companyId, String name, int scope, long primKeyId, long[] roleIds, boolean viewActionId) Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = any ? and viewActionId = ?.static int
countByC_N_S_P_R_V
(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId) Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.static int
countByC_N_S_R
(long companyId, String name, int scope, long roleId) Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and roleId = ?.static int
countByC_N_S_R_V
(long companyId, String name, int scope, long[] roleIds, boolean viewActionId) Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and roleId = any ? and viewActionId = ?.static int
countByC_N_S_R_V
(long companyId, String name, int scope, long roleId, boolean viewActionId) Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and roleId = ? and viewActionId = ?.static int
countByC_S_P
(long companyId, int scope, String primKey) Returns the number of resource permissions where companyId = ? and scope = ? and primKey = ?.static int
countByName
(String name) Returns the number of resource permissions where name = ?.static int
countByRoleId
(long roleId) Returns the number of resource permissions where roleId = ?.static int
countByScope
(int scope) Returns the number of resource permissions where scope = ?.static int
countByScope
(int[] scopes) Returns the number of resource permissions where scope = any ?.static long
countWithDynamicQuery
(DynamicQuery dynamicQuery) static ResourcePermission
create
(long resourcePermissionId) Creates a new resource permission with the primary key.static ResourcePermission
fetchByC_LikeP_First
(long companyId, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?.static ResourcePermission
fetchByC_LikeP_Last
(long companyId, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.static ResourcePermission
fetchByC_N_S_First
(long companyId, String name, int scope, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?.static ResourcePermission
fetchByC_N_S_Last
(long companyId, String name, int scope, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?.static ResourcePermission
fetchByC_N_S_P_First
(long companyId, String name, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.static ResourcePermission
fetchByC_N_S_P_Last
(long companyId, String name, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.static ResourcePermission
fetchByC_N_S_P_R
(long companyId, String name, int scope, String primKey, long roleId) Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? or returnsnull
if it could not be found.static ResourcePermission
fetchByC_N_S_P_R
(long companyId, String name, int scope, String primKey, long roleId, boolean useFinderCache) Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? or returnsnull
if it could not be found, optionally using the finder cache.static ResourcePermission
fetchByC_N_S_P_R_V_First
(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.static ResourcePermission
fetchByC_N_S_P_R_V_Last
(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.static ResourcePermission
fetchByC_N_S_R_First
(long companyId, String name, int scope, long roleId, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and roleId = ?.static ResourcePermission
fetchByC_N_S_R_Last
(long companyId, String name, int scope, long roleId, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and roleId = ?.static ResourcePermission
fetchByC_N_S_R_V_First
(long companyId, String name, int scope, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and roleId = ? and viewActionId = ?.static ResourcePermission
fetchByC_N_S_R_V_Last
(long companyId, String name, int scope, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and roleId = ? and viewActionId = ?.static ResourcePermission
fetchByC_S_P_First
(long companyId, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where companyId = ? and scope = ? and primKey = ?.static ResourcePermission
fetchByC_S_P_Last
(long companyId, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where companyId = ? and scope = ? and primKey = ?.static ResourcePermission
fetchByName_First
(String name, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where name = ?.static ResourcePermission
fetchByName_Last
(String name, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where name = ?.static ResourcePermission
fetchByPrimaryKey
(long resourcePermissionId) Returns the resource permission with the primary key or returnsnull
if it could not be found.static Map<Serializable,
ResourcePermission> fetchByPrimaryKeys
(Set<Serializable> primaryKeys) static ResourcePermission
fetchByRoleId_First
(long roleId, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where roleId = ?.static ResourcePermission
fetchByRoleId_Last
(long roleId, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where roleId = ?.static ResourcePermission
fetchByScope_First
(int scope, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where scope = ?.static ResourcePermission
fetchByScope_Last
(int scope, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where scope = ?.static List<ResourcePermission>
findAll()
Returns all the resource permissions.static List<ResourcePermission>
findAll
(int start, int end) Returns a range of all the resource permissions.static List<ResourcePermission>
findAll
(int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions.static List<ResourcePermission>
findAll
(int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions.static List<ResourcePermission>
findByC_LikeP
(long companyId, String primKey) Returns all the resource permissions where companyId = ? and primKey LIKE ?.static List<ResourcePermission>
findByC_LikeP
(long companyId, String primKey, int start, int end) Returns a range of all the resource permissions where companyId = ? and primKey LIKE ?.static List<ResourcePermission>
findByC_LikeP
(long companyId, String primKey, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where companyId = ? and primKey LIKE ?.static List<ResourcePermission>
findByC_LikeP
(long companyId, String primKey, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where companyId = ? and primKey LIKE ?.static ResourcePermission
findByC_LikeP_First
(long companyId, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?.static ResourcePermission
findByC_LikeP_Last
(long companyId, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.static ResourcePermission[]
findByC_LikeP_PrevAndNext
(long resourcePermissionId, long companyId, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and primKey LIKE ?.static List<ResourcePermission>
findByC_N_S
(long companyId, String name, int scope) Returns all the resource permissions where companyId = ? and name = ? and scope = ?.static List<ResourcePermission>
findByC_N_S
(long companyId, String name, int scope, int start, int end) Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ?.static List<ResourcePermission>
findByC_N_S
(long companyId, String name, int scope, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ?.static List<ResourcePermission>
findByC_N_S
(long companyId, String name, int scope, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ?.static ResourcePermission
findByC_N_S_First
(long companyId, String name, int scope, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?.static ResourcePermission
findByC_N_S_Last
(long companyId, String name, int scope, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?.static List<ResourcePermission>
findByC_N_S_P
(long companyId, String name, int scope, String primKey) Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.static List<ResourcePermission>
findByC_N_S_P
(long companyId, String name, int scope, String[] primKeys) Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = any ?.static List<ResourcePermission>
findByC_N_S_P
(long companyId, String name, int scope, String[] primKeys, int start, int end) Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = any ?.static List<ResourcePermission>
findByC_N_S_P
(long companyId, String name, int scope, String[] primKeys, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = any ?.static List<ResourcePermission>
findByC_N_S_P
(long companyId, String name, int scope, String[] primKeys, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?, optionally using the finder cache.static List<ResourcePermission>
findByC_N_S_P
(long companyId, String name, int scope, String primKey, int start, int end) Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.static List<ResourcePermission>
findByC_N_S_P
(long companyId, String name, int scope, String primKey, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.static List<ResourcePermission>
findByC_N_S_P
(long companyId, String name, int scope, String primKey, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.static ResourcePermission
findByC_N_S_P_First
(long companyId, String name, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.static ResourcePermission
findByC_N_S_P_Last
(long companyId, String name, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.static ResourcePermission[]
findByC_N_S_P_PrevAndNext
(long resourcePermissionId, long companyId, String name, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.static ResourcePermission
findByC_N_S_P_R
(long companyId, String name, int scope, String primKey, long roleId) Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? or throws aNoSuchResourcePermissionException
if it could not be found.static List<ResourcePermission>
findByC_N_S_P_R
(long companyId, String name, int scope, String primKey, long[] roleIds) Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?.static List<ResourcePermission>
findByC_N_S_P_R
(long companyId, String name, int scope, String primKey, long[] roleIds, int start, int end) Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?.static List<ResourcePermission>
findByC_N_S_P_R
(long companyId, String name, int scope, String primKey, long[] roleIds, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?.static List<ResourcePermission>
findByC_N_S_P_R
(long companyId, String name, int scope, String primKey, long[] roleIds, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?, optionally using the finder cache.static List<ResourcePermission>
findByC_N_S_P_R_V
(long companyId, String name, int scope, long primKeyId, long[] roleIds, boolean viewActionId) Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = any ? and viewActionId = ?.static List<ResourcePermission>
findByC_N_S_P_R_V
(long companyId, String name, int scope, long primKeyId, long[] roleIds, boolean viewActionId, int start, int end) Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = any ? and viewActionId = ?.static List<ResourcePermission>
findByC_N_S_P_R_V
(long companyId, String name, int scope, long primKeyId, long[] roleIds, boolean viewActionId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = any ? and viewActionId = ?.static List<ResourcePermission>
findByC_N_S_P_R_V
(long companyId, String name, int scope, long primKeyId, long[] roleIds, boolean viewActionId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?, optionally using the finder cache.static List<ResourcePermission>
findByC_N_S_P_R_V
(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId) Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.static List<ResourcePermission>
findByC_N_S_P_R_V
(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, int start, int end) Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.static List<ResourcePermission>
findByC_N_S_P_R_V
(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.static List<ResourcePermission>
findByC_N_S_P_R_V
(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.static ResourcePermission
findByC_N_S_P_R_V_First
(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.static ResourcePermission
findByC_N_S_P_R_V_Last
(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.static ResourcePermission[]
findByC_N_S_P_R_V_PrevAndNext
(long resourcePermissionId, long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator) Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.static ResourcePermission[]
findByC_N_S_PrevAndNext
(long resourcePermissionId, long companyId, String name, int scope, OrderByComparator<ResourcePermission> orderByComparator) Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ?.static List<ResourcePermission>
findByC_N_S_R
(long companyId, String name, int scope, long roleId) Returns all the resource permissions where companyId = ? and name = ? and scope = ? and roleId = ?.static List<ResourcePermission>
findByC_N_S_R
(long companyId, String name, int scope, long roleId, int start, int end) Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and roleId = ?.static List<ResourcePermission>
findByC_N_S_R
(long companyId, String name, int scope, long roleId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and roleId = ?.static List<ResourcePermission>
findByC_N_S_R
(long companyId, String name, int scope, long roleId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and roleId = ?.static ResourcePermission
findByC_N_S_R_First
(long companyId, String name, int scope, long roleId, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and roleId = ?.static ResourcePermission
findByC_N_S_R_Last
(long companyId, String name, int scope, long roleId, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and roleId = ?.static ResourcePermission[]
findByC_N_S_R_PrevAndNext
(long resourcePermissionId, long companyId, String name, int scope, long roleId, OrderByComparator<ResourcePermission> orderByComparator) Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and roleId = ?.static List<ResourcePermission>
findByC_N_S_R_V
(long companyId, String name, int scope, long[] roleIds, boolean viewActionId) Returns all the resource permissions where companyId = ? and name = ? and scope = ? and roleId = any ? and viewActionId = ?.static List<ResourcePermission>
findByC_N_S_R_V
(long companyId, String name, int scope, long[] roleIds, boolean viewActionId, int start, int end) Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and roleId = any ? and viewActionId = ?.static List<ResourcePermission>
findByC_N_S_R_V
(long companyId, String name, int scope, long[] roleIds, boolean viewActionId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and roleId = any ? and viewActionId = ?.static List<ResourcePermission>
findByC_N_S_R_V
(long companyId, String name, int scope, long[] roleIds, boolean viewActionId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and roleId = ? and viewActionId = ?, optionally using the finder cache.static List<ResourcePermission>
findByC_N_S_R_V
(long companyId, String name, int scope, long roleId, boolean viewActionId) Returns all the resource permissions where companyId = ? and name = ? and scope = ? and roleId = ? and viewActionId = ?.static List<ResourcePermission>
findByC_N_S_R_V
(long companyId, String name, int scope, long roleId, boolean viewActionId, int start, int end) Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and roleId = ? and viewActionId = ?.static List<ResourcePermission>
findByC_N_S_R_V
(long companyId, String name, int scope, long roleId, boolean viewActionId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and roleId = ? and viewActionId = ?.static List<ResourcePermission>
findByC_N_S_R_V
(long companyId, String name, int scope, long roleId, boolean viewActionId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and roleId = ? and viewActionId = ?.static ResourcePermission
findByC_N_S_R_V_First
(long companyId, String name, int scope, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and roleId = ? and viewActionId = ?.static ResourcePermission
findByC_N_S_R_V_Last
(long companyId, String name, int scope, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and roleId = ? and viewActionId = ?.static ResourcePermission[]
findByC_N_S_R_V_PrevAndNext
(long resourcePermissionId, long companyId, String name, int scope, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator) Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and roleId = ? and viewActionId = ?.static List<ResourcePermission>
findByC_S_P
(long companyId, int scope, String primKey) Returns all the resource permissions where companyId = ? and scope = ? and primKey = ?.static List<ResourcePermission>
findByC_S_P
(long companyId, int scope, String primKey, int start, int end) Returns a range of all the resource permissions where companyId = ? and scope = ? and primKey = ?.static List<ResourcePermission>
findByC_S_P
(long companyId, int scope, String primKey, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where companyId = ? and scope = ? and primKey = ?.static List<ResourcePermission>
findByC_S_P
(long companyId, int scope, String primKey, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where companyId = ? and scope = ? and primKey = ?.static ResourcePermission
findByC_S_P_First
(long companyId, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where companyId = ? and scope = ? and primKey = ?.static ResourcePermission
findByC_S_P_Last
(long companyId, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where companyId = ? and scope = ? and primKey = ?.static ResourcePermission[]
findByC_S_P_PrevAndNext
(long resourcePermissionId, long companyId, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and scope = ? and primKey = ?.static List<ResourcePermission>
findByName
(String name) Returns all the resource permissions where name = ?.static List<ResourcePermission>
findByName
(String name, int start, int end) Returns a range of all the resource permissions where name = ?.static List<ResourcePermission>
findByName
(String name, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where name = ?.static List<ResourcePermission>
findByName
(String name, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where name = ?.static ResourcePermission
findByName_First
(String name, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where name = ?.static ResourcePermission
findByName_Last
(String name, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where name = ?.static ResourcePermission[]
findByName_PrevAndNext
(long resourcePermissionId, String name, OrderByComparator<ResourcePermission> orderByComparator) Returns the resource permissions before and after the current resource permission in the ordered set where name = ?.static ResourcePermission
findByPrimaryKey
(long resourcePermissionId) Returns the resource permission with the primary key or throws aNoSuchResourcePermissionException
if it could not be found.static List<ResourcePermission>
findByRoleId
(long roleId) Returns all the resource permissions where roleId = ?.static List<ResourcePermission>
findByRoleId
(long roleId, int start, int end) Returns a range of all the resource permissions where roleId = ?.static List<ResourcePermission>
findByRoleId
(long roleId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where roleId = ?.static List<ResourcePermission>
findByRoleId
(long roleId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where roleId = ?.static ResourcePermission
findByRoleId_First
(long roleId, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where roleId = ?.static ResourcePermission
findByRoleId_Last
(long roleId, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where roleId = ?.static ResourcePermission[]
findByRoleId_PrevAndNext
(long resourcePermissionId, long roleId, OrderByComparator<ResourcePermission> orderByComparator) Returns the resource permissions before and after the current resource permission in the ordered set where roleId = ?.static List<ResourcePermission>
findByScope
(int scope) Returns all the resource permissions where scope = ?.static List<ResourcePermission>
findByScope
(int[] scopes) Returns all the resource permissions where scope = any ?.static List<ResourcePermission>
findByScope
(int[] scopes, int start, int end) Returns a range of all the resource permissions where scope = any ?.static List<ResourcePermission>
findByScope
(int[] scopes, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where scope = any ?.static List<ResourcePermission>
findByScope
(int[] scopes, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where scope = ?, optionally using the finder cache.static List<ResourcePermission>
findByScope
(int scope, int start, int end) Returns a range of all the resource permissions where scope = ?.static List<ResourcePermission>
findByScope
(int scope, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where scope = ?.static List<ResourcePermission>
findByScope
(int scope, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where scope = ?.static ResourcePermission
findByScope_First
(int scope, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where scope = ?.static ResourcePermission
findByScope_Last
(int scope, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where scope = ?.static ResourcePermission[]
findByScope_PrevAndNext
(long resourcePermissionId, int scope, OrderByComparator<ResourcePermission> orderByComparator) Returns the resource permissions before and after the current resource permission in the ordered set where scope = ?.static List<ResourcePermission>
findWithDynamicQuery
(DynamicQuery dynamicQuery) static List<ResourcePermission>
findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end) static List<ResourcePermission>
findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) static ResourcePermission
remove
(long resourcePermissionId) Removes the resource permission with the primary key from the database.static void
Removes all the resource permissions from the database.static void
removeByC_LikeP
(long companyId, String primKey) Removes all the resource permissions where companyId = ? and primKey LIKE ? from the database.static void
removeByC_N_S
(long companyId, String name, int scope) Removes all the resource permissions where companyId = ? and name = ? and scope = ? from the database.static void
removeByC_N_S_P
(long companyId, String name, int scope, String primKey) Removes all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? from the database.static ResourcePermission
removeByC_N_S_P_R
(long companyId, String name, int scope, String primKey, long roleId) Removes the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? from the database.static void
removeByC_N_S_P_R_V
(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId) Removes all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ? from the database.static void
removeByC_N_S_R
(long companyId, String name, int scope, long roleId) Removes all the resource permissions where companyId = ? and name = ? and scope = ? and roleId = ? from the database.static void
removeByC_N_S_R_V
(long companyId, String name, int scope, long roleId, boolean viewActionId) Removes all the resource permissions where companyId = ? and name = ? and scope = ? and roleId = ? and viewActionId = ? from the database.static void
removeByC_S_P
(long companyId, int scope, String primKey) Removes all the resource permissions where companyId = ? and scope = ? and primKey = ? from the database.static void
removeByName
(String name) Removes all the resource permissions where name = ? from the database.static void
removeByRoleId
(long roleId) Removes all the resource permissions where roleId = ? from the database.static void
removeByScope
(int scope) Removes all the resource permissions where scope = ? from the database.static void
setPersistence
(ResourcePermissionPersistence persistence) static ResourcePermission
update
(ResourcePermission resourcePermission) static ResourcePermission
update
(ResourcePermission resourcePermission, ServiceContext serviceContext) static ResourcePermission
updateImpl
(ResourcePermission resourcePermission)
-
Constructor Details
-
ResourcePermissionUtil
public ResourcePermissionUtil()
-
-
Method Details
-
clearCache
public static void clearCache()- See Also:
-
clearCache
-
countWithDynamicQuery
-
fetchByPrimaryKeys
public static Map<Serializable,ResourcePermission> fetchByPrimaryKeys(Set<Serializable> primaryKeys) - See Also:
-
findWithDynamicQuery
-
findWithDynamicQuery
public static List<ResourcePermission> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end) -
findWithDynamicQuery
public static List<ResourcePermission> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) -
update
-
update
public static ResourcePermission update(ResourcePermission resourcePermission, ServiceContext serviceContext) -
findByName
Returns all the resource permissions where name = ?.- Parameters:
name
- the name- Returns:
- the matching resource permissions
-
findByName
Returns a range of all the resource permissions where name = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
name
- the namestart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)- Returns:
- the range of matching resource permissions
-
findByName
public static List<ResourcePermission> findByName(String name, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where name = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
name
- the namestart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching resource permissions
-
findByName
public static List<ResourcePermission> findByName(String name, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where name = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
name
- the namestart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching resource permissions
-
findByName_First
public static ResourcePermission findByName_First(String name, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException Returns the first resource permission in the ordered set where name = ?.- Parameters:
name
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching resource permission
- Throws:
NoSuchResourcePermissionException
- if a matching resource permission could not be foundNoSuchResourcePermissionException
-
fetchByName_First
public static ResourcePermission fetchByName_First(String name, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where name = ?.- Parameters:
name
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching resource permission, or
null
if a matching resource permission could not be found
-
findByName_Last
public static ResourcePermission findByName_Last(String name, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException Returns the last resource permission in the ordered set where name = ?.- Parameters:
name
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching resource permission
- Throws:
NoSuchResourcePermissionException
- if a matching resource permission could not be foundNoSuchResourcePermissionException
-
fetchByName_Last
public static ResourcePermission fetchByName_Last(String name, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where name = ?.- Parameters:
name
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching resource permission, or
null
if a matching resource permission could not be found
-
findByName_PrevAndNext
public static ResourcePermission[] findByName_PrevAndNext(long resourcePermissionId, String name, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException Returns the resource permissions before and after the current resource permission in the ordered set where name = ?.- Parameters:
resourcePermissionId
- the primary key of the current resource permissionname
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next resource permission
- Throws:
NoSuchResourcePermissionException
- if a resource permission with the primary key could not be foundNoSuchResourcePermissionException
-
removeByName
Removes all the resource permissions where name = ? from the database.- Parameters:
name
- the name
-
countByName
Returns the number of resource permissions where name = ?.- Parameters:
name
- the name- Returns:
- the number of matching resource permissions
-
findByScope
Returns all the resource permissions where scope = ?.- Parameters:
scope
- the scope- Returns:
- the matching resource permissions
-
findByScope
Returns a range of all the resource permissions where scope = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
scope
- the scopestart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)- Returns:
- the range of matching resource permissions
-
findByScope
public static List<ResourcePermission> findByScope(int scope, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where scope = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
scope
- the scopestart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching resource permissions
-
findByScope
public static List<ResourcePermission> findByScope(int scope, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where scope = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
scope
- the scopestart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching resource permissions
-
findByScope_First
public static ResourcePermission findByScope_First(int scope, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException Returns the first resource permission in the ordered set where scope = ?.- Parameters:
scope
- the scopeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching resource permission
- Throws:
NoSuchResourcePermissionException
- if a matching resource permission could not be foundNoSuchResourcePermissionException
-
fetchByScope_First
public static ResourcePermission fetchByScope_First(int scope, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where scope = ?.- Parameters:
scope
- the scopeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching resource permission, or
null
if a matching resource permission could not be found
-
findByScope_Last
public static ResourcePermission findByScope_Last(int scope, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException Returns the last resource permission in the ordered set where scope = ?.- Parameters:
scope
- the scopeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching resource permission
- Throws:
NoSuchResourcePermissionException
- if a matching resource permission could not be foundNoSuchResourcePermissionException
-
fetchByScope_Last
public static ResourcePermission fetchByScope_Last(int scope, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where scope = ?.- Parameters:
scope
- the scopeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching resource permission, or
null
if a matching resource permission could not be found
-
findByScope_PrevAndNext
public static ResourcePermission[] findByScope_PrevAndNext(long resourcePermissionId, int scope, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException Returns the resource permissions before and after the current resource permission in the ordered set where scope = ?.- Parameters:
resourcePermissionId
- the primary key of the current resource permissionscope
- the scopeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next resource permission
- Throws:
NoSuchResourcePermissionException
- if a resource permission with the primary key could not be foundNoSuchResourcePermissionException
-
findByScope
Returns all the resource permissions where scope = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
scopes
- the scopes- Returns:
- the matching resource permissions
-
findByScope
Returns a range of all the resource permissions where scope = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
scopes
- the scopesstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)- Returns:
- the range of matching resource permissions
-
findByScope
public static List<ResourcePermission> findByScope(int[] scopes, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where scope = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
scopes
- the scopesstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching resource permissions
-
findByScope
public static List<ResourcePermission> findByScope(int[] scopes, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where scope = ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
scopes
- the scopesstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching resource permissions
-
removeByScope
public static void removeByScope(int scope) Removes all the resource permissions where scope = ? from the database.- Parameters:
scope
- the scope
-
countByScope
public static int countByScope(int scope) Returns the number of resource permissions where scope = ?.- Parameters:
scope
- the scope- Returns:
- the number of matching resource permissions
-
countByScope
public static int countByScope(int[] scopes) Returns the number of resource permissions where scope = any ?.- Parameters:
scopes
- the scopes- Returns:
- the number of matching resource permissions
-
findByRoleId
Returns all the resource permissions where roleId = ?.- Parameters:
roleId
- the role ID- Returns:
- the matching resource permissions
-
findByRoleId
Returns a range of all the resource permissions where roleId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
roleId
- the role IDstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)- Returns:
- the range of matching resource permissions
-
findByRoleId
public static List<ResourcePermission> findByRoleId(long roleId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where roleId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
roleId
- the role IDstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching resource permissions
-
findByRoleId
public static List<ResourcePermission> findByRoleId(long roleId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where roleId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
roleId
- the role IDstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching resource permissions
-
findByRoleId_First
public static ResourcePermission findByRoleId_First(long roleId, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException Returns the first resource permission in the ordered set where roleId = ?.- Parameters:
roleId
- the role IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching resource permission
- Throws:
NoSuchResourcePermissionException
- if a matching resource permission could not be foundNoSuchResourcePermissionException
-
fetchByRoleId_First
public static ResourcePermission fetchByRoleId_First(long roleId, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where roleId = ?.- Parameters:
roleId
- the role IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching resource permission, or
null
if a matching resource permission could not be found
-
findByRoleId_Last
public static ResourcePermission findByRoleId_Last(long roleId, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException Returns the last resource permission in the ordered set where roleId = ?.- Parameters:
roleId
- the role IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching resource permission
- Throws:
NoSuchResourcePermissionException
- if a matching resource permission could not be foundNoSuchResourcePermissionException
-
fetchByRoleId_Last
public static ResourcePermission fetchByRoleId_Last(long roleId, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where roleId = ?.- Parameters:
roleId
- the role IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching resource permission, or
null
if a matching resource permission could not be found
-
findByRoleId_PrevAndNext
public static ResourcePermission[] findByRoleId_PrevAndNext(long resourcePermissionId, long roleId, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException Returns the resource permissions before and after the current resource permission in the ordered set where roleId = ?.- Parameters:
resourcePermissionId
- the primary key of the current resource permissionroleId
- the role IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next resource permission
- Throws:
NoSuchResourcePermissionException
- if a resource permission with the primary key could not be foundNoSuchResourcePermissionException
-
removeByRoleId
public static void removeByRoleId(long roleId) Removes all the resource permissions where roleId = ? from the database.- Parameters:
roleId
- the role ID
-
countByRoleId
public static int countByRoleId(long roleId) Returns the number of resource permissions where roleId = ?.- Parameters:
roleId
- the role ID- Returns:
- the number of matching resource permissions
-
findByC_LikeP
Returns all the resource permissions where companyId = ? and primKey LIKE ?.- Parameters:
companyId
- the company IDprimKey
- the prim key- Returns:
- the matching resource permissions
-
findByC_LikeP
public static List<ResourcePermission> findByC_LikeP(long companyId, String primKey, int start, int end) Returns a range of all the resource permissions where companyId = ? and primKey LIKE ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
companyId
- the company IDprimKey
- the prim keystart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)- Returns:
- the range of matching resource permissions
-
findByC_LikeP
public static List<ResourcePermission> findByC_LikeP(long companyId, String primKey, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where companyId = ? and primKey LIKE ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
companyId
- the company IDprimKey
- the prim keystart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching resource permissions
-
findByC_LikeP
public static List<ResourcePermission> findByC_LikeP(long companyId, String primKey, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where companyId = ? and primKey LIKE ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
companyId
- the company IDprimKey
- the prim keystart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching resource permissions
-
findByC_LikeP_First
public static ResourcePermission findByC_LikeP_First(long companyId, String primKey, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?.- Parameters:
companyId
- the company IDprimKey
- the prim keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching resource permission
- Throws:
NoSuchResourcePermissionException
- if a matching resource permission could not be foundNoSuchResourcePermissionException
-
fetchByC_LikeP_First
public static ResourcePermission fetchByC_LikeP_First(long companyId, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?.- Parameters:
companyId
- the company IDprimKey
- the prim keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching resource permission, or
null
if a matching resource permission could not be found
-
findByC_LikeP_Last
public static ResourcePermission findByC_LikeP_Last(long companyId, String primKey, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.- Parameters:
companyId
- the company IDprimKey
- the prim keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching resource permission
- Throws:
NoSuchResourcePermissionException
- if a matching resource permission could not be foundNoSuchResourcePermissionException
-
fetchByC_LikeP_Last
public static ResourcePermission fetchByC_LikeP_Last(long companyId, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.- Parameters:
companyId
- the company IDprimKey
- the prim keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching resource permission, or
null
if a matching resource permission could not be found
-
findByC_LikeP_PrevAndNext
public static ResourcePermission[] findByC_LikeP_PrevAndNext(long resourcePermissionId, long companyId, String primKey, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and primKey LIKE ?.- Parameters:
resourcePermissionId
- the primary key of the current resource permissioncompanyId
- the company IDprimKey
- the prim keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next resource permission
- Throws:
NoSuchResourcePermissionException
- if a resource permission with the primary key could not be foundNoSuchResourcePermissionException
-
removeByC_LikeP
Removes all the resource permissions where companyId = ? and primKey LIKE ? from the database.- Parameters:
companyId
- the company IDprimKey
- the prim key
-
countByC_LikeP
Returns the number of resource permissions where companyId = ? and primKey LIKE ?.- Parameters:
companyId
- the company IDprimKey
- the prim key- Returns:
- the number of matching resource permissions
-
findByC_N_S
Returns all the resource permissions where companyId = ? and name = ? and scope = ?.- Parameters:
companyId
- the company IDname
- the namescope
- the scope- Returns:
- the matching resource permissions
-
findByC_N_S
public static List<ResourcePermission> findByC_N_S(long companyId, String name, int scope, int start, int end) Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
companyId
- the company IDname
- the namescope
- the scopestart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)- Returns:
- the range of matching resource permissions
-
findByC_N_S
public static List<ResourcePermission> findByC_N_S(long companyId, String name, int scope, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
companyId
- the company IDname
- the namescope
- the scopestart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching resource permissions
-
findByC_N_S
public static List<ResourcePermission> findByC_N_S(long companyId, String name, int scope, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
companyId
- the company IDname
- the namescope
- the scopestart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching resource permissions
-
findByC_N_S_First
public static ResourcePermission findByC_N_S_First(long companyId, String name, int scope, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?.- Parameters:
companyId
- the company IDname
- the namescope
- the scopeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching resource permission
- Throws:
NoSuchResourcePermissionException
- if a matching resource permission could not be foundNoSuchResourcePermissionException
-
fetchByC_N_S_First
public static ResourcePermission fetchByC_N_S_First(long companyId, String name, int scope, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?.- Parameters:
companyId
- the company IDname
- the namescope
- the scopeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching resource permission, or
null
if a matching resource permission could not be found
-
findByC_N_S_Last
public static ResourcePermission findByC_N_S_Last(long companyId, String name, int scope, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?.- Parameters:
companyId
- the company IDname
- the namescope
- the scopeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching resource permission
- Throws:
NoSuchResourcePermissionException
- if a matching resource permission could not be foundNoSuchResourcePermissionException
-
fetchByC_N_S_Last
public static ResourcePermission fetchByC_N_S_Last(long companyId, String name, int scope, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?.- Parameters:
companyId
- the company IDname
- the namescope
- the scopeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching resource permission, or
null
if a matching resource permission could not be found
-
findByC_N_S_PrevAndNext
public static ResourcePermission[] findByC_N_S_PrevAndNext(long resourcePermissionId, long companyId, String name, int scope, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ?.- Parameters:
resourcePermissionId
- the primary key of the current resource permissioncompanyId
- the company IDname
- the namescope
- the scopeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next resource permission
- Throws:
NoSuchResourcePermissionException
- if a resource permission with the primary key could not be foundNoSuchResourcePermissionException
-
removeByC_N_S
Removes all the resource permissions where companyId = ? and name = ? and scope = ? from the database.- Parameters:
companyId
- the company IDname
- the namescope
- the scope
-
countByC_N_S
Returns the number of resource permissions where companyId = ? and name = ? and scope = ?.- Parameters:
companyId
- the company IDname
- the namescope
- the scope- Returns:
- the number of matching resource permissions
-
findByC_S_P
Returns all the resource permissions where companyId = ? and scope = ? and primKey = ?.- Parameters:
companyId
- the company IDscope
- the scopeprimKey
- the prim key- Returns:
- the matching resource permissions
-
findByC_S_P
public static List<ResourcePermission> findByC_S_P(long companyId, int scope, String primKey, int start, int end) Returns a range of all the resource permissions where companyId = ? and scope = ? and primKey = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
companyId
- the company IDscope
- the scopeprimKey
- the prim keystart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)- Returns:
- the range of matching resource permissions
-
findByC_S_P
public static List<ResourcePermission> findByC_S_P(long companyId, int scope, String primKey, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where companyId = ? and scope = ? and primKey = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
companyId
- the company IDscope
- the scopeprimKey
- the prim keystart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching resource permissions
-
findByC_S_P
public static List<ResourcePermission> findByC_S_P(long companyId, int scope, String primKey, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where companyId = ? and scope = ? and primKey = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
companyId
- the company IDscope
- the scopeprimKey
- the prim keystart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching resource permissions
-
findByC_S_P_First
public static ResourcePermission findByC_S_P_First(long companyId, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException Returns the first resource permission in the ordered set where companyId = ? and scope = ? and primKey = ?.- Parameters:
companyId
- the company IDscope
- the scopeprimKey
- the prim keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching resource permission
- Throws:
NoSuchResourcePermissionException
- if a matching resource permission could not be foundNoSuchResourcePermissionException
-
fetchByC_S_P_First
public static ResourcePermission fetchByC_S_P_First(long companyId, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where companyId = ? and scope = ? and primKey = ?.- Parameters:
companyId
- the company IDscope
- the scopeprimKey
- the prim keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching resource permission, or
null
if a matching resource permission could not be found
-
findByC_S_P_Last
public static ResourcePermission findByC_S_P_Last(long companyId, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException Returns the last resource permission in the ordered set where companyId = ? and scope = ? and primKey = ?.- Parameters:
companyId
- the company IDscope
- the scopeprimKey
- the prim keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching resource permission
- Throws:
NoSuchResourcePermissionException
- if a matching resource permission could not be foundNoSuchResourcePermissionException
-
fetchByC_S_P_Last
public static ResourcePermission fetchByC_S_P_Last(long companyId, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where companyId = ? and scope = ? and primKey = ?.- Parameters:
companyId
- the company IDscope
- the scopeprimKey
- the prim keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching resource permission, or
null
if a matching resource permission could not be found
-
findByC_S_P_PrevAndNext
public static ResourcePermission[] findByC_S_P_PrevAndNext(long resourcePermissionId, long companyId, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and scope = ? and primKey = ?.- Parameters:
resourcePermissionId
- the primary key of the current resource permissioncompanyId
- the company IDscope
- the scopeprimKey
- the prim keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next resource permission
- Throws:
NoSuchResourcePermissionException
- if a resource permission with the primary key could not be foundNoSuchResourcePermissionException
-
removeByC_S_P
Removes all the resource permissions where companyId = ? and scope = ? and primKey = ? from the database.- Parameters:
companyId
- the company IDscope
- the scopeprimKey
- the prim key
-
countByC_S_P
Returns the number of resource permissions where companyId = ? and scope = ? and primKey = ?.- Parameters:
companyId
- the company IDscope
- the scopeprimKey
- the prim key- Returns:
- the number of matching resource permissions
-
findByC_N_S_P
public static List<ResourcePermission> findByC_N_S_P(long companyId, String name, int scope, String primKey) Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.- Parameters:
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim key- Returns:
- the matching resource permissions
-
findByC_N_S_P
public static List<ResourcePermission> findByC_N_S_P(long companyId, String name, int scope, String primKey, int start, int end) Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keystart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)- Returns:
- the range of matching resource permissions
-
findByC_N_S_P
public static List<ResourcePermission> findByC_N_S_P(long companyId, String name, int scope, String primKey, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keystart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching resource permissions
-
findByC_N_S_P
public static List<ResourcePermission> findByC_N_S_P(long companyId, String name, int scope, String primKey, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keystart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching resource permissions
-
findByC_N_S_P_First
public static ResourcePermission findByC_N_S_P_First(long companyId, String name, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.- Parameters:
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching resource permission
- Throws:
NoSuchResourcePermissionException
- if a matching resource permission could not be foundNoSuchResourcePermissionException
-
fetchByC_N_S_P_First
public static ResourcePermission fetchByC_N_S_P_First(long companyId, String name, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.- Parameters:
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching resource permission, or
null
if a matching resource permission could not be found
-
findByC_N_S_P_Last
public static ResourcePermission findByC_N_S_P_Last(long companyId, String name, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.- Parameters:
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching resource permission
- Throws:
NoSuchResourcePermissionException
- if a matching resource permission could not be foundNoSuchResourcePermissionException
-
fetchByC_N_S_P_Last
public static ResourcePermission fetchByC_N_S_P_Last(long companyId, String name, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.- Parameters:
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching resource permission, or
null
if a matching resource permission could not be found
-
findByC_N_S_P_PrevAndNext
public static ResourcePermission[] findByC_N_S_P_PrevAndNext(long resourcePermissionId, long companyId, String name, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.- Parameters:
resourcePermissionId
- the primary key of the current resource permissioncompanyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next resource permission
- Throws:
NoSuchResourcePermissionException
- if a resource permission with the primary key could not be foundNoSuchResourcePermissionException
-
findByC_N_S_P
public static List<ResourcePermission> findByC_N_S_P(long companyId, String name, int scope, String[] primKeys) Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
companyId
- the company IDname
- the namescope
- the scopeprimKeys
- the prim keys- Returns:
- the matching resource permissions
-
findByC_N_S_P
public static List<ResourcePermission> findByC_N_S_P(long companyId, String name, int scope, String[] primKeys, int start, int end) Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
companyId
- the company IDname
- the namescope
- the scopeprimKeys
- the prim keysstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)- Returns:
- the range of matching resource permissions
-
findByC_N_S_P
public static List<ResourcePermission> findByC_N_S_P(long companyId, String name, int scope, String[] primKeys, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
companyId
- the company IDname
- the namescope
- the scopeprimKeys
- the prim keysstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching resource permissions
-
findByC_N_S_P
public static List<ResourcePermission> findByC_N_S_P(long companyId, String name, int scope, String[] primKeys, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
companyId
- the company IDname
- the namescope
- the scopeprimKeys
- the prim keysstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching resource permissions
-
removeByC_N_S_P
Removes all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? from the database.- Parameters:
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim key
-
countByC_N_S_P
Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.- Parameters:
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim key- Returns:
- the number of matching resource permissions
-
countByC_N_S_P
Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKey = any ?.- Parameters:
companyId
- the company IDname
- the namescope
- the scopeprimKeys
- the prim keys- Returns:
- the number of matching resource permissions
-
findByC_N_S_R
public static List<ResourcePermission> findByC_N_S_R(long companyId, String name, int scope, long roleId) Returns all the resource permissions where companyId = ? and name = ? and scope = ? and roleId = ?.- Parameters:
companyId
- the company IDname
- the namescope
- the scoperoleId
- the role ID- Returns:
- the matching resource permissions
-
findByC_N_S_R
public static List<ResourcePermission> findByC_N_S_R(long companyId, String name, int scope, long roleId, int start, int end) Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and roleId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
companyId
- the company IDname
- the namescope
- the scoperoleId
- the role IDstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)- Returns:
- the range of matching resource permissions
-
findByC_N_S_R
public static List<ResourcePermission> findByC_N_S_R(long companyId, String name, int scope, long roleId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and roleId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
companyId
- the company IDname
- the namescope
- the scoperoleId
- the role IDstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching resource permissions
-
findByC_N_S_R
public static List<ResourcePermission> findByC_N_S_R(long companyId, String name, int scope, long roleId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and roleId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
companyId
- the company IDname
- the namescope
- the scoperoleId
- the role IDstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching resource permissions
-
findByC_N_S_R_First
public static ResourcePermission findByC_N_S_R_First(long companyId, String name, int scope, long roleId, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and roleId = ?.- Parameters:
companyId
- the company IDname
- the namescope
- the scoperoleId
- the role IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching resource permission
- Throws:
NoSuchResourcePermissionException
- if a matching resource permission could not be foundNoSuchResourcePermissionException
-
fetchByC_N_S_R_First
public static ResourcePermission fetchByC_N_S_R_First(long companyId, String name, int scope, long roleId, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and roleId = ?.- Parameters:
companyId
- the company IDname
- the namescope
- the scoperoleId
- the role IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching resource permission, or
null
if a matching resource permission could not be found
-
findByC_N_S_R_Last
public static ResourcePermission findByC_N_S_R_Last(long companyId, String name, int scope, long roleId, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and roleId = ?.- Parameters:
companyId
- the company IDname
- the namescope
- the scoperoleId
- the role IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching resource permission
- Throws:
NoSuchResourcePermissionException
- if a matching resource permission could not be foundNoSuchResourcePermissionException
-
fetchByC_N_S_R_Last
public static ResourcePermission fetchByC_N_S_R_Last(long companyId, String name, int scope, long roleId, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and roleId = ?.- Parameters:
companyId
- the company IDname
- the namescope
- the scoperoleId
- the role IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching resource permission, or
null
if a matching resource permission could not be found
-
findByC_N_S_R_PrevAndNext
public static ResourcePermission[] findByC_N_S_R_PrevAndNext(long resourcePermissionId, long companyId, String name, int scope, long roleId, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and roleId = ?.- Parameters:
resourcePermissionId
- the primary key of the current resource permissioncompanyId
- the company IDname
- the namescope
- the scoperoleId
- the role IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next resource permission
- Throws:
NoSuchResourcePermissionException
- if a resource permission with the primary key could not be foundNoSuchResourcePermissionException
-
removeByC_N_S_R
Removes all the resource permissions where companyId = ? and name = ? and scope = ? and roleId = ? from the database.- Parameters:
companyId
- the company IDname
- the namescope
- the scoperoleId
- the role ID
-
countByC_N_S_R
Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and roleId = ?.- Parameters:
companyId
- the company IDname
- the namescope
- the scoperoleId
- the role ID- Returns:
- the number of matching resource permissions
-
findByC_N_S_P_R
public static List<ResourcePermission> findByC_N_S_P_R(long companyId, String name, int scope, String primKey, long[] roleIds) Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleIds
- the role IDs- Returns:
- the matching resource permissions
-
findByC_N_S_P_R
public static List<ResourcePermission> findByC_N_S_P_R(long companyId, String name, int scope, String primKey, long[] roleIds, int start, int end) Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleIds
- the role IDsstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)- Returns:
- the range of matching resource permissions
-
findByC_N_S_P_R
public static List<ResourcePermission> findByC_N_S_P_R(long companyId, String name, int scope, String primKey, long[] roleIds, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleIds
- the role IDsstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching resource permissions
-
findByC_N_S_P_R
public static List<ResourcePermission> findByC_N_S_P_R(long companyId, String name, int scope, String primKey, long[] roleIds, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleIds
- the role IDsstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching resource permissions
-
findByC_N_S_P_R
public static ResourcePermission findByC_N_S_P_R(long companyId, String name, int scope, String primKey, long roleId) throws NoSuchResourcePermissionException Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? or throws aNoSuchResourcePermissionException
if it could not be found.- Parameters:
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleId
- the role ID- Returns:
- the matching resource permission
- Throws:
NoSuchResourcePermissionException
- if a matching resource permission could not be foundNoSuchResourcePermissionException
-
fetchByC_N_S_P_R
public static ResourcePermission fetchByC_N_S_P_R(long companyId, String name, int scope, String primKey, long roleId) Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleId
- the role ID- Returns:
- the matching resource permission, or
null
if a matching resource permission could not be found
-
fetchByC_N_S_P_R
public static ResourcePermission fetchByC_N_S_P_R(long companyId, String name, int scope, String primKey, long roleId, boolean useFinderCache) Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleId
- the role IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching resource permission, or
null
if a matching resource permission could not be found
-
removeByC_N_S_P_R
public static ResourcePermission removeByC_N_S_P_R(long companyId, String name, int scope, String primKey, long roleId) throws NoSuchResourcePermissionException Removes the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? from the database.- Parameters:
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleId
- the role ID- Returns:
- the resource permission that was removed
- Throws:
NoSuchResourcePermissionException
-
countByC_N_S_P_R
public static int countByC_N_S_P_R(long companyId, String name, int scope, String primKey, long roleId) Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?.- Parameters:
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleId
- the role ID- Returns:
- the number of matching resource permissions
-
countByC_N_S_P_R
public static int countByC_N_S_P_R(long companyId, String name, int scope, String primKey, long[] roleIds) Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?.- Parameters:
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleIds
- the role IDs- Returns:
- the number of matching resource permissions
-
findByC_N_S_R_V
public static List<ResourcePermission> findByC_N_S_R_V(long companyId, String name, int scope, long roleId, boolean viewActionId) Returns all the resource permissions where companyId = ? and name = ? and scope = ? and roleId = ? and viewActionId = ?.- Parameters:
companyId
- the company IDname
- the namescope
- the scoperoleId
- the role IDviewActionId
- the view action ID- Returns:
- the matching resource permissions
-
findByC_N_S_R_V
public static List<ResourcePermission> findByC_N_S_R_V(long companyId, String name, int scope, long roleId, boolean viewActionId, int start, int end) Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and roleId = ? and viewActionId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
companyId
- the company IDname
- the namescope
- the scoperoleId
- the role IDviewActionId
- the view action IDstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)- Returns:
- the range of matching resource permissions
-
findByC_N_S_R_V
public static List<ResourcePermission> findByC_N_S_R_V(long companyId, String name, int scope, long roleId, boolean viewActionId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and roleId = ? and viewActionId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
companyId
- the company IDname
- the namescope
- the scoperoleId
- the role IDviewActionId
- the view action IDstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching resource permissions
-
findByC_N_S_R_V
public static List<ResourcePermission> findByC_N_S_R_V(long companyId, String name, int scope, long roleId, boolean viewActionId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and roleId = ? and viewActionId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
companyId
- the company IDname
- the namescope
- the scoperoleId
- the role IDviewActionId
- the view action IDstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching resource permissions
-
findByC_N_S_R_V_First
public static ResourcePermission findByC_N_S_R_V_First(long companyId, String name, int scope, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and roleId = ? and viewActionId = ?.- Parameters:
companyId
- the company IDname
- the namescope
- the scoperoleId
- the role IDviewActionId
- the view action IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching resource permission
- Throws:
NoSuchResourcePermissionException
- if a matching resource permission could not be foundNoSuchResourcePermissionException
-
fetchByC_N_S_R_V_First
public static ResourcePermission fetchByC_N_S_R_V_First(long companyId, String name, int scope, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and roleId = ? and viewActionId = ?.- Parameters:
companyId
- the company IDname
- the namescope
- the scoperoleId
- the role IDviewActionId
- the view action IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching resource permission, or
null
if a matching resource permission could not be found
-
findByC_N_S_R_V_Last
public static ResourcePermission findByC_N_S_R_V_Last(long companyId, String name, int scope, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and roleId = ? and viewActionId = ?.- Parameters:
companyId
- the company IDname
- the namescope
- the scoperoleId
- the role IDviewActionId
- the view action IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching resource permission
- Throws:
NoSuchResourcePermissionException
- if a matching resource permission could not be foundNoSuchResourcePermissionException
-
fetchByC_N_S_R_V_Last
public static ResourcePermission fetchByC_N_S_R_V_Last(long companyId, String name, int scope, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and roleId = ? and viewActionId = ?.- Parameters:
companyId
- the company IDname
- the namescope
- the scoperoleId
- the role IDviewActionId
- the view action IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching resource permission, or
null
if a matching resource permission could not be found
-
findByC_N_S_R_V_PrevAndNext
public static ResourcePermission[] findByC_N_S_R_V_PrevAndNext(long resourcePermissionId, long companyId, String name, int scope, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and roleId = ? and viewActionId = ?.- Parameters:
resourcePermissionId
- the primary key of the current resource permissioncompanyId
- the company IDname
- the namescope
- the scoperoleId
- the role IDviewActionId
- the view action IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next resource permission
- Throws:
NoSuchResourcePermissionException
- if a resource permission with the primary key could not be foundNoSuchResourcePermissionException
-
findByC_N_S_R_V
public static List<ResourcePermission> findByC_N_S_R_V(long companyId, String name, int scope, long[] roleIds, boolean viewActionId) Returns all the resource permissions where companyId = ? and name = ? and scope = ? and roleId = any ? and viewActionId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
companyId
- the company IDname
- the namescope
- the scoperoleIds
- the role IDsviewActionId
- the view action ID- Returns:
- the matching resource permissions
-
findByC_N_S_R_V
public static List<ResourcePermission> findByC_N_S_R_V(long companyId, String name, int scope, long[] roleIds, boolean viewActionId, int start, int end) Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and roleId = any ? and viewActionId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
companyId
- the company IDname
- the namescope
- the scoperoleIds
- the role IDsviewActionId
- the view action IDstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)- Returns:
- the range of matching resource permissions
-
findByC_N_S_R_V
public static List<ResourcePermission> findByC_N_S_R_V(long companyId, String name, int scope, long[] roleIds, boolean viewActionId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and roleId = any ? and viewActionId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
companyId
- the company IDname
- the namescope
- the scoperoleIds
- the role IDsviewActionId
- the view action IDstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching resource permissions
-
findByC_N_S_R_V
public static List<ResourcePermission> findByC_N_S_R_V(long companyId, String name, int scope, long[] roleIds, boolean viewActionId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and roleId = ? and viewActionId = ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
companyId
- the company IDname
- the namescope
- the scoperoleIds
- the role IDsviewActionId
- the view action IDstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching resource permissions
-
removeByC_N_S_R_V
public static void removeByC_N_S_R_V(long companyId, String name, int scope, long roleId, boolean viewActionId) Removes all the resource permissions where companyId = ? and name = ? and scope = ? and roleId = ? and viewActionId = ? from the database.- Parameters:
companyId
- the company IDname
- the namescope
- the scoperoleId
- the role IDviewActionId
- the view action ID
-
countByC_N_S_R_V
public static int countByC_N_S_R_V(long companyId, String name, int scope, long roleId, boolean viewActionId) Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and roleId = ? and viewActionId = ?.- Parameters:
companyId
- the company IDname
- the namescope
- the scoperoleId
- the role IDviewActionId
- the view action ID- Returns:
- the number of matching resource permissions
-
countByC_N_S_R_V
public static int countByC_N_S_R_V(long companyId, String name, int scope, long[] roleIds, boolean viewActionId) Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and roleId = any ? and viewActionId = ?.- Parameters:
companyId
- the company IDname
- the namescope
- the scoperoleIds
- the role IDsviewActionId
- the view action ID- Returns:
- the number of matching resource permissions
-
findByC_N_S_P_R_V
public static List<ResourcePermission> findByC_N_S_P_R_V(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId) Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.- Parameters:
companyId
- the company IDname
- the namescope
- the scopeprimKeyId
- the prim key IDroleId
- the role IDviewActionId
- the view action ID- Returns:
- the matching resource permissions
-
findByC_N_S_P_R_V
public static List<ResourcePermission> findByC_N_S_P_R_V(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, int start, int end) Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
companyId
- the company IDname
- the namescope
- the scopeprimKeyId
- the prim key IDroleId
- the role IDviewActionId
- the view action IDstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)- Returns:
- the range of matching resource permissions
-
findByC_N_S_P_R_V
public static List<ResourcePermission> findByC_N_S_P_R_V(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
companyId
- the company IDname
- the namescope
- the scopeprimKeyId
- the prim key IDroleId
- the role IDviewActionId
- the view action IDstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching resource permissions
-
findByC_N_S_P_R_V
public static List<ResourcePermission> findByC_N_S_P_R_V(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
companyId
- the company IDname
- the namescope
- the scopeprimKeyId
- the prim key IDroleId
- the role IDviewActionId
- the view action IDstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching resource permissions
-
findByC_N_S_P_R_V_First
public static ResourcePermission findByC_N_S_P_R_V_First(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.- Parameters:
companyId
- the company IDname
- the namescope
- the scopeprimKeyId
- the prim key IDroleId
- the role IDviewActionId
- the view action IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching resource permission
- Throws:
NoSuchResourcePermissionException
- if a matching resource permission could not be foundNoSuchResourcePermissionException
-
fetchByC_N_S_P_R_V_First
public static ResourcePermission fetchByC_N_S_P_R_V_First(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.- Parameters:
companyId
- the company IDname
- the namescope
- the scopeprimKeyId
- the prim key IDroleId
- the role IDviewActionId
- the view action IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching resource permission, or
null
if a matching resource permission could not be found
-
findByC_N_S_P_R_V_Last
public static ResourcePermission findByC_N_S_P_R_V_Last(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.- Parameters:
companyId
- the company IDname
- the namescope
- the scopeprimKeyId
- the prim key IDroleId
- the role IDviewActionId
- the view action IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching resource permission
- Throws:
NoSuchResourcePermissionException
- if a matching resource permission could not be foundNoSuchResourcePermissionException
-
fetchByC_N_S_P_R_V_Last
public static ResourcePermission fetchByC_N_S_P_R_V_Last(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.- Parameters:
companyId
- the company IDname
- the namescope
- the scopeprimKeyId
- the prim key IDroleId
- the role IDviewActionId
- the view action IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching resource permission, or
null
if a matching resource permission could not be found
-
findByC_N_S_P_R_V_PrevAndNext
public static ResourcePermission[] findByC_N_S_P_R_V_PrevAndNext(long resourcePermissionId, long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.- Parameters:
resourcePermissionId
- the primary key of the current resource permissioncompanyId
- the company IDname
- the namescope
- the scopeprimKeyId
- the prim key IDroleId
- the role IDviewActionId
- the view action IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next resource permission
- Throws:
NoSuchResourcePermissionException
- if a resource permission with the primary key could not be foundNoSuchResourcePermissionException
-
findByC_N_S_P_R_V
public static List<ResourcePermission> findByC_N_S_P_R_V(long companyId, String name, int scope, long primKeyId, long[] roleIds, boolean viewActionId) Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = any ? and viewActionId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
companyId
- the company IDname
- the namescope
- the scopeprimKeyId
- the prim key IDroleIds
- the role IDsviewActionId
- the view action ID- Returns:
- the matching resource permissions
-
findByC_N_S_P_R_V
public static List<ResourcePermission> findByC_N_S_P_R_V(long companyId, String name, int scope, long primKeyId, long[] roleIds, boolean viewActionId, int start, int end) Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = any ? and viewActionId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
companyId
- the company IDname
- the namescope
- the scopeprimKeyId
- the prim key IDroleIds
- the role IDsviewActionId
- the view action IDstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)- Returns:
- the range of matching resource permissions
-
findByC_N_S_P_R_V
public static List<ResourcePermission> findByC_N_S_P_R_V(long companyId, String name, int scope, long primKeyId, long[] roleIds, boolean viewActionId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = any ? and viewActionId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
companyId
- the company IDname
- the namescope
- the scopeprimKeyId
- the prim key IDroleIds
- the role IDsviewActionId
- the view action IDstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching resource permissions
-
findByC_N_S_P_R_V
public static List<ResourcePermission> findByC_N_S_P_R_V(long companyId, String name, int scope, long primKeyId, long[] roleIds, boolean viewActionId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
companyId
- the company IDname
- the namescope
- the scopeprimKeyId
- the prim key IDroleIds
- the role IDsviewActionId
- the view action IDstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching resource permissions
-
removeByC_N_S_P_R_V
public static void removeByC_N_S_P_R_V(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId) Removes all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ? from the database.- Parameters:
companyId
- the company IDname
- the namescope
- the scopeprimKeyId
- the prim key IDroleId
- the role IDviewActionId
- the view action ID
-
countByC_N_S_P_R_V
public static int countByC_N_S_P_R_V(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId) Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.- Parameters:
companyId
- the company IDname
- the namescope
- the scopeprimKeyId
- the prim key IDroleId
- the role IDviewActionId
- the view action ID- Returns:
- the number of matching resource permissions
-
countByC_N_S_P_R_V
public static int countByC_N_S_P_R_V(long companyId, String name, int scope, long primKeyId, long[] roleIds, boolean viewActionId) Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = any ? and viewActionId = ?.- Parameters:
companyId
- the company IDname
- the namescope
- the scopeprimKeyId
- the prim key IDroleIds
- the role IDsviewActionId
- the view action ID- Returns:
- the number of matching resource permissions
-
cacheResult
Caches the resource permission in the entity cache if it is enabled.- Parameters:
resourcePermission
- the resource permission
-
cacheResult
Caches the resource permissions in the entity cache if it is enabled.- Parameters:
resourcePermissions
- the resource permissions
-
create
Creates a new resource permission with the primary key. Does not add the resource permission to the database.- Parameters:
resourcePermissionId
- the primary key for the new resource permission- Returns:
- the new resource permission
-
remove
public static ResourcePermission remove(long resourcePermissionId) throws NoSuchResourcePermissionException Removes the resource permission with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
resourcePermissionId
- the primary key of the resource permission- Returns:
- the resource permission that was removed
- Throws:
NoSuchResourcePermissionException
- if a resource permission with the primary key could not be foundNoSuchResourcePermissionException
-
updateImpl
-
findByPrimaryKey
public static ResourcePermission findByPrimaryKey(long resourcePermissionId) throws NoSuchResourcePermissionException Returns the resource permission with the primary key or throws aNoSuchResourcePermissionException
if it could not be found.- Parameters:
resourcePermissionId
- the primary key of the resource permission- Returns:
- the resource permission
- Throws:
NoSuchResourcePermissionException
- if a resource permission with the primary key could not be foundNoSuchResourcePermissionException
-
fetchByPrimaryKey
Returns the resource permission with the primary key or returnsnull
if it could not be found.- Parameters:
resourcePermissionId
- the primary key of the resource permission- Returns:
- the resource permission, or
null
if a resource permission with the primary key could not be found
-
findAll
Returns all the resource permissions.- Returns:
- the resource permissions
-
findAll
Returns a range of all the resource permissions.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
start
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)- Returns:
- the range of resource permissions
-
findAll
public static List<ResourcePermission> findAll(int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
start
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of resource permissions
-
findAll
public static List<ResourcePermission> findAll(int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromResourcePermissionModelImpl
.- Parameters:
start
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of resource permissions
-
removeAll
public static void removeAll()Removes all the resource permissions from the database. -
countAll
public static int countAll()Returns the number of resource permissions.- Returns:
- the number of resource permissions
-
getPersistence
-
setPersistence
-