@ProviderType public interface ObjectValidationRuleSettingPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<ObjectValidationRuleSetting>
Caching information and settings can be found in portal.properties
ObjectValidationRuleSettingUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(java.util.List<ObjectValidationRuleSetting> objectValidationRuleSettings)
Caches the object validation rule settings in the entity cache if it is enabled.
|
void |
cacheResult(ObjectValidationRuleSetting objectValidationRuleSetting)
Caches the object validation rule setting in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of object validation rule settings.
|
int |
countByN_V(java.lang.String name,
java.lang.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_V(long objectValidationRuleId,
java.lang.String name,
java.lang.String value)
Returns the number of object validation rule settings where objectValidationRuleId = ? and name = ? and value = ?.
|
int |
countByOVRI_N(long objectValidationRuleId,
java.lang.String name)
Returns the number of object validation rule settings where objectValidationRuleId = ? and name = ?.
|
int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of object validation rule settings where uuid = ? and companyId = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of object validation rule settings where uuid = ?.
|
ObjectValidationRuleSetting |
create(long objectValidationRuleSettingId)
Creates a new object validation rule setting with the primary key.
|
ObjectValidationRuleSetting |
fetchByN_V(java.lang.String name,
java.lang.String value)
Returns the object validation rule setting where name = ? and value = ? or returns
null if it could not be found. |
ObjectValidationRuleSetting |
fetchByN_V(java.lang.String name,
java.lang.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. |
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 = ?.
|
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 = ?.
|
ObjectValidationRuleSetting |
fetchByOVRI_N_First(long objectValidationRuleId,
java.lang.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 = ?.
|
ObjectValidationRuleSetting |
fetchByOVRI_N_Last(long objectValidationRuleId,
java.lang.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 = ?.
|
ObjectValidationRuleSetting |
fetchByOVRI_N_V(long objectValidationRuleId,
java.lang.String name,
java.lang.String value)
Returns the object validation rule setting where objectValidationRuleId = ? and name = ? and value = ? or returns
null if it could not be found. |
ObjectValidationRuleSetting |
fetchByOVRI_N_V(long objectValidationRuleId,
java.lang.String name,
java.lang.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. |
ObjectValidationRuleSetting |
fetchByPrimaryKey(long objectValidationRuleSettingId)
Returns the object validation rule setting with the primary key or returns
null if it could not be found. |
ObjectValidationRuleSetting |
fetchByUuid_C_First(java.lang.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 = ?.
|
ObjectValidationRuleSetting |
fetchByUuid_C_Last(java.lang.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 = ?.
|
ObjectValidationRuleSetting |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator)
Returns the first object validation rule setting in the ordered set where uuid = ?.
|
ObjectValidationRuleSetting |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator)
Returns the last object validation rule setting in the ordered set where uuid = ?.
|
java.util.List<ObjectValidationRuleSetting> |
findAll()
Returns all the object validation rule settings.
|
java.util.List<ObjectValidationRuleSetting> |
findAll(int start,
int end)
Returns a range of all the object validation rule settings.
|
java.util.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.
|
java.util.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.
|
ObjectValidationRuleSetting |
findByN_V(java.lang.String name,
java.lang.String value)
Returns the object validation rule setting where name = ? and value = ? or throws a
NoSuchObjectValidationRuleSettingException if it could not be found. |
ObjectValidationRuleSetting |
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 = ?.
|
ObjectValidationRuleSetting |
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 = ?.
|
ObjectValidationRuleSetting[] |
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 = ?.
|
java.util.List<ObjectValidationRuleSetting> |
findByObjectValidationRuleId(long objectValidationRuleId)
Returns all the object validation rule settings where objectValidationRuleId = ?.
|
java.util.List<ObjectValidationRuleSetting> |
findByObjectValidationRuleId(long objectValidationRuleId,
int start,
int end)
Returns a range of all the object validation rule settings where objectValidationRuleId = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
ObjectValidationRuleSetting |
findByOVRI_N_First(long objectValidationRuleId,
java.lang.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 = ?.
|
ObjectValidationRuleSetting |
findByOVRI_N_Last(long objectValidationRuleId,
java.lang.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 = ?.
|
ObjectValidationRuleSetting[] |
findByOVRI_N_PrevAndNext(long objectValidationRuleSettingId,
long objectValidationRuleId,
java.lang.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 = ?.
|
ObjectValidationRuleSetting |
findByOVRI_N_V(long objectValidationRuleId,
java.lang.String name,
java.lang.String value)
Returns the object validation rule setting where objectValidationRuleId = ? and name = ? and value = ? or throws a
NoSuchObjectValidationRuleSettingException if it could not be found. |
java.util.List<ObjectValidationRuleSetting> |
findByOVRI_N(long objectValidationRuleId,
java.lang.String name)
Returns all the object validation rule settings where objectValidationRuleId = ? and name = ?.
|
java.util.List<ObjectValidationRuleSetting> |
findByOVRI_N(long objectValidationRuleId,
java.lang.String name,
int start,
int end)
Returns a range of all the object validation rule settings where objectValidationRuleId = ? and name = ?.
|
java.util.List<ObjectValidationRuleSetting> |
findByOVRI_N(long objectValidationRuleId,
java.lang.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 = ?.
|
java.util.List<ObjectValidationRuleSetting> |
findByOVRI_N(long objectValidationRuleId,
java.lang.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 = ?.
|
ObjectValidationRuleSetting |
findByPrimaryKey(long objectValidationRuleSettingId)
Returns the object validation rule setting with the primary key or throws a
NoSuchObjectValidationRuleSettingException if it could not be found. |
ObjectValidationRuleSetting |
findByUuid_C_First(java.lang.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 = ?.
|
ObjectValidationRuleSetting |
findByUuid_C_Last(java.lang.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 = ?.
|
ObjectValidationRuleSetting[] |
findByUuid_C_PrevAndNext(long objectValidationRuleSettingId,
java.lang.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 = ?.
|
java.util.List<ObjectValidationRuleSetting> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the object validation rule settings where uuid = ? and companyId = ?.
|
java.util.List<ObjectValidationRuleSetting> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the object validation rule settings where uuid = ? and companyId = ?.
|
java.util.List<ObjectValidationRuleSetting> |
findByUuid_C(java.lang.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 = ?.
|
java.util.List<ObjectValidationRuleSetting> |
findByUuid_C(java.lang.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 = ?.
|
ObjectValidationRuleSetting |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator)
Returns the first object validation rule setting in the ordered set where uuid = ?.
|
ObjectValidationRuleSetting |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator)
Returns the last object validation rule setting in the ordered set where uuid = ?.
|
ObjectValidationRuleSetting[] |
findByUuid_PrevAndNext(long objectValidationRuleSettingId,
java.lang.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 = ?.
|
java.util.List<ObjectValidationRuleSetting> |
findByUuid(java.lang.String uuid)
Returns all the object validation rule settings where uuid = ?.
|
java.util.List<ObjectValidationRuleSetting> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the object validation rule settings where uuid = ?.
|
java.util.List<ObjectValidationRuleSetting> |
findByUuid(java.lang.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 = ?.
|
java.util.List<ObjectValidationRuleSetting> |
findByUuid(java.lang.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 = ?.
|
ObjectValidationRuleSetting |
remove(long objectValidationRuleSettingId)
Removes the object validation rule setting with the primary key from the database.
|
void |
removeAll()
Removes all the object validation rule settings from the database.
|
ObjectValidationRuleSetting |
removeByN_V(java.lang.String name,
java.lang.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.
|
ObjectValidationRuleSetting |
removeByOVRI_N_V(long objectValidationRuleId,
java.lang.String name,
java.lang.String value)
Removes the object validation rule setting where objectValidationRuleId = ? and name = ? and value = ? from the database.
|
void |
removeByOVRI_N(long objectValidationRuleId,
java.lang.String name)
Removes all the object validation rule settings where objectValidationRuleId = ? and name = ? from the database.
|
void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the object validation rule settings where uuid = ? and companyId = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the object validation rule settings where uuid = ? from the database.
|
ObjectValidationRuleSetting |
updateImpl(ObjectValidationRuleSetting objectValidationRuleSetting) |
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, setDataSource, unregisterListener, update, update
java.util.List<ObjectValidationRuleSetting> findByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<ObjectValidationRuleSetting> findByUuid(java.lang.String uuid, int start, int end)
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
.
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)java.util.List<ObjectValidationRuleSetting> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator)
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
.
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 (optionally null
)java.util.List<ObjectValidationRuleSetting> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator, boolean useFinderCache)
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
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheObjectValidationRuleSetting findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator) throws NoSuchObjectValidationRuleSettingException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectValidationRuleSettingException
- if a matching object validation rule setting could not be foundObjectValidationRuleSetting fetchByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object validation rule setting could not be foundObjectValidationRuleSetting findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator) throws NoSuchObjectValidationRuleSettingException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectValidationRuleSettingException
- if a matching object validation rule setting could not be foundObjectValidationRuleSetting fetchByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object validation rule setting could not be foundObjectValidationRuleSetting[] findByUuid_PrevAndNext(long objectValidationRuleSettingId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator) throws NoSuchObjectValidationRuleSettingException
objectValidationRuleSettingId
- the primary key of the current object validation rule settinguuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectValidationRuleSettingException
- if a object validation rule setting with the primary key could not be foundvoid removeByUuid(java.lang.String uuid)
uuid
- the uuidint countByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<ObjectValidationRuleSetting> findByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<ObjectValidationRuleSetting> findByUuid_C(java.lang.String uuid, long companyId, int start, int end)
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
.
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)java.util.List<ObjectValidationRuleSetting> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator)
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
.
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 (optionally null
)java.util.List<ObjectValidationRuleSetting> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator, boolean useFinderCache)
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
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheObjectValidationRuleSetting findByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator) throws NoSuchObjectValidationRuleSettingException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectValidationRuleSettingException
- if a matching object validation rule setting could not be foundObjectValidationRuleSetting fetchByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object validation rule setting could not be foundObjectValidationRuleSetting findByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator) throws NoSuchObjectValidationRuleSettingException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectValidationRuleSettingException
- if a matching object validation rule setting could not be foundObjectValidationRuleSetting fetchByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object validation rule setting could not be foundObjectValidationRuleSetting[] findByUuid_C_PrevAndNext(long objectValidationRuleSettingId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator) throws NoSuchObjectValidationRuleSettingException
objectValidationRuleSettingId
- the primary key of the current object validation rule settinguuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectValidationRuleSettingException
- if a object validation rule setting with the primary key could not be foundvoid removeByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDint countByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<ObjectValidationRuleSetting> findByObjectValidationRuleId(long objectValidationRuleId)
objectValidationRuleId
- the object validation rule IDjava.util.List<ObjectValidationRuleSetting> findByObjectValidationRuleId(long objectValidationRuleId, int start, int end)
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
.
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)java.util.List<ObjectValidationRuleSetting> findByObjectValidationRuleId(long objectValidationRuleId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator)
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
.
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 (optionally null
)java.util.List<ObjectValidationRuleSetting> findByObjectValidationRuleId(long objectValidationRuleId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator, boolean useFinderCache)
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
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheObjectValidationRuleSetting findByObjectValidationRuleId_First(long objectValidationRuleId, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator) throws NoSuchObjectValidationRuleSettingException
objectValidationRuleId
- the object validation rule IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectValidationRuleSettingException
- if a matching object validation rule setting could not be foundObjectValidationRuleSetting fetchByObjectValidationRuleId_First(long objectValidationRuleId, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator)
objectValidationRuleId
- the object validation rule IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object validation rule setting could not be foundObjectValidationRuleSetting findByObjectValidationRuleId_Last(long objectValidationRuleId, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator) throws NoSuchObjectValidationRuleSettingException
objectValidationRuleId
- the object validation rule IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectValidationRuleSettingException
- if a matching object validation rule setting could not be foundObjectValidationRuleSetting fetchByObjectValidationRuleId_Last(long objectValidationRuleId, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator)
objectValidationRuleId
- the object validation rule IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object validation rule setting could not be foundObjectValidationRuleSetting[] findByObjectValidationRuleId_PrevAndNext(long objectValidationRuleSettingId, long objectValidationRuleId, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator) throws NoSuchObjectValidationRuleSettingException
objectValidationRuleSettingId
- the primary key of the current object validation rule settingobjectValidationRuleId
- the object validation rule IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectValidationRuleSettingException
- if a object validation rule setting with the primary key could not be foundvoid removeByObjectValidationRuleId(long objectValidationRuleId)
objectValidationRuleId
- the object validation rule IDint countByObjectValidationRuleId(long objectValidationRuleId)
objectValidationRuleId
- the object validation rule IDjava.util.List<ObjectValidationRuleSetting> findByOVRI_N(long objectValidationRuleId, java.lang.String name)
objectValidationRuleId
- the object validation rule IDname
- the namejava.util.List<ObjectValidationRuleSetting> findByOVRI_N(long objectValidationRuleId, java.lang.String name, int start, int end)
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
.
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)java.util.List<ObjectValidationRuleSetting> findByOVRI_N(long objectValidationRuleId, java.lang.String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator)
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
.
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 (optionally null
)java.util.List<ObjectValidationRuleSetting> findByOVRI_N(long objectValidationRuleId, java.lang.String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator, boolean useFinderCache)
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
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheObjectValidationRuleSetting findByOVRI_N_First(long objectValidationRuleId, java.lang.String name, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator) throws NoSuchObjectValidationRuleSettingException
objectValidationRuleId
- the object validation rule IDname
- the nameorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectValidationRuleSettingException
- if a matching object validation rule setting could not be foundObjectValidationRuleSetting fetchByOVRI_N_First(long objectValidationRuleId, java.lang.String name, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator)
objectValidationRuleId
- the object validation rule IDname
- the nameorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object validation rule setting could not be foundObjectValidationRuleSetting findByOVRI_N_Last(long objectValidationRuleId, java.lang.String name, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator) throws NoSuchObjectValidationRuleSettingException
objectValidationRuleId
- the object validation rule IDname
- the nameorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectValidationRuleSettingException
- if a matching object validation rule setting could not be foundObjectValidationRuleSetting fetchByOVRI_N_Last(long objectValidationRuleId, java.lang.String name, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator)
objectValidationRuleId
- the object validation rule IDname
- the nameorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object validation rule setting could not be foundObjectValidationRuleSetting[] findByOVRI_N_PrevAndNext(long objectValidationRuleSettingId, long objectValidationRuleId, java.lang.String name, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator) throws NoSuchObjectValidationRuleSettingException
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 (optionally null
)NoSuchObjectValidationRuleSettingException
- if a object validation rule setting with the primary key could not be foundvoid removeByOVRI_N(long objectValidationRuleId, java.lang.String name)
objectValidationRuleId
- the object validation rule IDname
- the nameint countByOVRI_N(long objectValidationRuleId, java.lang.String name)
objectValidationRuleId
- the object validation rule IDname
- the nameObjectValidationRuleSetting findByN_V(java.lang.String name, java.lang.String value) throws NoSuchObjectValidationRuleSettingException
NoSuchObjectValidationRuleSettingException
if it could not be found.name
- the namevalue
- the valueNoSuchObjectValidationRuleSettingException
- if a matching object validation rule setting could not be foundObjectValidationRuleSetting fetchByN_V(java.lang.String name, java.lang.String value)
null
if it could not be found. Uses the finder cache.name
- the namevalue
- the valuenull
if a matching object validation rule setting could not be foundObjectValidationRuleSetting fetchByN_V(java.lang.String name, java.lang.String value, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.name
- the namevalue
- the valueuseFinderCache
- whether to use the finder cachenull
if a matching object validation rule setting could not be foundObjectValidationRuleSetting removeByN_V(java.lang.String name, java.lang.String value) throws NoSuchObjectValidationRuleSettingException
name
- the namevalue
- the valueNoSuchObjectValidationRuleSettingException
int countByN_V(java.lang.String name, java.lang.String value)
name
- the namevalue
- the valueObjectValidationRuleSetting findByOVRI_N_V(long objectValidationRuleId, java.lang.String name, java.lang.String value) throws NoSuchObjectValidationRuleSettingException
NoSuchObjectValidationRuleSettingException
if it could not be found.objectValidationRuleId
- the object validation rule IDname
- the namevalue
- the valueNoSuchObjectValidationRuleSettingException
- if a matching object validation rule setting could not be foundObjectValidationRuleSetting fetchByOVRI_N_V(long objectValidationRuleId, java.lang.String name, java.lang.String value)
null
if it could not be found. Uses the finder cache.objectValidationRuleId
- the object validation rule IDname
- the namevalue
- the valuenull
if a matching object validation rule setting could not be foundObjectValidationRuleSetting fetchByOVRI_N_V(long objectValidationRuleId, java.lang.String name, java.lang.String value, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.objectValidationRuleId
- the object validation rule IDname
- the namevalue
- the valueuseFinderCache
- whether to use the finder cachenull
if a matching object validation rule setting could not be foundObjectValidationRuleSetting removeByOVRI_N_V(long objectValidationRuleId, java.lang.String name, java.lang.String value) throws NoSuchObjectValidationRuleSettingException
objectValidationRuleId
- the object validation rule IDname
- the namevalue
- the valueNoSuchObjectValidationRuleSettingException
int countByOVRI_N_V(long objectValidationRuleId, java.lang.String name, java.lang.String value)
objectValidationRuleId
- the object validation rule IDname
- the namevalue
- the valuevoid cacheResult(ObjectValidationRuleSetting objectValidationRuleSetting)
objectValidationRuleSetting
- the object validation rule settingvoid cacheResult(java.util.List<ObjectValidationRuleSetting> objectValidationRuleSettings)
objectValidationRuleSettings
- the object validation rule settingsObjectValidationRuleSetting create(long objectValidationRuleSettingId)
objectValidationRuleSettingId
- the primary key for the new object validation rule settingObjectValidationRuleSetting remove(long objectValidationRuleSettingId) throws NoSuchObjectValidationRuleSettingException
objectValidationRuleSettingId
- the primary key of the object validation rule settingNoSuchObjectValidationRuleSettingException
- if a object validation rule setting with the primary key could not be foundObjectValidationRuleSetting updateImpl(ObjectValidationRuleSetting objectValidationRuleSetting)
ObjectValidationRuleSetting findByPrimaryKey(long objectValidationRuleSettingId) throws NoSuchObjectValidationRuleSettingException
NoSuchObjectValidationRuleSettingException
if it could not be found.objectValidationRuleSettingId
- the primary key of the object validation rule settingNoSuchObjectValidationRuleSettingException
- if a object validation rule setting with the primary key could not be foundObjectValidationRuleSetting fetchByPrimaryKey(long objectValidationRuleSettingId)
null
if it could not be found.objectValidationRuleSettingId
- the primary key of the object validation rule settingnull
if a object validation rule setting with the primary key could not be foundjava.util.List<ObjectValidationRuleSetting> findAll()
java.util.List<ObjectValidationRuleSetting> findAll(int start, int end)
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
.
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)java.util.List<ObjectValidationRuleSetting> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator)
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
.
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 (optionally null
)java.util.List<ObjectValidationRuleSetting> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectValidationRuleSetting> orderByComparator, boolean useFinderCache)
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
.
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 (optionally null
)useFinderCache
- whether to use the finder cachevoid removeAll()
int countAll()