Interface CPDisplayLayoutPersistence

All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<CPDisplayLayout>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CPDisplayLayout>

@ProviderType public interface CPDisplayLayoutPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<CPDisplayLayout>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CPDisplayLayout>
The persistence interface for the cp display layout service.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    cacheResult(CPDisplayLayout cpDisplayLayout)
    Caches the cp display layout in the entity cache if it is enabled.
    void
    cacheResult(List<CPDisplayLayout> cpDisplayLayouts)
    Caches the cp display layouts in the entity cache if it is enabled.
    int
    Returns the number of cp display layouts.
    int
    countByC_C(long classNameId, long classPK)
    Returns the number of cp display layouts where classNameId = ? and classPK = ?.
    int
    countByC_C_L(long classNameId, long classPK)
    Returns the number of cp display layouts where classNameId = ? and classPK = ?.
    int
    countByC_C_LPTEU(long classNameId, long classPK)
    Returns the number of cp display layouts where classNameId = ? and classPK = ?.
    int
    countByG_C(long groupId, long classNameId)
    Returns the number of cp display layouts where groupId = ? and classNameId = ?.
    int
    countByG_C_C(long groupId, long classNameId, long classPK)
    Returns the number of cp display layouts where groupId = ? and classNameId = ? and classPK = ?.
    int
    countByG_L(long groupId, String layoutUuid)
    Returns the number of cp display layouts where groupId = ? and layoutUuid = ?.
    int
    countByG_LPTEU(long groupId, String layoutPageTemplateEntryUuid)
    Returns the number of cp display layouts where groupId = ? and layoutPageTemplateEntryUuid = ?.
    int
    countByGroupId(long groupId)
    Returns the number of cp display layouts where groupId = ?.
    int
    Returns the number of cp display layouts where uuid = ?.
    int
    countByUuid_C(String uuid, long companyId)
    Returns the number of cp display layouts where uuid = ? and companyId = ?.
    int
    countByUUID_G(String uuid, long groupId)
    Returns the number of cp display layouts where uuid = ? and groupId = ?.
    create(long CPDisplayLayoutId)
    Creates a new cp display layout with the primary key.
    fetchByC_C_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the first cp display layout in the ordered set where classNameId = ? and classPK = ?.
    fetchByC_C_L_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the first cp display layout in the ordered set where classNameId = ? and classPK = ?.
    fetchByC_C_L_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the last cp display layout in the ordered set where classNameId = ? and classPK = ?.
    fetchByC_C_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the last cp display layout in the ordered set where classNameId = ? and classPK = ?.
    fetchByC_C_LPTEU_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the first cp display layout in the ordered set where classNameId = ? and classPK = ?.
    fetchByC_C_LPTEU_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the last cp display layout in the ordered set where classNameId = ? and classPK = ?.
    fetchByG_C_C(long groupId, long classNameId, long classPK)
    Returns the cp display layout where groupId = ? and classNameId = ? and classPK = ? or returns null if it could not be found.
    fetchByG_C_C(long groupId, long classNameId, long classPK, boolean useFinderCache)
    Returns the cp display layout where groupId = ? and classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByG_C_First(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the first cp display layout in the ordered set where groupId = ? and classNameId = ?.
    fetchByG_C_Last(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the last cp display layout in the ordered set where groupId = ? and classNameId = ?.
    fetchByG_L_First(long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the first cp display layout in the ordered set where groupId = ? and layoutUuid = ?.
    fetchByG_L_Last(long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the last cp display layout in the ordered set where groupId = ? and layoutUuid = ?.
    fetchByG_LPTEU_First(long groupId, String layoutPageTemplateEntryUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the first cp display layout in the ordered set where groupId = ? and layoutPageTemplateEntryUuid = ?.
    fetchByG_LPTEU_Last(long groupId, String layoutPageTemplateEntryUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the last cp display layout in the ordered set where groupId = ? and layoutPageTemplateEntryUuid = ?.
    fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the first cp display layout in the ordered set where groupId = ?.
    fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the last cp display layout in the ordered set where groupId = ?.
    fetchByPrimaryKey(long CPDisplayLayoutId)
    Returns the cp display layout with the primary key or returns null if it could not be found.
    fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the first cp display layout in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the last cp display layout in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the first cp display layout in the ordered set where uuid = ?.
    fetchByUUID_G(String uuid, long groupId)
    Returns the cp display layout where uuid = ? and groupId = ? or returns null if it could not be found.
    fetchByUUID_G(String uuid, long groupId, boolean useFinderCache)
    Returns the cp display layout where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the last cp display layout in the ordered set where uuid = ?.
    Returns all the cp display layouts.
    findAll(int start, int end)
    Returns a range of all the cp display layouts.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns an ordered range of all the cp display layouts.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the cp display layouts.
    findByC_C(long classNameId, long classPK)
    Returns all the cp display layouts where classNameId = ? and classPK = ?.
    findByC_C(long classNameId, long classPK, int start, int end)
    Returns a range of all the cp display layouts where classNameId = ? and classPK = ?.
    findByC_C(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns an ordered range of all the cp display layouts where classNameId = ? and classPK = ?.
    findByC_C(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the cp display layouts where classNameId = ? and classPK = ?.
    findByC_C_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the first cp display layout in the ordered set where classNameId = ? and classPK = ?.
    findByC_C_L(long classNameId, long classPK)
    Returns all the cp display layouts where classNameId = ? and classPK = ?.
    findByC_C_L(long classNameId, long classPK, int start, int end)
    Returns a range of all the cp display layouts where classNameId = ? and classPK = ?.
    findByC_C_L(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns an ordered range of all the cp display layouts where classNameId = ? and classPK = ?.
    findByC_C_L(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the cp display layouts where classNameId = ? and classPK = ?.
    findByC_C_L_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the first cp display layout in the ordered set where classNameId = ? and classPK = ?.
    findByC_C_L_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the last cp display layout in the ordered set where classNameId = ? and classPK = ?.
    findByC_C_L_PrevAndNext(long CPDisplayLayoutId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the cp display layouts before and after the current cp display layout in the ordered set where classNameId = ? and classPK = ?.
    findByC_C_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the last cp display layout in the ordered set where classNameId = ? and classPK = ?.
    findByC_C_LPTEU(long classNameId, long classPK)
    Returns all the cp display layouts where classNameId = ? and classPK = ?.
    findByC_C_LPTEU(long classNameId, long classPK, int start, int end)
    Returns a range of all the cp display layouts where classNameId = ? and classPK = ?.
    findByC_C_LPTEU(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns an ordered range of all the cp display layouts where classNameId = ? and classPK = ?.
    findByC_C_LPTEU(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the cp display layouts where classNameId = ? and classPK = ?.
    findByC_C_LPTEU_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the first cp display layout in the ordered set where classNameId = ? and classPK = ?.
    findByC_C_LPTEU_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the last cp display layout in the ordered set where classNameId = ? and classPK = ?.
    findByC_C_LPTEU_PrevAndNext(long CPDisplayLayoutId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the cp display layouts before and after the current cp display layout in the ordered set where classNameId = ? and classPK = ?.
    findByC_C_PrevAndNext(long CPDisplayLayoutId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the cp display layouts before and after the current cp display layout in the ordered set where classNameId = ? and classPK = ?.
    findByG_C(long groupId, long classNameId)
    Returns all the cp display layouts where groupId = ? and classNameId = ?.
    findByG_C(long groupId, long classNameId, int start, int end)
    Returns a range of all the cp display layouts where groupId = ? and classNameId = ?.
    findByG_C(long groupId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns an ordered range of all the cp display layouts where groupId = ? and classNameId = ?.
    findByG_C(long groupId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the cp display layouts where groupId = ? and classNameId = ?.
    findByG_C_C(long groupId, long classNameId, long classPK)
    Returns the cp display layout where groupId = ? and classNameId = ? and classPK = ? or throws a NoSuchCPDisplayLayoutException if it could not be found.
    findByG_C_First(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the first cp display layout in the ordered set where groupId = ? and classNameId = ?.
    findByG_C_Last(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the last cp display layout in the ordered set where groupId = ? and classNameId = ?.
    findByG_C_PrevAndNext(long CPDisplayLayoutId, long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the cp display layouts before and after the current cp display layout in the ordered set where groupId = ? and classNameId = ?.
    findByG_L(long groupId, String layoutUuid)
    Returns all the cp display layouts where groupId = ? and layoutUuid = ?.
    findByG_L(long groupId, String layoutUuid, int start, int end)
    Returns a range of all the cp display layouts where groupId = ? and layoutUuid = ?.
    findByG_L(long groupId, String layoutUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns an ordered range of all the cp display layouts where groupId = ? and layoutUuid = ?.
    findByG_L(long groupId, String layoutUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the cp display layouts where groupId = ? and layoutUuid = ?.
    findByG_L_First(long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the first cp display layout in the ordered set where groupId = ? and layoutUuid = ?.
    findByG_L_Last(long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the last cp display layout in the ordered set where groupId = ? and layoutUuid = ?.
    findByG_L_PrevAndNext(long CPDisplayLayoutId, long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the cp display layouts before and after the current cp display layout in the ordered set where groupId = ? and layoutUuid = ?.
    findByG_LPTEU(long groupId, String layoutPageTemplateEntryUuid)
    Returns all the cp display layouts where groupId = ? and layoutPageTemplateEntryUuid = ?.
    findByG_LPTEU(long groupId, String layoutPageTemplateEntryUuid, int start, int end)
    Returns a range of all the cp display layouts where groupId = ? and layoutPageTemplateEntryUuid = ?.
    findByG_LPTEU(long groupId, String layoutPageTemplateEntryUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns an ordered range of all the cp display layouts where groupId = ? and layoutPageTemplateEntryUuid = ?.
    findByG_LPTEU(long groupId, String layoutPageTemplateEntryUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the cp display layouts where groupId = ? and layoutPageTemplateEntryUuid = ?.
    findByG_LPTEU_First(long groupId, String layoutPageTemplateEntryUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the first cp display layout in the ordered set where groupId = ? and layoutPageTemplateEntryUuid = ?.
    findByG_LPTEU_Last(long groupId, String layoutPageTemplateEntryUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the last cp display layout in the ordered set where groupId = ? and layoutPageTemplateEntryUuid = ?.
    findByG_LPTEU_PrevAndNext(long CPDisplayLayoutId, long groupId, String layoutPageTemplateEntryUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the cp display layouts before and after the current cp display layout in the ordered set where groupId = ? and layoutPageTemplateEntryUuid = ?.
    findByGroupId(long groupId)
    Returns all the cp display layouts where groupId = ?.
    findByGroupId(long groupId, int start, int end)
    Returns a range of all the cp display layouts where groupId = ?.
    findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns an ordered range of all the cp display layouts where groupId = ?.
    findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the cp display layouts where groupId = ?.
    findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the first cp display layout in the ordered set where groupId = ?.
    findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the last cp display layout in the ordered set where groupId = ?.
    findByGroupId_PrevAndNext(long CPDisplayLayoutId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the cp display layouts before and after the current cp display layout in the ordered set where groupId = ?.
    findByPrimaryKey(long CPDisplayLayoutId)
    Returns the cp display layout with the primary key or throws a NoSuchCPDisplayLayoutException if it could not be found.
    Returns all the cp display layouts where uuid = ?.
    findByUuid(String uuid, int start, int end)
    Returns a range of all the cp display layouts where uuid = ?.
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns an ordered range of all the cp display layouts where uuid = ?.
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the cp display layouts where uuid = ?.
    findByUuid_C(String uuid, long companyId)
    Returns all the cp display layouts where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end)
    Returns a range of all the cp display layouts where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns an ordered range of all the cp display layouts where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the cp display layouts where uuid = ? and companyId = ?.
    findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the first cp display layout in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the last cp display layout in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_PrevAndNext(long CPDisplayLayoutId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the cp display layouts before and after the current cp display layout in the ordered set where uuid = ? and companyId = ?.
    findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the first cp display layout in the ordered set where uuid = ?.
    findByUUID_G(String uuid, long groupId)
    Returns the cp display layout where uuid = ? and groupId = ? or throws a NoSuchCPDisplayLayoutException if it could not be found.
    findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the last cp display layout in the ordered set where uuid = ?.
    findByUuid_PrevAndNext(long CPDisplayLayoutId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the cp display layouts before and after the current cp display layout in the ordered set where uuid = ?.
    remove(long CPDisplayLayoutId)
    Removes the cp display layout with the primary key from the database.
    void
    Removes all the cp display layouts from the database.
    void
    removeByC_C(long classNameId, long classPK)
    Removes all the cp display layouts where classNameId = ? and classPK = ? from the database.
    void
    removeByC_C_L(long classNameId, long classPK)
    Removes all the cp display layouts where classNameId = ? and classPK = ? from the database.
    void
    removeByC_C_LPTEU(long classNameId, long classPK)
    Removes all the cp display layouts where classNameId = ? and classPK = ? from the database.
    void
    removeByG_C(long groupId, long classNameId)
    Removes all the cp display layouts where groupId = ? and classNameId = ? from the database.
    removeByG_C_C(long groupId, long classNameId, long classPK)
    Removes the cp display layout where groupId = ? and classNameId = ? and classPK = ? from the database.
    void
    removeByG_L(long groupId, String layoutUuid)
    Removes all the cp display layouts where groupId = ? and layoutUuid = ? from the database.
    void
    removeByG_LPTEU(long groupId, String layoutPageTemplateEntryUuid)
    Removes all the cp display layouts where groupId = ? and layoutPageTemplateEntryUuid = ? from the database.
    void
    removeByGroupId(long groupId)
    Removes all the cp display layouts where groupId = ? from the database.
    void
    Removes all the cp display layouts where uuid = ? from the database.
    void
    removeByUuid_C(String uuid, long companyId)
    Removes all the cp display layouts where uuid = ? and companyId = ? from the database.
    removeByUUID_G(String uuid, long groupId)
    Removes the cp display layout where uuid = ? and groupId = ? from the database.
    updateImpl(CPDisplayLayout cpDisplayLayout)
     

    Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence

    clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, removeByFunction, setDataSource, unregisterListener, update, update

    Methods inherited from interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence

    getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
  • Method Details

    • findByUuid

      List<CPDisplayLayout> findByUuid(String uuid)
      Returns all the cp display layouts where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching cp display layouts
    • findByUuid

      List<CPDisplayLayout> findByUuid(String uuid, int start, int end)
      Returns a range of all the cp display layouts where uuid = ?.

      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, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      Returns:
      the range of matching cp display layouts
    • findByUuid

      List<CPDisplayLayout> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns an ordered range of all the cp display layouts where uuid = ?.

      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, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching cp display layouts
    • findByUuid

      List<CPDisplayLayout> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the cp display layouts where uuid = ?.

      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, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching cp display layouts
    • findByUuid_First

      CPDisplayLayout findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the first cp display layout in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a matching cp display layout could not be found
    • fetchByUuid_First

      CPDisplayLayout fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns the first cp display layout in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cp display layout, or null if a matching cp display layout could not be found
    • findByUuid_Last

      CPDisplayLayout findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the last cp display layout in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a matching cp display layout could not be found
    • fetchByUuid_Last

      CPDisplayLayout fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns the last cp display layout in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cp display layout, or null if a matching cp display layout could not be found
    • findByUuid_PrevAndNext

      CPDisplayLayout[] findByUuid_PrevAndNext(long CPDisplayLayoutId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the cp display layouts before and after the current cp display layout in the ordered set where uuid = ?.
      Parameters:
      CPDisplayLayoutId - the primary key of the current cp display layout
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a cp display layout with the primary key could not be found
    • removeByUuid

      void removeByUuid(String uuid)
      Removes all the cp display layouts where uuid = ? from the database.
      Parameters:
      uuid - the uuid
    • countByUuid

      int countByUuid(String uuid)
      Returns the number of cp display layouts where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the number of matching cp display layouts
    • findByUUID_G

      CPDisplayLayout findByUUID_G(String uuid, long groupId) throws NoSuchCPDisplayLayoutException
      Returns the cp display layout where uuid = ? and groupId = ? or throws a NoSuchCPDisplayLayoutException if it could not be found.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the matching cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a matching cp display layout could not be found
    • fetchByUUID_G

      CPDisplayLayout fetchByUUID_G(String uuid, long groupId)
      Returns the cp display layout where uuid = ? and groupId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the matching cp display layout, or null if a matching cp display layout could not be found
    • fetchByUUID_G

      CPDisplayLayout fetchByUUID_G(String uuid, long groupId, boolean useFinderCache)
      Returns the cp display layout where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      useFinderCache - whether to use the finder cache
      Returns:
      the matching cp display layout, or null if a matching cp display layout could not be found
    • removeByUUID_G

      CPDisplayLayout removeByUUID_G(String uuid, long groupId) throws NoSuchCPDisplayLayoutException
      Removes the cp display layout where uuid = ? and groupId = ? from the database.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the cp display layout that was removed
      Throws:
      NoSuchCPDisplayLayoutException
    • countByUUID_G

      int countByUUID_G(String uuid, long groupId)
      Returns the number of cp display layouts where uuid = ? and groupId = ?.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the number of matching cp display layouts
    • findByUuid_C

      List<CPDisplayLayout> findByUuid_C(String uuid, long companyId)
      Returns all the cp display layouts where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the matching cp display layouts
    • findByUuid_C

      List<CPDisplayLayout> findByUuid_C(String uuid, long companyId, int start, int end)
      Returns a range of all the cp display layouts where uuid = ? and companyId = ?.

      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, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      Returns:
      the range of matching cp display layouts
    • findByUuid_C

      List<CPDisplayLayout> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns an ordered range of all the cp display layouts where uuid = ? and companyId = ?.

      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, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching cp display layouts
    • findByUuid_C

      List<CPDisplayLayout> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the cp display layouts where uuid = ? and companyId = ?.

      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, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching cp display layouts
    • findByUuid_C_First

      CPDisplayLayout findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the first cp display layout in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a matching cp display layout could not be found
    • fetchByUuid_C_First

      CPDisplayLayout fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns the first cp display layout in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cp display layout, or null if a matching cp display layout could not be found
    • findByUuid_C_Last

      CPDisplayLayout findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the last cp display layout in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a matching cp display layout could not be found
    • fetchByUuid_C_Last

      CPDisplayLayout fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns the last cp display layout in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cp display layout, or null if a matching cp display layout could not be found
    • findByUuid_C_PrevAndNext

      CPDisplayLayout[] findByUuid_C_PrevAndNext(long CPDisplayLayoutId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the cp display layouts before and after the current cp display layout in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      CPDisplayLayoutId - the primary key of the current cp display layout
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a cp display layout with the primary key could not be found
    • removeByUuid_C

      void removeByUuid_C(String uuid, long companyId)
      Removes all the cp display layouts where uuid = ? and companyId = ? from the database.
      Parameters:
      uuid - the uuid
      companyId - the company ID
    • countByUuid_C

      int countByUuid_C(String uuid, long companyId)
      Returns the number of cp display layouts where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the number of matching cp display layouts
    • findByGroupId

      List<CPDisplayLayout> findByGroupId(long groupId)
      Returns all the cp display layouts where groupId = ?.
      Parameters:
      groupId - the group ID
      Returns:
      the matching cp display layouts
    • findByGroupId

      List<CPDisplayLayout> findByGroupId(long groupId, int start, int end)
      Returns a range of all the cp display layouts where groupId = ?.

      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, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      Returns:
      the range of matching cp display layouts
    • findByGroupId

      List<CPDisplayLayout> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns an ordered range of all the cp display layouts where groupId = ?.

      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, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching cp display layouts
    • findByGroupId

      List<CPDisplayLayout> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the cp display layouts where groupId = ?.

      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, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching cp display layouts
    • findByGroupId_First

      CPDisplayLayout findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the first cp display layout in the ordered set where groupId = ?.
      Parameters:
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a matching cp display layout could not be found
    • fetchByGroupId_First

      CPDisplayLayout fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns the first cp display layout in the ordered set where groupId = ?.
      Parameters:
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cp display layout, or null if a matching cp display layout could not be found
    • findByGroupId_Last

      CPDisplayLayout findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the last cp display layout in the ordered set where groupId = ?.
      Parameters:
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a matching cp display layout could not be found
    • fetchByGroupId_Last

      CPDisplayLayout fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns the last cp display layout in the ordered set where groupId = ?.
      Parameters:
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cp display layout, or null if a matching cp display layout could not be found
    • findByGroupId_PrevAndNext

      CPDisplayLayout[] findByGroupId_PrevAndNext(long CPDisplayLayoutId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the cp display layouts before and after the current cp display layout in the ordered set where groupId = ?.
      Parameters:
      CPDisplayLayoutId - the primary key of the current cp display layout
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a cp display layout with the primary key could not be found
    • removeByGroupId

      void removeByGroupId(long groupId)
      Removes all the cp display layouts where groupId = ? from the database.
      Parameters:
      groupId - the group ID
    • countByGroupId

      int countByGroupId(long groupId)
      Returns the number of cp display layouts where groupId = ?.
      Parameters:
      groupId - the group ID
      Returns:
      the number of matching cp display layouts
    • findByG_C

      List<CPDisplayLayout> findByG_C(long groupId, long classNameId)
      Returns all the cp display layouts where groupId = ? and classNameId = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      Returns:
      the matching cp display layouts
    • findByG_C

      List<CPDisplayLayout> findByG_C(long groupId, long classNameId, int start, int end)
      Returns a range of all the cp display layouts where groupId = ? and classNameId = ?.

      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, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      Returns:
      the range of matching cp display layouts
    • findByG_C

      List<CPDisplayLayout> findByG_C(long groupId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns an ordered range of all the cp display layouts where groupId = ? and classNameId = ?.

      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, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching cp display layouts
    • findByG_C

      List<CPDisplayLayout> findByG_C(long groupId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the cp display layouts where groupId = ? and classNameId = ?.

      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, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching cp display layouts
    • findByG_C_First

      CPDisplayLayout findByG_C_First(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the first cp display layout in the ordered set where groupId = ? and classNameId = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a matching cp display layout could not be found
    • fetchByG_C_First

      CPDisplayLayout fetchByG_C_First(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns the first cp display layout in the ordered set where groupId = ? and classNameId = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cp display layout, or null if a matching cp display layout could not be found
    • findByG_C_Last

      CPDisplayLayout findByG_C_Last(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the last cp display layout in the ordered set where groupId = ? and classNameId = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a matching cp display layout could not be found
    • fetchByG_C_Last

      CPDisplayLayout fetchByG_C_Last(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns the last cp display layout in the ordered set where groupId = ? and classNameId = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cp display layout, or null if a matching cp display layout could not be found
    • findByG_C_PrevAndNext

      CPDisplayLayout[] findByG_C_PrevAndNext(long CPDisplayLayoutId, long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the cp display layouts before and after the current cp display layout in the ordered set where groupId = ? and classNameId = ?.
      Parameters:
      CPDisplayLayoutId - the primary key of the current cp display layout
      groupId - the group ID
      classNameId - the class name ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a cp display layout with the primary key could not be found
    • removeByG_C

      void removeByG_C(long groupId, long classNameId)
      Removes all the cp display layouts where groupId = ? and classNameId = ? from the database.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
    • countByG_C

      int countByG_C(long groupId, long classNameId)
      Returns the number of cp display layouts where groupId = ? and classNameId = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      Returns:
      the number of matching cp display layouts
    • findByG_LPTEU

      List<CPDisplayLayout> findByG_LPTEU(long groupId, String layoutPageTemplateEntryUuid)
      Returns all the cp display layouts where groupId = ? and layoutPageTemplateEntryUuid = ?.
      Parameters:
      groupId - the group ID
      layoutPageTemplateEntryUuid - the layout page template entry uuid
      Returns:
      the matching cp display layouts
    • findByG_LPTEU

      List<CPDisplayLayout> findByG_LPTEU(long groupId, String layoutPageTemplateEntryUuid, int start, int end)
      Returns a range of all the cp display layouts where groupId = ? and layoutPageTemplateEntryUuid = ?.

      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, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      groupId - the group ID
      layoutPageTemplateEntryUuid - the layout page template entry uuid
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      Returns:
      the range of matching cp display layouts
    • findByG_LPTEU

      List<CPDisplayLayout> findByG_LPTEU(long groupId, String layoutPageTemplateEntryUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns an ordered range of all the cp display layouts where groupId = ? and layoutPageTemplateEntryUuid = ?.

      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, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      groupId - the group ID
      layoutPageTemplateEntryUuid - the layout page template entry uuid
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching cp display layouts
    • findByG_LPTEU

      List<CPDisplayLayout> findByG_LPTEU(long groupId, String layoutPageTemplateEntryUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the cp display layouts where groupId = ? and layoutPageTemplateEntryUuid = ?.

      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, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      groupId - the group ID
      layoutPageTemplateEntryUuid - the layout page template entry uuid
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching cp display layouts
    • findByG_LPTEU_First

      CPDisplayLayout findByG_LPTEU_First(long groupId, String layoutPageTemplateEntryUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the first cp display layout in the ordered set where groupId = ? and layoutPageTemplateEntryUuid = ?.
      Parameters:
      groupId - the group ID
      layoutPageTemplateEntryUuid - the layout page template entry uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a matching cp display layout could not be found
    • fetchByG_LPTEU_First

      CPDisplayLayout fetchByG_LPTEU_First(long groupId, String layoutPageTemplateEntryUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns the first cp display layout in the ordered set where groupId = ? and layoutPageTemplateEntryUuid = ?.
      Parameters:
      groupId - the group ID
      layoutPageTemplateEntryUuid - the layout page template entry uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cp display layout, or null if a matching cp display layout could not be found
    • findByG_LPTEU_Last

      CPDisplayLayout findByG_LPTEU_Last(long groupId, String layoutPageTemplateEntryUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the last cp display layout in the ordered set where groupId = ? and layoutPageTemplateEntryUuid = ?.
      Parameters:
      groupId - the group ID
      layoutPageTemplateEntryUuid - the layout page template entry uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a matching cp display layout could not be found
    • fetchByG_LPTEU_Last

      CPDisplayLayout fetchByG_LPTEU_Last(long groupId, String layoutPageTemplateEntryUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns the last cp display layout in the ordered set where groupId = ? and layoutPageTemplateEntryUuid = ?.
      Parameters:
      groupId - the group ID
      layoutPageTemplateEntryUuid - the layout page template entry uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cp display layout, or null if a matching cp display layout could not be found
    • findByG_LPTEU_PrevAndNext

      CPDisplayLayout[] findByG_LPTEU_PrevAndNext(long CPDisplayLayoutId, long groupId, String layoutPageTemplateEntryUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the cp display layouts before and after the current cp display layout in the ordered set where groupId = ? and layoutPageTemplateEntryUuid = ?.
      Parameters:
      CPDisplayLayoutId - the primary key of the current cp display layout
      groupId - the group ID
      layoutPageTemplateEntryUuid - the layout page template entry uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a cp display layout with the primary key could not be found
    • removeByG_LPTEU

      void removeByG_LPTEU(long groupId, String layoutPageTemplateEntryUuid)
      Removes all the cp display layouts where groupId = ? and layoutPageTemplateEntryUuid = ? from the database.
      Parameters:
      groupId - the group ID
      layoutPageTemplateEntryUuid - the layout page template entry uuid
    • countByG_LPTEU

      int countByG_LPTEU(long groupId, String layoutPageTemplateEntryUuid)
      Returns the number of cp display layouts where groupId = ? and layoutPageTemplateEntryUuid = ?.
      Parameters:
      groupId - the group ID
      layoutPageTemplateEntryUuid - the layout page template entry uuid
      Returns:
      the number of matching cp display layouts
    • findByG_L

      List<CPDisplayLayout> findByG_L(long groupId, String layoutUuid)
      Returns all the cp display layouts where groupId = ? and layoutUuid = ?.
      Parameters:
      groupId - the group ID
      layoutUuid - the layout uuid
      Returns:
      the matching cp display layouts
    • findByG_L

      List<CPDisplayLayout> findByG_L(long groupId, String layoutUuid, int start, int end)
      Returns a range of all the cp display layouts where groupId = ? and layoutUuid = ?.

      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, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      groupId - the group ID
      layoutUuid - the layout uuid
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      Returns:
      the range of matching cp display layouts
    • findByG_L

      List<CPDisplayLayout> findByG_L(long groupId, String layoutUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns an ordered range of all the cp display layouts where groupId = ? and layoutUuid = ?.

      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, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      groupId - the group ID
      layoutUuid - the layout uuid
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching cp display layouts
    • findByG_L

      List<CPDisplayLayout> findByG_L(long groupId, String layoutUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the cp display layouts where groupId = ? and layoutUuid = ?.

      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, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      groupId - the group ID
      layoutUuid - the layout uuid
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching cp display layouts
    • findByG_L_First

      CPDisplayLayout findByG_L_First(long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the first cp display layout in the ordered set where groupId = ? and layoutUuid = ?.
      Parameters:
      groupId - the group ID
      layoutUuid - the layout uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a matching cp display layout could not be found
    • fetchByG_L_First

      CPDisplayLayout fetchByG_L_First(long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns the first cp display layout in the ordered set where groupId = ? and layoutUuid = ?.
      Parameters:
      groupId - the group ID
      layoutUuid - the layout uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cp display layout, or null if a matching cp display layout could not be found
    • findByG_L_Last

      CPDisplayLayout findByG_L_Last(long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the last cp display layout in the ordered set where groupId = ? and layoutUuid = ?.
      Parameters:
      groupId - the group ID
      layoutUuid - the layout uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a matching cp display layout could not be found
    • fetchByG_L_Last

      CPDisplayLayout fetchByG_L_Last(long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns the last cp display layout in the ordered set where groupId = ? and layoutUuid = ?.
      Parameters:
      groupId - the group ID
      layoutUuid - the layout uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cp display layout, or null if a matching cp display layout could not be found
    • findByG_L_PrevAndNext

      CPDisplayLayout[] findByG_L_PrevAndNext(long CPDisplayLayoutId, long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the cp display layouts before and after the current cp display layout in the ordered set where groupId = ? and layoutUuid = ?.
      Parameters:
      CPDisplayLayoutId - the primary key of the current cp display layout
      groupId - the group ID
      layoutUuid - the layout uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a cp display layout with the primary key could not be found
    • removeByG_L

      void removeByG_L(long groupId, String layoutUuid)
      Removes all the cp display layouts where groupId = ? and layoutUuid = ? from the database.
      Parameters:
      groupId - the group ID
      layoutUuid - the layout uuid
    • countByG_L

      int countByG_L(long groupId, String layoutUuid)
      Returns the number of cp display layouts where groupId = ? and layoutUuid = ?.
      Parameters:
      groupId - the group ID
      layoutUuid - the layout uuid
      Returns:
      the number of matching cp display layouts
    • findByC_C

      List<CPDisplayLayout> findByC_C(long classNameId, long classPK)
      Returns all the cp display layouts where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the matching cp display layouts
    • findByC_C

      List<CPDisplayLayout> findByC_C(long classNameId, long classPK, int start, int end)
      Returns a range of all the cp display layouts where classNameId = ? and classPK = ?.

      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, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      Returns:
      the range of matching cp display layouts
    • findByC_C

      List<CPDisplayLayout> findByC_C(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns an ordered range of all the cp display layouts where classNameId = ? and classPK = ?.

      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, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching cp display layouts
    • findByC_C

      List<CPDisplayLayout> findByC_C(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the cp display layouts where classNameId = ? and classPK = ?.

      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, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching cp display layouts
    • findByC_C_First

      CPDisplayLayout findByC_C_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the first cp display layout in the ordered set where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a matching cp display layout could not be found
    • fetchByC_C_First

      CPDisplayLayout fetchByC_C_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns the first cp display layout in the ordered set where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cp display layout, or null if a matching cp display layout could not be found
    • findByC_C_Last

      CPDisplayLayout findByC_C_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the last cp display layout in the ordered set where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a matching cp display layout could not be found
    • fetchByC_C_Last

      CPDisplayLayout fetchByC_C_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns the last cp display layout in the ordered set where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cp display layout, or null if a matching cp display layout could not be found
    • findByC_C_PrevAndNext

      CPDisplayLayout[] findByC_C_PrevAndNext(long CPDisplayLayoutId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the cp display layouts before and after the current cp display layout in the ordered set where classNameId = ? and classPK = ?.
      Parameters:
      CPDisplayLayoutId - the primary key of the current cp display layout
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a cp display layout with the primary key could not be found
    • removeByC_C

      void removeByC_C(long classNameId, long classPK)
      Removes all the cp display layouts where classNameId = ? and classPK = ? from the database.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
    • countByC_C

      int countByC_C(long classNameId, long classPK)
      Returns the number of cp display layouts where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the number of matching cp display layouts
    • findByC_C_LPTEU

      List<CPDisplayLayout> findByC_C_LPTEU(long classNameId, long classPK)
      Returns all the cp display layouts where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the matching cp display layouts
    • findByC_C_LPTEU

      List<CPDisplayLayout> findByC_C_LPTEU(long classNameId, long classPK, int start, int end)
      Returns a range of all the cp display layouts where classNameId = ? and classPK = ?.

      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, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      Returns:
      the range of matching cp display layouts
    • findByC_C_LPTEU

      List<CPDisplayLayout> findByC_C_LPTEU(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns an ordered range of all the cp display layouts where classNameId = ? and classPK = ?.

      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, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching cp display layouts
    • findByC_C_LPTEU

      List<CPDisplayLayout> findByC_C_LPTEU(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the cp display layouts where classNameId = ? and classPK = ?.

      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, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching cp display layouts
    • findByC_C_LPTEU_First

      CPDisplayLayout findByC_C_LPTEU_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the first cp display layout in the ordered set where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a matching cp display layout could not be found
    • fetchByC_C_LPTEU_First

      CPDisplayLayout fetchByC_C_LPTEU_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns the first cp display layout in the ordered set where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cp display layout, or null if a matching cp display layout could not be found
    • findByC_C_LPTEU_Last

      CPDisplayLayout findByC_C_LPTEU_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the last cp display layout in the ordered set where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a matching cp display layout could not be found
    • fetchByC_C_LPTEU_Last

      CPDisplayLayout fetchByC_C_LPTEU_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns the last cp display layout in the ordered set where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cp display layout, or null if a matching cp display layout could not be found
    • findByC_C_LPTEU_PrevAndNext

      CPDisplayLayout[] findByC_C_LPTEU_PrevAndNext(long CPDisplayLayoutId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the cp display layouts before and after the current cp display layout in the ordered set where classNameId = ? and classPK = ?.
      Parameters:
      CPDisplayLayoutId - the primary key of the current cp display layout
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a cp display layout with the primary key could not be found
    • removeByC_C_LPTEU

      void removeByC_C_LPTEU(long classNameId, long classPK)
      Removes all the cp display layouts where classNameId = ? and classPK = ? from the database.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
    • countByC_C_LPTEU

      int countByC_C_LPTEU(long classNameId, long classPK)
      Returns the number of cp display layouts where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the number of matching cp display layouts
    • findByC_C_L

      List<CPDisplayLayout> findByC_C_L(long classNameId, long classPK)
      Returns all the cp display layouts where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the matching cp display layouts
    • findByC_C_L

      List<CPDisplayLayout> findByC_C_L(long classNameId, long classPK, int start, int end)
      Returns a range of all the cp display layouts where classNameId = ? and classPK = ?.

      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, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      Returns:
      the range of matching cp display layouts
    • findByC_C_L

      List<CPDisplayLayout> findByC_C_L(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns an ordered range of all the cp display layouts where classNameId = ? and classPK = ?.

      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, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching cp display layouts
    • findByC_C_L

      List<CPDisplayLayout> findByC_C_L(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the cp display layouts where classNameId = ? and classPK = ?.

      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, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching cp display layouts
    • findByC_C_L_First

      CPDisplayLayout findByC_C_L_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the first cp display layout in the ordered set where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a matching cp display layout could not be found
    • fetchByC_C_L_First

      CPDisplayLayout fetchByC_C_L_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns the first cp display layout in the ordered set where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cp display layout, or null if a matching cp display layout could not be found
    • findByC_C_L_Last

      CPDisplayLayout findByC_C_L_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the last cp display layout in the ordered set where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a matching cp display layout could not be found
    • fetchByC_C_L_Last

      CPDisplayLayout fetchByC_C_L_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns the last cp display layout in the ordered set where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cp display layout, or null if a matching cp display layout could not be found
    • findByC_C_L_PrevAndNext

      CPDisplayLayout[] findByC_C_L_PrevAndNext(long CPDisplayLayoutId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the cp display layouts before and after the current cp display layout in the ordered set where classNameId = ? and classPK = ?.
      Parameters:
      CPDisplayLayoutId - the primary key of the current cp display layout
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a cp display layout with the primary key could not be found
    • removeByC_C_L

      void removeByC_C_L(long classNameId, long classPK)
      Removes all the cp display layouts where classNameId = ? and classPK = ? from the database.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
    • countByC_C_L

      int countByC_C_L(long classNameId, long classPK)
      Returns the number of cp display layouts where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the number of matching cp display layouts
    • findByG_C_C

      CPDisplayLayout findByG_C_C(long groupId, long classNameId, long classPK) throws NoSuchCPDisplayLayoutException
      Returns the cp display layout where groupId = ? and classNameId = ? and classPK = ? or throws a NoSuchCPDisplayLayoutException if it could not be found.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the matching cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a matching cp display layout could not be found
    • fetchByG_C_C

      CPDisplayLayout fetchByG_C_C(long groupId, long classNameId, long classPK)
      Returns the cp display layout where groupId = ? and classNameId = ? and classPK = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the matching cp display layout, or null if a matching cp display layout could not be found
    • fetchByG_C_C

      CPDisplayLayout fetchByG_C_C(long groupId, long classNameId, long classPK, boolean useFinderCache)
      Returns the cp display layout where groupId = ? and classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      classPK - the class pk
      useFinderCache - whether to use the finder cache
      Returns:
      the matching cp display layout, or null if a matching cp display layout could not be found
    • removeByG_C_C

      CPDisplayLayout removeByG_C_C(long groupId, long classNameId, long classPK) throws NoSuchCPDisplayLayoutException
      Removes the cp display layout where groupId = ? and classNameId = ? and classPK = ? from the database.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the cp display layout that was removed
      Throws:
      NoSuchCPDisplayLayoutException
    • countByG_C_C

      int countByG_C_C(long groupId, long classNameId, long classPK)
      Returns the number of cp display layouts where groupId = ? and classNameId = ? and classPK = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the number of matching cp display layouts
    • cacheResult

      void cacheResult(CPDisplayLayout cpDisplayLayout)
      Caches the cp display layout in the entity cache if it is enabled.
      Parameters:
      cpDisplayLayout - the cp display layout
    • cacheResult

      void cacheResult(List<CPDisplayLayout> cpDisplayLayouts)
      Caches the cp display layouts in the entity cache if it is enabled.
      Parameters:
      cpDisplayLayouts - the cp display layouts
    • create

      CPDisplayLayout create(long CPDisplayLayoutId)
      Creates a new cp display layout with the primary key. Does not add the cp display layout to the database.
      Parameters:
      CPDisplayLayoutId - the primary key for the new cp display layout
      Returns:
      the new cp display layout
    • remove

      CPDisplayLayout remove(long CPDisplayLayoutId) throws NoSuchCPDisplayLayoutException
      Removes the cp display layout with the primary key from the database. Also notifies the appropriate model listeners.
      Parameters:
      CPDisplayLayoutId - the primary key of the cp display layout
      Returns:
      the cp display layout that was removed
      Throws:
      NoSuchCPDisplayLayoutException - if a cp display layout with the primary key could not be found
    • updateImpl

      CPDisplayLayout updateImpl(CPDisplayLayout cpDisplayLayout)
    • findByPrimaryKey

      CPDisplayLayout findByPrimaryKey(long CPDisplayLayoutId) throws NoSuchCPDisplayLayoutException
      Returns the cp display layout with the primary key or throws a NoSuchCPDisplayLayoutException if it could not be found.
      Parameters:
      CPDisplayLayoutId - the primary key of the cp display layout
      Returns:
      the cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a cp display layout with the primary key could not be found
    • fetchByPrimaryKey

      CPDisplayLayout fetchByPrimaryKey(long CPDisplayLayoutId)
      Returns the cp display layout with the primary key or returns null if it could not be found.
      Parameters:
      CPDisplayLayoutId - the primary key of the cp display layout
      Returns:
      the cp display layout, or null if a cp display layout with the primary key could not be found
    • findAll

      List<CPDisplayLayout> findAll()
      Returns all the cp display layouts.
      Returns:
      the cp display layouts
    • findAll

      List<CPDisplayLayout> findAll(int start, int end)
      Returns a range of all the cp display layouts.

      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, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      Returns:
      the range of cp display layouts
    • findAll

      List<CPDisplayLayout> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns an ordered range of all the cp display layouts.

      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, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of cp display layouts
    • findAll

      List<CPDisplayLayout> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the cp display layouts.

      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, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of cp display layouts
    • removeAll

      void removeAll()
      Removes all the cp display layouts from the database.
    • countAll

      int countAll()
      Returns the number of cp display layouts.
      Returns:
      the number of cp display layouts