Liferay 7.0-ce-b8 portal-impl

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

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

@ProviderType
public class ResourceBlockPermissionPersistenceImpl
extends com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.ResourceBlockPermission>
implements com.liferay.portal.kernel.service.persistence.ResourceBlockPermissionPersistence

The persistence implementation for the resource block permission service.

Caching information and settings can be found in portal.properties

See Also:
ResourceBlockPermissionPersistence, ResourceBlockPermissionUtil
{$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_R_R
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_RESOURCEBLOCKID
           
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_R_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_RESOURCEBLOCKID
           
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_RESOURCEBLOCKID
           
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
ResourceBlockPermissionPersistenceImpl()
           
 
Method Summary
 void afterPropertiesSet()
          Initializes the resource block permission persistence.
 void cacheResult(List<com.liferay.portal.kernel.model.ResourceBlockPermission> resourceBlockPermissions)
          Caches the resource block permissions in the entity cache if it is enabled.
 void cacheResult(com.liferay.portal.kernel.model.ResourceBlockPermission resourceBlockPermission)
          Caches the resource block permission in the entity cache if it is enabled.
protected  void cacheUniqueFindersCache(ResourceBlockPermissionModelImpl resourceBlockPermissionModelImpl, boolean isNew)
           
 void clearCache()
          Clears the cache for all resource block permissions.
 void clearCache(List<com.liferay.portal.kernel.model.ResourceBlockPermission> resourceBlockPermissions)
           
 void clearCache(com.liferay.portal.kernel.model.ResourceBlockPermission resourceBlockPermission)
          Clears the cache for the resource block permission.
protected  void clearUniqueFindersCache(ResourceBlockPermissionModelImpl resourceBlockPermissionModelImpl)
           
 int countAll()
          Returns the number of resource block permissions.
 int countByR_R(long resourceBlockId, long roleId)
          Returns the number of resource block permissions where resourceBlockId = ? and roleId = ?.
 int countByResourceBlockId(long resourceBlockId)
          Returns the number of resource block permissions where resourceBlockId = ?.
 int countByRoleId(long roleId)
          Returns the number of resource block permissions where roleId = ?.
 com.liferay.portal.kernel.model.ResourceBlockPermission create(long resourceBlockPermissionId)
          Creates a new resource block permission with the primary key.
 void destroy()
           
 com.liferay.portal.kernel.model.ResourceBlockPermission fetchByPrimaryKey(long resourceBlockPermissionId)
          Returns the resource block permission with the primary key or returns null if it could not be found.
 com.liferay.portal.kernel.model.ResourceBlockPermission fetchByPrimaryKey(Serializable primaryKey)
          Returns the resource block permission with the primary key or returns null if it could not be found.
 Map<Serializable,com.liferay.portal.kernel.model.ResourceBlockPermission> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 com.liferay.portal.kernel.model.ResourceBlockPermission fetchByR_R(long resourceBlockId, long roleId)
          Returns the resource block permission where resourceBlockId = ? and roleId = ? or returns null if it could not be found.
 com.liferay.portal.kernel.model.ResourceBlockPermission fetchByR_R(long resourceBlockId, long roleId, boolean retrieveFromCache)
          Returns the resource block permission where resourceBlockId = ? and roleId = ? or returns null if it could not be found, optionally using the finder cache.
 com.liferay.portal.kernel.model.ResourceBlockPermission fetchByResourceBlockId_First(long resourceBlockId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceBlockPermission> orderByComparator)
          Returns the first resource block permission in the ordered set where resourceBlockId = ?.
 com.liferay.portal.kernel.model.ResourceBlockPermission fetchByResourceBlockId_Last(long resourceBlockId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceBlockPermission> orderByComparator)
          Returns the last resource block permission in the ordered set where resourceBlockId = ?.
 com.liferay.portal.kernel.model.ResourceBlockPermission fetchByRoleId_First(long roleId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceBlockPermission> orderByComparator)
          Returns the first resource block permission in the ordered set where roleId = ?.
 com.liferay.portal.kernel.model.ResourceBlockPermission fetchByRoleId_Last(long roleId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceBlockPermission> orderByComparator)
          Returns the last resource block permission in the ordered set where roleId = ?.
 List<com.liferay.portal.kernel.model.ResourceBlockPermission> findAll()
          Returns all the resource block permissions.
 List<com.liferay.portal.kernel.model.ResourceBlockPermission> findAll(int start, int end)
          Returns a range of all the resource block permissions.
 List<com.liferay.portal.kernel.model.ResourceBlockPermission> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceBlockPermission> orderByComparator)
          Returns an ordered range of all the resource block permissions.
 List<com.liferay.portal.kernel.model.ResourceBlockPermission> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceBlockPermission> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the resource block permissions.
 com.liferay.portal.kernel.model.ResourceBlockPermission findByPrimaryKey(long resourceBlockPermissionId)
          Returns the resource block permission with the primary key or throws a NoSuchResourceBlockPermissionException if it could not be found.
 com.liferay.portal.kernel.model.ResourceBlockPermission findByPrimaryKey(Serializable primaryKey)
          Returns the resource block permission with the primary key or throws a NoSuchModelException if it could not be found.
 com.liferay.portal.kernel.model.ResourceBlockPermission findByR_R(long resourceBlockId, long roleId)
          Returns the resource block permission where resourceBlockId = ? and roleId = ? or throws a NoSuchResourceBlockPermissionException if it could not be found.
 com.liferay.portal.kernel.model.ResourceBlockPermission findByResourceBlockId_First(long resourceBlockId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceBlockPermission> orderByComparator)
          Returns the first resource block permission in the ordered set where resourceBlockId = ?.
 com.liferay.portal.kernel.model.ResourceBlockPermission findByResourceBlockId_Last(long resourceBlockId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceBlockPermission> orderByComparator)
          Returns the last resource block permission in the ordered set where resourceBlockId = ?.
 com.liferay.portal.kernel.model.ResourceBlockPermission[] findByResourceBlockId_PrevAndNext(long resourceBlockPermissionId, long resourceBlockId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceBlockPermission> orderByComparator)
          Returns the resource block permissions before and after the current resource block permission in the ordered set where resourceBlockId = ?.
 List<com.liferay.portal.kernel.model.ResourceBlockPermission> findByResourceBlockId(long resourceBlockId)
          Returns all the resource block permissions where resourceBlockId = ?.
 List<com.liferay.portal.kernel.model.ResourceBlockPermission> findByResourceBlockId(long resourceBlockId, int start, int end)
          Returns a range of all the resource block permissions where resourceBlockId = ?.
 List<com.liferay.portal.kernel.model.ResourceBlockPermission> findByResourceBlockId(long resourceBlockId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceBlockPermission> orderByComparator)
          Returns an ordered range of all the resource block permissions where resourceBlockId = ?.
 List<com.liferay.portal.kernel.model.ResourceBlockPermission> findByResourceBlockId(long resourceBlockId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceBlockPermission> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the resource block permissions where resourceBlockId = ?.
 com.liferay.portal.kernel.model.ResourceBlockPermission findByRoleId_First(long roleId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceBlockPermission> orderByComparator)
          Returns the first resource block permission in the ordered set where roleId = ?.
 com.liferay.portal.kernel.model.ResourceBlockPermission findByRoleId_Last(long roleId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceBlockPermission> orderByComparator)
          Returns the last resource block permission in the ordered set where roleId = ?.
 com.liferay.portal.kernel.model.ResourceBlockPermission[] findByRoleId_PrevAndNext(long resourceBlockPermissionId, long roleId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceBlockPermission> orderByComparator)
          Returns the resource block permissions before and after the current resource block permission in the ordered set where roleId = ?.
 List<com.liferay.portal.kernel.model.ResourceBlockPermission> findByRoleId(long roleId)
          Returns all the resource block permissions where roleId = ?.
 List<com.liferay.portal.kernel.model.ResourceBlockPermission> findByRoleId(long roleId, int start, int end)
          Returns a range of all the resource block permissions where roleId = ?.
 List<com.liferay.portal.kernel.model.ResourceBlockPermission> findByRoleId(long roleId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceBlockPermission> orderByComparator)
          Returns an ordered range of all the resource block permissions where roleId = ?.
 List<com.liferay.portal.kernel.model.ResourceBlockPermission> findByRoleId(long roleId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceBlockPermission> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the resource block permissions where roleId = ?.
protected  com.liferay.portal.kernel.model.ResourceBlockPermission getByResourceBlockId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.ResourceBlockPermission resourceBlockPermission, long resourceBlockId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceBlockPermission> orderByComparator, boolean previous)
           
protected  com.liferay.portal.kernel.model.ResourceBlockPermission getByRoleId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.ResourceBlockPermission resourceBlockPermission, long roleId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceBlockPermission> orderByComparator, boolean previous)
           
