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