Liferay 7.0-ce-b7 portal-impl

com.liferay.portal.service.persistence.impl
Class ResourceTypePermissionPersistenceImpl

java.lang.Object
  extended by com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.ResourceTypePermission>
      extended by com.liferay.portal.service.persistence.impl.ResourceTypePermissionPersistenceImpl
All Implemented Interfaces:
com.liferay.portal.kernel.dao.orm.SessionFactory, com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.ResourceTypePermission>, com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence

@ProviderType
public class ResourceTypePermissionPersistenceImpl
extends com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.ResourceTypePermission>
implements com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence

The persistence implementation for the resource type permission service.

Caching information and settings can be found in portal.properties

See Also:
ResourceTypePermissionPersistence, ResourceTypePermissionUtil
{$generated.description}

Field Summary
protected  com.liferay.portal.kernel.service.persistence.CompanyProvider companyProvider
           
protected  com.liferay.portal.kernel.dao.orm.EntityCache entityCache
           
static String FINDER_CLASS_NAME_ENTITY
           
static String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
           
static 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_G_N_R
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_N_R
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_ROLEID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_C_G_N_R
           
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_N_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_WITHOUT_PAGINATION_FIND_ALL
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_N_R
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_ROLEID
           
protected  com.liferay.portal.kernel.dao.orm.FinderCache finderCache
           
 
Fields inherited from class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, NULL_SAFE_STRING_COMPARATOR, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR
 
Constructor Summary
ResourceTypePermissionPersistenceImpl()
           
 
Method Summary
 void afterPropertiesSet()
          Initializes the resource type permission persistence.
 void cacheResult(List<com.liferay.portal.kernel.model.ResourceTypePermission> resourceTypePermissions)
          Caches the resource type permissions in the entity cache if it is enabled.
 void cacheResult(com.liferay.portal.kernel.model.ResourceTypePermission resourceTypePermission)
          Caches the resource type permission in the entity cache if it is enabled.
protected  void cacheUniqueFindersCache(ResourceTypePermissionModelImpl resourceTypePermissionModelImpl, boolean isNew)
           
 void clearCache()
          Clears the cache for all resource type permissions.
 void clearCache(List<com.liferay.portal.kernel.model.ResourceTypePermission> resourceTypePermissions)
           
 void clearCache(com.liferay.portal.kernel.model.ResourceTypePermission resourceTypePermission)
          Clears the cache for the resource type permission.