protected  Map<String,Integer> getTableColumnsMap()
           
 com.liferay.portal.kernel.model.ResourceBlockPermission remove(long resourceBlockPermissionId)
          Removes the resource block permission with the primary key from the database.
 com.liferay.portal.kernel.model.ResourceBlockPermission remove(Serializable primaryKey)
          Removes the resource block permission with the primary key from the database.
 void removeAll()
          Removes all the resource block permissions from the database.
 com.liferay.portal.kernel.model.ResourceBlockPermission removeByR_R(long resourceBlockId, long roleId)
          Removes the resource block permission where resourceBlockId = ? and roleId = ? from the database.
 void removeByResourceBlockId(long resourceBlockId)
          Removes all the resource block permissions where resourceBlockId = ? from the database.
 void removeByRoleId(long roleId)
          Removes all the resource block permissions where roleId = ? from the database.
protected  com.liferay.portal.kernel.model.ResourceBlockPermission removeImpl(com.liferay.portal.kernel.model.ResourceBlockPermission resourceBlockPermission)
           
protected  com.liferay.portal.kernel.model.ResourceBlockPermission toUnwrappedModel(com.liferay.portal.kernel.model.ResourceBlockPermission resourceBlockPermission)
           
 com.liferay.portal.kernel.model.ResourceBlockPermission updateImpl(com.liferay.portal.kernel.model.ResourceBlockPermission resourceBlockPermission)
           
 
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_RESOURCEBLOCKID

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

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_RESOURCEBLOCKID

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

