@ProviderType public interface ObjectViewFilterColumnPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<ObjectViewFilterColumn>
Caching information and settings can be found in portal.properties
ObjectViewFilterColumnUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(java.util.List<ObjectViewFilterColumn> objectViewFilterColumns)
Caches the object view filter columns in the entity cache if it is enabled.
|
void |
cacheResult(ObjectViewFilterColumn objectViewFilterColumn)
Caches the object view filter column in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of object view filter columns.
|
int |
countByObjectViewId(long objectViewId)
Returns the number of object view filter columns where objectViewId = ?.
|
int |
countByOVI_OFN(long objectViewId,
java.lang.String objectFieldName)
Returns the number of object view filter columns where objectViewId = ? and objectFieldName = ?.
|
int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of object view filter columns where uuid = ? and companyId = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of object view filter columns where uuid = ?.
|
ObjectViewFilterColumn |
create(long objectViewFilterColumnId)
Creates a new object view filter column with the primary key.
|
ObjectViewFilterColumn |
fetchByObjectViewId_First(long objectViewId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
Returns the first object view filter column in the ordered set where objectViewId = ?.
|
ObjectViewFilterColumn |
fetchByObjectViewId_Last(long objectViewId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
Returns the last object view filter column in the ordered set where objectViewId = ?.
|
ObjectViewFilterColumn |
fetchByOVI_OFN_First(long objectViewId,
java.lang.String objectFieldName,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
Returns the first object view filter column in the ordered set where objectViewId = ? and objectFieldName = ?.
|
ObjectViewFilterColumn |
fetchByOVI_OFN_Last(long objectViewId,
java.lang.String objectFieldName,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
Returns the last object view filter column in the ordered set where objectViewId = ? and objectFieldName = ?.
|
ObjectViewFilterColumn |
fetchByPrimaryKey(long objectViewFilterColumnId)
Returns the object view filter column with the primary key or returns
null if it could not be found. |
ObjectViewFilterColumn |
fetchByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
Returns the first object view filter column in the ordered set where uuid = ? and companyId = ?.
|
ObjectViewFilterColumn |
fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
Returns the last object view filter column in the ordered set where uuid = ? and companyId = ?.
|
ObjectViewFilterColumn |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
Returns the first object view filter column in the ordered set where uuid = ?.
|
ObjectViewFilterColumn |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
Returns the last object view filter column in the ordered set where uuid = ?.
|
java.util.List<ObjectViewFilterColumn> |
findAll()
Returns all the object view filter columns.
|
java.util.List<ObjectViewFilterColumn> |
findAll(int start,
int end)
Returns a range of all the object view filter columns.
|
java.util.List<ObjectViewFilterColumn> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
Returns an ordered range of all the object view filter columns.
|
java.util.List<ObjectViewFilterColumn> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the object view filter columns.
|
ObjectViewFilterColumn |
findByObjectViewId_First(long objectViewId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
Returns the first object view filter column in the ordered set where objectViewId = ?.
|
ObjectViewFilterColumn |
findByObjectViewId_Last(long objectViewId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
Returns the last object view filter column in the ordered set where objectViewId = ?.
|
ObjectViewFilterColumn[] |
findByObjectViewId_PrevAndNext(long objectViewFilterColumnId,
long objectViewId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
Returns the object view filter columns before and after the current object view filter column in the ordered set where objectViewId = ?.
|
java.util.List<ObjectViewFilterColumn> |
findByObjectViewId(long objectViewId)
Returns all the object view filter columns where objectViewId = ?.
|
java.util.List<ObjectViewFilterColumn> |
findByObjectViewId(long objectViewId,
int start,
int end)
Returns a range of all the object view filter columns where objectViewId = ?.
|
java.util.List<ObjectViewFilterColumn> |
findByObjectViewId(long objectViewId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
Returns an ordered range of all the object view filter columns where objectViewId = ?.
|
java.util.List<ObjectViewFilterColumn> |
findByObjectViewId(long objectViewId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the object view filter columns where objectViewId = ?.
|
ObjectViewFilterColumn |
findByOVI_OFN_First(long objectViewId,
java.lang.String objectFieldName,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
Returns the first object view filter column in the ordered set where objectViewId = ? and objectFieldName = ?.
|
ObjectViewFilterColumn |
findByOVI_OFN_Last(long objectViewId,
java.lang.String objectFieldName,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
Returns the last object view filter column in the ordered set where objectViewId = ? and objectFieldName = ?.
|
ObjectViewFilterColumn[] |
findByOVI_OFN_PrevAndNext(long objectViewFilterColumnId,
long objectViewId,
java.lang.String objectFieldName,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
Returns the object view filter columns before and after the current object view filter column in the ordered set where objectViewId = ? and objectFieldName = ?.
|
java.util.List<ObjectViewFilterColumn> |
findByOVI_OFN(long objectViewId,
java.lang.String objectFieldName)
Returns all the object view filter columns where objectViewId = ? and objectFieldName = ?.
|
java.util.List<ObjectViewFilterColumn> |
findByOVI_OFN(long objectViewId,
java.lang.String objectFieldName,
int start,
int end)
Returns a range of all the object view filter columns where objectViewId = ? and objectFieldName = ?.
|
java.util.List<ObjectViewFilterColumn> |
findByOVI_OFN(long objectViewId,
java.lang.String objectFieldName,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
Returns an ordered range of all the object view filter columns where objectViewId = ? and objectFieldName = ?.
|
java.util.List<ObjectViewFilterColumn> |
findByOVI_OFN(long objectViewId,
java.lang.String objectFieldName,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the object view filter columns where objectViewId = ? and objectFieldName = ?.
|
ObjectViewFilterColumn |
findByPrimaryKey(long objectViewFilterColumnId)
Returns the object view filter column with the primary key or throws a
NoSuchObjectViewFilterColumnException if it could not be found. |
ObjectViewFilterColumn |
findByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
Returns the first object view filter column in the ordered set where uuid = ? and companyId = ?.
|
ObjectViewFilterColumn |
findByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
Returns the last object view filter column in the ordered set where uuid = ? and companyId = ?.
|
ObjectViewFilterColumn[] |
findByUuid_C_PrevAndNext(long objectViewFilterColumnId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
Returns the object view filter columns before and after the current object view filter column in the ordered set where uuid = ? and companyId = ?.
|
java.util.List<ObjectViewFilterColumn> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the object view filter columns where uuid = ? and companyId = ?.
|
java.util.List<ObjectViewFilterColumn> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the object view filter columns where uuid = ? and companyId = ?.
|
java.util.List<ObjectViewFilterColumn> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
Returns an ordered range of all the object view filter columns where uuid = ? and companyId = ?.
|
java.util.List<ObjectViewFilterColumn> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the object view filter columns where uuid = ? and companyId = ?.
|
ObjectViewFilterColumn |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
Returns the first object view filter column in the ordered set where uuid = ?.
|
ObjectViewFilterColumn |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
Returns the last object view filter column in the ordered set where uuid = ?.
|
ObjectViewFilterColumn[] |
findByUuid_PrevAndNext(long objectViewFilterColumnId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
Returns the object view filter columns before and after the current object view filter column in the ordered set where uuid = ?.
|
java.util.List<ObjectViewFilterColumn> |
findByUuid(java.lang.String uuid)
Returns all the object view filter columns where uuid = ?.
|
java.util.List<ObjectViewFilterColumn> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the object view filter columns where uuid = ?.
|
java.util.List<ObjectViewFilterColumn> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
Returns an ordered range of all the object view filter columns where uuid = ?.
|
java.util.List<ObjectViewFilterColumn> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the object view filter columns where uuid = ?.
|
ObjectViewFilterColumn |
remove(long objectViewFilterColumnId)
Removes the object view filter column with the primary key from the database.
|
void |
removeAll()
Removes all the object view filter columns from the database.
|
void |
removeByObjectViewId(long objectViewId)
Removes all the object view filter columns where objectViewId = ? from the database.
|
void |
removeByOVI_OFN(long objectViewId,
java.lang.String objectFieldName)
Removes all the object view filter columns where objectViewId = ? and objectFieldName = ? from the database.
|
void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the object view filter columns where uuid = ? and companyId = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the object view filter columns where uuid = ? from the database.
|
ObjectViewFilterColumn |
updateImpl(ObjectViewFilterColumn objectViewFilterColumn) |
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<ObjectViewFilterColumn> findByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<ObjectViewFilterColumn> 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 ObjectViewFilterColumnModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of object view filter columnsend
- the upper bound of the range of object view filter columns (not inclusive)java.util.List<ObjectViewFilterColumn> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> 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 ObjectViewFilterColumnModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of object view filter columnsend
- the upper bound of the range of object view filter columns (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<ObjectViewFilterColumn> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> 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 ObjectViewFilterColumnModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of object view filter columnsend
- the upper bound of the range of object view filter columns (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheObjectViewFilterColumn findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator) throws NoSuchObjectViewFilterColumnException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectViewFilterColumnException
- if a matching object view filter column could not be foundObjectViewFilterColumn fetchByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object view filter column could not be foundObjectViewFilterColumn findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator) throws NoSuchObjectViewFilterColumnException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectViewFilterColumnException
- if a matching object view filter column could not be foundObjectViewFilterColumn fetchByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object view filter column could not be foundObjectViewFilterColumn[] findByUuid_PrevAndNext(long objectViewFilterColumnId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator) throws NoSuchObjectViewFilterColumnException
objectViewFilterColumnId
- the primary key of the current object view filter columnuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectViewFilterColumnException
- if a object view filter column 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<ObjectViewFilterColumn> findByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<ObjectViewFilterColumn> 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 ObjectViewFilterColumnModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of object view filter columnsend
- the upper bound of the range of object view filter columns (not inclusive)java.util.List<ObjectViewFilterColumn> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> 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 ObjectViewFilterColumnModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of object view filter columnsend
- the upper bound of the range of object view filter columns (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<ObjectViewFilterColumn> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> 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 ObjectViewFilterColumnModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of object view filter columnsend
- the upper bound of the range of object view filter columns (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheObjectViewFilterColumn findByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator) throws NoSuchObjectViewFilterColumnException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectViewFilterColumnException
- if a matching object view filter column could not be foundObjectViewFilterColumn fetchByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object view filter column could not be foundObjectViewFilterColumn findByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator) throws NoSuchObjectViewFilterColumnException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectViewFilterColumnException
- if a matching object view filter column could not be foundObjectViewFilterColumn fetchByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object view filter column could not be foundObjectViewFilterColumn[] findByUuid_C_PrevAndNext(long objectViewFilterColumnId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator) throws NoSuchObjectViewFilterColumnException
objectViewFilterColumnId
- the primary key of the current object view filter columnuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectViewFilterColumnException
- if a object view filter column 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<ObjectViewFilterColumn> findByObjectViewId(long objectViewId)
objectViewId
- the object view IDjava.util.List<ObjectViewFilterColumn> findByObjectViewId(long objectViewId, 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 ObjectViewFilterColumnModelImpl
.
objectViewId
- the object view IDstart
- the lower bound of the range of object view filter columnsend
- the upper bound of the range of object view filter columns (not inclusive)java.util.List<ObjectViewFilterColumn> findByObjectViewId(long objectViewId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> 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 ObjectViewFilterColumnModelImpl
.
objectViewId
- the object view IDstart
- the lower bound of the range of object view filter columnsend
- the upper bound of the range of object view filter columns (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<ObjectViewFilterColumn> findByObjectViewId(long objectViewId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> 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 ObjectViewFilterColumnModelImpl
.
objectViewId
- the object view IDstart
- the lower bound of the range of object view filter columnsend
- the upper bound of the range of object view filter columns (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheObjectViewFilterColumn findByObjectViewId_First(long objectViewId, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator) throws NoSuchObjectViewFilterColumnException
objectViewId
- the object view IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectViewFilterColumnException
- if a matching object view filter column could not be foundObjectViewFilterColumn fetchByObjectViewId_First(long objectViewId, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
objectViewId
- the object view IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object view filter column could not be foundObjectViewFilterColumn findByObjectViewId_Last(long objectViewId, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator) throws NoSuchObjectViewFilterColumnException
objectViewId
- the object view IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectViewFilterColumnException
- if a matching object view filter column could not be foundObjectViewFilterColumn fetchByObjectViewId_Last(long objectViewId, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
objectViewId
- the object view IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object view filter column could not be foundObjectViewFilterColumn[] findByObjectViewId_PrevAndNext(long objectViewFilterColumnId, long objectViewId, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator) throws NoSuchObjectViewFilterColumnException
objectViewFilterColumnId
- the primary key of the current object view filter columnobjectViewId
- the object view IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectViewFilterColumnException
- if a object view filter column with the primary key could not be foundvoid removeByObjectViewId(long objectViewId)
objectViewId
- the object view IDint countByObjectViewId(long objectViewId)
objectViewId
- the object view IDjava.util.List<ObjectViewFilterColumn> findByOVI_OFN(long objectViewId, java.lang.String objectFieldName)
objectViewId
- the object view IDobjectFieldName
- the object field namejava.util.List<ObjectViewFilterColumn> findByOVI_OFN(long objectViewId, java.lang.String objectFieldName, 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 ObjectViewFilterColumnModelImpl
.
objectViewId
- the object view IDobjectFieldName
- the object field namestart
- the lower bound of the range of object view filter columnsend
- the upper bound of the range of object view filter columns (not inclusive)java.util.List<ObjectViewFilterColumn> findByOVI_OFN(long objectViewId, java.lang.String objectFieldName, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> 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 ObjectViewFilterColumnModelImpl
.
objectViewId
- the object view IDobjectFieldName
- the object field namestart
- the lower bound of the range of object view filter columnsend
- the upper bound of the range of object view filter columns (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<ObjectViewFilterColumn> findByOVI_OFN(long objectViewId, java.lang.String objectFieldName, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> 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 ObjectViewFilterColumnModelImpl
.
objectViewId
- the object view IDobjectFieldName
- the object field namestart
- the lower bound of the range of object view filter columnsend
- the upper bound of the range of object view filter columns (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheObjectViewFilterColumn findByOVI_OFN_First(long objectViewId, java.lang.String objectFieldName, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator) throws NoSuchObjectViewFilterColumnException
objectViewId
- the object view IDobjectFieldName
- the object field nameorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectViewFilterColumnException
- if a matching object view filter column could not be foundObjectViewFilterColumn fetchByOVI_OFN_First(long objectViewId, java.lang.String objectFieldName, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
objectViewId
- the object view IDobjectFieldName
- the object field nameorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object view filter column could not be foundObjectViewFilterColumn findByOVI_OFN_Last(long objectViewId, java.lang.String objectFieldName, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator) throws NoSuchObjectViewFilterColumnException
objectViewId
- the object view IDobjectFieldName
- the object field nameorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectViewFilterColumnException
- if a matching object view filter column could not be foundObjectViewFilterColumn fetchByOVI_OFN_Last(long objectViewId, java.lang.String objectFieldName, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
objectViewId
- the object view IDobjectFieldName
- the object field nameorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object view filter column could not be foundObjectViewFilterColumn[] findByOVI_OFN_PrevAndNext(long objectViewFilterColumnId, long objectViewId, java.lang.String objectFieldName, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator) throws NoSuchObjectViewFilterColumnException
objectViewFilterColumnId
- the primary key of the current object view filter columnobjectViewId
- the object view IDobjectFieldName
- the object field nameorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectViewFilterColumnException
- if a object view filter column with the primary key could not be foundvoid removeByOVI_OFN(long objectViewId, java.lang.String objectFieldName)
objectViewId
- the object view IDobjectFieldName
- the object field nameint countByOVI_OFN(long objectViewId, java.lang.String objectFieldName)
objectViewId
- the object view IDobjectFieldName
- the object field namevoid cacheResult(ObjectViewFilterColumn objectViewFilterColumn)
objectViewFilterColumn
- the object view filter columnvoid cacheResult(java.util.List<ObjectViewFilterColumn> objectViewFilterColumns)
objectViewFilterColumns
- the object view filter columnsObjectViewFilterColumn create(long objectViewFilterColumnId)
objectViewFilterColumnId
- the primary key for the new object view filter columnObjectViewFilterColumn remove(long objectViewFilterColumnId) throws NoSuchObjectViewFilterColumnException
objectViewFilterColumnId
- the primary key of the object view filter columnNoSuchObjectViewFilterColumnException
- if a object view filter column with the primary key could not be foundObjectViewFilterColumn updateImpl(ObjectViewFilterColumn objectViewFilterColumn)
ObjectViewFilterColumn findByPrimaryKey(long objectViewFilterColumnId) throws NoSuchObjectViewFilterColumnException
NoSuchObjectViewFilterColumnException
if it could not be found.objectViewFilterColumnId
- the primary key of the object view filter columnNoSuchObjectViewFilterColumnException
- if a object view filter column with the primary key could not be foundObjectViewFilterColumn fetchByPrimaryKey(long objectViewFilterColumnId)
null
if it could not be found.objectViewFilterColumnId
- the primary key of the object view filter columnnull
if a object view filter column with the primary key could not be foundjava.util.List<ObjectViewFilterColumn> findAll()
java.util.List<ObjectViewFilterColumn> 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 ObjectViewFilterColumnModelImpl
.
start
- the lower bound of the range of object view filter columnsend
- the upper bound of the range of object view filter columns (not inclusive)java.util.List<ObjectViewFilterColumn> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> 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 ObjectViewFilterColumnModelImpl
.
start
- the lower bound of the range of object view filter columnsend
- the upper bound of the range of object view filter columns (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<ObjectViewFilterColumn> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> 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 ObjectViewFilterColumnModelImpl
.
start
- the lower bound of the range of object view filter columnsend
- the upper bound of the range of object view filter columns (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachevoid removeAll()
int countAll()