protected  void clearUniqueFindersCache(ResourceTypePermissionModelImpl resourceTypePermissionModelImpl)
           
 int countAll()
          Returns the number of resource type permissions.
 int countByC_G_N_R(long companyId, long groupId, String name, long roleId)
          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)
          Returns the number of resource type permissions where companyId = ? and name = ? and roleId = ?.
 int countByRoleId(long roleId)
          Returns the number of resource type permissions where roleId = ?.
 com.liferay.portal.kernel.model.ResourceTypePermission create(long resourceTypePermissionId)
          Creates a new resource type permission with the primary key.
 void destroy()
           
 com.liferay.portal.kernel.model.ResourceTypePermission fetchByC_G_N_R(long companyId, long groupId, String name, long roleId)
          Returns the resource type permission where companyId = ? and groupId = ? and name = ? and roleId = ? or returns null if it could not be found.
 com.liferay.portal.kernel.model.ResourceTypePermission fetchByC_G_N_R(long companyId, long groupId, String name, long roleId, boolean retrieveFromCache)
          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.
 com.liferay.portal.kernel.model.ResourceTypePermission fetchByC_N_R_First(long companyId, String name, long roleId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
          Returns the first resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
 com.liferay.portal.kernel.model.ResourceTypePermission fetchByC_N_R_Last(long companyId, String name, long roleId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
          Returns the last resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
 com.liferay.portal.kernel.model.ResourceTypePermission fetchByPrimaryKey(long resourceTypePermissionId)
          Returns the resource type permission with the primary key or returns null if it could not be found.
 com.liferay.portal.kernel.model.ResourceTypePermission fetchByPrimaryKey(Serializable primaryKey)
          Returns the resource type permission with the primary key or returns null if it could not be found.
 Map<Serializable,com.liferay.portal.kernel.model.ResourceTypePermission> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 com.liferay.portal.kernel.model.ResourceTypePermission fetchByRoleId_First(long roleId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
          Returns the first resource type permission in the ordered set where roleId = ?.
 com.liferay.portal.kernel.model.ResourceTypePermission fetchByRoleId_Last(long roleId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
          Returns the last resource type permission in the ordered set where roleId = ?.
 List<com.liferay.portal.kernel.model.ResourceTypePermission> findAll()
          Returns all the resource type permissions.
 List<com.liferay.portal.kernel.model.ResourceTypePermission> findAll(int start, int end)
          Returns a range of all the resource type permissions.
 List<com.liferay.portal.kernel.model.ResourceTypePermission> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
          Returns an ordered range of all the resource type permissions.
 List<com.liferay.portal.kernel.model.ResourceTypePermission> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the resource type permissions.
 com.liferay.portal.kernel.model.ResourceTypePermission findByC_G_N_R(long companyId, long groupId, String name, long roleId)
          Returns the resource type permission where companyId = ? and groupId = ? and name = ? and roleId = ? or throws a NoSuchResourceTypePermissionException if it could not be found.
 com.liferay.portal.kernel.model.ResourceTypePermission findByC_N_R_First(long companyId, String name, long roleId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
          Returns the first resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
 com.liferay.portal.kernel.model.ResourceTypePermission findByC_N_R_Last(long companyId, String name, long roleId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
          Returns the last resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
 com.liferay.portal.kernel.model.ResourceTypePermission[] findByC_N_R_PrevAndNext(long resourceTypePermissionId, long companyId, String name, long roleId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
          Returns the resource type permissions before and after the current resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
 List<com.liferay.portal.kernel.model.ResourceTypePermission> findByC_N_R(long companyId, String name, long roleId)
          Returns all the resource type permissions where companyId = ? and name = ? and roleId = ?.
 List<com.liferay.portal.kernel.model.ResourceTypePermission> findByC_N_R(long companyId, String name, long roleId, int start, int end)
          Returns a range of all the resource type permissions where companyId = ? and name = ? and roleId = ?.
 List<com.liferay.portal.kernel.model.ResourceTypePermission> findByC_N_R(long companyId, String name, long roleId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
          Returns an ordered range of all the resource type permissions where companyId = ? and name = ? and roleId = ?.
 List<com.liferay.portal.kernel.model.ResourceTypePermission> findByC_N_R(long companyId, String name, long roleId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the resource type permissions where companyId = ? and name = ? and roleId = ?.
 com.liferay.portal.kernel.model.ResourceTypePermission findByPrimaryKey(long resourceTypePermissionId)
          Returns the resource type permission with the primary key or throws a NoSuchResourceTypePermissionException if it could not be found.
 com.liferay.portal.kernel.model.ResourceTypePermission findByPrimaryKey(Serializable primaryKey)
          Returns the resource type permission with the primary key or throws a NoSuchModelException if it could not be found.
 com.liferay.portal.kernel.model.ResourceTypePermission findByRoleId_First(long roleId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
          Returns the first resource type permission in the ordered set where roleId = ?.
 com.liferay.portal.kernel.model.ResourceTypePermission findByRoleId_Last(long roleId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
          Returns the last resource type permission in the ordered set where roleId = ?.
 com.liferay.portal.kernel.model.ResourceTypePermission[] findByRoleId_PrevAndNext(long resourceTypePermissionId, long roleId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
          Returns the resource type permissions before and after the current resource type permission in the ordered set where roleId = ?.
 List<com.liferay.portal.kernel.model.ResourceTypePermission> findByRoleId(long roleId)
          Returns all the resource type permissions where roleId = ?.
 List<com.liferay.portal.kernel.model.ResourceTypePermission> findByRoleId(long roleId, int start, int end)
          Returns a range of all the resource type permissions where roleId = ?.
 List<com.liferay.portal.kernel.model.ResourceTypePermission> findByRoleId(long roleId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
          Returns an ordered range of all the resource type permissions where roleId = ?.
 List<com.liferay.portal.kernel.model.ResourceTypePermission> findByRoleId(long roleId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the resource type permissions where roleId = ?.
protected  com.liferay.portal.kernel.model.ResourceTypePermission getByC_N_R_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.ResourceTypePermission resourceTypePermission, long companyId, String name, long roleId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator, boolean previous)
           
protected  com.liferay.portal.kernel.model.ResourceTypePermission getByRoleId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.ResourceTypePermission resourceTypePermission, long roleId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator, boolean previous)
           
protected  Map<String,Integer> getTableColumnsMap()
           
 com.liferay.portal.kernel.model.ResourceTypePermission remove(long resourceTypePermissionId)
          Removes the resource type permission with the primary key from the database.
 com.liferay.portal.kernel.model.ResourceTypePermission remove(Serializable primaryKey)
          Removes the resource type permission with the primary key from the database.
 void removeAll()
          Removes all the resource type permissions from the database.
 com.liferay.portal.kernel.model.ResourceTypePermission removeByC_G_N_R(long companyId, long groupId, String name, long roleId)
          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)
          Removes all the resource type permissions where companyId = ? and name = ? and roleId = ? from the database.
 void removeByRoleId(long roleId)
          Removes all the resource type permissions where roleId = ? from the database.
protected  com.liferay.portal.kernel.model.ResourceTypePermission removeImpl(com.liferay.portal.kernel.model.ResourceTypePermission resourceTypePermission)
           
protected  com.liferay.portal.kernel.model.ResourceTypePermission toUnwrappedModel(com.liferay.portal.kernel.model.ResourceTypePermission resourceTypePermission)
           
 com.liferay.portal.kernel.model.ResourceTypePermission updateImpl(com.liferay.portal.kernel.model.ResourceTypePermission resourceTypePermission)
           
 
Methods inherited from class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getClassLoader, getColumnName, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImpl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence
closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update, update, update
 

Field Detail

FINDER_CLASS_NAME_ENTITY

public static final String FINDER_CLASS_NAME_ENTITY

FINDER_CLASS_NAME_LIST_WITH_PAGINATION

public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION

FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION

public static final String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION

FINDER_PATH_WITH_PAGINATION_FIND_ALL

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL

FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL

FINDER_PATH_COUNT_ALL

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL

FINDER_PATH_WITH_PAGINATION_FIND_BY_ROLEID

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_ROLEID

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_ROLEID

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_ROLEID

FINDER_PATH_COUNT_BY_ROLEID

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_ROLEID

FINDER_PATH_WITH_PAGINATION_FIND_BY_C_N_R

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_N_R

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_N_R

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_N_R

FINDER_PATH_COUNT_BY_C_N_R

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_N_R

FINDER_PATH_FETCH_BY_C_G_N_R

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_C_G_N_R

FINDER_PATH_COUNT_BY_C_G_N_R

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_G_N_R

companyProvider

@BeanReference(type=com.liferay.portal.kernel.service.persistence.CompanyProviderWrapper.class)
protected com.liferay.portal.kernel.service.persistence.CompanyProvider companyProvider

entityCache

protected com.liferay.portal.kernel.dao.orm.EntityCache entityCache

finderCache

protected com.liferay.portal.kernel.dao.orm.FinderCache finderCache
Constructor Detail

ResourceTypePermissionPersistenceImpl

public ResourceTypePermissionPersistenceImpl()
Method Detail

findByRoleId

public List<com.liferay.portal.kernel.model.ResourceTypePermission> findByRoleId(long roleId)
Returns all the resource type permissions where roleId = ?.

Specified by:
findByRoleId in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence
Parameters:
roleId - the role ID
Returns:
the matching resource type permissions

findByRoleId

public List<com.liferay.portal.kernel.model.ResourceTypePermission> findByRoleId(long roleId,
                                                                                 int start,
                                                                                 int end)
Returns a range of all the resource type permissions where roleId = ?.

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.

Specified by:
findByRoleId in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence
Parameters:
roleId - the role ID
start - the lower bound of the range of resource type permissions
end - the upper bound of the range of resource type permissions (not inclusive)
Returns:
the range of matching resource type permissions

findByRoleId

public List<com.liferay.portal.kernel.model.ResourceTypePermission> findByRoleId(long roleId,
                                                                                 int start,
                                                                                 int end,
                                                                                 com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
Returns an ordered range of all the resource type permissions where roleId = ?.

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.

Specified by:
findByRoleId in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence
Parameters:
roleId - the role ID
start - the lower bound of the range of resource type permissions
end - the upper bound of the range of resource type permissions (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching resource type permissions

findByRoleId

public List<com.liferay.portal.kernel.model.ResourceTypePermission> findByRoleId(long roleId,
                                                                                 int start,
                                                                                 int end,
                                                                                 com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator,
                                                                                 boolean retrieveFromCache)
Returns an ordered range of all the resource type permissions where roleId = ?.

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.

Specified by:
findByRoleId in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence
Parameters:
roleId - the role ID
start - the lower bound of the range of resource type permissions
end - the upper bound of the range of resource type permissions (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching resource type permissions

findByRoleId_First

public com.liferay.portal.kernel.model.ResourceTypePermission findByRoleId_First(long roleId,
                                                                                 com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
                                                                          throws com.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException
Returns the first resource type permission in the ordered set where roleId = ?.

Specified by:
findByRoleId_First in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence
Parameters:
roleId - the role ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching resource type permission
Throws:
com.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException - if a matching resource type permission could not be found

fetchByRoleId_First

public com.liferay.portal.kernel.model.ResourceTypePermission fetchByRoleId_First(long roleId,
                                                                                  com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
Returns the first resource type permission in the ordered set where roleId = ?.

Specified by:
fetchByRoleId_First in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence
Parameters:
roleId - the role ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching resource type permission, or null if a matching resource type permission could not be found

findByRoleId_Last

public com.liferay.portal.kernel.model.ResourceTypePermission findByRoleId_Last(long roleId,
                                                                                com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
                                                                         throws com.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException
Returns the last resource type permission in the ordered set where roleId = ?.

Specified by:
findByRoleId_Last in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence
Parameters:
roleId - the role ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching resource type permission
Throws:
com.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException - if a matching resource type permission could not be found

fetchByRoleId_Last

public com.liferay.portal.kernel.model.ResourceTypePermission fetchByRoleId_Last(long roleId,
                                                                                 com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
Returns the last resource type permission in the ordered set where roleId = ?.

Specified by:
fetchByRoleId_Last in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence
Parameters:
roleId - the role ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching resource type permission, or null if a matching resource type permission could not be found

findByRoleId_PrevAndNext

public com.liferay.portal.kernel.model.ResourceTypePermission[] findByRoleId_PrevAndNext(long resourceTypePermissionId,
                                                                                         long roleId,
                                                                                         com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
                                                                                  throws com.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException
Returns the resource type permissions before and after the current resource type permission in the ordered set where roleId = ?.

Specified by:
findByRoleId_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence
Parameters:
resourceTypePermissionId - the primary key of the current resource type permission
roleId - the role ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next resource type permission
Throws:
com.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException - if a resource type permission with the primary key could not be found

getByRoleId_PrevAndNext

protected com.liferay.portal.kernel.model.ResourceTypePermission getByRoleId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
                                                                                         com.liferay.portal.kernel.model.ResourceTypePermission resourceTypePermission,
                                                                                         long roleId,
                                                                                         com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator,
                                                                                         boolean previous)

removeByRoleId

public void removeByRoleId(long roleId)
Removes all the resource type permissions where roleId = ? from the database.

Specified by:
removeByRoleId in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence
Parameters:
roleId - the role ID

countByRoleId

public int countByRoleId(long roleId)
Returns the number of resource type permissions where roleId = ?.

Specified by:
countByRoleId in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence
Parameters:
roleId - the role ID
Returns:
the number of matching resource type permissions

findByC_N_R

public List<com.liferay.portal.kernel.model.ResourceTypePermission> findByC_N_R(long companyId,
                                                                                String name,
                                                                                long roleId)
Returns all the resource type permissions where companyId = ? and name = ? and roleId = ?.

Specified by:
findByC_N_R in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence
Parameters:
companyId - the company ID
name - the name
roleId - the role ID
Returns:
the matching resource type permissions

findByC_N_R

public List<com.liferay.portal.kernel.model.ResourceTypePermission> findByC_N_R(long companyId,
                                                                                String name,
                                                                                long roleId,
                                                                                int start,
                                                                                int end)
Returns a range of all the resource type permissions where companyId = ? and name = ? and roleId = ?.

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.

Specified by:
findByC_N_R in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence
Parameters:
companyId - the company ID
name - the name
roleId - the role ID
start - the lower bound of the range of resource type permissions
end - the upper bound of the range of resource type permissions (not inclusive)
Returns:
the range of matching resource type permissions

findByC_N_R

public List<com.liferay.portal.kernel.model.ResourceTypePermission> findByC_N_R(long companyId,
                                                                                String name,
                                                                                long roleId,
                                                                                int start,
                                                                                int end,
                                                                                com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
Returns an ordered range of all the resource type permissions where companyId = ? and name = ? and roleId = ?.

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.

Specified by:
findByC_N_R in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence
Parameters:
companyId - the company ID
name - the name
roleId - the role ID
start - the lower bound of the range of resource type permissions
end - the upper bound of the range of resource type permissions (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching resource type permissions

findByC_N_R

public List<com.liferay.portal.kernel.model.ResourceTypePermission> findByC_N_R(long companyId,
                                                                                String name,
                                                                                long roleId,
                                                                                int start,
                                                                                int end,
                                                                                com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator,
                                                                                boolean retrieveFromCache)
Returns an ordered range of all the resource type permissions where companyId = ? and name = ? and roleId = ?.

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.

Specified by:
findByC_N_R in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence
Parameters:
companyId - the company ID
name - the name
roleId - the role ID
start - the lower bound of the range of resource type permissions
end - the upper bound of the range of resource type permissions (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching resource type permissions

findByC_N_R_First

public com.liferay.portal.kernel.model.ResourceTypePermission findByC_N_R_First(long companyId,
                                                                                String name,
                                                                                long roleId,
                                                                                com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
                                                                         throws com.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException
Returns the first resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.

Specified by:
findByC_N_R_First in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence
Parameters:
companyId - the company ID
name - the name
roleId - the role ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching resource type permission
Throws:
com.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException - if a matching resource type permission could not be found

fetchByC_N_R_First

public com.liferay.portal.kernel.model.ResourceTypePermission fetchByC_N_R_First(long companyId,
                                                                                 String name,
                                                                                 long roleId,
                                                                                 com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
Returns the first resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.

Specified by:
fetchByC_N_R_First in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence
Parameters:
companyId - the company ID
name - the name
roleId - the role ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching resource type permission, or null if a matching resource type permission could not be found

findByC_N_R_Last

public com.liferay.portal.kernel.model.ResourceTypePermission findByC_N_R_Last(long companyId,
                                                                               String name,
                                                                               long roleId,
                                                                               com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
                                                                        throws com.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException
Returns the last resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.

Specified by:
findByC_N_R_Last in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence
Parameters:
companyId - the company ID
name - the name
roleId - the role ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching resource type permission
Throws:
com.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException - if a matching resource type permission could not be found

fetchByC_N_R_Last

public com.liferay.portal.kernel.model.ResourceTypePermission fetchByC_N_R_Last(long companyId,
                                                                                String name,
                                                                                long roleId,
                                                                                com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
Returns the last resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.

Specified by:
fetchByC_N_R_Last in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence
Parameters:
companyId - the company ID
name - the name
roleId - the role ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching resource type permission, or null if a matching resource type permission could not be found

findByC_N_R_PrevAndNext

public com.liferay.portal.kernel.model.ResourceTypePermission[] findByC_N_R_PrevAndNext(long resourceTypePermissionId,
                                                                                        long companyId,
                                                                                        String name,
                                                                                        long roleId,
                                                                                        com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
                                                                                 throws com.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException
Returns the resource type permissions before and after the current resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.

Specified by:
findByC_N_R_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence
Parameters:
resourceTypePermissionId - the primary key of the current resource type permission
companyId - the company ID
name - the name
roleId - the role ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next resource type permission
Throws:
com.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException - if a resource type permission with the primary key could not be found

getByC_N_R_PrevAndNext

protected com.liferay.portal.kernel.model.ResourceTypePermission getByC_N_R_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
                                                                                        com.liferay.portal.kernel.model.ResourceTypePermission resourceTypePermission,
                                                                                        long companyId,
                                                                                        String name,
                                                                                        long roleId,
                                                                                        com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator,
                                                                                        boolean previous)

removeByC_N_R

public void removeByC_N_R(long companyId,
                          String name,
                          long roleId)
Removes all the resource type permissions where companyId = ? and name = ? and roleId = ? from the database.

Specified by:
removeByC_N_R in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence
Parameters:
companyId - the company ID
name - the name
roleId - the role ID

countByC_N_R

public int countByC_N_R(long companyId,
                        String name,
                        long roleId)
Returns the number of resource type permissions where companyId = ? and name = ? and roleId = ?.

Specified by:
countByC_N_R in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence
Parameters:
companyId - the company ID
name - the name
roleId - the role ID
Returns:
the number of matching resource type permissions

findByC_G_N_R

public com.liferay.portal.kernel.model.ResourceTypePermission findByC_G_N_R(long companyId,
                                                                            long groupId,
                                                                            String name,
                                                                            long roleId)
                                                                     throws com.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException
Returns the resource type permission where companyId = ? and groupId = ? and name = ? and roleId = ? or throws a NoSuchResourceTypePermissionException if it could not be found.

Specified by:
findByC_G_N_R in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence
Parameters:
companyId - the company ID
groupId - the group ID
name - the name
roleId - the role ID
Returns:
the matching resource type permission
Throws:
com.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException - if a matching resource type permission could not be found

fetchByC_G_N_R

public com.liferay.portal.kernel.model.ResourceTypePermission fetchByC_G_N_R(long companyId,
                                                                             long groupId,
                                                                             String name,
                                                                             long roleId)
Returns the resource type permission where companyId = ? and groupId = ? and name = ? and roleId = ? or returns null if it could not be found. Uses the finder cache.

Specified by:
fetchByC_G_N_R in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence
Parameters:
companyId - the company ID
groupId - the group ID
name - the name
roleId - the role ID
Returns:
the matching resource type permission, or null if a matching resource type permission could not be found

fetchByC_G_N_R

public com.liferay.portal.kernel.model.ResourceTypePermission fetchByC_G_N_R(long companyId,
                                                                             long groupId,
                                                                             String name,
                                                                             long roleId,
                                                                             boolean retrieveFromCache)
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.

Specified by:
fetchByC_G_N_R in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence
Parameters:
companyId - the company ID
groupId - the group ID
name - the name
roleId - the role ID
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the matching resource type permission, or null if a matching resource type permission could not be found

removeByC_G_N_R

public com.liferay.portal.kernel.model.ResourceTypePermission removeByC_G_N_R(long companyId,
                                                                              long groupId,
                                                                              String name,
                                                                              long roleId)
                                                                       throws com.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException
Removes the resource type permission where companyId = ? and groupId = ? and name = ? and roleId = ? from the database.

Specified by:
removeByC_G_N_R in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence
Parameters:
companyId - the company ID
groupId - the group ID
name - the name
roleId - the role ID
Returns:
the resource type permission that was removed
Throws:
com.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException

countByC_G_N_R

public int countByC_G_N_R(long companyId,
                          long groupId,
                          String name,
                          long roleId)
Returns the number of resource type permissions where companyId = ? and groupId = ? and name = ? and roleId = ?.

Specified by:
countByC_G_N_R in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence
Parameters:
companyId - the company ID
groupId - the group ID
name - the name
roleId - the role ID
Returns:
the number of matching resource type permissions

cacheResult

public void cacheResult(com.liferay.portal.kernel.model.ResourceTypePermission resourceTypePermission)
Caches the resource type permission in the entity cache if it is enabled.

Specified by:
cacheResult in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence
Parameters:
resourceTypePermission - the resource type permission

cacheResult

public void cacheResult(List<com.liferay.portal.kernel.model.ResourceTypePermission> resourceTypePermissions)
Caches the resource type permissions in the entity cache if it is enabled.

Specified by:
cacheResult in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence
Parameters:
resourceTypePermissions - the resource type permissions

clearCache

public void clearCache()
Clears the cache for all resource type permissions.

The EntityCache and FinderCache are both cleared by this method.

Specified by:
clearCache in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.ResourceTypePermission>
Overrides:
clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.ResourceTypePermission>

clearCache

public void clearCache(com.liferay.portal.kernel.model.ResourceTypePermission resourceTypePermission)
Clears the cache for the resource type permission.

The EntityCache and FinderCache are both cleared by this method.

Specified by:
clearCache in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.ResourceTypePermission>
Overrides:
clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.ResourceTypePermission>

clearCache

public void clearCache(List<com.liferay.portal.kernel.model.ResourceTypePermission> resourceTypePermissions)
Specified by:
clearCache in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.ResourceTypePermission>
Overrides:
clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.ResourceTypePermission>

cacheUniqueFindersCache

protected void cacheUniqueFindersCache(ResourceTypePermissionModelImpl resourceTypePermissionModelImpl,
                                       boolean isNew)

clearUniqueFindersCache

protected void clearUniqueFindersCache(ResourceTypePermissionModelImpl resourceTypePermissionModelImpl)

create

public com.liferay.portal.kernel.model.ResourceTypePermission create(long resourceTypePermissionId)
Creates a new resource type permission with the primary key. Does not add the resource type permission to the database.

Specified by:
create in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence
Parameters:
resourceTypePermissionId - the primary key for the new resource type permission
Returns:
the new resource type permission

remove

public com.liferay.portal.kernel.model.ResourceTypePermission remove(long resourceTypePermissionId)
                                                              throws com.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException
Removes the resource type permission with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
remove in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence
Parameters:
resourceTypePermissionId - the primary key of the resource type permission
Returns:
the resource type permission that was removed
Throws:
com.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException - if a resource type permission with the primary key could not be found

remove

public com.liferay.portal.kernel.model.ResourceTypePermission remove(Serializable primaryKey)
                                                              throws com.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException
Removes the resource type permission with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
remove in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.ResourceTypePermission>
Overrides:
remove in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.ResourceTypePermission>
Parameters:
primaryKey - the primary key of the resource type permission
Returns:
the resource type permission that was removed
Throws:
com.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException - if a resource type permission with the primary key could not be found

removeImpl

protected com.liferay.portal.kernel.model.ResourceTypePermission removeImpl(com.liferay.portal.kernel.model.ResourceTypePermission resourceTypePermission)
Overrides:
removeImpl in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.ResourceTypePermission>

updateImpl

public com.liferay.portal.kernel.model.ResourceTypePermission updateImpl(com.liferay.portal.kernel.model.ResourceTypePermission resourceTypePermission)
Specified by:
updateImpl in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence
Overrides:
updateImpl in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.ResourceTypePermission>

toUnwrappedModel

protected com.liferay.portal.kernel.model.ResourceTypePermission toUnwrappedModel(com.liferay.portal.kernel.model.ResourceTypePermission resourceTypePermission)

findByPrimaryKey

public com.liferay.portal.kernel.model.ResourceTypePermission findByPrimaryKey(Serializable primaryKey)
                                                                        throws com.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException
Returns the resource type permission with the primary key or throws a NoSuchModelException if it could not be found.

Specified by:
findByPrimaryKey in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.ResourceTypePermission>
Overrides:
findByPrimaryKey in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.ResourceTypePermission>
Parameters:
primaryKey - the primary key of the resource type permission
Returns:
the resource type permission
Throws:
com.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException - if a resource type permission with the primary key could not be found

findByPrimaryKey

public com.liferay.portal.kernel.model.ResourceTypePermission findByPrimaryKey(long resourceTypePermissionId)
                                                                        throws com.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException
Returns the resource type permission with the primary key or throws a NoSuchResourceTypePermissionException if it could not be found.

Specified by:
findByPrimaryKey in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence
Parameters:
resourceTypePermissionId - the primary key of the resource type permission
Returns:
the resource type permission
Throws:
com.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException - if a resource type permission with the primary key could not be found

fetchByPrimaryKey

public com.liferay.portal.kernel.model.ResourceTypePermission fetchByPrimaryKey(Serializable primaryKey)
Returns the resource type permission with the primary key or returns null if it could not be found.

Specified by:
fetchByPrimaryKey in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.ResourceTypePermission>
Overrides:
fetchByPrimaryKey in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.ResourceTypePermission>
Parameters:
primaryKey - the primary key of the resource type permission
Returns:
the resource type permission, or null if a resource type permission with the primary key could not be found

fetchByPrimaryKey

public com.liferay.portal.kernel.model.ResourceTypePermission fetchByPrimaryKey(long resourceTypePermissionId)
Returns the resource type permission with the primary key or returns null if it could not be found.

Specified by:
fetchByPrimaryKey in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence
Parameters:
resourceTypePermissionId - the primary key of the resource type permission
Returns:
the resource type permission, or null if a resource type permission with the primary key could not be found

fetchByPrimaryKeys

public Map<Serializable,com.liferay.portal.kernel.model.ResourceTypePermission> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
Specified by:
fetchByPrimaryKeys in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.ResourceTypePermission>
Specified by:
fetchByPrimaryKeys in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence
Overrides:
fetchByPrimaryKeys in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.ResourceTypePermission>

findAll

public List<com.liferay.portal.kernel.model.ResourceTypePermission> findAll()
Returns all the resource type permissions.

Specified by:
findAll in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence
Returns:
the resource type permissions

findAll

public List<com.liferay.portal.kernel.model.ResourceTypePermission> findAll(int start,
                                                                            int end)
Returns a range of all the resource type permissions.

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.

Specified by:
findAll in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence
Parameters:
start - the lower bound of the range of resource type permissions
end - the upper bound of the range of resource type permissions (not inclusive)
Returns:
the range of resource type permissions

findAll

public List<com.liferay.portal.kernel.model.ResourceTypePermission> findAll(int start,
                                                                            int end,
                                                                            com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
Returns an ordered range of all the resource type permissions.

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.

Specified by:
findAll in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence
Parameters:
start - the lower bound of the range of resource type permissions
end - the upper bound of the range of resource type permissions (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of resource type permissions

findAll

public List<com.liferay.portal.kernel.model.ResourceTypePermission> findAll(int start,
                                                                            int end,
                                                                            com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator,
                                                                            boolean retrieveFromCache)
Returns an ordered range of all the resource type permissions.

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.

Specified by:
findAll in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence
Parameters:
start - the lower bound of the range of resource type permissions
end - the upper bound of the range of resource type permissions (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of resource type permissions

removeAll

public void removeAll()
Removes all the resource type permissions from the database.

Specified by:
removeAll in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence

countAll

public int countAll()
Returns the number of resource type permissions.

Specified by:
countAll in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence
Returns:
the number of resource type permissions

getTableColumnsMap

protected Map<String,Integer> getTableColumnsMap()
Overrides:
getTableColumnsMap in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.ResourceTypePermission>

afterPropertiesSet

public void afterPropertiesSet()
Initializes the resource type permission persistence.


destroy

public void destroy()

Liferay 7.0-ce-b7 portal-impl