FINDER_PATH_COUNT_BY_RESOURCEBLOCKID

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

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_FETCH_BY_R_R

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

FINDER_PATH_COUNT_BY_R_R

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_R_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

ResourceBlockPermissionPersistenceImpl

public ResourceBlockPermissionPersistenceImpl()
Method Detail

findByResourceBlockId

public List<com.liferay.portal.kernel.model.ResourceBlockPermission> findByResourceBlockId(long resourceBlockId)
Returns all the resource block permissions where resourceBlockId = ?.

Specified by:
findByResourceBlockId in interface com.liferay.portal.kernel.service.persistence.ResourceBlockPermissionPersistence
Parameters:
resourceBlockId - the resource block ID
Returns:
the matching resource block permissions

findByResourceBlockId

public List<com.liferay.portal.kernel.model.ResourceBlockPermission> findByResourceBlockId(long resourceBlockId,
                                                                                           int start,
                                                                                           int end)
Returns a range of all the resource block permissions where resourceBlockId = ?.

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 ResourceBlockPermissionModelImpl. 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:
findByResourceBlockId in interface com.liferay.portal.kernel.service.persistence.ResourceBlockPermissionPersistence
Parameters:
resourceBlockId - the resource block ID
start - the lower bound of the range of resource block permissions
end - the upper bound of the range of resource block permissions (not inclusive)
Returns:
the range of matching resource block permissions

