Interface ObjectViewColumnPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<ObjectViewColumn>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(ObjectViewColumn objectViewColumn) Caches the object view column in the entity cache if it is enabled.void
cacheResult
(List<ObjectViewColumn> objectViewColumns) Caches the object view columns 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, String objectFieldName) Returns the number of object view columns where objectViewId = ? and objectFieldName = ?.int
countByUuid
(String uuid) Returns the number of object view columns where uuid = ?.int
countByUuid_C
(String uuid, long companyId) Returns the number of object view columns where uuid = ? and companyId = ?.create
(long objectViewColumnId) Creates a new object view column with the primary key.fetchByObjectViewId_First
(long objectViewId, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewColumn> orderByComparator) Returns the first object view column in the ordered set where objectViewId = ?.fetchByObjectViewId_Last
(long objectViewId, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewColumn> orderByComparator) Returns the last object view column in the ordered set where objectViewId = ?.fetchByOVI_OFN_First
(long objectViewId, String objectFieldName, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewColumn> orderByComparator) Returns the first object view column in the ordered set where objectViewId = ? and objectFieldName = ?.fetchByOVI_OFN_Last
(long objectViewId, String objectFieldName, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewColumn> orderByComparator) Returns the last object view column in the ordered set where objectViewId = ? and objectFieldName = ?.fetchByPrimaryKey
(long objectViewColumnId) Returns the object view column with the primary key or returnsnull
if it could not be found.fetchByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewColumn> orderByComparator) Returns the first object view column in the ordered set where uuid = ? and companyId = ?.fetchByUuid_C_Last
(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 = ?.fetchByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewColumn> orderByComparator) Returns the first object view column in the ordered set where uuid = ?.fetchByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewColumn> orderByComparator) Returns the last object view column in the ordered set where uuid = ?.findAll()
Returns all the object view columns.findAll
(int start, int end) Returns a range of all the object view columns.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewColumn> orderByComparator) Returns an ordered range of all the object view columns.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.findByObjectViewId
(long objectViewId) Returns all the object view columns where objectViewId = ?.findByObjectViewId
(long objectViewId, int start, int end) Returns a range of all the object view columns where objectViewId = ?.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 = ?.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 = ?.findByObjectViewId_First
(long objectViewId, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewColumn> orderByComparator) Returns the first object view column in the ordered set where objectViewId = ?.findByObjectViewId_Last
(long objectViewId, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewColumn> orderByComparator) Returns the last object view column in the ordered set where objectViewId = ?.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 = ?.findByOVI_OFN
(long objectViewId, String objectFieldName) Returns all the object view columns where objectViewId = ? and objectFieldName = ?.findByOVI_OFN
(long objectViewId, String objectFieldName, int start, int end) Returns a range of all the object view columns where objectViewId = ? and objectFieldName = ?.findByOVI_OFN
(long objectViewId, 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 = ?.findByOVI_OFN
(long objectViewId, 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 = ?.findByOVI_OFN_First
(long objectViewId, String objectFieldName, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewColumn> orderByComparator) Returns the first object view column in the ordered set where objectViewId = ? and objectFieldName = ?.findByOVI_OFN_Last
(long objectViewId, String objectFieldName, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewColumn> orderByComparator) Returns the last object view column in the ordered set where objectViewId = ? and objectFieldName = ?.findByOVI_OFN_PrevAndNext
(long objectViewColumnId, long objectViewId, 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 = ?.findByPrimaryKey
(long objectViewColumnId) Returns the object view column with the primary key or throws aNoSuchObjectViewColumnException
if it could not be found.findByUuid
(String uuid) Returns all the object view columns where uuid = ?.findByUuid
(String uuid, int start, int end) Returns a range of all the object view columns where uuid = ?.findByUuid
(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 = ?.findByUuid
(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 = ?.findByUuid_C
(String uuid, long companyId) Returns all the object view columns where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the object view columns where uuid = ? and companyId = ?.findByUuid_C
(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 = ?.findByUuid_C
(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 = ?.findByUuid_C_First
(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 = ?.findByUuid_C_Last
(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 = ?.findByUuid_C_PrevAndNext
(long objectViewColumnId, 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 = ?.findByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewColumn> orderByComparator) Returns the first object view column in the ordered set where uuid = ?.findByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewColumn> orderByComparator) Returns the last object view column in the ordered set where uuid = ?.findByUuid_PrevAndNext
(long objectViewColumnId, 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 = ?.remove
(long objectViewColumnId) Removes the object view column with the primary key from the database.void
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, String objectFieldName) Removes all the object view columns where objectViewId = ? and objectFieldName = ? from the database.void
removeByUuid
(String uuid) Removes all the object view columns where uuid = ? from the database.void
removeByUuid_C
(String uuid, long companyId) Removes all the object view columns where uuid = ? and companyId = ? from the database.updateImpl
(ObjectViewColumn objectViewColumn) Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, removeByFunction, setDataSource, unregisterListener, update, update
-
Method Details
-
findByUuid
Returns all the object view columns where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching object view columns
-
findByUuid
Returns a range of all the object view columns where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectViewColumnModelImpl
.- Parameters:
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)- Returns:
- the range of matching object view columns
-
findByUuid
List<ObjectViewColumn> findByUuid(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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectViewColumnModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching object view columns
-
findByUuid
List<ObjectViewColumn> findByUuid(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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectViewColumnModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching object view columns
-
findByUuid_First
ObjectViewColumn findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewColumn> orderByComparator) throws NoSuchObjectViewColumnException Returns the first object view column in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object view column
- Throws:
NoSuchObjectViewColumnException
- if a matching object view column could not be found
-
fetchByUuid_First
ObjectViewColumn fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewColumn> orderByComparator) Returns the first object view column in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object view column, or
null
if a matching object view column could not be found
-
findByUuid_Last
ObjectViewColumn findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewColumn> orderByComparator) throws NoSuchObjectViewColumnException Returns the last object view column in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object view column
- Throws:
NoSuchObjectViewColumnException
- if a matching object view column could not be found
-
fetchByUuid_Last
ObjectViewColumn fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewColumn> orderByComparator) Returns the last object view column in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object view column, or
null
if a matching object view column could not be found
-
findByUuid_PrevAndNext
ObjectViewColumn[] findByUuid_PrevAndNext(long objectViewColumnId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewColumn> orderByComparator) throws NoSuchObjectViewColumnException Returns the object view columns before and after the current object view column in the ordered set where uuid = ?.- Parameters:
objectViewColumnId
- the primary key of the current object view columnuuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object view column
- Throws:
NoSuchObjectViewColumnException
- if a object view column with the primary key could not be found
-
removeByUuid
Removes all the object view columns where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of object view columns where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching object view columns
-
findByUuid_C
Returns all the object view columns where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching object view columns
-
findByUuid_C
Returns a range of all the object view columns where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectViewColumnModelImpl
.- Parameters:
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)- Returns:
- the range of matching object view columns
-
findByUuid_C
List<ObjectViewColumn> findByUuid_C(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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectViewColumnModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching object view columns
-
findByUuid_C
List<ObjectViewColumn> findByUuid_C(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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectViewColumnModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching object view columns
-
findByUuid_C_First
ObjectViewColumn findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewColumn> orderByComparator) throws NoSuchObjectViewColumnException Returns the first object view column in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object view column
- Throws:
NoSuchObjectViewColumnException
- if a matching object view column could not be found
-
fetchByUuid_C_First
ObjectViewColumn fetchByUuid_C_First(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 = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object view column, or
null
if a matching object view column could not be found
-
findByUuid_C_Last
ObjectViewColumn findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewColumn> orderByComparator) throws NoSuchObjectViewColumnException Returns the last object view column in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object view column
- Throws:
NoSuchObjectViewColumnException
- if a matching object view column could not be found
-
fetchByUuid_C_Last
ObjectViewColumn fetchByUuid_C_Last(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 = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object view column, or
null
if a matching object view column could not be found
-
findByUuid_C_PrevAndNext
ObjectViewColumn[] findByUuid_C_PrevAndNext(long objectViewColumnId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewColumn> orderByComparator) throws NoSuchObjectViewColumnException Returns the object view columns before and after the current object view column in the ordered set where uuid = ? and companyId = ?.- Parameters:
objectViewColumnId
- the primary key of the current object view columnuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object view column
- Throws:
NoSuchObjectViewColumnException
- if a object view column with the primary key could not be found
-
removeByUuid_C
Removes all the object view columns where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of object view columns where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching object view columns
-
findByObjectViewId
Returns all the object view columns where objectViewId = ?.- Parameters:
objectViewId
- the object view ID- Returns:
- the matching object view columns
-
findByObjectViewId
Returns a range of all the object view columns where objectViewId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectViewColumnModelImpl
.- Parameters:
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)- Returns:
- the range of matching object view columns
-
findByObjectViewId
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectViewColumnModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching object view columns
-
findByObjectViewId
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectViewColumnModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching object view columns
-
findByObjectViewId_First
ObjectViewColumn findByObjectViewId_First(long objectViewId, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewColumn> orderByComparator) throws NoSuchObjectViewColumnException Returns the first object view column in the ordered set where objectViewId = ?.- Parameters:
objectViewId
- the object view IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object view column
- Throws:
NoSuchObjectViewColumnException
- if a matching object view column could not be found
-
fetchByObjectViewId_First
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 = ?.- Parameters:
objectViewId
- the object view IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object view column, or
null
if a matching object view column could not be found
-
findByObjectViewId_Last
ObjectViewColumn findByObjectViewId_Last(long objectViewId, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewColumn> orderByComparator) throws NoSuchObjectViewColumnException Returns the last object view column in the ordered set where objectViewId = ?.- Parameters:
objectViewId
- the object view IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object view column
- Throws:
NoSuchObjectViewColumnException
- if a matching object view column could not be found
-
fetchByObjectViewId_Last
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 = ?.- Parameters:
objectViewId
- the object view IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object view column, or
null
if a matching object view column could not be found
-
findByObjectViewId_PrevAndNext
ObjectViewColumn[] findByObjectViewId_PrevAndNext(long objectViewColumnId, long objectViewId, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewColumn> orderByComparator) throws NoSuchObjectViewColumnException Returns the object view columns before and after the current object view column in the ordered set where objectViewId = ?.- Parameters:
objectViewColumnId
- the primary key of the current object view columnobjectViewId
- the object view IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object view column
- Throws:
NoSuchObjectViewColumnException
- if a object view column with the primary key could not be found
-
removeByObjectViewId
void removeByObjectViewId(long objectViewId) Removes all the object view columns where objectViewId = ? from the database.- Parameters:
objectViewId
- the object view ID
-
countByObjectViewId
int countByObjectViewId(long objectViewId) Returns the number of object view columns where objectViewId = ?.- Parameters:
objectViewId
- the object view ID- Returns:
- the number of matching object view columns
-
findByOVI_OFN
Returns all the object view columns where objectViewId = ? and objectFieldName = ?.- Parameters:
objectViewId
- the object view IDobjectFieldName
- the object field name- Returns:
- the matching object view columns
-
findByOVI_OFN
Returns a range of all the object view columns where objectViewId = ? and objectFieldName = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectViewColumnModelImpl
.- Parameters:
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)- Returns:
- the range of matching object view columns
-
findByOVI_OFN
List<ObjectViewColumn> findByOVI_OFN(long objectViewId, 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectViewColumnModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching object view columns
-
findByOVI_OFN
List<ObjectViewColumn> findByOVI_OFN(long objectViewId, 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectViewColumnModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching object view columns
-
findByOVI_OFN_First
ObjectViewColumn findByOVI_OFN_First(long objectViewId, String objectFieldName, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewColumn> orderByComparator) throws NoSuchObjectViewColumnException Returns the first object view column in the ordered set where objectViewId = ? and objectFieldName = ?.- Parameters:
objectViewId
- the object view IDobjectFieldName
- the object field nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object view column
- Throws:
NoSuchObjectViewColumnException
- if a matching object view column could not be found
-
fetchByOVI_OFN_First
ObjectViewColumn fetchByOVI_OFN_First(long objectViewId, String objectFieldName, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewColumn> orderByComparator) Returns the first object view column in the ordered set where objectViewId = ? and objectFieldName = ?.- Parameters:
objectViewId
- the object view IDobjectFieldName
- the object field nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object view column, or
null
if a matching object view column could not be found
-
findByOVI_OFN_Last
ObjectViewColumn findByOVI_OFN_Last(long objectViewId, String objectFieldName, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewColumn> orderByComparator) throws NoSuchObjectViewColumnException Returns the last object view column in the ordered set where objectViewId = ? and objectFieldName = ?.- Parameters:
objectViewId
- the object view IDobjectFieldName
- the object field nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object view column
- Throws:
NoSuchObjectViewColumnException
- if a matching object view column could not be found
-
fetchByOVI_OFN_Last
ObjectViewColumn fetchByOVI_OFN_Last(long objectViewId, String objectFieldName, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewColumn> orderByComparator) Returns the last object view column in the ordered set where objectViewId = ? and objectFieldName = ?.- Parameters:
objectViewId
- the object view IDobjectFieldName
- the object field nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object view column, or
null
if a matching object view column could not be found
-
findByOVI_OFN_PrevAndNext
ObjectViewColumn[] findByOVI_OFN_PrevAndNext(long objectViewColumnId, long objectViewId, String objectFieldName, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewColumn> orderByComparator) throws NoSuchObjectViewColumnException Returns the object view columns before and after the current object view column in the ordered set where objectViewId = ? and objectFieldName = ?.- Parameters:
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 (optionallynull
)- Returns:
- the previous, current, and next object view column
- Throws:
NoSuchObjectViewColumnException
- if a object view column with the primary key could not be found
-
removeByOVI_OFN
Removes all the object view columns where objectViewId = ? and objectFieldName = ? from the database.- Parameters:
objectViewId
- the object view IDobjectFieldName
- the object field name
-
countByOVI_OFN
Returns the number of object view columns where objectViewId = ? and objectFieldName = ?.- Parameters:
objectViewId
- the object view IDobjectFieldName
- the object field name- Returns:
- the number of matching object view columns
-
cacheResult
Caches the object view column in the entity cache if it is enabled.- Parameters:
objectViewColumn
- the object view column
-
cacheResult
Caches the object view columns in the entity cache if it is enabled.- Parameters:
objectViewColumns
- the object view columns
-
create
Creates a new object view column with the primary key. Does not add the object view column to the database.- Parameters:
objectViewColumnId
- the primary key for the new object view column- Returns:
- the new object view column
-
remove
Removes the object view column with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
objectViewColumnId
- the primary key of the object view column- Returns:
- the object view column that was removed
- Throws:
NoSuchObjectViewColumnException
- if a object view column with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
Returns the object view column with the primary key or throws aNoSuchObjectViewColumnException
if it could not be found.- Parameters:
objectViewColumnId
- the primary key of the object view column- Returns:
- the object view column
- Throws:
NoSuchObjectViewColumnException
- if a object view column with the primary key could not be found
-
fetchByPrimaryKey
Returns the object view column with the primary key or returnsnull
if it could not be found.- Parameters:
objectViewColumnId
- the primary key of the object view column- Returns:
- the object view column, or
null
if a object view column with the primary key could not be found
-
findAll
List<ObjectViewColumn> findAll()Returns all the object view columns.- Returns:
- the object view columns
-
findAll
Returns a range of all the object view columns.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectViewColumnModelImpl
.- Parameters:
start
- the lower bound of the range of object view columnsend
- the upper bound of the range of object view columns (not inclusive)- Returns:
- the range of object view columns
-
findAll
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.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectViewColumnModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of object view columns
-
findAll
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.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectViewColumnModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of object view columns
-
removeAll
void removeAll()Removes all the object view columns from the database. -
countAll
int countAll()Returns the number of object view columns.- Returns:
- the number of object view columns
-