Interface CPConfigurationListPersistence

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

@ProviderType public interface CPConfigurationListPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<CPConfigurationList>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CPConfigurationList>
The persistence interface for the cp configuration list service.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    cacheResult(CPConfigurationList cpConfigurationList)
    Caches the cp configuration list in the entity cache if it is enabled.
    void
    cacheResult(List<CPConfigurationList> cpConfigurationLists)
    Caches the cp configuration lists in the entity cache if it is enabled.
    int
    Returns the number of cp configuration lists.
    int
    countByCompanyId(long companyId)
    Returns the number of cp configuration lists where companyId = ?.
    int
    countByERC_C(String externalReferenceCode, long companyId)
    Returns the number of cp configuration lists where externalReferenceCode = ? and companyId = ?.
    int
    countByG_C(long[] groupIds, long companyId)
    Returns the number of cp configuration lists where groupId = any ? and companyId = ?.
    int
    countByG_C(long groupId, long companyId)
    Returns the number of cp configuration lists where groupId = ? and companyId = ?.
    int
    countByG_C_NotS(long[] groupIds, long companyId, int status)
    Returns the number of cp configuration lists where groupId = any ? and companyId = ? and status ≠ ?.
    int
    countByG_C_NotS(long groupId, long companyId, int status)
    Returns the number of cp configuration lists where groupId = ? and companyId = ? and status ≠ ?.
    int
    countByG_C_S(long[] groupIds, long companyId, int status)
    Returns the number of cp configuration lists where groupId = any ? and companyId = ? and status = ?.
    int
    countByG_C_S(long groupId, long companyId, int status)
    Returns the number of cp configuration lists where groupId = ? and companyId = ? and status = ?.
    int
    countByG_M(long groupId, boolean master)
    Returns the number of cp configuration lists where groupId = ? and master = ?.
    int
    countByLtD_S(Date displayDate, int status)
    Returns the number of cp configuration lists where displayDate < ? and status = ?.
    int
    countByParentCPConfigurationListId(long parentCPConfigurationListId)
    Returns the number of cp configuration lists where parentCPConfigurationListId = ?.
    int
    Returns the number of cp configuration lists where uuid = ?.
    int
    countByUuid_C(String uuid, long companyId)
    Returns the number of cp configuration lists where uuid = ? and companyId = ?.
    int
    countByUUID_G(String uuid, long groupId)
    Returns the number of cp configuration lists where uuid = ? and groupId = ?.
    create(long CPConfigurationListId)
    Creates a new cp configuration list with the primary key.
    fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
    Returns the first cp configuration list in the ordered set where companyId = ?.
    fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
    Returns the last cp configuration list in the ordered set where companyId = ?.
    fetchByERC_C(String externalReferenceCode, long companyId)
    Returns the cp configuration list where externalReferenceCode = ? and companyId = ? or returns null if it could not be found.
    fetchByERC_C(String externalReferenceCode, long companyId, boolean useFinderCache)
    Returns the cp configuration list where externalReferenceCode = ? and companyId = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByG_C_First(long groupId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
    Returns the first cp configuration list in the ordered set where groupId = ? and companyId = ?.
    fetchByG_C_Last(long groupId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
    Returns the last cp configuration list in the ordered set where groupId = ? and companyId = ?.
    fetchByG_C_NotS_First(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
    Returns the first cp configuration list in the ordered set where groupId = ? and companyId = ? and status ≠ ?.
    fetchByG_C_NotS_Last(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
    Returns the last cp configuration list in the ordered set where groupId = ? and companyId = ? and status ≠ ?.
    fetchByG_C_S_First(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
    Returns the first cp configuration list in the ordered set where groupId = ? and companyId = ? and status = ?.
    fetchByG_C_S_Last(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
    Returns the last cp configuration list in the ordered set where groupId = ? and companyId = ? and status = ?.
    fetchByG_M(long groupId, boolean master)
    Returns the cp configuration list where groupId = ? and master = ? or returns null if it could not be found.
    fetchByG_M(long groupId, boolean master, boolean useFinderCache)
    Returns the cp configuration list where groupId = ? and master = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByLtD_S_First(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
    Returns the first cp configuration list in the ordered set where displayDate < ? and status = ?.
    fetchByLtD_S_Last(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
    Returns the last cp configuration list in the ordered set where displayDate < ? and status = ?.
    fetchByParentCPConfigurationListId(long parentCPConfigurationListId)
    Returns the cp configuration list where parentCPConfigurationListId = ? or returns null if it could not be found.
    fetchByParentCPConfigurationListId(long parentCPConfigurationListId, boolean useFinderCache)
    Returns the cp configuration list where parentCPConfigurationListId = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByPrimaryKey(long CPConfigurationListId)
    Returns the cp configuration list 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<CPConfigurationList> orderByComparator)
    Returns the first cp configuration list in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
    Returns the last cp configuration list in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
    Returns the first cp configuration list in the ordered set where uuid = ?.
    fetchByUUID_G(String uuid, long groupId)
    Returns the cp configuration list where uuid = ? and groupId = ? or returns null if it could not be found.
    fetchByUUID_G(String uuid, long groupId, boolean useFinderCache)
    Returns the cp configuration list 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<CPConfigurationList> orderByComparator)
    Returns the last cp configuration list in the ordered set where uuid = ?.
    Returns all the cp configuration lists.
    findAll(int start, int end)
    Returns a range of all the cp configuration lists.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
    Returns an ordered range of all the cp configuration lists.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the cp configuration lists.
    findByCompanyId(long companyId)
    Returns all the cp configuration lists where companyId = ?.
    findByCompanyId(long companyId, int start, int end)
    Returns a range of all the cp configuration lists where companyId = ?.
    findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
    Returns an ordered range of all the cp configuration lists where companyId = ?.
    findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the cp configuration lists where companyId = ?.
    findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
    Returns the first cp configuration list in the ordered set where companyId = ?.
    findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
    Returns the last cp configuration list in the ordered set where companyId = ?.
    findByCompanyId_PrevAndNext(long CPConfigurationListId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
    Returns the cp configuration lists before and after the current cp configuration list in the ordered set where companyId = ?.
    findByERC_C(String externalReferenceCode, long companyId)
    Returns the cp configuration list where externalReferenceCode = ? and companyId = ? or throws a NoSuchCPConfigurationListException if it could not be found.
    findByG_C(long[] groupIds, long companyId)
    Returns all the cp configuration lists where groupId = any ? and companyId = ?.
    findByG_C(long[] groupIds, long companyId, int start, int end)
    Returns a range of all the cp configuration lists where groupId = any ? and companyId = ?.
    findByG_C(long[] groupIds, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
    Returns an ordered range of all the cp configuration lists where groupId = any ? and companyId = ?.
    findByG_C(long[] groupIds, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the cp configuration lists where groupId = ? and companyId = ?, optionally using the finder cache.
    findByG_C(long groupId, long companyId)
    Returns all the cp configuration lists where groupId = ? and companyId = ?.
    findByG_C(long groupId, long companyId, int start, int end)
    Returns a range of all the cp configuration lists where groupId = ? and companyId = ?.
    findByG_C(long groupId, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
    Returns an ordered range of all the cp configuration lists where groupId = ? and companyId = ?.
    findByG_C(long groupId, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the cp configuration lists where groupId = ? and companyId = ?.
    findByG_C_First(long groupId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
    Returns the first cp configuration list in the ordered set where groupId = ? and companyId = ?.
    findByG_C_Last(long groupId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
    Returns the last cp configuration list in the ordered set where groupId = ? and companyId = ?.
    findByG_C_NotS(long[] groupIds, long companyId, int status)
    Returns all the cp configuration lists where groupId = any ? and companyId = ? and status ≠ ?.
    findByG_C_NotS(long[] groupIds, long companyId, int status, int start, int end)
    Returns a range of all the cp configuration lists where groupId = any ? and companyId = ? and status ≠ ?.
    findByG_C_NotS(long[] groupIds, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
    Returns an ordered range of all the cp configuration lists where groupId = any ? and companyId = ? and status ≠ ?.
    findByG_C_NotS(long[] groupIds, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the cp configuration lists where groupId = ? and companyId = ? and status ≠ ?, optionally using the finder cache.
    findByG_C_NotS(long groupId, long companyId, int status)
    Returns all the cp configuration lists where groupId = ? and companyId = ? and status ≠ ?.
    findByG_C_NotS(long groupId, long companyId, int status, int start, int end)
    Returns a range of all the cp configuration lists where groupId = ? and companyId = ? and status ≠ ?.
    findByG_C_NotS(long groupId, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
    Returns an ordered range of all the cp configuration lists where groupId = ? and companyId = ? and status ≠ ?.
    findByG_C_NotS(long groupId, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the cp configuration lists where groupId = ? and companyId = ? and status ≠ ?.
    findByG_C_NotS_First(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
    Returns the first cp configuration list in the ordered set where groupId = ? and companyId = ? and status ≠ ?.
    findByG_C_NotS_Last(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
    Returns the last cp configuration list in the ordered set where groupId = ? and companyId = ? and status ≠ ?.
    findByG_C_NotS_PrevAndNext(long CPConfigurationListId, long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
    Returns the cp configuration lists before and after the current cp configuration list in the ordered set where groupId = ? and companyId = ? and status ≠ ?.
    findByG_C_PrevAndNext(long CPConfigurationListId, long groupId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
    Returns the cp configuration lists before and after the current cp configuration list in the ordered set where groupId = ? and companyId = ?.
    findByG_C_S(long[] groupIds, long companyId, int status)
    Returns all the cp configuration lists where groupId = any ? and companyId = ? and status = ?.
    findByG_C_S(long[] groupIds, long companyId, int status, int start, int end)
    Returns a range of all the cp configuration lists where groupId = any ? and companyId = ? and status = ?.
    findByG_C_S(long[] groupIds, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
    Returns an ordered range of all the cp configuration lists where groupId = any ? and companyId = ? and status = ?.
    findByG_C_S(long[] groupIds, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the cp configuration lists where groupId = ? and companyId = ? and status = ?, optionally using the finder cache.
    findByG_C_S(long groupId, long companyId, int status)
    Returns all the cp configuration lists where groupId = ? and companyId = ? and status = ?.
    findByG_C_S(long groupId, long companyId, int status, int start, int end)
    Returns a range of all the cp configuration lists where groupId = ? and companyId = ? and status = ?.
    findByG_C_S(long groupId, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
    Returns an ordered range of all the cp configuration lists where groupId = ? and companyId = ? and status = ?.
    findByG_C_S(long groupId, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the cp configuration lists where groupId = ? and companyId = ? and status = ?.
    findByG_C_S_First(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
    Returns the first cp configuration list in the ordered set where groupId = ? and companyId = ? and status = ?.
    findByG_C_S_Last(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
    Returns the last cp configuration list in the ordered set where groupId = ? and companyId = ? and status = ?.
    findByG_C_S_PrevAndNext(long CPConfigurationListId, long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
    Returns the cp configuration lists before and after the current cp configuration list in the ordered set where groupId = ? and companyId = ? and status = ?.
    findByG_M(long groupId, boolean master)
    Returns the cp configuration list where groupId = ? and master = ? or throws a NoSuchCPConfigurationListException if it could not be found.
    findByLtD_S(Date displayDate, int status)
    Returns all the cp configuration lists where displayDate < ? and status = ?.
    findByLtD_S(Date displayDate, int status, int start, int end)
    Returns a range of all the cp configuration lists where displayDate < ? and status = ?.
    findByLtD_S(Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
    Returns an ordered range of all the cp configuration lists where displayDate < ? and status = ?.
    findByLtD_S(Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the cp configuration lists where displayDate < ? and status = ?.
    findByLtD_S_First(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
    Returns the first cp configuration list in the ordered set where displayDate < ? and status = ?.
    findByLtD_S_Last(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
    Returns the last cp configuration list in the ordered set where displayDate < ? and status = ?.
    findByLtD_S_PrevAndNext(long CPConfigurationListId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
    Returns the cp configuration lists before and after the current cp configuration list in the ordered set where displayDate < ? and status = ?.
    findByParentCPConfigurationListId(long parentCPConfigurationListId)
    Returns the cp configuration list where parentCPConfigurationListId = ? or throws a NoSuchCPConfigurationListException if it could not be found.
    findByPrimaryKey(long CPConfigurationListId)
    Returns the cp configuration list with the primary key or throws a NoSuchCPConfigurationListException if it could not be found.
    Returns all the cp configuration lists where uuid = ?.
    findByUuid(String uuid, int start, int end)
    Returns a range of all the cp configuration lists where uuid = ?.
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
    Returns an ordered range of all the cp configuration lists where uuid = ?.
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the cp configuration lists where uuid = ?.
    findByUuid_C(String uuid, long companyId)
    Returns all the cp configuration lists where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end)
    Returns a range of all the cp configuration lists where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
    Returns an ordered range of all the cp configuration lists where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the cp configuration lists where uuid = ? and companyId = ?.
    findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
    Returns the first cp configuration list in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
    Returns the last cp configuration list in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_PrevAndNext(long CPConfigurationListId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
    Returns the cp configuration lists before and after the current cp configuration list in the ordered set where uuid = ? and companyId = ?.
    findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
    Returns the first cp configuration list in the ordered set where uuid = ?.
    findByUUID_G(String uuid, long groupId)
    Returns the cp configuration list where uuid = ? and groupId = ? or throws a NoSuchCPConfigurationListException if it could not be found.
    findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
    Returns the last cp configuration list in the ordered set where uuid = ?.
    findByUuid_PrevAndNext(long CPConfigurationListId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
    Returns the cp configuration lists before and after the current cp configuration list in the ordered set where uuid = ?.
    remove(long CPConfigurationListId)
    Removes the cp configuration list with the primary key from the database.
    void
    Removes all the cp configuration lists from the database.
    void
    removeByCompanyId(long companyId)
    Removes all the cp configuration lists where companyId = ? from the database.
    removeByERC_C(String externalReferenceCode, long companyId)
    Removes the cp configuration list where externalReferenceCode = ? and companyId = ? from the database.
    void
    removeByG_C(long groupId, long companyId)
    Removes all the cp configuration lists where groupId = ? and companyId = ? from the database.
    void
    removeByG_C_NotS(long groupId, long companyId, int status)
    Removes all the cp configuration lists where groupId = ? and companyId = ? and status ≠ ? from the database.
    void
    removeByG_C_S(long groupId, long companyId, int status)
    Removes all the cp configuration lists where groupId = ? and companyId = ? and status = ? from the database.
    removeByG_M(long groupId, boolean master)
    Removes the cp configuration list where groupId = ? and master = ? from the database.
    void
    removeByLtD_S(Date displayDate, int status)
    Removes all the cp configuration lists where displayDate < ? and status = ? from the database.
    removeByParentCPConfigurationListId(long parentCPConfigurationListId)
    Removes the cp configuration list where parentCPConfigurationListId = ? from the database.
    void
    Removes all the cp configuration lists where uuid = ? from the database.
    void
    removeByUuid_C(String uuid, long companyId)
    Removes all the cp configuration lists where uuid = ? and companyId = ? from the database.
    removeByUUID_G(String uuid, long groupId)
    Removes the cp configuration list where uuid = ? and groupId = ? from the database.
    updateImpl(CPConfigurationList cpConfigurationList)
     

    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<CPConfigurationList> findByUuid(String uuid)
      Returns all the cp configuration lists where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching cp configuration lists
    • findByUuid

      List<CPConfigurationList> findByUuid(String uuid, int start, int end)
      Returns a range of all the cp configuration lists 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 CPConfigurationListModelImpl.

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

      List<CPConfigurationList> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
      Returns an ordered range of all the cp configuration lists 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 CPConfigurationListModelImpl.

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

      List<CPConfigurationList> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the cp configuration lists 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 CPConfigurationListModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of cp configuration lists
      end - the upper bound of the range of cp configuration lists (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 configuration lists
    • findByUuid_First

      CPConfigurationList findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) throws NoSuchCPConfigurationListException
      Returns the first cp configuration list 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 configuration list
      Throws:
      NoSuchCPConfigurationListException - if a matching cp configuration list could not be found
    • fetchByUuid_First

      CPConfigurationList fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
      Returns the first cp configuration list 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 configuration list, or null if a matching cp configuration list could not be found
    • findByUuid_Last

      CPConfigurationList findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) throws NoSuchCPConfigurationListException
      Returns the last cp configuration list 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 configuration list
      Throws:
      NoSuchCPConfigurationListException - if a matching cp configuration list could not be found
    • fetchByUuid_Last

      CPConfigurationList fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
      Returns the last cp configuration list 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 configuration list, or null if a matching cp configuration list could not be found
    • findByUuid_PrevAndNext

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

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

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

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

      CPConfigurationList fetchByUUID_G(String uuid, long groupId)
      Returns the cp configuration list 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 configuration list, or null if a matching cp configuration list could not be found
    • fetchByUUID_G

      CPConfigurationList fetchByUUID_G(String uuid, long groupId, boolean useFinderCache)
      Returns the cp configuration list 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 configuration list, or null if a matching cp configuration list could not be found
    • removeByUUID_G

      CPConfigurationList removeByUUID_G(String uuid, long groupId) throws NoSuchCPConfigurationListException
      Removes the cp configuration list where uuid = ? and groupId = ? from the database.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the cp configuration list that was removed
      Throws:
      NoSuchCPConfigurationListException
    • countByUUID_G

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

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

      List<CPConfigurationList> findByUuid_C(String uuid, long companyId, int start, int end)
      Returns a range of all the cp configuration lists 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 CPConfigurationListModelImpl.

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

      List<CPConfigurationList> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
      Returns an ordered range of all the cp configuration lists 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 CPConfigurationListModelImpl.

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

      List<CPConfigurationList> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the cp configuration lists 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 CPConfigurationListModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of cp configuration lists
      end - the upper bound of the range of cp configuration lists (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 configuration lists
    • findByUuid_C_First

      CPConfigurationList findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) throws NoSuchCPConfigurationListException
      Returns the first cp configuration list 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 configuration list
      Throws:
      NoSuchCPConfigurationListException - if a matching cp configuration list could not be found
    • fetchByUuid_C_First

      CPConfigurationList fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
      Returns the first cp configuration list 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 configuration list, or null if a matching cp configuration list could not be found
    • findByUuid_C_Last

      CPConfigurationList findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) throws NoSuchCPConfigurationListException
      Returns the last cp configuration list 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 configuration list
      Throws:
      NoSuchCPConfigurationListException - if a matching cp configuration list could not be found
    • fetchByUuid_C_Last

      CPConfigurationList fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
      Returns the last cp configuration list 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 configuration list, or null if a matching cp configuration list could not be found
    • findByUuid_C_PrevAndNext

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

      void removeByUuid_C(String uuid, long companyId)
      Removes all the cp configuration lists 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 configuration lists where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the number of matching cp configuration lists
    • findByCompanyId

      List<CPConfigurationList> findByCompanyId(long companyId)
      Returns all the cp configuration lists where companyId = ?.
      Parameters:
      companyId - the company ID
      Returns:
      the matching cp configuration lists
    • findByCompanyId

      List<CPConfigurationList> findByCompanyId(long companyId, int start, int end)
      Returns a range of all the cp configuration lists where 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 CPConfigurationListModelImpl.

      Parameters:
      companyId - the company ID
      start - the lower bound of the range of cp configuration lists
      end - the upper bound of the range of cp configuration lists (not inclusive)
      Returns:
      the range of matching cp configuration lists
    • findByCompanyId

      List<CPConfigurationList> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
      Returns an ordered range of all the cp configuration lists where 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 CPConfigurationListModelImpl.

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

      List<CPConfigurationList> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the cp configuration lists where 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 CPConfigurationListModelImpl.

      Parameters:
      companyId - the company ID
      start - the lower bound of the range of cp configuration lists
      end - the upper bound of the range of cp configuration lists (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 configuration lists
    • findByCompanyId_First

      CPConfigurationList findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) throws NoSuchCPConfigurationListException
      Returns the first cp configuration list in the ordered set where companyId = ?.
      Parameters:
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cp configuration list
      Throws:
      NoSuchCPConfigurationListException - if a matching cp configuration list could not be found
    • fetchByCompanyId_First

      CPConfigurationList fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
      Returns the first cp configuration list in the ordered set where companyId = ?.
      Parameters:
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cp configuration list, or null if a matching cp configuration list could not be found
    • findByCompanyId_Last

      CPConfigurationList findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) throws NoSuchCPConfigurationListException
      Returns the last cp configuration list in the ordered set where companyId = ?.
      Parameters:
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cp configuration list
      Throws:
      NoSuchCPConfigurationListException - if a matching cp configuration list could not be found
    • fetchByCompanyId_Last

      CPConfigurationList fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
      Returns the last cp configuration list in the ordered set where companyId = ?.
      Parameters:
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cp configuration list, or null if a matching cp configuration list could not be found
    • findByCompanyId_PrevAndNext

      CPConfigurationList[] findByCompanyId_PrevAndNext(long CPConfigurationListId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) throws NoSuchCPConfigurationListException
      Returns the cp configuration lists before and after the current cp configuration list in the ordered set where companyId = ?.
      Parameters:
      CPConfigurationListId - the primary key of the current cp configuration list
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next cp configuration list
      Throws:
      NoSuchCPConfigurationListException - if a cp configuration list with the primary key could not be found
    • removeByCompanyId

      void removeByCompanyId(long companyId)
      Removes all the cp configuration lists where companyId = ? from the database.
      Parameters:
      companyId - the company ID
    • countByCompanyId

      int countByCompanyId(long companyId)
      Returns the number of cp configuration lists where companyId = ?.
      Parameters:
      companyId - the company ID
      Returns:
      the number of matching cp configuration lists
    • findByParentCPConfigurationListId

      CPConfigurationList findByParentCPConfigurationListId(long parentCPConfigurationListId) throws NoSuchCPConfigurationListException
      Returns the cp configuration list where parentCPConfigurationListId = ? or throws a NoSuchCPConfigurationListException if it could not be found.
      Parameters:
      parentCPConfigurationListId - the parent cp configuration list ID
      Returns:
      the matching cp configuration list
      Throws:
      NoSuchCPConfigurationListException - if a matching cp configuration list could not be found
    • fetchByParentCPConfigurationListId

      CPConfigurationList fetchByParentCPConfigurationListId(long parentCPConfigurationListId)
      Returns the cp configuration list where parentCPConfigurationListId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      parentCPConfigurationListId - the parent cp configuration list ID
      Returns:
      the matching cp configuration list, or null if a matching cp configuration list could not be found
    • fetchByParentCPConfigurationListId

      CPConfigurationList fetchByParentCPConfigurationListId(long parentCPConfigurationListId, boolean useFinderCache)
      Returns the cp configuration list where parentCPConfigurationListId = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      parentCPConfigurationListId - the parent cp configuration list ID
      useFinderCache - whether to use the finder cache
      Returns:
      the matching cp configuration list, or null if a matching cp configuration list could not be found
    • removeByParentCPConfigurationListId

      CPConfigurationList removeByParentCPConfigurationListId(long parentCPConfigurationListId) throws NoSuchCPConfigurationListException
      Removes the cp configuration list where parentCPConfigurationListId = ? from the database.
      Parameters:
      parentCPConfigurationListId - the parent cp configuration list ID
      Returns:
      the cp configuration list that was removed
      Throws:
      NoSuchCPConfigurationListException
    • countByParentCPConfigurationListId

      int countByParentCPConfigurationListId(long parentCPConfigurationListId)
      Returns the number of cp configuration lists where parentCPConfigurationListId = ?.
      Parameters:
      parentCPConfigurationListId - the parent cp configuration list ID
      Returns:
      the number of matching cp configuration lists
    • findByG_C

      List<CPConfigurationList> findByG_C(long groupId, long companyId)
      Returns all the cp configuration lists where groupId = ? and companyId = ?.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      Returns:
      the matching cp configuration lists
    • findByG_C

      List<CPConfigurationList> findByG_C(long groupId, long companyId, int start, int end)
      Returns a range of all the cp configuration lists where groupId = ? 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 CPConfigurationListModelImpl.

      Parameters:
      groupId - the group ID
      companyId - the company ID
      start - the lower bound of the range of cp configuration lists
      end - the upper bound of the range of cp configuration lists (not inclusive)
      Returns:
      the range of matching cp configuration lists
    • findByG_C

      List<CPConfigurationList> findByG_C(long groupId, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
      Returns an ordered range of all the cp configuration lists where groupId = ? 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 CPConfigurationListModelImpl.

      Parameters:
      groupId - the group ID
      companyId - the company ID
      start - the lower bound of the range of cp configuration lists
      end - the upper bound of the range of cp configuration lists (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching cp configuration lists
    • findByG_C

      List<CPConfigurationList> findByG_C(long groupId, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the cp configuration lists where groupId = ? 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 CPConfigurationListModelImpl.

      Parameters:
      groupId - the group ID
      companyId - the company ID
      start - the lower bound of the range of cp configuration lists
      end - the upper bound of the range of cp configuration lists (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 configuration lists
    • findByG_C_First

      CPConfigurationList findByG_C_First(long groupId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) throws NoSuchCPConfigurationListException
      Returns the first cp configuration list in the ordered set where groupId = ? and companyId = ?.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cp configuration list
      Throws:
      NoSuchCPConfigurationListException - if a matching cp configuration list could not be found
    • fetchByG_C_First

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

      CPConfigurationList findByG_C_Last(long groupId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) throws NoSuchCPConfigurationListException
      Returns the last cp configuration list in the ordered set where groupId = ? and companyId = ?.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cp configuration list
      Throws:
      NoSuchCPConfigurationListException - if a matching cp configuration list could not be found
    • fetchByG_C_Last

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

      CPConfigurationList[] findByG_C_PrevAndNext(long CPConfigurationListId, long groupId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) throws NoSuchCPConfigurationListException
      Returns the cp configuration lists before and after the current cp configuration list in the ordered set where groupId = ? and companyId = ?.
      Parameters:
      CPConfigurationListId - the primary key of the current cp configuration list
      groupId - the group ID
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next cp configuration list
      Throws:
      NoSuchCPConfigurationListException - if a cp configuration list with the primary key could not be found
    • findByG_C

      List<CPConfigurationList> findByG_C(long[] groupIds, long companyId)
      Returns all the cp configuration lists where groupId = any ? 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 CPConfigurationListModelImpl.

      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      Returns:
      the matching cp configuration lists
    • findByG_C

      List<CPConfigurationList> findByG_C(long[] groupIds, long companyId, int start, int end)
      Returns a range of all the cp configuration lists where groupId = any ? 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 CPConfigurationListModelImpl.

      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      start - the lower bound of the range of cp configuration lists
      end - the upper bound of the range of cp configuration lists (not inclusive)
      Returns:
      the range of matching cp configuration lists
    • findByG_C

      List<CPConfigurationList> findByG_C(long[] groupIds, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
      Returns an ordered range of all the cp configuration lists where groupId = any ? 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 CPConfigurationListModelImpl.

      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      start - the lower bound of the range of cp configuration lists
      end - the upper bound of the range of cp configuration lists (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching cp configuration lists
    • findByG_C

      List<CPConfigurationList> findByG_C(long[] groupIds, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the cp configuration lists where groupId = ? and companyId = ?, optionally using the finder cache.

      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 CPConfigurationListModelImpl.

      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      start - the lower bound of the range of cp configuration lists
      end - the upper bound of the range of cp configuration lists (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 configuration lists
    • removeByG_C

      void removeByG_C(long groupId, long companyId)
      Removes all the cp configuration lists where groupId = ? and companyId = ? from the database.
      Parameters:
      groupId - the group ID
      companyId - the company ID
    • countByG_C

      int countByG_C(long groupId, long companyId)
      Returns the number of cp configuration lists where groupId = ? and companyId = ?.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      Returns:
      the number of matching cp configuration lists
    • countByG_C

      int countByG_C(long[] groupIds, long companyId)
      Returns the number of cp configuration lists where groupId = any ? and companyId = ?.
      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      Returns:
      the number of matching cp configuration lists
    • findByG_M

      CPConfigurationList findByG_M(long groupId, boolean master) throws NoSuchCPConfigurationListException
      Returns the cp configuration list where groupId = ? and master = ? or throws a NoSuchCPConfigurationListException if it could not be found.
      Parameters:
      groupId - the group ID
      master - the master
      Returns:
      the matching cp configuration list
      Throws:
      NoSuchCPConfigurationListException - if a matching cp configuration list could not be found
    • fetchByG_M

      CPConfigurationList fetchByG_M(long groupId, boolean master)
      Returns the cp configuration list where groupId = ? and master = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      groupId - the group ID
      master - the master
      Returns:
      the matching cp configuration list, or null if a matching cp configuration list could not be found
    • fetchByG_M

      CPConfigurationList fetchByG_M(long groupId, boolean master, boolean useFinderCache)
      Returns the cp configuration list where groupId = ? and master = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      groupId - the group ID
      master - the master
      useFinderCache - whether to use the finder cache
      Returns:
      the matching cp configuration list, or null if a matching cp configuration list could not be found
    • removeByG_M

      CPConfigurationList removeByG_M(long groupId, boolean master) throws NoSuchCPConfigurationListException
      Removes the cp configuration list where groupId = ? and master = ? from the database.
      Parameters:
      groupId - the group ID
      master - the master
      Returns:
      the cp configuration list that was removed
      Throws:
      NoSuchCPConfigurationListException
    • countByG_M

      int countByG_M(long groupId, boolean master)
      Returns the number of cp configuration lists where groupId = ? and master = ?.
      Parameters:
      groupId - the group ID
      master - the master
      Returns:
      the number of matching cp configuration lists
    • findByLtD_S

      List<CPConfigurationList> findByLtD_S(Date displayDate, int status)
      Returns all the cp configuration lists where displayDate < ? and status = ?.
      Parameters:
      displayDate - the display date
      status - the status
      Returns:
      the matching cp configuration lists
    • findByLtD_S

      List<CPConfigurationList> findByLtD_S(Date displayDate, int status, int start, int end)
      Returns a range of all the cp configuration lists where displayDate < ? and status = ?.

      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 CPConfigurationListModelImpl.

      Parameters:
      displayDate - the display date
      status - the status
      start - the lower bound of the range of cp configuration lists
      end - the upper bound of the range of cp configuration lists (not inclusive)
      Returns:
      the range of matching cp configuration lists
    • findByLtD_S

      List<CPConfigurationList> findByLtD_S(Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
      Returns an ordered range of all the cp configuration lists where displayDate < ? and status = ?.

      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 CPConfigurationListModelImpl.

      Parameters:
      displayDate - the display date
      status - the status
      start - the lower bound of the range of cp configuration lists
      end - the upper bound of the range of cp configuration lists (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching cp configuration lists
    • findByLtD_S

      List<CPConfigurationList> findByLtD_S(Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the cp configuration lists where displayDate < ? and status = ?.

      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 CPConfigurationListModelImpl.

      Parameters:
      displayDate - the display date
      status - the status
      start - the lower bound of the range of cp configuration lists
      end - the upper bound of the range of cp configuration lists (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 configuration lists
    • findByLtD_S_First

      CPConfigurationList findByLtD_S_First(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) throws NoSuchCPConfigurationListException
      Returns the first cp configuration list in the ordered set where displayDate < ? and status = ?.
      Parameters:
      displayDate - the display date
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cp configuration list
      Throws:
      NoSuchCPConfigurationListException - if a matching cp configuration list could not be found
    • fetchByLtD_S_First

      CPConfigurationList fetchByLtD_S_First(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
      Returns the first cp configuration list in the ordered set where displayDate < ? and status = ?.
      Parameters:
      displayDate - the display date
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cp configuration list, or null if a matching cp configuration list could not be found
    • findByLtD_S_Last

      CPConfigurationList findByLtD_S_Last(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) throws NoSuchCPConfigurationListException
      Returns the last cp configuration list in the ordered set where displayDate < ? and status = ?.
      Parameters:
      displayDate - the display date
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cp configuration list
      Throws:
      NoSuchCPConfigurationListException - if a matching cp configuration list could not be found
    • fetchByLtD_S_Last

      CPConfigurationList fetchByLtD_S_Last(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
      Returns the last cp configuration list in the ordered set where displayDate < ? and status = ?.
      Parameters:
      displayDate - the display date
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cp configuration list, or null if a matching cp configuration list could not be found
    • findByLtD_S_PrevAndNext

      CPConfigurationList[] findByLtD_S_PrevAndNext(long CPConfigurationListId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) throws NoSuchCPConfigurationListException
      Returns the cp configuration lists before and after the current cp configuration list in the ordered set where displayDate < ? and status = ?.
      Parameters:
      CPConfigurationListId - the primary key of the current cp configuration list
      displayDate - the display date
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next cp configuration list
      Throws:
      NoSuchCPConfigurationListException - if a cp configuration list with the primary key could not be found
    • removeByLtD_S

      void removeByLtD_S(Date displayDate, int status)
      Removes all the cp configuration lists where displayDate < ? and status = ? from the database.
      Parameters:
      displayDate - the display date
      status - the status
    • countByLtD_S

      int countByLtD_S(Date displayDate, int status)
      Returns the number of cp configuration lists where displayDate < ? and status = ?.
      Parameters:
      displayDate - the display date
      status - the status
      Returns:
      the number of matching cp configuration lists
    • findByG_C_S

      List<CPConfigurationList> findByG_C_S(long groupId, long companyId, int status)
      Returns all the cp configuration lists where groupId = ? and companyId = ? and status = ?.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      status - the status
      Returns:
      the matching cp configuration lists
    • findByG_C_S

      List<CPConfigurationList> findByG_C_S(long groupId, long companyId, int status, int start, int end)
      Returns a range of all the cp configuration lists where groupId = ? and companyId = ? and status = ?.

      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 CPConfigurationListModelImpl.

      Parameters:
      groupId - the group ID
      companyId - the company ID
      status - the status
      start - the lower bound of the range of cp configuration lists
      end - the upper bound of the range of cp configuration lists (not inclusive)
      Returns:
      the range of matching cp configuration lists
    • findByG_C_S

      List<CPConfigurationList> findByG_C_S(long groupId, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
      Returns an ordered range of all the cp configuration lists where groupId = ? and companyId = ? and status = ?.

      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 CPConfigurationListModelImpl.

      Parameters:
      groupId - the group ID
      companyId - the company ID
      status - the status
      start - the lower bound of the range of cp configuration lists
      end - the upper bound of the range of cp configuration lists (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching cp configuration lists
    • findByG_C_S

      List<CPConfigurationList> findByG_C_S(long groupId, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the cp configuration lists where groupId = ? and companyId = ? and status = ?.

      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 CPConfigurationListModelImpl.

      Parameters:
      groupId - the group ID
      companyId - the company ID
      status - the status
      start - the lower bound of the range of cp configuration lists
      end - the upper bound of the range of cp configuration lists (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 configuration lists
    • findByG_C_S_First

      CPConfigurationList findByG_C_S_First(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) throws NoSuchCPConfigurationListException
      Returns the first cp configuration list in the ordered set where groupId = ? and companyId = ? and status = ?.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cp configuration list
      Throws:
      NoSuchCPConfigurationListException - if a matching cp configuration list could not be found
    • fetchByG_C_S_First

      CPConfigurationList fetchByG_C_S_First(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
      Returns the first cp configuration list in the ordered set where groupId = ? and companyId = ? and status = ?.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cp configuration list, or null if a matching cp configuration list could not be found
    • findByG_C_S_Last

      CPConfigurationList findByG_C_S_Last(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) throws NoSuchCPConfigurationListException
      Returns the last cp configuration list in the ordered set where groupId = ? and companyId = ? and status = ?.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cp configuration list
      Throws:
      NoSuchCPConfigurationListException - if a matching cp configuration list could not be found
    • fetchByG_C_S_Last

      CPConfigurationList fetchByG_C_S_Last(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
      Returns the last cp configuration list in the ordered set where groupId = ? and companyId = ? and status = ?.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cp configuration list, or null if a matching cp configuration list could not be found
    • findByG_C_S_PrevAndNext

      CPConfigurationList[] findByG_C_S_PrevAndNext(long CPConfigurationListId, long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) throws NoSuchCPConfigurationListException
      Returns the cp configuration lists before and after the current cp configuration list in the ordered set where groupId = ? and companyId = ? and status = ?.
      Parameters:
      CPConfigurationListId - the primary key of the current cp configuration list
      groupId - the group ID
      companyId - the company ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next cp configuration list
      Throws:
      NoSuchCPConfigurationListException - if a cp configuration list with the primary key could not be found
    • findByG_C_S

      List<CPConfigurationList> findByG_C_S(long[] groupIds, long companyId, int status)
      Returns all the cp configuration lists where groupId = any ? and companyId = ? and status = ?.

      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 CPConfigurationListModelImpl.

      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      status - the status
      Returns:
      the matching cp configuration lists
    • findByG_C_S

      List<CPConfigurationList> findByG_C_S(long[] groupIds, long companyId, int status, int start, int end)
      Returns a range of all the cp configuration lists where groupId = any ? and companyId = ? and status = ?.

      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 CPConfigurationListModelImpl.

      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      status - the status
      start - the lower bound of the range of cp configuration lists
      end - the upper bound of the range of cp configuration lists (not inclusive)
      Returns:
      the range of matching cp configuration lists
    • findByG_C_S

      List<CPConfigurationList> findByG_C_S(long[] groupIds, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
      Returns an ordered range of all the cp configuration lists where groupId = any ? and companyId = ? and status = ?.

      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 CPConfigurationListModelImpl.

      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      status - the status
      start - the lower bound of the range of cp configuration lists
      end - the upper bound of the range of cp configuration lists (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching cp configuration lists
    • findByG_C_S

      List<CPConfigurationList> findByG_C_S(long[] groupIds, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the cp configuration lists where groupId = ? and companyId = ? and status = ?, optionally using the finder cache.

      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 CPConfigurationListModelImpl.

      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      status - the status
      start - the lower bound of the range of cp configuration lists
      end - the upper bound of the range of cp configuration lists (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 configuration lists
    • removeByG_C_S

      void removeByG_C_S(long groupId, long companyId, int status)
      Removes all the cp configuration lists where groupId = ? and companyId = ? and status = ? from the database.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      status - the status
    • countByG_C_S

      int countByG_C_S(long groupId, long companyId, int status)
      Returns the number of cp configuration lists where groupId = ? and companyId = ? and status = ?.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      status - the status
      Returns:
      the number of matching cp configuration lists
    • countByG_C_S

      int countByG_C_S(long[] groupIds, long companyId, int status)
      Returns the number of cp configuration lists where groupId = any ? and companyId = ? and status = ?.
      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      status - the status
      Returns:
      the number of matching cp configuration lists
    • findByG_C_NotS

      List<CPConfigurationList> findByG_C_NotS(long groupId, long companyId, int status)
      Returns all the cp configuration lists where groupId = ? and companyId = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      status - the status
      Returns:
      the matching cp configuration lists
    • findByG_C_NotS

      List<CPConfigurationList> findByG_C_NotS(long groupId, long companyId, int status, int start, int end)
      Returns a range of all the cp configuration lists where groupId = ? and companyId = ? and status ≠ ?.

      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 CPConfigurationListModelImpl.

      Parameters:
      groupId - the group ID
      companyId - the company ID
      status - the status
      start - the lower bound of the range of cp configuration lists
      end - the upper bound of the range of cp configuration lists (not inclusive)
      Returns:
      the range of matching cp configuration lists
    • findByG_C_NotS

      List<CPConfigurationList> findByG_C_NotS(long groupId, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
      Returns an ordered range of all the cp configuration lists where groupId = ? and companyId = ? and status ≠ ?.

      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 CPConfigurationListModelImpl.

      Parameters:
      groupId - the group ID
      companyId - the company ID
      status - the status
      start - the lower bound of the range of cp configuration lists
      end - the upper bound of the range of cp configuration lists (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching cp configuration lists
    • findByG_C_NotS

      List<CPConfigurationList> findByG_C_NotS(long groupId, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the cp configuration lists where groupId = ? and companyId = ? and status ≠ ?.

      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 CPConfigurationListModelImpl.

      Parameters:
      groupId - the group ID
      companyId - the company ID
      status - the status
      start - the lower bound of the range of cp configuration lists
      end - the upper bound of the range of cp configuration lists (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 configuration lists
    • findByG_C_NotS_First

      CPConfigurationList findByG_C_NotS_First(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) throws NoSuchCPConfigurationListException
      Returns the first cp configuration list in the ordered set where groupId = ? and companyId = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cp configuration list
      Throws:
      NoSuchCPConfigurationListException - if a matching cp configuration list could not be found
    • fetchByG_C_NotS_First

      CPConfigurationList fetchByG_C_NotS_First(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
      Returns the first cp configuration list in the ordered set where groupId = ? and companyId = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cp configuration list, or null if a matching cp configuration list could not be found
    • findByG_C_NotS_Last

      CPConfigurationList findByG_C_NotS_Last(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) throws NoSuchCPConfigurationListException
      Returns the last cp configuration list in the ordered set where groupId = ? and companyId = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cp configuration list
      Throws:
      NoSuchCPConfigurationListException - if a matching cp configuration list could not be found
    • fetchByG_C_NotS_Last

      CPConfigurationList fetchByG_C_NotS_Last(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
      Returns the last cp configuration list in the ordered set where groupId = ? and companyId = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cp configuration list, or null if a matching cp configuration list could not be found
    • findByG_C_NotS_PrevAndNext

      CPConfigurationList[] findByG_C_NotS_PrevAndNext(long CPConfigurationListId, long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) throws NoSuchCPConfigurationListException
      Returns the cp configuration lists before and after the current cp configuration list in the ordered set where groupId = ? and companyId = ? and status ≠ ?.
      Parameters:
      CPConfigurationListId - the primary key of the current cp configuration list
      groupId - the group ID
      companyId - the company ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next cp configuration list
      Throws:
      NoSuchCPConfigurationListException - if a cp configuration list with the primary key could not be found
    • findByG_C_NotS

      List<CPConfigurationList> findByG_C_NotS(long[] groupIds, long companyId, int status)
      Returns all the cp configuration lists where groupId = any ? and companyId = ? and status ≠ ?.

      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 CPConfigurationListModelImpl.

      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      status - the status
      Returns:
      the matching cp configuration lists
    • findByG_C_NotS

      List<CPConfigurationList> findByG_C_NotS(long[] groupIds, long companyId, int status, int start, int end)
      Returns a range of all the cp configuration lists where groupId = any ? and companyId = ? and status ≠ ?.

      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 CPConfigurationListModelImpl.

      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      status - the status
      start - the lower bound of the range of cp configuration lists
      end - the upper bound of the range of cp configuration lists (not inclusive)
      Returns:
      the range of matching cp configuration lists
    • findByG_C_NotS

      List<CPConfigurationList> findByG_C_NotS(long[] groupIds, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator)
      Returns an ordered range of all the cp configuration lists where groupId = any ? and companyId = ? and status ≠ ?.

      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 CPConfigurationListModelImpl.

      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      status - the status
      start - the lower bound of the range of cp configuration lists
      end - the upper bound of the range of cp configuration lists (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching cp configuration lists
    • findByG_C_NotS

      List<CPConfigurationList> findByG_C_NotS(long[] groupIds, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the cp configuration lists where groupId = ? and companyId = ? and status ≠ ?, optionally using the finder cache.

      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 CPConfigurationListModelImpl.

      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      status - the status
      start - the lower bound of the range of cp configuration lists
      end - the upper bound of the range of cp configuration lists (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 configuration lists
    • removeByG_C_NotS

      void removeByG_C_NotS(long groupId, long companyId, int status)
      Removes all the cp configuration lists where groupId = ? and companyId = ? and status ≠ ? from the database.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      status - the status
    • countByG_C_NotS

      int countByG_C_NotS(long groupId, long companyId, int status)
      Returns the number of cp configuration lists where groupId = ? and companyId = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      status - the status
      Returns:
      the number of matching cp configuration lists
    • countByG_C_NotS

      int countByG_C_NotS(long[] groupIds, long companyId, int status)
      Returns the number of cp configuration lists where groupId = any ? and companyId = ? and status ≠ ?.
      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      status - the status
      Returns:
      the number of matching cp configuration lists
    • findByERC_C

      CPConfigurationList findByERC_C(String externalReferenceCode, long companyId) throws NoSuchCPConfigurationListException
      Returns the cp configuration list where externalReferenceCode = ? and companyId = ? or throws a NoSuchCPConfigurationListException if it could not be found.
      Parameters:
      externalReferenceCode - the external reference code
      companyId - the company ID
      Returns:
      the matching cp configuration list
      Throws:
      NoSuchCPConfigurationListException - if a matching cp configuration list could not be found
    • fetchByERC_C

      CPConfigurationList fetchByERC_C(String externalReferenceCode, long companyId)
      Returns the cp configuration list where externalReferenceCode = ? and companyId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      externalReferenceCode - the external reference code
      companyId - the company ID
      Returns:
      the matching cp configuration list, or null if a matching cp configuration list could not be found
    • fetchByERC_C

      CPConfigurationList fetchByERC_C(String externalReferenceCode, long companyId, boolean useFinderCache)
      Returns the cp configuration list where externalReferenceCode = ? and companyId = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      externalReferenceCode - the external reference code
      companyId - the company ID
      useFinderCache - whether to use the finder cache
      Returns:
      the matching cp configuration list, or null if a matching cp configuration list could not be found
    • removeByERC_C

      CPConfigurationList removeByERC_C(String externalReferenceCode, long companyId) throws NoSuchCPConfigurationListException
      Removes the cp configuration list where externalReferenceCode = ? and companyId = ? from the database.
      Parameters:
      externalReferenceCode - the external reference code
      companyId - the company ID
      Returns:
      the cp configuration list that was removed
      Throws:
      NoSuchCPConfigurationListException
    • countByERC_C

      int countByERC_C(String externalReferenceCode, long companyId)
      Returns the number of cp configuration lists where externalReferenceCode = ? and companyId = ?.
      Parameters:
      externalReferenceCode - the external reference code
      companyId - the company ID
      Returns:
      the number of matching cp configuration lists
    • cacheResult

      void cacheResult(CPConfigurationList cpConfigurationList)
      Caches the cp configuration list in the entity cache if it is enabled.
      Parameters:
      cpConfigurationList - the cp configuration list
    • cacheResult

      void cacheResult(List<CPConfigurationList> cpConfigurationLists)
      Caches the cp configuration lists in the entity cache if it is enabled.
      Parameters:
      cpConfigurationLists - the cp configuration lists
    • create

      CPConfigurationList create(long CPConfigurationListId)
      Creates a new cp configuration list with the primary key. Does not add the cp configuration list to the database.
      Parameters:
      CPConfigurationListId - the primary key for the new cp configuration list
      Returns:
      the new cp configuration list
    • remove

      CPConfigurationList remove(long CPConfigurationListId) throws NoSuchCPConfigurationListException
      Removes the cp configuration list with the primary key from the database. Also notifies the appropriate model listeners.
      Parameters:
      CPConfigurationListId - the primary key of the cp configuration list
      Returns:
      the cp configuration list that was removed
      Throws:
      NoSuchCPConfigurationListException - if a cp configuration list with the primary key could not be found
    • updateImpl

      CPConfigurationList updateImpl(CPConfigurationList cpConfigurationList)
    • findByPrimaryKey

      CPConfigurationList findByPrimaryKey(long CPConfigurationListId) throws NoSuchCPConfigurationListException
      Returns the cp configuration list with the primary key or throws a NoSuchCPConfigurationListException if it could not be found.
      Parameters:
      CPConfigurationListId - the primary key of the cp configuration list
      Returns:
      the cp configuration list
      Throws:
      NoSuchCPConfigurationListException - if a cp configuration list with the primary key could not be found
    • fetchByPrimaryKey

      CPConfigurationList fetchByPrimaryKey(long CPConfigurationListId)
      Returns the cp configuration list with the primary key or returns null if it could not be found.
      Parameters:
      CPConfigurationListId - the primary key of the cp configuration list
      Returns:
      the cp configuration list, or null if a cp configuration list with the primary key could not be found
    • findAll

      Returns all the cp configuration lists.
      Returns:
      the cp configuration lists
    • findAll

      List<CPConfigurationList> findAll(int start, int end)
      Returns a range of all the cp configuration lists.

      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 CPConfigurationListModelImpl.

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

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

      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 CPConfigurationListModelImpl.

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

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

      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 CPConfigurationListModelImpl.

      Parameters:
      start - the lower bound of the range of cp configuration lists
      end - the upper bound of the range of cp configuration lists (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 configuration lists
    • removeAll

      void removeAll()
      Removes all the cp configuration lists from the database.
    • countAll

      int countAll()
      Returns the number of cp configuration lists.
      Returns:
      the number of cp configuration lists