findByResourceBlockId

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

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 ResourceBlockPermissionModelImpl. 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:
findByResourceBlockId in interface com.liferay.portal.kernel.service.persistence.ResourceBlockPermissionPersistence
Parameters:
resourceBlockId - the resource block ID
start - the lower bound of the range of resource block permissions
end - the upper bound of the range of resource block permissions (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching resource block permissions

findByResourceBlockId

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

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 ResourceBlockPermissionModelImpl. 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:
findByResourceBlockId in interface com.liferay.portal.kernel.service.persistence.ResourceBlockPermissionPersistence
Parameters:
resourceBlockId - the resource block ID
start - the lower bound of the range of resource block permissions
end - the upper bound of the range of resource block 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 block permissions

findByResourceBlockId_First

public com.liferay.portal.kernel.model.ResourceBlockPermission findByResourceBlockId_First(long resourceBlockId,
                                                                                           com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceBlockPermission> orderByComparator)
                                                                                    throws com.liferay.portal.kernel.exception.NoSuchResourceBlockPermissionException
Returns the first resource block permission in the ordered set where resourceBlockId = ?.

Specified by:
findByResourceBlockId_First in interface com.liferay.portal.kernel.service.persistence.ResourceBlockPermissionPersistence
Parameters:
resourceBlockId - the resource block ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching resource block permission
Throws:
com.liferay.portal.kernel.exception.NoSuchResourceBlockPermissionException - if a matching resource block permission could not be found

fetchByResourceBlockId_First

public com.liferay.portal.kernel.model.ResourceBlockPermission fetchByResourceBlockId_First(long resourceBlockId,
                                                                                            com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceBlockPermission> orderByComparator)
Returns the first resource block permission in the ordered set where resourceBlockId = ?.

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

findByResourceBlockId_Last

public com.liferay.portal.kernel.model.ResourceBlockPermission findByResourceBlockId_Last(long resourceBlockId,
                                                                                          com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceBlockPermission> orderByComparator)
                                                                                   throws com.liferay.portal.kernel.exception.NoSuchResourceBlockPermissionException
Returns the last resource block permission in the ordered set where resourceBlockId = ?.

Specified by:
findByResourceBlockId_Last in interface com.liferay.portal.kernel.service.persistence.ResourceBlockPermissionPersistence
Parameters:
resourceBlockId - the resource block ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching resource block permission
Throws:
com.liferay.portal.kernel.exception.NoSuchResourceBlockPermissionException - if a matching resource block permission could not be found

fetchByResourceBlockId_Last

public com.liferay.portal.kernel.model.ResourceBlockPermission fetchByResourceBlockId_Last(long resourceBlockId,
                                                                                           com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceBlockPermission> orderByComparator)
Returns the last resource block permission in the ordered set where resourceBlockId = ?.

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

findByResourceBlockId_PrevAndNext

public com.liferay.portal.kernel.model.ResourceBlockPermission[] findByResourceBlockId_PrevAndNext(long resourceBlockPermissionId,
                                                                                                   long resourceBlockId,
                                                                                                   com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceBlockPermission> orderByComparator)
                                                                                            throws com.liferay.portal.kernel.exception.NoSuchResourceBlockPermissionException
Returns the resource block permissions before and after the current resource block permission in the ordered set where resourceBlockId = ?.

Specified by:
findByResourceBlockId_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.ResourceBlockPermissionPersistence
Parameters:
resourceBlockPermissionId - the primary key of the current resource block permission
resourceBlockId - the resource block ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next resource block permission
Throws:
com.liferay.portal.kernel.exception.NoSuchResourceBlockPermissionException - if a resource block permission with the primary key could not be found

getByResourceBlockId_PrevAndNext

protected com.liferay.portal.kernel.model.ResourceBlockPermission getByResourceBlockId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
                                                                                                   com.liferay.portal.kernel.model.ResourceBlockPermission resourceBlockPermission,
                                                                                                   long resourceBlockId,
                                                                                                   com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceBlockPermission> orderByComparator,
                                                                                                   boolean previous)

removeByResourceBlockId

public void removeByResourceBlockId(long resourceBlockId)
Removes all the resource block permissions where resourceBlockId = ? from the database.

Specified by:
removeByResourceBlockId in interface com.liferay.portal.kernel.service.persistence.ResourceBlockPermissionPersistence
Parameters:
resourceBlockId - the resource block ID

