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