@Deprecated @ProviderType public interface ResourceTypePermissionPersistence extends BasePersistence<ResourceTypePermission>
Caching information and settings can be found in portal.properties
ResourceTypePermissionUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(List<ResourceTypePermission> resourceTypePermissions)
Deprecated.
Caches the resource type permissions in the entity cache if it is enabled.
|
void |
cacheResult(ResourceTypePermission resourceTypePermission)
Deprecated.
Caches the resource type permission in the entity cache if it is enabled.
|
int |
countAll()
Deprecated.
Returns the number of resource type permissions.
|
int |
countByC_G_N_R(long companyId,
long groupId,
String name,
long roleId)
Deprecated.
Returns the number of resource type permissions where companyId = ? and groupId = ? and name = ? and roleId = ?.
|
int |
countByC_N_R(long companyId,
String name,
long roleId)
Deprecated.
Returns the number of resource type permissions where companyId = ? and name = ? and roleId = ?.
|
int |
countByRoleId(long roleId)
Deprecated.
Returns the number of resource type permissions where roleId = ?.
|
ResourceTypePermission |
create(long resourceTypePermissionId)
Deprecated.
Creates a new resource type permission with the primary key.
|
ResourceTypePermission |
fetchByC_G_N_R(long companyId,
long groupId,
String name,
long roleId)
Deprecated.
Returns the resource type permission where companyId = ? and groupId = ? and name = ? and roleId = ? or returns
null if it could not be found. |
ResourceTypePermission |
fetchByC_G_N_R(long companyId,
long groupId,
String name,
long roleId,
boolean useFinderCache)
Deprecated.
Returns the resource type permission where companyId = ? and groupId = ? and name = ? and roleId = ? or returns
null if it could not be found, optionally using the finder cache. |
ResourceTypePermission |
fetchByC_N_R_First(long companyId,
String name,
long roleId,
OrderByComparator<ResourceTypePermission> orderByComparator)
Deprecated.
Returns the first resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
|
ResourceTypePermission |
fetchByC_N_R_Last(long companyId,
String name,
long roleId,
OrderByComparator<ResourceTypePermission> orderByComparator)
Deprecated.
Returns the last resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
|
ResourceTypePermission |
fetchByPrimaryKey(long resourceTypePermissionId)
Deprecated.
Returns the resource type permission with the primary key or returns
null if it could not be found. |
ResourceTypePermission |
fetchByRoleId_First(long roleId,
OrderByComparator<ResourceTypePermission> orderByComparator)
Deprecated.
Returns the first resource type permission in the ordered set where roleId = ?.
|
ResourceTypePermission |
fetchByRoleId_Last(long roleId,
OrderByComparator<ResourceTypePermission> orderByComparator)
Deprecated.
Returns the last resource type permission in the ordered set where roleId = ?.
|
List<ResourceTypePermission> |
findAll()
Deprecated.
Returns all the resource type permissions.
|
List<ResourceTypePermission> |
findAll(int start,
int end)
Deprecated.
Returns a range of all the resource type permissions.
|
List<ResourceTypePermission> |
findAll(int start,
int end,
OrderByComparator<ResourceTypePermission> orderByComparator)
Deprecated.
Returns an ordered range of all the resource type permissions.
|
List<ResourceTypePermission> |
findAll(int start,
int end,
OrderByComparator<ResourceTypePermission> orderByComparator,
boolean useFinderCache)
Deprecated.
Returns an ordered range of all the resource type permissions.
|
ResourceTypePermission |
findByC_G_N_R(long companyId,
long groupId,
String name,
long roleId)
Deprecated.
Returns the resource type permission where companyId = ? and groupId = ? and name = ? and roleId = ? or throws a
NoSuchResourceTypePermissionException if it could not be found. |
ResourceTypePermission |
findByC_N_R_First(long companyId,
String name,
long roleId,
OrderByComparator<ResourceTypePermission> orderByComparator)
Deprecated.
Returns the first resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
|
ResourceTypePermission |
findByC_N_R_Last(long companyId,
String name,
long roleId,
OrderByComparator<ResourceTypePermission> orderByComparator)
Deprecated.
Returns the last resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
|
ResourceTypePermission[] |
findByC_N_R_PrevAndNext(long resourceTypePermissionId,
long companyId,
String name,
long roleId,
OrderByComparator<ResourceTypePermission> orderByComparator)
Deprecated.
Returns the resource type permissions before and after the current resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
|
List<ResourceTypePermission> |
findByC_N_R(long companyId,
String name,
long roleId)
Deprecated.
Returns all the resource type permissions where companyId = ? and name = ? and roleId = ?.
|
List<ResourceTypePermission> |
findByC_N_R(long companyId,
String name,
long roleId,
int start,
int end)
Deprecated.
Returns a range of all the resource type permissions where companyId = ? and name = ? and roleId = ?.
|
List<ResourceTypePermission> |
findByC_N_R(long companyId,
String name,
long roleId,
int start,
int end,
OrderByComparator<ResourceTypePermission> orderByComparator)
Deprecated.
Returns an ordered range of all the resource type permissions where companyId = ? and name = ? and roleId = ?.
|
List<ResourceTypePermission> |
findByC_N_R(long companyId,
String name,
long roleId,
int start,
int end,
OrderByComparator<ResourceTypePermission> orderByComparator,
boolean useFinderCache)
Deprecated.
Returns an ordered range of all the resource type permissions where companyId = ? and name = ? and roleId = ?.
|
ResourceTypePermission |
findByPrimaryKey(long resourceTypePermissionId)
Deprecated.
Returns the resource type permission with the primary key or throws a
NoSuchResourceTypePermissionException if it could not be found. |
ResourceTypePermission |
findByRoleId_First(long roleId,
OrderByComparator<ResourceTypePermission> orderByComparator)
Deprecated.
Returns the first resource type permission in the ordered set where roleId = ?.
|
ResourceTypePermission |
findByRoleId_Last(long roleId,
OrderByComparator<ResourceTypePermission> orderByComparator)
Deprecated.
Returns the last resource type permission in the ordered set where roleId = ?.
|
ResourceTypePermission[] |
findByRoleId_PrevAndNext(long resourceTypePermissionId,
long roleId,
OrderByComparator<ResourceTypePermission> orderByComparator)
Deprecated.
Returns the resource type permissions before and after the current resource type permission in the ordered set where roleId = ?.
|
List<ResourceTypePermission> |
findByRoleId(long roleId)
Deprecated.
Returns all the resource type permissions where roleId = ?.
|
List<ResourceTypePermission> |
findByRoleId(long roleId,
int start,
int end)
Deprecated.
Returns a range of all the resource type permissions where roleId = ?.
|
List<ResourceTypePermission> |
findByRoleId(long roleId,
int start,
int end,
OrderByComparator<ResourceTypePermission> orderByComparator)
Deprecated.
Returns an ordered range of all the resource type permissions where roleId = ?.
|
List<ResourceTypePermission> |
findByRoleId(long roleId,
int start,
int end,
OrderByComparator<ResourceTypePermission> orderByComparator,
boolean useFinderCache)
Deprecated.
Returns an ordered range of all the resource type permissions where roleId = ?.
|
ResourceTypePermission |
remove(long resourceTypePermissionId)
Deprecated.
Removes the resource type permission with the primary key from the database.
|
void |
removeAll()
Deprecated.
Removes all the resource type permissions from the database.
|
ResourceTypePermission |
removeByC_G_N_R(long companyId,
long groupId,
String name,
long roleId)
Deprecated.
Removes the resource type permission where companyId = ? and groupId = ? and name = ? and roleId = ? from the database.
|
void |
removeByC_N_R(long companyId,
String name,
long roleId)
Deprecated.
Removes all the resource type permissions where companyId = ? and name = ? and roleId = ? from the database.
|
void |
removeByRoleId(long roleId)
Deprecated.
Removes all the resource type permissions where roleId = ? from the database.
|
ResourceTypePermission |
updateImpl(ResourceTypePermission resourceTypePermission)
Deprecated.
|
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update
List<ResourceTypePermission> findByRoleId(long roleId)
roleId
- the role IDList<ResourceTypePermission> findByRoleId(long roleId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from ResourceTypePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
roleId
- the role IDstart
- the lower bound of the range of resource type permissionsend
- the upper bound of the range of resource type permissions (not inclusive)List<ResourceTypePermission> findByRoleId(long roleId, int start, int end, OrderByComparator<ResourceTypePermission> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from ResourceTypePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
roleId
- the role IDstart
- the lower bound of the range of resource type permissionsend
- the upper bound of the range of resource type permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<ResourceTypePermission> findByRoleId(long roleId, int start, int end, OrderByComparator<ResourceTypePermission> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from ResourceTypePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
roleId
- the role IDstart
- the lower bound of the range of resource type permissionsend
- the upper bound of the range of resource type permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheResourceTypePermission findByRoleId_First(long roleId, OrderByComparator<ResourceTypePermission> orderByComparator) throws NoSuchResourceTypePermissionException
roleId
- the role IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchResourceTypePermissionException
- if a matching resource type permission could not be foundResourceTypePermission fetchByRoleId_First(long roleId, OrderByComparator<ResourceTypePermission> orderByComparator)
roleId
- the role IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching resource type permission could not be foundResourceTypePermission findByRoleId_Last(long roleId, OrderByComparator<ResourceTypePermission> orderByComparator) throws NoSuchResourceTypePermissionException
roleId
- the role IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchResourceTypePermissionException
- if a matching resource type permission could not be foundResourceTypePermission fetchByRoleId_Last(long roleId, OrderByComparator<ResourceTypePermission> orderByComparator)
roleId
- the role IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching resource type permission could not be foundResourceTypePermission[] findByRoleId_PrevAndNext(long resourceTypePermissionId, long roleId, OrderByComparator<ResourceTypePermission> orderByComparator) throws NoSuchResourceTypePermissionException
resourceTypePermissionId
- the primary key of the current resource type permissionroleId
- the role IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchResourceTypePermissionException
- if a resource type permission with the primary key could not be foundvoid removeByRoleId(long roleId)
roleId
- the role IDint countByRoleId(long roleId)
roleId
- the role IDList<ResourceTypePermission> findByC_N_R(long companyId, String name, long roleId)
companyId
- the company IDname
- the nameroleId
- the role IDList<ResourceTypePermission> findByC_N_R(long companyId, String name, long roleId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from ResourceTypePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDname
- the nameroleId
- the role IDstart
- the lower bound of the range of resource type permissionsend
- the upper bound of the range of resource type permissions (not inclusive)List<ResourceTypePermission> findByC_N_R(long companyId, String name, long roleId, int start, int end, OrderByComparator<ResourceTypePermission> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from ResourceTypePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDname
- the nameroleId
- the role IDstart
- the lower bound of the range of resource type permissionsend
- the upper bound of the range of resource type permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<ResourceTypePermission> findByC_N_R(long companyId, String name, long roleId, int start, int end, OrderByComparator<ResourceTypePermission> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from ResourceTypePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDname
- the nameroleId
- the role IDstart
- the lower bound of the range of resource type permissionsend
- the upper bound of the range of resource type permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheResourceTypePermission findByC_N_R_First(long companyId, String name, long roleId, OrderByComparator<ResourceTypePermission> orderByComparator) throws NoSuchResourceTypePermissionException
companyId
- the company IDname
- the nameroleId
- the role IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchResourceTypePermissionException
- if a matching resource type permission could not be foundResourceTypePermission fetchByC_N_R_First(long companyId, String name, long roleId, OrderByComparator<ResourceTypePermission> orderByComparator)
companyId
- the company IDname
- the nameroleId
- the role IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching resource type permission could not be foundResourceTypePermission findByC_N_R_Last(long companyId, String name, long roleId, OrderByComparator<ResourceTypePermission> orderByComparator) throws NoSuchResourceTypePermissionException
companyId
- the company IDname
- the nameroleId
- the role IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchResourceTypePermissionException
- if a matching resource type permission could not be foundResourceTypePermission fetchByC_N_R_Last(long companyId, String name, long roleId, OrderByComparator<ResourceTypePermission> orderByComparator)
companyId
- the company IDname
- the nameroleId
- the role IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching resource type permission could not be foundResourceTypePermission[] findByC_N_R_PrevAndNext(long resourceTypePermissionId, long companyId, String name, long roleId, OrderByComparator<ResourceTypePermission> orderByComparator) throws NoSuchResourceTypePermissionException
resourceTypePermissionId
- the primary key of the current resource type permissioncompanyId
- the company IDname
- the nameroleId
- the role IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchResourceTypePermissionException
- if a resource type permission with the primary key could not be foundvoid removeByC_N_R(long companyId, String name, long roleId)
companyId
- the company IDname
- the nameroleId
- the role IDint countByC_N_R(long companyId, String name, long roleId)
companyId
- the company IDname
- the nameroleId
- the role IDResourceTypePermission findByC_G_N_R(long companyId, long groupId, String name, long roleId) throws NoSuchResourceTypePermissionException
NoSuchResourceTypePermissionException
if it could not be found.companyId
- the company IDgroupId
- the group IDname
- the nameroleId
- the role IDNoSuchResourceTypePermissionException
- if a matching resource type permission could not be foundResourceTypePermission fetchByC_G_N_R(long companyId, long groupId, String name, long roleId)
null
if it could not be found. Uses the finder cache.companyId
- the company IDgroupId
- the group IDname
- the nameroleId
- the role IDnull
if a matching resource type permission could not be foundResourceTypePermission fetchByC_G_N_R(long companyId, long groupId, String name, long roleId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.companyId
- the company IDgroupId
- the group IDname
- the nameroleId
- the role IDuseFinderCache
- whether to use the finder cachenull
if a matching resource type permission could not be foundResourceTypePermission removeByC_G_N_R(long companyId, long groupId, String name, long roleId) throws NoSuchResourceTypePermissionException
companyId
- the company IDgroupId
- the group IDname
- the nameroleId
- the role IDNoSuchResourceTypePermissionException
int countByC_G_N_R(long companyId, long groupId, String name, long roleId)
companyId
- the company IDgroupId
- the group IDname
- the nameroleId
- the role IDvoid cacheResult(ResourceTypePermission resourceTypePermission)
resourceTypePermission
- the resource type permissionvoid cacheResult(List<ResourceTypePermission> resourceTypePermissions)
resourceTypePermissions
- the resource type permissionsResourceTypePermission create(long resourceTypePermissionId)
resourceTypePermissionId
- the primary key for the new resource type permissionResourceTypePermission remove(long resourceTypePermissionId) throws NoSuchResourceTypePermissionException
resourceTypePermissionId
- the primary key of the resource type permissionNoSuchResourceTypePermissionException
- if a resource type permission with the primary key could not be foundResourceTypePermission updateImpl(ResourceTypePermission resourceTypePermission)
ResourceTypePermission findByPrimaryKey(long resourceTypePermissionId) throws NoSuchResourceTypePermissionException
NoSuchResourceTypePermissionException
if it could not be found.resourceTypePermissionId
- the primary key of the resource type permissionNoSuchResourceTypePermissionException
- if a resource type permission with the primary key could not be foundResourceTypePermission fetchByPrimaryKey(long resourceTypePermissionId)
null
if it could not be found.resourceTypePermissionId
- the primary key of the resource type permissionnull
if a resource type permission with the primary key could not be foundList<ResourceTypePermission> findAll()
List<ResourceTypePermission> findAll(int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from ResourceTypePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of resource type permissionsend
- the upper bound of the range of resource type permissions (not inclusive)List<ResourceTypePermission> findAll(int start, int end, OrderByComparator<ResourceTypePermission> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from ResourceTypePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of resource type permissionsend
- the upper bound of the range of resource type permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<ResourceTypePermission> findAll(int start, int end, OrderByComparator<ResourceTypePermission> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from ResourceTypePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of resource type permissionsend
- the upper bound of the range of resource type permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachevoid removeAll()
int countAll()