Interface ObjectValidationRuleSettingPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<ObjectValidationRuleSetting>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(ObjectValidationRuleSetting objectValidationRuleSetting) Caches the object validation rule setting in the entity cache if it is enabled.void
cacheResult
(List<ObjectValidationRuleSetting> objectValidationRuleSettings) Caches the object validation rule settings in the entity cache if it is enabled.int
countAll()
Returns the number of object validation rule settings.int
countByN_V
(String name, String value) Returns the number of object validation rule settings where name = ? and value = ?.int
countByObjectValidationRuleId
(long objectValidationRuleId) Returns the number of object validation rule settings where objectValidationRuleId = ?.int
countByOVRI_N
(long objectValidationRuleId, String name) Returns the number of object validation rule settings where objectValidationRuleId = ? and name = ?.int
countByOVRI_N_V
(long objectValidationRuleId, String name, String value) Returns the number of object validation rule settings where objectValidationRuleId = ? and name = ? and value = ?.int
countByUuid
(String uuid) Returns the number of object validation rule settings where uuid = ?.int
countByUuid_C
(String uuid, long companyId) Returns the number of object validation rule settings where uuid = ? and companyId = ?.create
(long objectValidationRuleSettingId) Creates a new object validation rule setting with the primary key.fetchByN_V
(String name, String value) Returns the object validation rule setting where name = ? and value = ? or returnsnull
if it could not be found.fetchByN_V
(String name, String value, boolean useFinderCache) Returns the object validation rule setting where name = ? and value = ? or returnsnull
if it could not be found, optionally using the finder cache.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 = ?.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 = ?.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 = ?.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 = ?.fetchByOVRI_N_V
(long objectValidationRuleId, String name, String value) Returns the object validation rule setting where objectValidationRuleId = ? and name = ? and value = ? or returnsnull
if it could not be found.fetchByOVRI_N_V
(long objectValidationRuleId, String name, String value, boolean useFinderCache) Returns the object validation rule setting where objectValidationRuleId = ? and name = ? and value = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByPrimaryKey
(long objectValidationRuleSettingId) Returns the object validation rule setting with the primary key or returnsnull
if it could not be found.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 = ?.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 = ?.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 = ?.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 = ?.findAll()
Returns all the object validation rule settings.findAll
(int start, int end) Returns a range of all the object validation rule settings.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator) Returns an ordered range of all the object validation rule settings.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.Returns the object validation rule setting where name = ? and value = ? or throws aNoSuchObjectValidationRuleSettingException
if it could not be found.findByObjectValidationRuleId
(long objectValidationRuleId) Returns all the object validation rule settings where objectValidationRuleId = ?.findByObjectValidationRuleId
(long objectValidationRuleId, int start, int end) Returns a range of all the object validation rule settings where objectValidationRuleId = ?.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 = ?.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 = ?.findByObjectValidationRuleId_First
(long objectValidationRuleId, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator) Returns the first object validation rule setting in the ordered set where objectValidationRuleId = ?.findByObjectValidationRuleId_Last
(long objectValidationRuleId, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator) Returns the last object validation rule setting in the ordered set where objectValidationRuleId = ?.findByObjectValidationRuleId_PrevAndNext
(long objectValidationRuleSettingId, long objectValidationRuleId, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator) Returns the object validation rule settings before and after the current object validation rule setting in the ordered set where objectValidationRuleId = ?.findByOVRI_N
(long objectValidationRuleId, String name) Returns all the object validation rule settings where objectValidationRuleId = ? and name = ?.findByOVRI_N
(long objectValidationRuleId, String name, int start, int end) Returns a range of all the object validation rule settings where objectValidationRuleId = ? and name = ?.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 = ?.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 = ?.findByOVRI_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 = ?.findByOVRI_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 = ?.findByOVRI_N_PrevAndNext
(long objectValidationRuleSettingId, long objectValidationRuleId, String name, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator) Returns the object validation rule settings before and after the current object validation rule setting in the ordered set where objectValidationRuleId = ? and name = ?.findByOVRI_N_V
(long objectValidationRuleId, String name, String value) Returns the object validation rule setting where objectValidationRuleId = ? and name = ? and value = ? or throws aNoSuchObjectValidationRuleSettingException
if it could not be found.findByPrimaryKey
(long objectValidationRuleSettingId) Returns the object validation rule setting with the primary key or throws aNoSuchObjectValidationRuleSettingException
if it could not be found.findByUuid
(String uuid) Returns all the object validation rule settings where uuid = ?.findByUuid
(String uuid, int start, int end) Returns a range of all the object validation rule settings where uuid = ?.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 = ?.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 = ?.findByUuid_C
(String uuid, long companyId) Returns all the object validation rule settings where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the object validation rule settings where uuid = ? and companyId = ?.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 = ?.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 = ?.findByUuid_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 = ?.findByUuid_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 = ?.findByUuid_C_PrevAndNext
(long objectValidationRuleSettingId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator) Returns the object validation rule settings before and after the current object validation rule setting in the ordered set where uuid = ? and companyId = ?.findByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator) Returns the first object validation rule setting in the ordered set where uuid = ?.findByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator) Returns the last object validation rule setting in the ordered set where uuid = ?.findByUuid_PrevAndNext
(long objectValidationRuleSettingId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator) Returns the object validation rule settings before and after the current object validation rule setting in the ordered set where uuid = ?.remove
(long objectValidationRuleSettingId) Removes the object validation rule setting with the primary key from the database.void
Removes all the object validation rule settings from the database.removeByN_V
(String name, String value) Removes the object validation rule setting where name = ? and value = ? from the database.void
removeByObjectValidationRuleId
(long objectValidationRuleId) Removes all the object validation rule settings where objectValidationRuleId = ? from the database.void
removeByOVRI_N
(long objectValidationRuleId, String name) Removes all the object validation rule settings where objectValidationRuleId = ? and name = ? from the database.removeByOVRI_N_V
(long objectValidationRuleId, String name, String value) Removes the object validation rule setting where objectValidationRuleId = ? and name = ? and value = ? from the database.void
removeByUuid
(String uuid) Removes all the object validation rule settings where uuid = ? from the database.void
removeByUuid_C
(String uuid, long companyId) Removes all the object validation rule settings where uuid = ? and companyId = ? from the database.updateImpl
(ObjectValidationRuleSetting objectValidationRuleSetting) 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
-
Method Details
-
findByUuid
Returns all the object validation rule settings where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching object validation rule settings
-
findByUuid
Returns a range of all the object validation rule settings where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectValidationRuleSettingModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of object validation rule settingsend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectValidationRuleSettingModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of object validation rule settingsend
- the upper bound of the range of object validation rule settings (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectValidationRuleSettingModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of object validation rule settingsend
- the upper bound of the range of object validation rule settings (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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 uuidorderByComparator
- the comparator to order the set by (optionallynull
)- 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 uuidorderByComparator
- the comparator to order the set by (optionallynull
)- 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 uuidorderByComparator
- the comparator to order the set by (optionallynull
)- 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 uuidorderByComparator
- the comparator to order the set by (optionallynull
)- 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 settinguuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- 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
Removes all the object validation rule settings where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
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
Returns all the object validation rule settings where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching object validation rule settings
-
findByUuid_C
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectValidationRuleSettingModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of object validation rule settingsend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectValidationRuleSettingModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of object validation rule settingsend
- the upper bound of the range of object validation rule settings (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectValidationRuleSettingModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of object validation rule settingsend
- the upper bound of the range of object validation rule settings (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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 uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 settinguuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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
Removes all the object validation rule settings where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of object validation rule settings where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching object validation rule settings
-
findByObjectValidationRuleId
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectValidationRuleSettingModelImpl
.- Parameters:
objectValidationRuleId
- the object validation rule IDstart
- the lower bound of the range of object validation rule settingsend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectValidationRuleSettingModelImpl
.- Parameters:
objectValidationRuleId
- the object validation rule IDstart
- the lower bound of the range of object validation rule settingsend
- the upper bound of the range of object validation rule settings (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectValidationRuleSettingModelImpl
.- Parameters:
objectValidationRuleId
- the object validation rule IDstart
- the lower bound of the range of object validation rule settingsend
- the upper bound of the range of object validation rule settings (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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 IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 settingobjectValidationRuleId
- the object validation rule IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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
Returns all the object validation rule settings where objectValidationRuleId = ? and name = ?.- Parameters:
objectValidationRuleId
- the object validation rule IDname
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectValidationRuleSettingModelImpl
.- Parameters:
objectValidationRuleId
- the object validation rule IDname
- the namestart
- the lower bound of the range of object validation rule settingsend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectValidationRuleSettingModelImpl
.- Parameters:
objectValidationRuleId
- the object validation rule IDname
- the namestart
- the lower bound of the range of object validation rule settingsend
- the upper bound of the range of object validation rule settings (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectValidationRuleSettingModelImpl
.- Parameters:
objectValidationRuleId
- the object validation rule IDname
- the namestart
- the lower bound of the range of object validation rule settingsend
- the upper bound of the range of object validation rule settings (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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 IDname
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDname
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDname
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDname
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- 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 settingobjectValidationRuleId
- the object validation rule IDname
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- 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
Removes all the object validation rule settings where objectValidationRuleId = ? and name = ? from the database.- Parameters:
objectValidationRuleId
- the object validation rule IDname
- the name
-
countByOVRI_N
Returns the number of object validation rule settings where objectValidationRuleId = ? and name = ?.- Parameters:
objectValidationRuleId
- the object validation rule IDname
- the name- Returns:
- the number of matching object validation rule settings
-
findByN_V
ObjectValidationRuleSetting findByN_V(String name, String value) throws NoSuchObjectValidationRuleSettingException Returns the object validation rule setting where name = ? and value = ? or throws aNoSuchObjectValidationRuleSettingException
if it could not be found.- Parameters:
name
- the namevalue
- the value- Returns:
- the matching object validation rule setting
- Throws:
NoSuchObjectValidationRuleSettingException
- if a matching object validation rule setting could not be found
-
fetchByN_V
Returns the object validation rule setting where name = ? and value = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
name
- the namevalue
- the value- Returns:
- the matching object validation rule setting, or
null
if a matching object validation rule setting could not be found
-
fetchByN_V
Returns the object validation rule setting where name = ? and value = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
name
- the namevalue
- the valueuseFinderCache
- 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
ObjectValidationRuleSetting removeByN_V(String name, String value) throws NoSuchObjectValidationRuleSettingException Removes the object validation rule setting where name = ? and value = ? from the database.- Parameters:
name
- the namevalue
- the value- Returns:
- the object validation rule setting that was removed
- Throws:
NoSuchObjectValidationRuleSettingException
-
countByN_V
Returns the number of object validation rule settings where name = ? and value = ?.- Parameters:
name
- the namevalue
- 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 aNoSuchObjectValidationRuleSettingException
if it could not be found.- Parameters:
objectValidationRuleId
- the object validation rule IDname
- the namevalue
- 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
Returns the object validation rule setting where objectValidationRuleId = ? and name = ? and value = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
objectValidationRuleId
- the object validation rule IDname
- the namevalue
- 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 returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
objectValidationRuleId
- the object validation rule IDname
- the namevalue
- the valueuseFinderCache
- 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 IDname
- the namevalue
- the value- Returns:
- the object validation rule setting that was removed
- Throws:
NoSuchObjectValidationRuleSettingException
-
countByOVRI_N_V
Returns the number of object validation rule settings where objectValidationRuleId = ? and name = ? and value = ?.- Parameters:
objectValidationRuleId
- the object validation rule IDname
- the namevalue
- the value- Returns:
- the number of matching object validation rule settings
-
cacheResult
Caches the object validation rule setting in the entity cache if it is enabled.- Parameters:
objectValidationRuleSetting
- the object validation rule setting
-
cacheResult
Caches the object validation rule settings in the entity cache if it is enabled.- Parameters:
objectValidationRuleSettings
- the object validation rule settings
-
create
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
-
findByPrimaryKey
ObjectValidationRuleSetting findByPrimaryKey(long objectValidationRuleSettingId) throws NoSuchObjectValidationRuleSettingException Returns the object validation rule setting with the primary key or throws aNoSuchObjectValidationRuleSettingException
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
Returns the object validation rule setting with the primary key or returnsnull
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
List<ObjectValidationRuleSetting> findAll()Returns all the object validation rule settings.- Returns:
- the object validation rule settings
-
findAll
Returns a range of all the object validation rule settings.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectValidationRuleSettingModelImpl
.- Parameters:
start
- the lower bound of the range of object validation rule settingsend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectValidationRuleSettingModelImpl
.- Parameters:
start
- the lower bound of the range of object validation rule settingsend
- the upper bound of the range of object validation rule settings (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectValidationRuleSettingModelImpl
.- Parameters:
start
- the lower bound of the range of object validation rule settingsend
- the upper bound of the range of object validation rule settings (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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
-