Interface CPConfigurationEntrySettingPersistence

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

@ProviderType public interface CPConfigurationEntrySettingPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<CPConfigurationEntrySetting>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CPConfigurationEntrySetting>
The persistence interface for the cp configuration entry setting service.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Details

    • findByUuid

      Returns all the cp configuration entry settings where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching cp configuration entry settings
    • findByUuid

      List<CPConfigurationEntrySetting> findByUuid(String uuid, int start, int end)
      Returns a range of all the cp configuration entry settings 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 CPConfigurationEntrySettingModelImpl.

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

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

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

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

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

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

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

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

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

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

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

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

      Returns the cp configuration entry setting where uuid = ? and groupId = ? or throws a NoSuchCPConfigurationEntrySettingException if it could not be found.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the matching cp configuration entry setting
      Throws:
      NoSuchCPConfigurationEntrySettingException - if a matching cp configuration entry setting could not be found
    • fetchByUUID_G

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

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

      Removes the cp configuration entry setting where uuid = ? and groupId = ? from the database.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the cp configuration entry setting that was removed
      Throws:
      NoSuchCPConfigurationEntrySettingException
    • countByUUID_G

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

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

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

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

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

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

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

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

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

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

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

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

      CPConfigurationEntrySetting[] findByUuid_C_PrevAndNext(long CPConfigurationEntrySettingId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationEntrySetting> orderByComparator) throws NoSuchCPConfigurationEntrySettingException
      Returns the cp configuration entry settings before and after the current cp configuration entry setting in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      CPConfigurationEntrySettingId - the primary key of the current cp configuration entry setting
      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 entry setting
      Throws:
      NoSuchCPConfigurationEntrySettingException - if a cp configuration entry setting with the primary key could not be found
    • removeByUuid_C

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

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

      List<CPConfigurationEntrySetting> findByCompanyId(long companyId, int start, int end)
      Returns a range of all the cp configuration entry settings 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 CPConfigurationEntrySettingModelImpl.

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

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

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

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

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

      CPConfigurationEntrySetting findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationEntrySetting> orderByComparator) throws NoSuchCPConfigurationEntrySettingException
      Returns the first cp configuration entry setting 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 entry setting
      Throws:
      NoSuchCPConfigurationEntrySettingException - if a matching cp configuration entry setting could not be found
    • fetchByCompanyId_First

      CPConfigurationEntrySetting fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationEntrySetting> orderByComparator)
      Returns the first cp configuration entry setting 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 entry setting, or null if a matching cp configuration entry setting could not be found
    • findByCompanyId_Last

      CPConfigurationEntrySetting findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationEntrySetting> orderByComparator) throws NoSuchCPConfigurationEntrySettingException
      Returns the last cp configuration entry setting 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 entry setting
      Throws:
      NoSuchCPConfigurationEntrySettingException - if a matching cp configuration entry setting could not be found
    • fetchByCompanyId_Last

      CPConfigurationEntrySetting fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationEntrySetting> orderByComparator)
      Returns the last cp configuration entry setting 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 entry setting, or null if a matching cp configuration entry setting could not be found
    • findByCompanyId_PrevAndNext

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

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

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

      CPConfigurationEntrySetting findByC_T(long CPConfigurationEntryId, int type) throws NoSuchCPConfigurationEntrySettingException
      Returns the cp configuration entry setting where CPConfigurationEntryId = ? and type = ? or throws a NoSuchCPConfigurationEntrySettingException if it could not be found.
      Parameters:
      CPConfigurationEntryId - the cp configuration entry ID
      type - the type
      Returns:
      the matching cp configuration entry setting
      Throws:
      NoSuchCPConfigurationEntrySettingException - if a matching cp configuration entry setting could not be found
    • fetchByC_T

      CPConfigurationEntrySetting fetchByC_T(long CPConfigurationEntryId, int type)
      Returns the cp configuration entry setting where CPConfigurationEntryId = ? and type = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      CPConfigurationEntryId - the cp configuration entry ID
      type - the type
      Returns:
      the matching cp configuration entry setting, or null if a matching cp configuration entry setting could not be found
    • fetchByC_T

      CPConfigurationEntrySetting fetchByC_T(long CPConfigurationEntryId, int type, boolean useFinderCache)
      Returns the cp configuration entry setting where CPConfigurationEntryId = ? and type = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      CPConfigurationEntryId - the cp configuration entry ID
      type - the type
      useFinderCache - whether to use the finder cache
      Returns:
      the matching cp configuration entry setting, or null if a matching cp configuration entry setting could not be found
    • removeByC_T

      CPConfigurationEntrySetting removeByC_T(long CPConfigurationEntryId, int type) throws NoSuchCPConfigurationEntrySettingException
      Removes the cp configuration entry setting where CPConfigurationEntryId = ? and type = ? from the database.
      Parameters:
      CPConfigurationEntryId - the cp configuration entry ID
      type - the type
      Returns:
      the cp configuration entry setting that was removed
      Throws:
      NoSuchCPConfigurationEntrySettingException
    • countByC_T

      int countByC_T(long CPConfigurationEntryId, int type)
      Returns the number of cp configuration entry settings where CPConfigurationEntryId = ? and type = ?.
      Parameters:
      CPConfigurationEntryId - the cp configuration entry ID
      type - the type
      Returns:
      the number of matching cp configuration entry settings
    • cacheResult

      void cacheResult(CPConfigurationEntrySetting cpConfigurationEntrySetting)
      Caches the cp configuration entry setting in the entity cache if it is enabled.
      Parameters:
      cpConfigurationEntrySetting - the cp configuration entry setting
    • cacheResult

      void cacheResult(List<CPConfigurationEntrySetting> cpConfigurationEntrySettings)
      Caches the cp configuration entry settings in the entity cache if it is enabled.
      Parameters:
      cpConfigurationEntrySettings - the cp configuration entry settings
    • create

      CPConfigurationEntrySetting create(long CPConfigurationEntrySettingId)
      Creates a new cp configuration entry setting with the primary key. Does not add the cp configuration entry setting to the database.
      Parameters:
      CPConfigurationEntrySettingId - the primary key for the new cp configuration entry setting
      Returns:
      the new cp configuration entry setting
    • remove

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

      CPConfigurationEntrySetting updateImpl(CPConfigurationEntrySetting cpConfigurationEntrySetting)
    • findByPrimaryKey

      CPConfigurationEntrySetting findByPrimaryKey(long CPConfigurationEntrySettingId) throws NoSuchCPConfigurationEntrySettingException
      Returns the cp configuration entry setting with the primary key or throws a NoSuchCPConfigurationEntrySettingException if it could not be found.
      Parameters:
      CPConfigurationEntrySettingId - the primary key of the cp configuration entry setting
      Returns:
      the cp configuration entry setting
      Throws:
      NoSuchCPConfigurationEntrySettingException - if a cp configuration entry setting with the primary key could not be found
    • fetchByPrimaryKey

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

      Returns all the cp configuration entry settings.
      Returns:
      the cp configuration entry settings
    • findAll

      List<CPConfigurationEntrySetting> findAll(int start, int end)
      Returns a range of all the cp configuration entry settings.

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

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

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

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

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

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

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

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

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

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