Interface ObjectValidationRuleSettingPersistence

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

@ProviderType public interface ObjectValidationRuleSettingPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<ObjectValidationRuleSetting>
The persistence interface for the object validation rule setting service.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Details

    • findByUuid

      Returns all the object validation rule settings where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching object validation rule settings
    • findByUuid

      List<ObjectValidationRuleSetting> findByUuid(String uuid, int start, int end)
      Returns a range of all the object validation rule 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 ObjectValidationRuleSettingModelImpl.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      List<ObjectValidationRuleSetting> findByObjectValidationRuleId(long objectValidationRuleId)
      Returns all the object validation rule settings where objectValidationRuleId = ?.
      Parameters:
      objectValidationRuleId - the object validation rule ID
      Returns:
      the matching object validation rule settings
    • findByObjectValidationRuleId

      List<ObjectValidationRuleSetting> findByObjectValidationRuleId(long objectValidationRuleId, int start, int end)
      Returns a range of all the object validation rule settings where objectValidationRuleId = ?.

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

      Parameters:
      objectValidationRuleId - the object validation rule ID
      start - the lower bound of the range of object validation rule settings
      end - the upper bound of the range of object validation rule settings (not inclusive)
      Returns:
      the range of matching object validation rule settings
    • findByObjectValidationRuleId

      List<ObjectValidationRuleSetting> findByObjectValidationRuleId(long objectValidationRuleId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator)
      Returns an ordered range of all the object validation rule settings where objectValidationRuleId = ?.

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

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

      List<ObjectValidationRuleSetting> findByObjectValidationRuleId(long objectValidationRuleId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the object validation rule settings where objectValidationRuleId = ?.

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

      Parameters:
      objectValidationRuleId - the object validation rule ID
      start - the lower bound of the range of object validation rule settings
      end - the upper bound of the range of object validation rule 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 validation rule settings
    • findByObjectValidationRuleId_First

      ObjectValidationRuleSetting findByObjectValidationRuleId_First(long objectValidationRuleId, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator) throws NoSuchObjectValidationRuleSettingException
      Returns the first object validation rule setting in the ordered set where objectValidationRuleId = ?.
      Parameters:
      objectValidationRuleId - the object validation rule ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching object validation rule setting
      Throws:
      NoSuchObjectValidationRuleSettingException - if a matching object validation rule setting could not be found
    • fetchByObjectValidationRuleId_First

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

      ObjectValidationRuleSetting findByObjectValidationRuleId_Last(long objectValidationRuleId, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator) throws NoSuchObjectValidationRuleSettingException
      Returns the last object validation rule setting in the ordered set where objectValidationRuleId = ?.
      Parameters:
      objectValidationRuleId - the object validation rule ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching object validation rule setting
      Throws:
      NoSuchObjectValidationRuleSettingException - if a matching object validation rule setting could not be found
    • fetchByObjectValidationRuleId_Last

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

      ObjectValidationRuleSetting[] findByObjectValidationRuleId_PrevAndNext(long objectValidationRuleSettingId, long objectValidationRuleId, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator) throws NoSuchObjectValidationRuleSettingException
      Returns the object validation rule settings before and after the current object validation rule setting in the ordered set where objectValidationRuleId = ?.
      Parameters:
      objectValidationRuleSettingId - the primary key of the current object validation rule setting
      objectValidationRuleId - the object validation rule ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next object validation rule setting
      Throws:
      NoSuchObjectValidationRuleSettingException - if a object validation rule setting with the primary key could not be found
    • removeByObjectValidationRuleId

      void removeByObjectValidationRuleId(long objectValidationRuleId)
      Removes all the object validation rule settings where objectValidationRuleId = ? from the database.
      Parameters:
      objectValidationRuleId - the object validation rule ID
    • countByObjectValidationRuleId

      int countByObjectValidationRuleId(long objectValidationRuleId)
      Returns the number of object validation rule settings where objectValidationRuleId = ?.
      Parameters:
      objectValidationRuleId - the object validation rule ID
      Returns:
      the number of matching object validation rule settings
    • findByOVRI_N

      List<ObjectValidationRuleSetting> findByOVRI_N(long objectValidationRuleId, String name)
      Returns all the object validation rule settings where objectValidationRuleId = ? and name = ?.
      Parameters:
      objectValidationRuleId - the object validation rule ID
      name - the name
      Returns:
      the matching object validation rule settings
    • findByOVRI_N

      List<ObjectValidationRuleSetting> findByOVRI_N(long objectValidationRuleId, String name, int start, int end)
      Returns a range of all the object validation rule settings where objectValidationRuleId = ? and name = ?.

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

      Parameters:
      objectValidationRuleId - the object validation rule ID
      name - the name
      start - the lower bound of the range of object validation rule settings
      end - the upper bound of the range of object validation rule settings (not inclusive)
      Returns:
      the range of matching object validation rule settings
    • findByOVRI_N

      List<ObjectValidationRuleSetting> findByOVRI_N(long objectValidationRuleId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator)
      Returns an ordered range of all the object validation rule settings where objectValidationRuleId = ? and name = ?.

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

      Parameters:
      objectValidationRuleId - the object validation rule ID
      name - the name
      start - the lower bound of the range of object validation rule settings
      end - the upper bound of the range of object validation rule settings (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching object validation rule settings
    • findByOVRI_N

      List<ObjectValidationRuleSetting> findByOVRI_N(long objectValidationRuleId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the object validation rule settings where objectValidationRuleId = ? and name = ?.

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

      Parameters:
      objectValidationRuleId - the object validation rule ID
      name - the name
      start - the lower bound of the range of object validation rule settings
      end - the upper bound of the range of object validation rule 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 validation rule settings
    • findByOVRI_N_First

      ObjectValidationRuleSetting findByOVRI_N_First(long objectValidationRuleId, String name, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator) throws NoSuchObjectValidationRuleSettingException
      Returns the first object validation rule setting in the ordered set where objectValidationRuleId = ? and name = ?.
      Parameters:
      objectValidationRuleId - the object validation rule ID
      name - the name
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching object validation rule setting
      Throws:
      NoSuchObjectValidationRuleSettingException - if a matching object validation rule setting could not be found
    • fetchByOVRI_N_First

      ObjectValidationRuleSetting fetchByOVRI_N_First(long objectValidationRuleId, String name, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator)
      Returns the first object validation rule setting in the ordered set where objectValidationRuleId = ? and name = ?.
      Parameters:
      objectValidationRuleId - the object validation rule ID
      name - the name
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching object validation rule setting, or null if a matching object validation rule setting could not be found
    • findByOVRI_N_Last

      ObjectValidationRuleSetting findByOVRI_N_Last(long objectValidationRuleId, String name, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator) throws NoSuchObjectValidationRuleSettingException
      Returns the last object validation rule setting in the ordered set where objectValidationRuleId = ? and name = ?.
      Parameters:
      objectValidationRuleId - the object validation rule ID
      name - the name
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching object validation rule setting
      Throws:
      NoSuchObjectValidationRuleSettingException - if a matching object validation rule setting could not be found
    • fetchByOVRI_N_Last

      ObjectValidationRuleSetting fetchByOVRI_N_Last(long objectValidationRuleId, String name, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator)
      Returns the last object validation rule setting in the ordered set where objectValidationRuleId = ? and name = ?.
      Parameters:
      objectValidationRuleId - the object validation rule ID
      name - the name
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching object validation rule setting, or null if a matching object validation rule setting could not be found
    • findByOVRI_N_PrevAndNext

      ObjectValidationRuleSetting[] findByOVRI_N_PrevAndNext(long objectValidationRuleSettingId, long objectValidationRuleId, String name, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator) throws NoSuchObjectValidationRuleSettingException
      Returns the object validation rule settings before and after the current object validation rule setting in the ordered set where objectValidationRuleId = ? and name = ?.
      Parameters:
      objectValidationRuleSettingId - the primary key of the current object validation rule setting
      objectValidationRuleId - the object validation rule ID
      name - the name
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next object validation rule setting
      Throws:
      NoSuchObjectValidationRuleSettingException - if a object validation rule setting with the primary key could not be found
    • removeByOVRI_N

      void removeByOVRI_N(long objectValidationRuleId, String name)
      Removes all the object validation rule settings where objectValidationRuleId = ? and name = ? from the database.
      Parameters:
      objectValidationRuleId - the object validation rule ID
      name - the name
    • countByOVRI_N

      int countByOVRI_N(long objectValidationRuleId, String name)
      Returns the number of object validation rule settings where objectValidationRuleId = ? and name = ?.
      Parameters:
      objectValidationRuleId - the object validation rule ID
      name - the name
      Returns:
      the number of matching object validation rule settings
    • findByN_V

      Returns the object validation rule setting where name = ? and value = ? or throws a NoSuchObjectValidationRuleSettingException if it could not be found.
      Parameters:
      name - the name
      value - the value
      Returns:
      the matching object validation rule setting
      Throws:
      NoSuchObjectValidationRuleSettingException - if a matching object validation rule setting could not be found
    • fetchByN_V

      ObjectValidationRuleSetting fetchByN_V(String name, String value)
      Returns the object validation rule setting where name = ? and value = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      name - the name
      value - the value
      Returns:
      the matching object validation rule setting, or null if a matching object validation rule setting could not be found
    • fetchByN_V

      ObjectValidationRuleSetting fetchByN_V(String name, String value, boolean useFinderCache)
      Returns the object validation rule setting where name = ? and value = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      name - the name
      value - the value
      useFinderCache - whether to use the finder cache
      Returns:
      the matching object validation rule setting, or null if a matching object validation rule setting could not be found
    • removeByN_V

      Removes the object validation rule setting where name = ? and value = ? from the database.
      Parameters:
      name - the name
      value - the value
      Returns:
      the object validation rule setting that was removed
      Throws:
      NoSuchObjectValidationRuleSettingException
    • countByN_V

      int countByN_V(String name, String value)
      Returns the number of object validation rule settings where name = ? and value = ?.
      Parameters:
      name - the name
      value - the value
      Returns:
      the number of matching object validation rule settings
    • findByOVRI_N_V

      ObjectValidationRuleSetting findByOVRI_N_V(long objectValidationRuleId, String name, String value) throws NoSuchObjectValidationRuleSettingException
      Returns the object validation rule setting where objectValidationRuleId = ? and name = ? and value = ? or throws a NoSuchObjectValidationRuleSettingException if it could not be found.
      Parameters:
      objectValidationRuleId - the object validation rule ID
      name - the name
      value - the value
      Returns:
      the matching object validation rule setting
      Throws:
      NoSuchObjectValidationRuleSettingException - if a matching object validation rule setting could not be found
    • fetchByOVRI_N_V

      ObjectValidationRuleSetting fetchByOVRI_N_V(long objectValidationRuleId, String name, String value)
      Returns the object validation rule setting where objectValidationRuleId = ? and name = ? and value = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      objectValidationRuleId - the object validation rule ID
      name - the name
      value - the value
      Returns:
      the matching object validation rule setting, or null if a matching object validation rule setting could not be found
    • fetchByOVRI_N_V

      ObjectValidationRuleSetting fetchByOVRI_N_V(long objectValidationRuleId, String name, String value, boolean useFinderCache)
      Returns the object validation rule setting where objectValidationRuleId = ? and name = ? and value = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      objectValidationRuleId - the object validation rule ID
      name - the name
      value - the value
      useFinderCache - whether to use the finder cache
      Returns:
      the matching object validation rule setting, or null if a matching object validation rule setting could not be found
    • removeByOVRI_N_V

      ObjectValidationRuleSetting removeByOVRI_N_V(long objectValidationRuleId, String name, String value) throws NoSuchObjectValidationRuleSettingException
      Removes the object validation rule setting where objectValidationRuleId = ? and name = ? and value = ? from the database.
      Parameters:
      objectValidationRuleId - the object validation rule ID
      name - the name
      value - the value
      Returns:
      the object validation rule setting that was removed
      Throws:
      NoSuchObjectValidationRuleSettingException
    • countByOVRI_N_V

      int countByOVRI_N_V(long objectValidationRuleId, String name, String value)
      Returns the number of object validation rule settings where objectValidationRuleId = ? and name = ? and value = ?.
      Parameters:
      objectValidationRuleId - the object validation rule ID
      name - the name
      value - the value
      Returns:
      the number of matching object validation rule settings
    • cacheResult

      void cacheResult(ObjectValidationRuleSetting objectValidationRuleSetting)
      Caches the object validation rule setting in the entity cache if it is enabled.
      Parameters:
      objectValidationRuleSetting - the object validation rule setting
    • cacheResult

      void cacheResult(List<ObjectValidationRuleSetting> objectValidationRuleSettings)
      Caches the object validation rule settings in the entity cache if it is enabled.
      Parameters:
      objectValidationRuleSettings - the object validation rule settings
    • create

      ObjectValidationRuleSetting create(long objectValidationRuleSettingId)
      Creates a new object validation rule setting with the primary key. Does not add the object validation rule setting to the database.
      Parameters:
      objectValidationRuleSettingId - the primary key for the new object validation rule setting
      Returns:
      the new object validation rule setting
    • remove

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

      ObjectValidationRuleSetting updateImpl(ObjectValidationRuleSetting objectValidationRuleSetting)
    • findByPrimaryKey

      ObjectValidationRuleSetting findByPrimaryKey(long objectValidationRuleSettingId) throws NoSuchObjectValidationRuleSettingException
      Returns the object validation rule setting with the primary key or throws a NoSuchObjectValidationRuleSettingException if it could not be found.
      Parameters:
      objectValidationRuleSettingId - the primary key of the object validation rule setting
      Returns:
      the object validation rule setting
      Throws:
      NoSuchObjectValidationRuleSettingException - if a object validation rule setting with the primary key could not be found
    • fetchByPrimaryKey

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

      Returns all the object validation rule settings.
      Returns:
      the object validation rule settings
    • findAll

      List<ObjectValidationRuleSetting> findAll(int start, int end)
      Returns a range of all the object validation rule 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 ObjectValidationRuleSettingModelImpl.

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

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

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

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

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

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

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