Interface CSDiagramSettingPersistence

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

@ProviderType public interface CSDiagramSettingPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<CSDiagramSetting>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CSDiagramSetting>
The persistence interface for the cs diagram setting service.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    cacheResult(CSDiagramSetting csDiagramSetting)
    Caches the cs diagram setting in the entity cache if it is enabled.
    void
    cacheResult(List<CSDiagramSetting> csDiagramSettings)
    Caches the cs diagram settings in the entity cache if it is enabled.
    int
    Returns the number of cs diagram settings.
    int
    countByCPDefinitionId(long CPDefinitionId)
    Returns the number of cs diagram settings where CPDefinitionId = ?.
    int
    Returns the number of cs diagram settings where uuid = ?.
    int
    countByUuid_C(String uuid, long companyId)
    Returns the number of cs diagram settings where uuid = ? and companyId = ?.
    create(long CSDiagramSettingId)
    Creates a new cs diagram setting with the primary key.
    fetchByCPDefinitionId(long CPDefinitionId)
    Returns the cs diagram setting where CPDefinitionId = ? or returns null if it could not be found.
    fetchByCPDefinitionId(long CPDefinitionId, boolean useFinderCache)
    Returns the cs diagram setting where CPDefinitionId = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByPrimaryKey(long CSDiagramSettingId)
    Returns the cs diagram setting 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<CSDiagramSetting> orderByComparator)
    Returns the first cs diagram setting in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator)
    Returns the last cs diagram setting in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator)
    Returns the first cs diagram setting in the ordered set where uuid = ?.
    fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator)
    Returns the last cs diagram setting in the ordered set where uuid = ?.
    Returns all the cs diagram settings.
    findAll(int start, int end)
    Returns a range of all the cs diagram settings.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator)
    Returns an ordered range of all the cs diagram settings.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the cs diagram settings.
    findByCPDefinitionId(long CPDefinitionId)
    Returns the cs diagram setting where CPDefinitionId = ? or throws a NoSuchCSDiagramSettingException if it could not be found.
    findByPrimaryKey(long CSDiagramSettingId)
    Returns the cs diagram setting with the primary key or throws a NoSuchCSDiagramSettingException if it could not be found.
    Returns all the cs diagram settings where uuid = ?.
    findByUuid(String uuid, int start, int end)
    Returns a range of all the cs diagram settings where uuid = ?.
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator)
    Returns an ordered range of all the cs diagram settings where uuid = ?.
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the cs diagram settings where uuid = ?.
    findByUuid_C(String uuid, long companyId)
    Returns all the cs diagram settings where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end)
    Returns a range of all the cs diagram settings where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator)
    Returns an ordered range of all the cs diagram settings where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the cs diagram settings where uuid = ? and companyId = ?.
    findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator)
    Returns the first cs diagram setting in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator)
    Returns the last cs diagram setting in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_PrevAndNext(long CSDiagramSettingId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator)
    Returns the cs diagram settings before and after the current cs diagram setting in the ordered set where uuid = ? and companyId = ?.
    findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator)
    Returns the first cs diagram setting in the ordered set where uuid = ?.
    findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator)
    Returns the last cs diagram setting in the ordered set where uuid = ?.
    findByUuid_PrevAndNext(long CSDiagramSettingId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator)
    Returns the cs diagram settings before and after the current cs diagram setting in the ordered set where uuid = ?.
    remove(long CSDiagramSettingId)
    Removes the cs diagram setting with the primary key from the database.
    void
    Removes all the cs diagram settings from the database.
    removeByCPDefinitionId(long CPDefinitionId)
    Removes the cs diagram setting where CPDefinitionId = ? from the database.
    void
    Removes all the cs diagram settings where uuid = ? from the database.
    void
    removeByUuid_C(String uuid, long companyId)
    Removes all the cs diagram settings where uuid = ? and companyId = ? from the database.
    updateImpl(CSDiagramSetting csDiagramSetting)
     

    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<CSDiagramSetting> findByUuid(String uuid)
      Returns all the cs diagram settings where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching cs diagram settings
    • findByUuid

      List<CSDiagramSetting> findByUuid(String uuid, int start, int end)
      Returns a range of all the cs diagram 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 CSDiagramSettingModelImpl.

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

      List<CSDiagramSetting> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator)
      Returns an ordered range of all the cs diagram 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 CSDiagramSettingModelImpl.

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

      List<CSDiagramSetting> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the cs diagram 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 CSDiagramSettingModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of cs diagram settings
      end - the upper bound of the range of cs diagram 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 cs diagram settings
    • findByUuid_First

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

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

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

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

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

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

      int countByUuid(String uuid)
      Returns the number of cs diagram settings where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the number of matching cs diagram settings
    • findByUuid_C

      List<CSDiagramSetting> findByUuid_C(String uuid, long companyId)
      Returns all the cs diagram settings where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the matching cs diagram settings
    • findByUuid_C

      List<CSDiagramSetting> findByUuid_C(String uuid, long companyId, int start, int end)
      Returns a range of all the cs diagram 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 CSDiagramSettingModelImpl.

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

      List<CSDiagramSetting> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator)
      Returns an ordered range of all the cs diagram 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 CSDiagramSettingModelImpl.

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

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

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

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

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

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

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

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

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

      CSDiagramSetting findByCPDefinitionId(long CPDefinitionId) throws NoSuchCSDiagramSettingException
      Returns the cs diagram setting where CPDefinitionId = ? or throws a NoSuchCSDiagramSettingException if it could not be found.
      Parameters:
      CPDefinitionId - the cp definition ID
      Returns:
      the matching cs diagram setting
      Throws:
      NoSuchCSDiagramSettingException - if a matching cs diagram setting could not be found
    • fetchByCPDefinitionId

      CSDiagramSetting fetchByCPDefinitionId(long CPDefinitionId)
      Returns the cs diagram setting where CPDefinitionId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      CPDefinitionId - the cp definition ID
      Returns:
      the matching cs diagram setting, or null if a matching cs diagram setting could not be found
    • fetchByCPDefinitionId

      CSDiagramSetting fetchByCPDefinitionId(long CPDefinitionId, boolean useFinderCache)
      Returns the cs diagram setting where CPDefinitionId = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      CPDefinitionId - the cp definition ID
      useFinderCache - whether to use the finder cache
      Returns:
      the matching cs diagram setting, or null if a matching cs diagram setting could not be found
    • removeByCPDefinitionId

      CSDiagramSetting removeByCPDefinitionId(long CPDefinitionId) throws NoSuchCSDiagramSettingException
      Removes the cs diagram setting where CPDefinitionId = ? from the database.
      Parameters:
      CPDefinitionId - the cp definition ID
      Returns:
      the cs diagram setting that was removed
      Throws:
      NoSuchCSDiagramSettingException
    • countByCPDefinitionId

      int countByCPDefinitionId(long CPDefinitionId)
      Returns the number of cs diagram settings where CPDefinitionId = ?.
      Parameters:
      CPDefinitionId - the cp definition ID
      Returns:
      the number of matching cs diagram settings
    • cacheResult

      void cacheResult(CSDiagramSetting csDiagramSetting)
      Caches the cs diagram setting in the entity cache if it is enabled.
      Parameters:
      csDiagramSetting - the cs diagram setting
    • cacheResult

      void cacheResult(List<CSDiagramSetting> csDiagramSettings)
      Caches the cs diagram settings in the entity cache if it is enabled.
      Parameters:
      csDiagramSettings - the cs diagram settings
    • create

      CSDiagramSetting create(long CSDiagramSettingId)
      Creates a new cs diagram setting with the primary key. Does not add the cs diagram setting to the database.
      Parameters:
      CSDiagramSettingId - the primary key for the new cs diagram setting
      Returns:
      the new cs diagram setting
    • remove

      CSDiagramSetting remove(long CSDiagramSettingId) throws NoSuchCSDiagramSettingException
      Removes the cs diagram setting with the primary key from the database. Also notifies the appropriate model listeners.
      Parameters:
      CSDiagramSettingId - the primary key of the cs diagram setting
      Returns:
      the cs diagram setting that was removed
      Throws:
      NoSuchCSDiagramSettingException - if a cs diagram setting with the primary key could not be found
    • updateImpl

      CSDiagramSetting updateImpl(CSDiagramSetting csDiagramSetting)
    • findByPrimaryKey

      CSDiagramSetting findByPrimaryKey(long CSDiagramSettingId) throws NoSuchCSDiagramSettingException
      Returns the cs diagram setting with the primary key or throws a NoSuchCSDiagramSettingException if it could not be found.
      Parameters:
      CSDiagramSettingId - the primary key of the cs diagram setting
      Returns:
      the cs diagram setting
      Throws:
      NoSuchCSDiagramSettingException - if a cs diagram setting with the primary key could not be found
    • fetchByPrimaryKey

      CSDiagramSetting fetchByPrimaryKey(long CSDiagramSettingId)
      Returns the cs diagram setting with the primary key or returns null if it could not be found.
      Parameters:
      CSDiagramSettingId - the primary key of the cs diagram setting
      Returns:
      the cs diagram setting, or null if a cs diagram setting with the primary key could not be found
    • findAll

      Returns all the cs diagram settings.
      Returns:
      the cs diagram settings
    • findAll

      List<CSDiagramSetting> findAll(int start, int end)
      Returns a range of all the cs diagram 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 CSDiagramSettingModelImpl.

      Parameters:
      start - the lower bound of the range of cs diagram settings
      end - the upper bound of the range of cs diagram settings (not inclusive)
      Returns:
      the range of cs diagram settings
    • findAll

      List<CSDiagramSetting> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator)
      Returns an ordered range of all the cs diagram 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 CSDiagramSettingModelImpl.

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

      List<CSDiagramSetting> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the cs diagram 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 CSDiagramSettingModelImpl.

      Parameters:
      start - the lower bound of the range of cs diagram settings
      end - the upper bound of the range of cs diagram 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 cs diagram settings
    • removeAll

      void removeAll()
      Removes all the cs diagram settings from the database.
    • countAll

      int countAll()
      Returns the number of cs diagram settings.
      Returns:
      the number of cs diagram settings