countByResourceBlockId

public int countByResourceBlockId(long resourceBlockId)
Returns the number of resource block permissions where resourceBlockId = ?.

Specified by:
countByResourceBlockId in interface com.liferay.portal.kernel.service.persistence.ResourceBlockPermissionPersistence
Parameters:
resourceBlockId - the resource block ID
Returns:
the number of matching resource block permissions

findByRoleId

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

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

findByRoleId

public List<com.liferay.portal.kernel.model.ResourceBlockPermission> findByRoleId(long roleId,
                                                                                  int start,
                                                                                  int end)
Returns a range of all the resource block 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 ResourceBlockPermissionModelImpl. 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.ResourceBlockPermissionPersistence
Parameters:
roleId - the role ID
start - the lower bound of the range of resource block permissions
end - the upper bound of the range of resource block permissions (not inclusive)
Returns:
the range of matching resource block permissions

findByRoleId

public List<com.liferay.portal.kernel.model.ResourceBlockPermission> findByRoleId(long roleId,
                                                                                  int start,
                                                                                  int end,
                                                                                  com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceBlockPermission> orderByComparator)
Returns an ordered range of all the resource block 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 ResourceBlockPermissionModelImpl. 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.ResourceBlockPermissionPersistence
Parameters:
roleId - the role ID
start - the lower bound of the range of resource block permissions
end - the upper bound of the range of resource block permissions (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching resource block permissions

findByRoleId

public List<com.liferay.portal.kernel.model.ResourceBlockPermission> findByRoleId(long roleId,
                                                                                  int start,
                                                                                  int end,
                                                                                  com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceBlockPermission> orderByComparator,
                                                                                  boolean retrieveFromCache)
Returns an ordered range of all the resource block 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 ResourceBlockPermissionModelImpl. 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.ResourceBlockPermissionPersistence
Parameters:
roleId - the role ID
start - the lower bound of the range of resource block permissions
end - the upper bound of the range of resource block 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 block permissions

findByRoleId_First

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

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

fetchByRoleId_First

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

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

findByRoleId_Last

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

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

fetchByRoleId_Last

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

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

findByRoleId_PrevAndNext

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

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

getByRoleId_PrevAndNext

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

removeByRoleId

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

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

countByRoleId

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

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

findByR_R

public com.liferay.portal.kernel.model.ResourceBlockPermission findByR_R(long resourceBlockId,
                                                                         long roleId)
                                                                  throws com.liferay.portal.kernel.exception.NoSuchResourceBlockPermissionException
Returns the resource block permission where resourceBlockId = ? and roleId = ? or throws a NoSuchResourceBlockPermissionException if it could not be found.

Specified by:
findByR_R in interface com.liferay.portal.kernel.service.persistence.ResourceBlockPermissionPersistence
Parameters:
resourceBlockId - the resource block ID
roleId - the role ID
Returns:
the matching resource block permission
Throws:
com.liferay.portal.kernel.exception.NoSuchResourceBlockPermissionException - if a matching resource block permission could not be found

fetchByR_R

public com.liferay.portal.kernel.model.ResourceBlockPermission fetchByR_R(long resourceBlockId,
                                                                          long roleId)
Returns the resource block permission where resourceBlockId = ? and roleId = ? or returns null if it could not be found. Uses the finder cache.

Specified by:
fetchByR_R in interface com.liferay.portal.kernel.service.persistence.ResourceBlockPermissionPersistence
Parameters:
resourceBlockId - the resource block ID
roleId - the role ID
Returns:
the matching resource block permission, or null if a matching resource block permission could not be found

fetchByR_R

public com.liferay.portal.kernel.model.ResourceBlockPermission fetchByR_R(long resourceBlockId,
                                                                          long roleId,
                                                                          boolean retrieveFromCache)
Returns the resource block permission where resourceBlockId = ? and roleId = ? or returns null if it could not be found, optionally using the finder cache.

Specified by:
fetchByR_R in interface com.liferay.portal.kernel.service.persistence.ResourceBlockPermissionPersistence
Parameters:
resourceBlockId - the resource block ID
roleId - the role ID
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the matching resource block permission, or null if a matching resource block permission could not be found

removeByR_R

public com.liferay.portal.kernel.model.ResourceBlockPermission removeByR_R(long resourceBlockId,
                                                                           long roleId)
                                                                    throws com.liferay.portal.kernel.exception.NoSuchResourceBlockPermissionException
Removes the resource block permission where resourceBlockId = ? and roleId = ? from the database.

Specified by:
removeByR_R in interface com.liferay.portal.kernel.service.persistence.ResourceBlockPermissionPersistence
Parameters:
resourceBlockId - the resource block ID
roleId - the role ID
Returns:
the resource block permission that was removed
Throws:
com.liferay.portal.kernel.exception.NoSuchResourceBlockPermissionException

countByR_R

public int countByR_R(long resourceBlockId,
                      long roleId)
Returns the number of resource block permissions where resourceBlockId = ? and roleId = ?.

Specified by:
countByR_R in interface com.liferay.portal.kernel.service.persistence.ResourceBlockPermissionPersistence
Parameters:
resourceBlockId - the resource block ID
roleId - the role ID
Returns:
the number of matching resource block permissions

cacheResult

public void cacheResult(com.liferay.portal.kernel.model.ResourceBlockPermission resourceBlockPermission)
Caches the resource block permission in the entity cache if it is enabled.

Specified by:
cacheResult in interface com.liferay.portal.kernel.service.persistence.ResourceBlockPermissionPersistence
Parameters:
resourceBlockPermission - the resource block permission

cacheResult

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

Specified by:
cacheResult in interface com.liferay.portal.kernel.service.persistence.ResourceBlockPermissionPersistence
Parameters:
resourceBlockPermissions - the resource block permissions

clearCache

public void clearCache()
Clears the cache for all resource block 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.ResourceBlockPermission>
Overrides:
clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.ResourceBlockPermission>

clearCache

public void clearCache(com.liferay.portal.kernel.model.ResourceBlockPermission resourceBlockPermission)
Clears the cache for the resource block 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.ResourceBlockPermission>
Overrides:
clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.ResourceBlockPermission>

clearCache

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

cacheUniqueFindersCache

protected void cacheUniqueFindersCache(ResourceBlockPermissionModelImpl resourceBlockPermissionModelImpl,
                                       boolean isNew)

clearUniqueFindersCache

protected void clearUniqueFindersCache(ResourceBlockPermissionModelImpl resourceBlockPermissionModelImpl)

create

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

Specified by:
create in interface com.liferay.portal.kernel.service.persistence.ResourceBlockPermissionPersistence
Parameters:
resourceBlockPermissionId - the primary key for the new resource block permission
Returns:
the new resource block permission

remove

public com.liferay.portal.kernel.model.ResourceBlockPermission remove(long resourceBlockPermissionId)
                                                               throws com.liferay.portal.kernel.exception.NoSuchResourceBlockPermissionException
Removes the resource block 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.ResourceBlockPermissionPersistence
Parameters:
resourceBlockPermissionId - the primary key of the resource block permission
Returns:
the resource block permission that was removed
Throws:
com.liferay.portal.kernel.exception.NoSuchResourceBlockPermissionException - if a resource block permission with the primary key could not be found

remove

public com.liferay.portal.kernel.model.ResourceBlockPermission remove(Serializable primaryKey)
                                                               throws com.liferay.portal.kernel.exception.NoSuchResourceBlockPermissionException
Removes the resource block 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.ResourceBlockPermission>
Overrides:
remove in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.ResourceBlockPermission>
Parameters:
primaryKey - the primary key of the resource block permission
Returns:
the resource block permission that was removed
Throws:
com.liferay.portal.kernel.exception.NoSuchResourceBlockPermissionException - if a resource block permission with the primary key could not be found

removeImpl

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

updateImpl

public com.liferay.portal.kernel.model.ResourceBlockPermission updateImpl(com.liferay.portal.kernel.model.ResourceBlockPermission resourceBlockPermission)
Specified by:
updateImpl in interface com.liferay.portal.kernel.service.persistence.ResourceBlockPermissionPersistence
Overrides:
updateImpl in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.ResourceBlockPermission>

toUnwrappedModel

protected com.liferay.portal.kernel.model.ResourceBlockPermission toUnwrappedModel(com.liferay.portal.kernel.model.ResourceBlockPermission resourceBlockPermission)

findByPrimaryKey

public com.liferay.portal.kernel.model.ResourceBlockPermission findByPrimaryKey(Serializable primaryKey)
                                                                         throws com.liferay.portal.kernel.exception.NoSuchResourceBlockPermissionException
Returns the resource block 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.ResourceBlockPermission>
Overrides:
findByPrimaryKey in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.ResourceBlockPermission>
Parameters:
primaryKey - the primary key of the resource block permission
Returns:
the resource block permission
Throws:
com.liferay.portal.kernel.exception.NoSuchResourceBlockPermissionException - if a resource block permission with the primary key could not be found

findByPrimaryKey

public com.liferay.portal.kernel.model.ResourceBlockPermission findByPrimaryKey(long resourceBlockPermissionId)
                                                                         throws com.liferay.portal.kernel.exception.NoSuchResourceBlockPermissionException
Returns the resource block permission with the primary key or throws a NoSuchResourceBlockPermissionException if it could not be found.

Specified by:
findByPrimaryKey in interface com.liferay.portal.kernel.service.persistence.ResourceBlockPermissionPersistence
Parameters:
resourceBlockPermissionId - the primary key of the resource block permission
Returns:
the resource block permission
Throws:
com.liferay.portal.kernel.exception.NoSuchResourceBlockPermissionException - if a resource block permission with the primary key could not be found

fetchByPrimaryKey

public com.liferay.portal.kernel.model.ResourceBlockPermission fetchByPrimaryKey(Serializable primaryKey)
Returns the resource block 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.ResourceBlockPermission>
Overrides:
fetchByPrimaryKey in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.ResourceBlockPermission>
Parameters:
primaryKey - the primary key of the resource block permission
Returns:
the resource block permission, or null if a resource block permission with the primary key could not be found

fetchByPrimaryKey

public com.liferay.portal.kernel.model.ResourceBlockPermission fetchByPrimaryKey(long resourceBlockPermissionId)
Returns the resource block 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.ResourceBlockPermissionPersistence
Parameters:
resourceBlockPermissionId - the primary key of the resource block permission
Returns:
the resource block permission, or null if a resource block permission with the primary key could not be found

fetchByPrimaryKeys

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

findAll

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

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

findAll

public List<com.liferay.portal.kernel.model.ResourceBlockPermission> findAll(int start,
                                                                             int end)
Returns a range of all the resource block 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 ResourceBlockPermissionModelImpl. 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.ResourceBlockPermissionPersistence
Parameters:
start - the lower bound of the range of resource block permissions
end - the upper bound of the range of resource block permissions (not inclusive)
Returns:
the range of resource block permissions

findAll

public List<com.liferay.portal.kernel.model.ResourceBlockPermission> findAll(int start,
                                                                             int end,
                                                                             com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceBlockPermission> orderByComparator)
Returns an ordered range of all the resource block 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 ResourceBlockPermissionModelImpl. 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.ResourceBlockPermissionPersistence
Parameters:
start - the lower bound of the range of resource block permissions
end - the upper bound of the range of resource block permissions (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of resource block permissions

findAll

public List<com.liferay.portal.kernel.model.ResourceBlockPermission> findAll(int start,
                                                                             int end,
                                                                             com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceBlockPermission> orderByComparator,
                                                                             boolean retrieveFromCache)
Returns an ordered range of all the resource block 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 ResourceBlockPermissionModelImpl. 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.ResourceBlockPermissionPersistence
Parameters:
start - the lower bound of the range of resource block permissions
end - the upper bound of the range of resource block 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 block permissions

removeAll

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

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

countAll

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

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

getTableColumnsMap

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

afterPropertiesSet

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


destroy

public void destroy()

Liferay 7.0-ce-b8 portal-impl