Interface ObjectDefinitionSettingPersistence

All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<ObjectDefinitionSetting>

@ProviderType public interface ObjectDefinitionSettingPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<ObjectDefinitionSetting>
The persistence interface for the object definition setting service.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Details

    • findByUuid

      List<ObjectDefinitionSetting> findByUuid(String uuid)
      Returns all the object definition settings where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching object definition settings
    • findByUuid

      List<ObjectDefinitionSetting> findByUuid(String uuid, int start, int end)
      Returns a range of all the object definition 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 ObjectDefinitionSettingModelImpl.

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

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

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

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

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

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

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

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

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

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

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

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

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

      List<ObjectDefinitionSetting> findByUuid_C(String uuid, long companyId, int start, int end)
      Returns a range of all the object definition 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 ObjectDefinitionSettingModelImpl.

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

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

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

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

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

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

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

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

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

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

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

      List<ObjectDefinitionSetting> findByObjectDefinitionId(long objectDefinitionId)
      Returns all the object definition settings where objectDefinitionId = ?.
      Parameters:
      objectDefinitionId - the object definition ID
      Returns:
      the matching object definition settings
    • findByObjectDefinitionId

      List<ObjectDefinitionSetting> findByObjectDefinitionId(long objectDefinitionId, int start, int end)
      Returns a range of all the object definition settings where objectDefinitionId = ?.

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

      Parameters:
      objectDefinitionId - the object definition ID
      start - the lower bound of the range of object definition settings
      end - the upper bound of the range of object definition settings (not inclusive)
      Returns:
      the range of matching object definition settings
    • findByObjectDefinitionId

      List<ObjectDefinitionSetting> findByObjectDefinitionId(long objectDefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinitionSetting> orderByComparator)
      Returns an ordered range of all the object definition settings where objectDefinitionId = ?.

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

      Parameters:
      objectDefinitionId - the object definition ID
      start - the lower bound of the range of object definition settings
      end - the upper bound of the range of object definition settings (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching object definition settings
    • findByObjectDefinitionId

      List<ObjectDefinitionSetting> findByObjectDefinitionId(long objectDefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinitionSetting> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the object definition settings where objectDefinitionId = ?.

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

      Parameters:
      objectDefinitionId - the object definition ID
      start - the lower bound of the range of object definition settings
      end - the upper bound of the range of object definition 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 object definition settings
    • findByObjectDefinitionId_First

      ObjectDefinitionSetting findByObjectDefinitionId_First(long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinitionSetting> orderByComparator) throws NoSuchObjectDefinitionSettingException
      Returns the first object definition setting in the ordered set where objectDefinitionId = ?.
      Parameters:
      objectDefinitionId - the object definition ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching object definition setting
      Throws:
      NoSuchObjectDefinitionSettingException - if a matching object definition setting could not be found
    • fetchByObjectDefinitionId_First

      ObjectDefinitionSetting fetchByObjectDefinitionId_First(long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinitionSetting> orderByComparator)
      Returns the first object definition setting in the ordered set where objectDefinitionId = ?.
      Parameters:
      objectDefinitionId - the object definition ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching object definition setting, or null if a matching object definition setting could not be found
    • findByObjectDefinitionId_Last

      ObjectDefinitionSetting findByObjectDefinitionId_Last(long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinitionSetting> orderByComparator) throws NoSuchObjectDefinitionSettingException
      Returns the last object definition setting in the ordered set where objectDefinitionId = ?.
      Parameters:
      objectDefinitionId - the object definition ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching object definition setting
      Throws:
      NoSuchObjectDefinitionSettingException - if a matching object definition setting could not be found
    • fetchByObjectDefinitionId_Last

      ObjectDefinitionSetting fetchByObjectDefinitionId_Last(long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinitionSetting> orderByComparator)
      Returns the last object definition setting in the ordered set where objectDefinitionId = ?.
      Parameters:
      objectDefinitionId - the object definition ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching object definition setting, or null if a matching object definition setting could not be found
    • findByObjectDefinitionId_PrevAndNext

      ObjectDefinitionSetting[] findByObjectDefinitionId_PrevAndNext(long objectDefinitionSettingId, long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinitionSetting> orderByComparator) throws NoSuchObjectDefinitionSettingException
      Returns the object definition settings before and after the current object definition setting in the ordered set where objectDefinitionId = ?.
      Parameters:
      objectDefinitionSettingId - the primary key of the current object definition setting
      objectDefinitionId - the object definition ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next object definition setting
      Throws:
      NoSuchObjectDefinitionSettingException - if a object definition setting with the primary key could not be found
    • removeByObjectDefinitionId

      void removeByObjectDefinitionId(long objectDefinitionId)
      Removes all the object definition settings where objectDefinitionId = ? from the database.
      Parameters:
      objectDefinitionId - the object definition ID
    • countByObjectDefinitionId

      int countByObjectDefinitionId(long objectDefinitionId)
      Returns the number of object definition settings where objectDefinitionId = ?.
      Parameters:
      objectDefinitionId - the object definition ID
      Returns:
      the number of matching object definition settings
    • findByODI_N

      ObjectDefinitionSetting findByODI_N(long objectDefinitionId, String name) throws NoSuchObjectDefinitionSettingException
      Returns the object definition setting where objectDefinitionId = ? and name = ? or throws a NoSuchObjectDefinitionSettingException if it could not be found.
      Parameters:
      objectDefinitionId - the object definition ID
      name - the name
      Returns:
      the matching object definition setting
      Throws:
      NoSuchObjectDefinitionSettingException - if a matching object definition setting could not be found
    • fetchByODI_N

      ObjectDefinitionSetting fetchByODI_N(long objectDefinitionId, String name)
      Returns the object definition setting where objectDefinitionId = ? and name = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      objectDefinitionId - the object definition ID
      name - the name
      Returns:
      the matching object definition setting, or null if a matching object definition setting could not be found
    • fetchByODI_N

      ObjectDefinitionSetting fetchByODI_N(long objectDefinitionId, String name, boolean useFinderCache)
      Returns the object definition setting where objectDefinitionId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      objectDefinitionId - the object definition ID
      name - the name
      useFinderCache - whether to use the finder cache
      Returns:
      the matching object definition setting, or null if a matching object definition setting could not be found
    • removeByODI_N

      ObjectDefinitionSetting removeByODI_N(long objectDefinitionId, String name) throws NoSuchObjectDefinitionSettingException
      Removes the object definition setting where objectDefinitionId = ? and name = ? from the database.
      Parameters:
      objectDefinitionId - the object definition ID
      name - the name
      Returns:
      the object definition setting that was removed
      Throws:
      NoSuchObjectDefinitionSettingException
    • countByODI_N

      int countByODI_N(long objectDefinitionId, String name)
      Returns the number of object definition settings where objectDefinitionId = ? and name = ?.
      Parameters:
      objectDefinitionId - the object definition ID
      name - the name
      Returns:
      the number of matching object definition settings
    • cacheResult

      void cacheResult(ObjectDefinitionSetting objectDefinitionSetting)
      Caches the object definition setting in the entity cache if it is enabled.
      Parameters:
      objectDefinitionSetting - the object definition setting
    • cacheResult

      void cacheResult(List<ObjectDefinitionSetting> objectDefinitionSettings)
      Caches the object definition settings in the entity cache if it is enabled.
      Parameters:
      objectDefinitionSettings - the object definition settings
    • create

      ObjectDefinitionSetting create(long objectDefinitionSettingId)
      Creates a new object definition setting with the primary key. Does not add the object definition setting to the database.
      Parameters:
      objectDefinitionSettingId - the primary key for the new object definition setting
      Returns:
      the new object definition setting
    • remove

      ObjectDefinitionSetting remove(long objectDefinitionSettingId) throws NoSuchObjectDefinitionSettingException
      Removes the object definition setting with the primary key from the database. Also notifies the appropriate model listeners.
      Parameters:
      objectDefinitionSettingId - the primary key of the object definition setting
      Returns:
      the object definition setting that was removed
      Throws:
      NoSuchObjectDefinitionSettingException - if a object definition setting with the primary key could not be found
    • updateImpl

      ObjectDefinitionSetting updateImpl(ObjectDefinitionSetting objectDefinitionSetting)
    • findByPrimaryKey

      ObjectDefinitionSetting findByPrimaryKey(long objectDefinitionSettingId) throws NoSuchObjectDefinitionSettingException
      Returns the object definition setting with the primary key or throws a NoSuchObjectDefinitionSettingException if it could not be found.
      Parameters:
      objectDefinitionSettingId - the primary key of the object definition setting
      Returns:
      the object definition setting
      Throws:
      NoSuchObjectDefinitionSettingException - if a object definition setting with the primary key could not be found
    • fetchByPrimaryKey

      ObjectDefinitionSetting fetchByPrimaryKey(long objectDefinitionSettingId)
      Returns the object definition setting with the primary key or returns null if it could not be found.
      Parameters:
      objectDefinitionSettingId - the primary key of the object definition setting
      Returns:
      the object definition setting, or null if a object definition setting with the primary key could not be found
    • findAll

      Returns all the object definition settings.
      Returns:
      the object definition settings
    • findAll

      List<ObjectDefinitionSetting> findAll(int start, int end)
      Returns a range of all the object definition 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 ObjectDefinitionSettingModelImpl.

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

      List<ObjectDefinitionSetting> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinitionSetting> orderByComparator)
      Returns an ordered range of all the object definition 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 ObjectDefinitionSettingModelImpl.

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

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

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

      void removeAll()
      Removes all the object definition settings from the database.
    • countAll

      int countAll()
      Returns the number of object definition settings.
      Returns:
      the number of object definition settings