public class ResourcePermissionPersistenceImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.ResourcePermission>
implements com.liferay.portal.service.persistence.ResourcePermissionPersistence
Caching information and settings can be found in portal.properties
ResourcePermissionPersistence,
ResourcePermissionUtil| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FINDER_CLASS_NAME_ENTITY |
static java.lang.String |
FINDER_CLASS_NAME_LIST_WITH_PAGINATION |
static java.lang.String |
FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_ALL |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_C_N_S |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_C_N_S_P |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_C_N_S_P_R |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_ROLEID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_SCOPE |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_FETCH_BY_C_N_S_P_R |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_COUNT_BY_C_LIKEP |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_COUNT_BY_C_N_S_P_R |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_COUNT_BY_SCOPE |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_ALL |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_C_LIKEP |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_C_N_S |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_C_N_S_P |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_C_N_S_P_R |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_ROLEID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_SCOPE |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_N_S |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_N_S_P |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_N_S_P_R |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_ROLEID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_SCOPE |
COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR| Constructor and Description |
|---|
ResourcePermissionPersistenceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet()
Initializes the resource permission persistence.
|
void |
cacheResult(java.util.List<com.liferay.portal.model.ResourcePermission> resourcePermissions)
Caches the resource permissions in the entity cache if it is enabled.
|
void |
cacheResult(com.liferay.portal.model.ResourcePermission resourcePermission)
Caches the resource permission in the entity cache if it is enabled.
|
protected void |
cacheUniqueFindersCache(com.liferay.portal.model.ResourcePermission resourcePermission) |
void |
clearCache()
Clears the cache for all resource permissions.
|
void |
clearCache(java.util.List<com.liferay.portal.model.ResourcePermission> resourcePermissions) |
void |
clearCache(com.liferay.portal.model.ResourcePermission resourcePermission)
Clears the cache for the resource permission.
|
protected void |
clearUniqueFindersCache(com.liferay.portal.model.ResourcePermission resourcePermission) |
int |
countAll()
Returns the number of resource permissions.
|
int |
countByC_LikeP(long companyId,
java.lang.String primKey)
Returns the number of resource permissions where companyId = ? and primKey LIKE ?.
|
int |
countByC_N_S_P_R(long companyId,
java.lang.String name,
int scope,
java.lang.String primKey,
long roleId)
Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?.
|
int |
countByC_N_S_P_R(long companyId,
java.lang.String name,
int scope,
java.lang.String primKey,
long[] roleIds)
Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?.
|
int |
countByC_N_S_P(long companyId,
java.lang.String name,
int scope,
java.lang.String primKey)
Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.
|
int |
countByC_N_S(long companyId,
java.lang.String name,
int scope)
Returns the number of resource permissions where companyId = ? and name = ? and scope = ?.
|
int |
countByRoleId(long roleId)
Returns the number of resource permissions where roleId = ?.
|
int |
countByScope(int scope)
Returns the number of resource permissions where scope = ?.
|
int |
countByScope(int[] scopes)
Returns the number of resource permissions where scope = any ?.
|
com.liferay.portal.model.ResourcePermission |
create(long resourcePermissionId)
Creates a new resource permission with the primary key.
|
void |
destroy() |
com.liferay.portal.model.ResourcePermission |
fetchByC_LikeP_First(long companyId,
java.lang.String primKey,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?.
|
com.liferay.portal.model.ResourcePermission |
fetchByC_LikeP_Last(long companyId,
java.lang.String primKey,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.
|
com.liferay.portal.model.ResourcePermission |
fetchByC_N_S_First(long companyId,
java.lang.String name,
int scope,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
|
com.liferay.portal.model.ResourcePermission |
fetchByC_N_S_Last(long companyId,
java.lang.String name,
int scope,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
|
com.liferay.portal.model.ResourcePermission |
fetchByC_N_S_P_First(long companyId,
java.lang.String name,
int scope,
java.lang.String primKey,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
|
com.liferay.portal.model.ResourcePermission |
fetchByC_N_S_P_Last(long companyId,
java.lang.String name,
int scope,
java.lang.String primKey,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
|
com.liferay.portal.model.ResourcePermission |
fetchByC_N_S_P_R(long companyId,
java.lang.String name,
int scope,
java.lang.String primKey,
long roleId)
Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? or returns
null if it could not be found. |
com.liferay.portal.model.ResourcePermission |
fetchByC_N_S_P_R(long companyId,
java.lang.String name,
int scope,
java.lang.String primKey,
long roleId,
boolean retrieveFromCache)
Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? or returns
null if it could not be found, optionally using the finder cache. |
com.liferay.portal.model.ResourcePermission |
fetchByPrimaryKey(long resourcePermissionId)
Returns the resource permission with the primary key or returns
null if it could not be found. |
com.liferay.portal.model.ResourcePermission |
fetchByPrimaryKey(java.io.Serializable primaryKey)
Returns the resource permission with the primary key or returns
null if it could not be found. |
com.liferay.portal.model.ResourcePermission |
fetchByRoleId_First(long roleId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where roleId = ?.
|
com.liferay.portal.model.ResourcePermission |
fetchByRoleId_Last(long roleId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where roleId = ?.
|
com.liferay.portal.model.ResourcePermission |
fetchByScope_First(int scope,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where scope = ?.
|
com.liferay.portal.model.ResourcePermission |
fetchByScope_Last(int scope,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where scope = ?.
|
java.util.List<com.liferay.portal.model.ResourcePermission> |
findAll()
Returns all the resource permissions.
|
java.util.List<com.liferay.portal.model.ResourcePermission> |
findAll(int start,
int end)
Returns a range of all the resource permissions.
|
java.util.List<com.liferay.portal.model.ResourcePermission> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions.
|
com.liferay.portal.model.ResourcePermission |
findByC_LikeP_First(long companyId,
java.lang.String primKey,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?.
|
com.liferay.portal.model.ResourcePermission |
findByC_LikeP_Last(long companyId,
java.lang.String primKey,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.
|
com.liferay.portal.model.ResourcePermission[] |
findByC_LikeP_PrevAndNext(long resourcePermissionId,
long companyId,
java.lang.String primKey,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and primKey LIKE ?.
|
java.util.List<com.liferay.portal.model.ResourcePermission> |
findByC_LikeP(long companyId,
java.lang.String primKey)
Returns all the resource permissions where companyId = ? and primKey LIKE ?.
|
java.util.List<com.liferay.portal.model.ResourcePermission> |
findByC_LikeP(long companyId,
java.lang.String primKey,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and primKey LIKE ?.
|
java.util.List<com.liferay.portal.model.ResourcePermission> |
findByC_LikeP(long companyId,
java.lang.String primKey,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and primKey LIKE ?.
|
com.liferay.portal.model.ResourcePermission |
findByC_N_S_First(long companyId,
java.lang.String name,
int scope,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
|
com.liferay.portal.model.ResourcePermission |
findByC_N_S_Last(long companyId,
java.lang.String name,
int scope,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
|
com.liferay.portal.model.ResourcePermission |
findByC_N_S_P_First(long companyId,
java.lang.String name,
int scope,
java.lang.String primKey,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
|
com.liferay.portal.model.ResourcePermission |
findByC_N_S_P_Last(long companyId,
java.lang.String name,
int scope,
java.lang.String primKey,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
|
com.liferay.portal.model.ResourcePermission[] |
findByC_N_S_P_PrevAndNext(long resourcePermissionId,
long companyId,
java.lang.String name,
int scope,
java.lang.String primKey,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
|
com.liferay.portal.model.ResourcePermission |
findByC_N_S_P_R(long companyId,
java.lang.String name,
int scope,
java.lang.String primKey,
long roleId)
Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? or throws a
NoSuchResourcePermissionException if it could not be found. |
java.util.List<com.liferay.portal.model.ResourcePermission> |
findByC_N_S_P_R(long companyId,
java.lang.String name,
int scope,
java.lang.String primKey,
long[] roleIds)
Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?.
|
java.util.List<com.liferay.portal.model.ResourcePermission> |
findByC_N_S_P_R(long companyId,
java.lang.String name,
int scope,
java.lang.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 ?.
|
java.util.List<com.liferay.portal.model.ResourcePermission> |
findByC_N_S_P_R(long companyId,
java.lang.String name,
int scope,
java.lang.String primKey,
long[] roleIds,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?.
|
java.util.List<com.liferay.portal.model.ResourcePermission> |
findByC_N_S_P(long companyId,
java.lang.String name,
int scope,
java.lang.String primKey)
Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.
|
java.util.List<com.liferay.portal.model.ResourcePermission> |
findByC_N_S_P(long companyId,
java.lang.String name,
int scope,
java.lang.String primKey,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.
|
java.util.List<com.liferay.portal.model.ResourcePermission> |
findByC_N_S_P(long companyId,
java.lang.String name,
int scope,
java.lang.String primKey,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.
|
com.liferay.portal.model.ResourcePermission[] |
findByC_N_S_PrevAndNext(long resourcePermissionId,
long companyId,
java.lang.String name,
int scope,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
|
java.util.List<com.liferay.portal.model.ResourcePermission> |
findByC_N_S(long companyId,
java.lang.String name,
int scope)
Returns all the resource permissions where companyId = ? and name = ? and scope = ?.
|
java.util.List<com.liferay.portal.model.ResourcePermission> |
findByC_N_S(long companyId,
java.lang.String name,
int scope,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ?.
|
java.util.List<com.liferay.portal.model.ResourcePermission> |
findByC_N_S(long companyId,
java.lang.String name,
int scope,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ?.
|
com.liferay.portal.model.ResourcePermission |
findByPrimaryKey(long resourcePermissionId)
Returns the resource permission with the primary key or throws a
NoSuchResourcePermissionException if it could not be found. |
com.liferay.portal.model.ResourcePermission |
findByPrimaryKey(java.io.Serializable primaryKey)
Returns the resource permission with the primary key or throws a
NoSuchModelException if it could not be found. |
com.liferay.portal.model.ResourcePermission |
findByRoleId_First(long roleId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where roleId = ?.
|
com.liferay.portal.model.ResourcePermission |
findByRoleId_Last(long roleId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where roleId = ?.
|
com.liferay.portal.model.ResourcePermission[] |
findByRoleId_PrevAndNext(long resourcePermissionId,
long roleId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where roleId = ?.
|
java.util.List<com.liferay.portal.model.ResourcePermission> |
findByRoleId(long roleId)
Returns all the resource permissions where roleId = ?.
|
java.util.List<com.liferay.portal.model.ResourcePermission> |
findByRoleId(long roleId,
int start,
int end)
Returns a range of all the resource permissions where roleId = ?.
|
java.util.List<com.liferay.portal.model.ResourcePermission> |
findByRoleId(long roleId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where roleId = ?.
|
com.liferay.portal.model.ResourcePermission |
findByScope_First(int scope,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where scope = ?.
|
com.liferay.portal.model.ResourcePermission |
findByScope_Last(int scope,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where scope = ?.
|
com.liferay.portal.model.ResourcePermission[] |
findByScope_PrevAndNext(long resourcePermissionId,
int scope,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where scope = ?.
|
java.util.List<com.liferay.portal.model.ResourcePermission> |
findByScope(int scope)
Returns all the resource permissions where scope = ?.
|
java.util.List<com.liferay.portal.model.ResourcePermission> |
findByScope(int[] scopes)
Returns all the resource permissions where scope = any ?.
|
java.util.List<com.liferay.portal.model.ResourcePermission> |
findByScope(int[] scopes,
int start,
int end)
Returns a range of all the resource permissions where scope = any ?.
|
java.util.List<com.liferay.portal.model.ResourcePermission> |
findByScope(int[] scopes,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where scope = any ?.
|
java.util.List<com.liferay.portal.model.ResourcePermission> |
findByScope(int scope,
int start,
int end)
Returns a range of all the resource permissions where scope = ?.
|
java.util.List<com.liferay.portal.model.ResourcePermission> |
findByScope(int scope,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where scope = ?.
|
protected com.liferay.portal.model.ResourcePermission |
getByC_LikeP_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.ResourcePermission resourcePermission,
long companyId,
java.lang.String primKey,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.ResourcePermission |
getByC_N_S_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.ResourcePermission resourcePermission,
long companyId,
java.lang.String name,
int scope,
java.lang.String primKey,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.ResourcePermission |
getByC_N_S_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.ResourcePermission resourcePermission,
long companyId,
java.lang.String name,
int scope,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.ResourcePermission |
getByRoleId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.ResourcePermission resourcePermission,
long roleId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.ResourcePermission |
getByScope_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.ResourcePermission resourcePermission,
int scope,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
com.liferay.portal.model.ResourcePermission |
remove(long resourcePermissionId)
Removes the resource permission with the primary key from the database.
|
com.liferay.portal.model.ResourcePermission |
remove(java.io.Serializable primaryKey)
Removes the resource permission with the primary key from the database.
|
void |
removeAll()
Removes all the resource permissions from the database.
|
void |
removeByC_LikeP(long companyId,
java.lang.String primKey)
Removes all the resource permissions where companyId = ? and primKey LIKE ? from the database.
|
com.liferay.portal.model.ResourcePermission |
removeByC_N_S_P_R(long companyId,
java.lang.String name,
int scope,
java.lang.String primKey,
long roleId)
Removes the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? from the database.
|
void |
removeByC_N_S_P(long companyId,
java.lang.String name,
int scope,
java.lang.String primKey)
Removes all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? from the database.
|
void |
removeByC_N_S(long companyId,
java.lang.String name,
int scope)
Removes all the resource permissions where companyId = ? and name = ? and scope = ? from the database.
|
void |
removeByRoleId(long roleId)
Removes all the resource permissions where roleId = ? from the database.
|
void |
removeByScope(int scope)
Removes all the resource permissions where scope = ? from the database.
|
protected com.liferay.portal.model.ResourcePermission |
removeImpl(com.liferay.portal.model.ResourcePermission resourcePermission) |
protected com.liferay.portal.model.ResourcePermission |
toUnwrappedModel(com.liferay.portal.model.ResourcePermission resourcePermission) |
com.liferay.portal.model.ResourcePermission |
updateImpl(com.liferay.portal.model.ResourcePermission resourcePermission) |
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getClassLoader, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImplclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcloseSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update, update, updatepublic static final java.lang.String FINDER_CLASS_NAME_ENTITY
public static final java.lang.String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final java.lang.String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_SCOPE
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_SCOPE
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_SCOPE
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_SCOPE
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_ROLEID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_ROLEID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_ROLEID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_LIKEP
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_C_LIKEP
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_N_S
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_N_S
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_N_S
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_N_S_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_N_S_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_N_S_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_N_S_P_R
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_N_S_P_R
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_C_N_S_P_R
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_N_S_P_R
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_C_N_S_P_R
public java.util.List<com.liferay.portal.model.ResourcePermission> findByScope(int scope)
throws com.liferay.portal.kernel.exception.SystemException
findByScope in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencescope - the scopecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.ResourcePermission> findByScope(int scope,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
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 ResourcePermissionModelImpl. 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.
findByScope in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencescope - the scopestart - the lower bound of the range of resource permissionsend - the upper bound of the range of resource permissions (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.ResourcePermission> findByScope(int scope,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
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 ResourcePermissionModelImpl. 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.
findByScope in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencescope - 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 (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.ResourcePermission findByScope_First(int scope,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchResourcePermissionException,
com.liferay.portal.kernel.exception.SystemException
findByScope_First in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencescope - the scopeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchResourcePermissionException - if a matching resource permission could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.ResourcePermission fetchByScope_First(int scope,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByScope_First in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencescope - the scopeorderByComparator - the comparator to order the set by (optionally null)null if a matching resource permission could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.ResourcePermission findByScope_Last(int scope,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchResourcePermissionException,
com.liferay.portal.kernel.exception.SystemException
findByScope_Last in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencescope - the scopeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchResourcePermissionException - if a matching resource permission could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.ResourcePermission fetchByScope_Last(int scope,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByScope_Last in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencescope - the scopeorderByComparator - the comparator to order the set by (optionally null)null if a matching resource permission could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.ResourcePermission[] findByScope_PrevAndNext(long resourcePermissionId,
int scope,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchResourcePermissionException,
com.liferay.portal.kernel.exception.SystemException
findByScope_PrevAndNext in interface com.liferay.portal.service.persistence.ResourcePermissionPersistenceresourcePermissionId - the primary key of the current resource permissionscope - the scopeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchResourcePermissionException - if a resource permission with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.ResourcePermission getByScope_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.ResourcePermission resourcePermission,
int scope,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public java.util.List<com.liferay.portal.model.ResourcePermission> findByScope(int[] scopes)
throws com.liferay.portal.kernel.exception.SystemException
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 ResourcePermissionModelImpl. 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.
findByScope in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencescopes - the scopescom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.ResourcePermission> findByScope(int[] scopes,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
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 ResourcePermissionModelImpl. 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.
findByScope in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencescopes - the scopesstart - the lower bound of the range of resource permissionsend - the upper bound of the range of resource permissions (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.ResourcePermission> findByScope(int[] scopes,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
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 ResourcePermissionModelImpl. 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.
findByScope in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencescopes - 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 (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeByScope(int scope)
throws com.liferay.portal.kernel.exception.SystemException
removeByScope in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencescope - the scopecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByScope(int scope)
throws com.liferay.portal.kernel.exception.SystemException
countByScope in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencescope - the scopecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByScope(int[] scopes)
throws com.liferay.portal.kernel.exception.SystemException
countByScope in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencescopes - the scopescom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.ResourcePermission> findByRoleId(long roleId)
throws com.liferay.portal.kernel.exception.SystemException
findByRoleId in interface com.liferay.portal.service.persistence.ResourcePermissionPersistenceroleId - the role IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.ResourcePermission> findByRoleId(long roleId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
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 ResourcePermissionModelImpl. 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.
findByRoleId in interface com.liferay.portal.service.persistence.ResourcePermissionPersistenceroleId - the role IDstart - the lower bound of the range of resource permissionsend - the upper bound of the range of resource permissions (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.ResourcePermission> findByRoleId(long roleId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
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 ResourcePermissionModelImpl. 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.
findByRoleId in interface com.liferay.portal.service.persistence.ResourcePermissionPersistenceroleId - 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 (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.ResourcePermission findByRoleId_First(long roleId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchResourcePermissionException,
com.liferay.portal.kernel.exception.SystemException
findByRoleId_First in interface com.liferay.portal.service.persistence.ResourcePermissionPersistenceroleId - the role IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchResourcePermissionException - if a matching resource permission could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.ResourcePermission fetchByRoleId_First(long roleId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByRoleId_First in interface com.liferay.portal.service.persistence.ResourcePermissionPersistenceroleId - the role IDorderByComparator - the comparator to order the set by (optionally null)null if a matching resource permission could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.ResourcePermission findByRoleId_Last(long roleId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchResourcePermissionException,
com.liferay.portal.kernel.exception.SystemException
findByRoleId_Last in interface com.liferay.portal.service.persistence.ResourcePermissionPersistenceroleId - the role IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchResourcePermissionException - if a matching resource permission could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.ResourcePermission fetchByRoleId_Last(long roleId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByRoleId_Last in interface com.liferay.portal.service.persistence.ResourcePermissionPersistenceroleId - the role IDorderByComparator - the comparator to order the set by (optionally null)null if a matching resource permission could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.ResourcePermission[] findByRoleId_PrevAndNext(long resourcePermissionId,
long roleId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchResourcePermissionException,
com.liferay.portal.kernel.exception.SystemException
findByRoleId_PrevAndNext in interface com.liferay.portal.service.persistence.ResourcePermissionPersistenceresourcePermissionId - the primary key of the current resource permissionroleId - the role IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchResourcePermissionException - if a resource permission with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.ResourcePermission getByRoleId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.ResourcePermission resourcePermission,
long roleId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByRoleId(long roleId)
throws com.liferay.portal.kernel.exception.SystemException
removeByRoleId in interface com.liferay.portal.service.persistence.ResourcePermissionPersistenceroleId - the role IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByRoleId(long roleId)
throws com.liferay.portal.kernel.exception.SystemException
countByRoleId in interface com.liferay.portal.service.persistence.ResourcePermissionPersistenceroleId - the role IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.ResourcePermission> findByC_LikeP(long companyId,
java.lang.String primKey)
throws com.liferay.portal.kernel.exception.SystemException
findByC_LikeP in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencecompanyId - the company IDprimKey - the prim keycom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.ResourcePermission> findByC_LikeP(long companyId,
java.lang.String primKey,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
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 ResourcePermissionModelImpl. 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.
findByC_LikeP in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencecompanyId - 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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.ResourcePermission> findByC_LikeP(long companyId,
java.lang.String primKey,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
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 ResourcePermissionModelImpl. 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.
findByC_LikeP in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencecompanyId - 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 (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.ResourcePermission findByC_LikeP_First(long companyId,
java.lang.String primKey,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchResourcePermissionException,
com.liferay.portal.kernel.exception.SystemException
findByC_LikeP_First in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencecompanyId - the company IDprimKey - the prim keyorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchResourcePermissionException - if a matching resource permission could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.ResourcePermission fetchByC_LikeP_First(long companyId,
java.lang.String primKey,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByC_LikeP_First in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencecompanyId - the company IDprimKey - the prim keyorderByComparator - the comparator to order the set by (optionally null)null if a matching resource permission could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.ResourcePermission findByC_LikeP_Last(long companyId,
java.lang.String primKey,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchResourcePermissionException,
com.liferay.portal.kernel.exception.SystemException
findByC_LikeP_Last in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencecompanyId - the company IDprimKey - the prim keyorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchResourcePermissionException - if a matching resource permission could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.ResourcePermission fetchByC_LikeP_Last(long companyId,
java.lang.String primKey,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByC_LikeP_Last in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencecompanyId - the company IDprimKey - the prim keyorderByComparator - the comparator to order the set by (optionally null)null if a matching resource permission could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.ResourcePermission[] findByC_LikeP_PrevAndNext(long resourcePermissionId,
long companyId,
java.lang.String primKey,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchResourcePermissionException,
com.liferay.portal.kernel.exception.SystemException
findByC_LikeP_PrevAndNext in interface com.liferay.portal.service.persistence.ResourcePermissionPersistenceresourcePermissionId - the primary key of the current resource permissioncompanyId - the company IDprimKey - the prim keyorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchResourcePermissionException - if a resource permission with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.ResourcePermission getByC_LikeP_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.ResourcePermission resourcePermission,
long companyId,
java.lang.String primKey,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByC_LikeP(long companyId,
java.lang.String primKey)
throws com.liferay.portal.kernel.exception.SystemException
removeByC_LikeP in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencecompanyId - the company IDprimKey - the prim keycom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByC_LikeP(long companyId,
java.lang.String primKey)
throws com.liferay.portal.kernel.exception.SystemException
countByC_LikeP in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencecompanyId - the company IDprimKey - the prim keycom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.ResourcePermission> findByC_N_S(long companyId,
java.lang.String name,
int scope)
throws com.liferay.portal.kernel.exception.SystemException
findByC_N_S in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencecompanyId - the company IDname - the namescope - the scopecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.ResourcePermission> findByC_N_S(long companyId,
java.lang.String name,
int scope,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
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 ResourcePermissionModelImpl. 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.
findByC_N_S in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencecompanyId - 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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.ResourcePermission> findByC_N_S(long companyId,
java.lang.String name,
int scope,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
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 ResourcePermissionModelImpl. 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.
findByC_N_S in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencecompanyId - 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 (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.ResourcePermission findByC_N_S_First(long companyId,
java.lang.String name,
int scope,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchResourcePermissionException,
com.liferay.portal.kernel.exception.SystemException
findByC_N_S_First in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencecompanyId - the company IDname - the namescope - the scopeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchResourcePermissionException - if a matching resource permission could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.ResourcePermission fetchByC_N_S_First(long companyId,
java.lang.String name,
int scope,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByC_N_S_First in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencecompanyId - the company IDname - the namescope - the scopeorderByComparator - the comparator to order the set by (optionally null)null if a matching resource permission could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.ResourcePermission findByC_N_S_Last(long companyId,
java.lang.String name,
int scope,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchResourcePermissionException,
com.liferay.portal.kernel.exception.SystemException
findByC_N_S_Last in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencecompanyId - the company IDname - the namescope - the scopeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchResourcePermissionException - if a matching resource permission could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.ResourcePermission fetchByC_N_S_Last(long companyId,
java.lang.String name,
int scope,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByC_N_S_Last in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencecompanyId - the company IDname - the namescope - the scopeorderByComparator - the comparator to order the set by (optionally null)null if a matching resource permission could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.ResourcePermission[] findByC_N_S_PrevAndNext(long resourcePermissionId,
long companyId,
java.lang.String name,
int scope,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchResourcePermissionException,
com.liferay.portal.kernel.exception.SystemException
findByC_N_S_PrevAndNext in interface com.liferay.portal.service.persistence.ResourcePermissionPersistenceresourcePermissionId - the primary key of the current resource permissioncompanyId - the company IDname - the namescope - the scopeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchResourcePermissionException - if a resource permission with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.ResourcePermission getByC_N_S_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.ResourcePermission resourcePermission,
long companyId,
java.lang.String name,
int scope,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByC_N_S(long companyId,
java.lang.String name,
int scope)
throws com.liferay.portal.kernel.exception.SystemException
removeByC_N_S in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencecompanyId - the company IDname - the namescope - the scopecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByC_N_S(long companyId,
java.lang.String name,
int scope)
throws com.liferay.portal.kernel.exception.SystemException
countByC_N_S in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencecompanyId - the company IDname - the namescope - the scopecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.ResourcePermission> findByC_N_S_P(long companyId,
java.lang.String name,
int scope,
java.lang.String primKey)
throws com.liferay.portal.kernel.exception.SystemException
findByC_N_S_P in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencecompanyId - the company IDname - the namescope - the scopeprimKey - the prim keycom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.ResourcePermission> findByC_N_S_P(long companyId,
java.lang.String name,
int scope,
java.lang.String primKey,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
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 ResourcePermissionModelImpl. 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.
findByC_N_S_P in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencecompanyId - 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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.ResourcePermission> findByC_N_S_P(long companyId,
java.lang.String name,
int scope,
java.lang.String primKey,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
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 ResourcePermissionModelImpl. 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.
findByC_N_S_P in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencecompanyId - 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 (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.ResourcePermission findByC_N_S_P_First(long companyId,
java.lang.String name,
int scope,
java.lang.String primKey,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchResourcePermissionException,
com.liferay.portal.kernel.exception.SystemException
findByC_N_S_P_First in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencecompanyId - the company IDname - the namescope - the scopeprimKey - the prim keyorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchResourcePermissionException - if a matching resource permission could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.ResourcePermission fetchByC_N_S_P_First(long companyId,
java.lang.String name,
int scope,
java.lang.String primKey,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByC_N_S_P_First in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencecompanyId - the company IDname - the namescope - the scopeprimKey - the prim keyorderByComparator - the comparator to order the set by (optionally null)null if a matching resource permission could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.ResourcePermission findByC_N_S_P_Last(long companyId,
java.lang.String name,
int scope,
java.lang.String primKey,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchResourcePermissionException,
com.liferay.portal.kernel.exception.SystemException
findByC_N_S_P_Last in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencecompanyId - the company IDname - the namescope - the scopeprimKey - the prim keyorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchResourcePermissionException - if a matching resource permission could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.ResourcePermission fetchByC_N_S_P_Last(long companyId,
java.lang.String name,
int scope,
java.lang.String primKey,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByC_N_S_P_Last in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencecompanyId - the company IDname - the namescope - the scopeprimKey - the prim keyorderByComparator - the comparator to order the set by (optionally null)null if a matching resource permission could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.ResourcePermission[] findByC_N_S_P_PrevAndNext(long resourcePermissionId,
long companyId,
java.lang.String name,
int scope,
java.lang.String primKey,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchResourcePermissionException,
com.liferay.portal.kernel.exception.SystemException
findByC_N_S_P_PrevAndNext in interface com.liferay.portal.service.persistence.ResourcePermissionPersistenceresourcePermissionId - 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 (optionally null)com.liferay.portal.NoSuchResourcePermissionException - if a resource permission with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.ResourcePermission getByC_N_S_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.ResourcePermission resourcePermission,
long companyId,
java.lang.String name,
int scope,
java.lang.String primKey,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByC_N_S_P(long companyId,
java.lang.String name,
int scope,
java.lang.String primKey)
throws com.liferay.portal.kernel.exception.SystemException
removeByC_N_S_P in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencecompanyId - the company IDname - the namescope - the scopeprimKey - the prim keycom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByC_N_S_P(long companyId,
java.lang.String name,
int scope,
java.lang.String primKey)
throws com.liferay.portal.kernel.exception.SystemException
countByC_N_S_P in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencecompanyId - the company IDname - the namescope - the scopeprimKey - the prim keycom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.ResourcePermission> findByC_N_S_P_R(long companyId,
java.lang.String name,
int scope,
java.lang.String primKey,
long[] roleIds)
throws com.liferay.portal.kernel.exception.SystemException
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 ResourcePermissionModelImpl. 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.
findByC_N_S_P_R in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencecompanyId - the company IDname - the namescope - the scopeprimKey - the prim keyroleIds - the role IDscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.ResourcePermission> findByC_N_S_P_R(long companyId,
java.lang.String name,
int scope,
java.lang.String primKey,
long[] roleIds,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
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 ResourcePermissionModelImpl. 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.
findByC_N_S_P_R in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencecompanyId - 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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.ResourcePermission> findByC_N_S_P_R(long companyId,
java.lang.String name,
int scope,
java.lang.String primKey,
long[] roleIds,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
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 ResourcePermissionModelImpl. 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.
findByC_N_S_P_R in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencecompanyId - 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 (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.ResourcePermission findByC_N_S_P_R(long companyId,
java.lang.String name,
int scope,
java.lang.String primKey,
long roleId)
throws com.liferay.portal.NoSuchResourcePermissionException,
com.liferay.portal.kernel.exception.SystemException
NoSuchResourcePermissionException if it could not be found.findByC_N_S_P_R in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencecompanyId - the company IDname - the namescope - the scopeprimKey - the prim keyroleId - the role IDcom.liferay.portal.NoSuchResourcePermissionException - if a matching resource permission could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.ResourcePermission fetchByC_N_S_P_R(long companyId,
java.lang.String name,
int scope,
java.lang.String primKey,
long roleId)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found. Uses the finder cache.fetchByC_N_S_P_R in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencecompanyId - the company IDname - the namescope - the scopeprimKey - the prim keyroleId - the role IDnull if a matching resource permission could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.ResourcePermission fetchByC_N_S_P_R(long companyId,
java.lang.String name,
int scope,
java.lang.String primKey,
long roleId,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found, optionally using the finder cache.fetchByC_N_S_P_R in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencecompanyId - the company IDname - the namescope - the scopeprimKey - the prim keyroleId - the role IDretrieveFromCache - whether to use the finder cachenull if a matching resource permission could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.ResourcePermission removeByC_N_S_P_R(long companyId,
java.lang.String name,
int scope,
java.lang.String primKey,
long roleId)
throws com.liferay.portal.NoSuchResourcePermissionException,
com.liferay.portal.kernel.exception.SystemException
removeByC_N_S_P_R in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencecompanyId - the company IDname - the namescope - the scopeprimKey - the prim keyroleId - the role IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredcom.liferay.portal.NoSuchResourcePermissionExceptionpublic int countByC_N_S_P_R(long companyId,
java.lang.String name,
int scope,
java.lang.String primKey,
long roleId)
throws com.liferay.portal.kernel.exception.SystemException
countByC_N_S_P_R in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencecompanyId - the company IDname - the namescope - the scopeprimKey - the prim keyroleId - the role IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByC_N_S_P_R(long companyId,
java.lang.String name,
int scope,
java.lang.String primKey,
long[] roleIds)
throws com.liferay.portal.kernel.exception.SystemException
countByC_N_S_P_R in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencecompanyId - the company IDname - the namescope - the scopeprimKey - the prim keyroleIds - the role IDscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void cacheResult(com.liferay.portal.model.ResourcePermission resourcePermission)
cacheResult in interface com.liferay.portal.service.persistence.ResourcePermissionPersistenceresourcePermission - the resource permissionpublic void cacheResult(java.util.List<com.liferay.portal.model.ResourcePermission> resourcePermissions)
cacheResult in interface com.liferay.portal.service.persistence.ResourcePermissionPersistenceresourcePermissions - the resource permissionspublic void clearCache()
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.ResourcePermission>clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.ResourcePermission>public void clearCache(com.liferay.portal.model.ResourcePermission resourcePermission)
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.ResourcePermission>clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.ResourcePermission>public void clearCache(java.util.List<com.liferay.portal.model.ResourcePermission> resourcePermissions)
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.ResourcePermission>clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.ResourcePermission>protected void cacheUniqueFindersCache(com.liferay.portal.model.ResourcePermission resourcePermission)
protected void clearUniqueFindersCache(com.liferay.portal.model.ResourcePermission resourcePermission)
public com.liferay.portal.model.ResourcePermission create(long resourcePermissionId)
create in interface com.liferay.portal.service.persistence.ResourcePermissionPersistenceresourcePermissionId - the primary key for the new resource permissionpublic com.liferay.portal.model.ResourcePermission remove(long resourcePermissionId)
throws com.liferay.portal.NoSuchResourcePermissionException,
com.liferay.portal.kernel.exception.SystemException
remove in interface com.liferay.portal.service.persistence.ResourcePermissionPersistenceresourcePermissionId - the primary key of the resource permissioncom.liferay.portal.NoSuchResourcePermissionException - if a resource permission with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.ResourcePermission remove(java.io.Serializable primaryKey)
throws com.liferay.portal.NoSuchResourcePermissionException,
com.liferay.portal.kernel.exception.SystemException
remove in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.ResourcePermission>remove in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.ResourcePermission>primaryKey - the primary key of the resource permissioncom.liferay.portal.NoSuchResourcePermissionException - if a resource permission with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.ResourcePermission removeImpl(com.liferay.portal.model.ResourcePermission resourcePermission)
throws com.liferay.portal.kernel.exception.SystemException
removeImpl in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.ResourcePermission>com.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portal.model.ResourcePermission updateImpl(com.liferay.portal.model.ResourcePermission resourcePermission)
throws com.liferay.portal.kernel.exception.SystemException
updateImpl in interface com.liferay.portal.service.persistence.ResourcePermissionPersistenceupdateImpl in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.ResourcePermission>com.liferay.portal.kernel.exception.SystemExceptionprotected com.liferay.portal.model.ResourcePermission toUnwrappedModel(com.liferay.portal.model.ResourcePermission resourcePermission)
public com.liferay.portal.model.ResourcePermission findByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portal.NoSuchResourcePermissionException,
com.liferay.portal.kernel.exception.SystemException
NoSuchModelException if it could not be found.findByPrimaryKey in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.ResourcePermission>findByPrimaryKey in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.ResourcePermission>primaryKey - the primary key of the resource permissioncom.liferay.portal.NoSuchResourcePermissionException - if a resource permission with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.ResourcePermission findByPrimaryKey(long resourcePermissionId)
throws com.liferay.portal.NoSuchResourcePermissionException,
com.liferay.portal.kernel.exception.SystemException
NoSuchResourcePermissionException if it could not be found.findByPrimaryKey in interface com.liferay.portal.service.persistence.ResourcePermissionPersistenceresourcePermissionId - the primary key of the resource permissioncom.liferay.portal.NoSuchResourcePermissionException - if a resource permission with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.ResourcePermission fetchByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found.fetchByPrimaryKey in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.ResourcePermission>fetchByPrimaryKey in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.ResourcePermission>primaryKey - the primary key of the resource permissionnull if a resource permission with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.ResourcePermission fetchByPrimaryKey(long resourcePermissionId)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found.fetchByPrimaryKey in interface com.liferay.portal.service.persistence.ResourcePermissionPersistenceresourcePermissionId - the primary key of the resource permissionnull if a resource permission with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.ResourcePermission> findAll()
throws com.liferay.portal.kernel.exception.SystemException
findAll in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.ResourcePermission> findAll(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
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 ResourcePermissionModelImpl. 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.
findAll in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencestart - the lower bound of the range of resource permissionsend - the upper bound of the range of resource permissions (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.ResourcePermission> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
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 ResourcePermissionModelImpl. 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.
findAll in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencestart - 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 (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeAll()
throws com.liferay.portal.kernel.exception.SystemException
removeAll in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countAll()
throws com.liferay.portal.kernel.exception.SystemException
countAll in interface com.liferay.portal.service.persistence.ResourcePermissionPersistencecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void afterPropertiesSet()
public void destroy()