Interface ObjectLayoutColumnPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<ObjectLayoutColumn>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(ObjectLayoutColumn objectLayoutColumn) Caches the object layout column in the entity cache if it is enabled.void
cacheResult
(List<ObjectLayoutColumn> objectLayoutColumns) Caches the object layout columns in the entity cache if it is enabled.int
countAll()
Returns the number of object layout columns.int
countByObjectFieldId
(long objectFieldId) Returns the number of object layout columns where objectFieldId = ?.int
countByObjectLayoutRowId
(long objectLayoutRowId) Returns the number of object layout columns where objectLayoutRowId = ?.int
countByUuid
(String uuid) Returns the number of object layout columns where uuid = ?.int
countByUuid_C
(String uuid, long companyId) Returns the number of object layout columns where uuid = ? and companyId = ?.create
(long objectLayoutColumnId) Creates a new object layout column with the primary key.fetchByObjectFieldId_First
(long objectFieldId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) Returns the first object layout column in the ordered set where objectFieldId = ?.fetchByObjectFieldId_Last
(long objectFieldId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) Returns the last object layout column in the ordered set where objectFieldId = ?.fetchByObjectLayoutRowId_First
(long objectLayoutRowId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) Returns the first object layout column in the ordered set where objectLayoutRowId = ?.fetchByObjectLayoutRowId_Last
(long objectLayoutRowId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) Returns the last object layout column in the ordered set where objectLayoutRowId = ?.fetchByPrimaryKey
(long objectLayoutColumnId) Returns the object layout 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<ObjectLayoutColumn> orderByComparator) Returns the first object layout column in the ordered set where uuid = ? and companyId = ?.fetchByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) Returns the last object layout column in the ordered set where uuid = ? and companyId = ?.fetchByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) Returns the first object layout column in the ordered set where uuid = ?.fetchByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) Returns the last object layout column in the ordered set where uuid = ?.findAll()
Returns all the object layout columns.findAll
(int start, int end) Returns a range of all the object layout columns.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) Returns an ordered range of all the object layout columns.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object layout columns.findByObjectFieldId
(long objectFieldId) Returns all the object layout columns where objectFieldId = ?.findByObjectFieldId
(long objectFieldId, int start, int end) Returns a range of all the object layout columns where objectFieldId = ?.findByObjectFieldId
(long objectFieldId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) Returns an ordered range of all the object layout columns where objectFieldId = ?.findByObjectFieldId
(long objectFieldId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object layout columns where objectFieldId = ?.findByObjectFieldId_First
(long objectFieldId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) Returns the first object layout column in the ordered set where objectFieldId = ?.findByObjectFieldId_Last
(long objectFieldId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) Returns the last object layout column in the ordered set where objectFieldId = ?.findByObjectFieldId_PrevAndNext
(long objectLayoutColumnId, long objectFieldId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) Returns the object layout columns before and after the current object layout column in the ordered set where objectFieldId = ?.findByObjectLayoutRowId
(long objectLayoutRowId) Returns all the object layout columns where objectLayoutRowId = ?.findByObjectLayoutRowId
(long objectLayoutRowId, int start, int end) Returns a range of all the object layout columns where objectLayoutRowId = ?.findByObjectLayoutRowId
(long objectLayoutRowId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) Returns an ordered range of all the object layout columns where objectLayoutRowId = ?.findByObjectLayoutRowId
(long objectLayoutRowId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object layout columns where objectLayoutRowId = ?.findByObjectLayoutRowId_First
(long objectLayoutRowId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) Returns the first object layout column in the ordered set where objectLayoutRowId = ?.findByObjectLayoutRowId_Last
(long objectLayoutRowId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) Returns the last object layout column in the ordered set where objectLayoutRowId = ?.findByObjectLayoutRowId_PrevAndNext
(long objectLayoutColumnId, long objectLayoutRowId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) Returns the object layout columns before and after the current object layout column in the ordered set where objectLayoutRowId = ?.findByPrimaryKey
(long objectLayoutColumnId) Returns the object layout column with the primary key or throws aNoSuchObjectLayoutColumnException
if it could not be found.findByUuid
(String uuid) Returns all the object layout columns where uuid = ?.findByUuid
(String uuid, int start, int end) Returns a range of all the object layout columns where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) Returns an ordered range of all the object layout columns where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object layout columns where uuid = ?.findByUuid_C
(String uuid, long companyId) Returns all the object layout columns where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the object layout columns where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) Returns an ordered range of all the object layout columns where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object layout columns where uuid = ? and companyId = ?.findByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) Returns the first object layout column in the ordered set where uuid = ? and companyId = ?.findByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) Returns the last object layout column in the ordered set where uuid = ? and companyId = ?.findByUuid_C_PrevAndNext
(long objectLayoutColumnId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) Returns the object layout columns before and after the current object layout column in the ordered set where uuid = ? and companyId = ?.findByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) Returns the first object layout column in the ordered set where uuid = ?.findByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) Returns the last object layout column in the ordered set where uuid = ?.findByUuid_PrevAndNext
(long objectLayoutColumnId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) Returns the object layout columns before and after the current object layout column in the ordered set where uuid = ?.remove
(long objectLayoutColumnId) Removes the object layout column with the primary key from the database.void
Removes all the object layout columns from the database.void
removeByObjectFieldId
(long objectFieldId) Removes all the object layout columns where objectFieldId = ? from the database.void
removeByObjectLayoutRowId
(long objectLayoutRowId) Removes all the object layout columns where objectLayoutRowId = ? from the database.void
removeByUuid
(String uuid) Removes all the object layout columns where uuid = ? from the database.void
removeByUuid_C
(String uuid, long companyId) Removes all the object layout columns where uuid = ? and companyId = ? from the database.updateImpl
(ObjectLayoutColumn objectLayoutColumn) 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 layout columns where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching object layout columns
-
findByUuid
Returns a range of all the object layout 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 fromObjectLayoutColumnModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of object layout columnsend
- the upper bound of the range of object layout columns (not inclusive)- Returns:
- the range of matching object layout columns
-
findByUuid
List<ObjectLayoutColumn> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) Returns an ordered range of all the object layout 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 fromObjectLayoutColumnModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of object layout columnsend
- the upper bound of the range of object layout columns (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching object layout columns
-
findByUuid
List<ObjectLayoutColumn> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object layout 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 fromObjectLayoutColumnModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of object layout columnsend
- the upper bound of the range of object layout 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 layout columns
-
findByUuid_First
ObjectLayoutColumn findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) throws NoSuchObjectLayoutColumnException Returns the first object layout column in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object layout column
- Throws:
NoSuchObjectLayoutColumnException
- if a matching object layout column could not be found
-
fetchByUuid_First
ObjectLayoutColumn fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) Returns the first object layout column in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object layout column, or
null
if a matching object layout column could not be found
-
findByUuid_Last
ObjectLayoutColumn findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) throws NoSuchObjectLayoutColumnException Returns the last object layout column in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object layout column
- Throws:
NoSuchObjectLayoutColumnException
- if a matching object layout column could not be found
-
fetchByUuid_Last
ObjectLayoutColumn fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) Returns the last object layout column in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object layout column, or
null
if a matching object layout column could not be found
-
findByUuid_PrevAndNext
ObjectLayoutColumn[] findByUuid_PrevAndNext(long objectLayoutColumnId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) throws NoSuchObjectLayoutColumnException Returns the object layout columns before and after the current object layout column in the ordered set where uuid = ?.- Parameters:
objectLayoutColumnId
- the primary key of the current object layout columnuuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object layout column
- Throws:
NoSuchObjectLayoutColumnException
- if a object layout column with the primary key could not be found
-
removeByUuid
Removes all the object layout columns where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of object layout columns where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching object layout columns
-
findByUuid_C
Returns all the object layout columns where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching object layout columns
-
findByUuid_C
Returns a range of all the object layout 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 fromObjectLayoutColumnModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of object layout columnsend
- the upper bound of the range of object layout columns (not inclusive)- Returns:
- the range of matching object layout columns
-
findByUuid_C
List<ObjectLayoutColumn> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) Returns an ordered range of all the object layout 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 fromObjectLayoutColumnModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of object layout columnsend
- the upper bound of the range of object layout columns (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching object layout columns
-
findByUuid_C
List<ObjectLayoutColumn> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object layout 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 fromObjectLayoutColumnModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of object layout columnsend
- the upper bound of the range of object layout 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 layout columns
-
findByUuid_C_First
ObjectLayoutColumn findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) throws NoSuchObjectLayoutColumnException Returns the first object layout 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 layout column
- Throws:
NoSuchObjectLayoutColumnException
- if a matching object layout column could not be found
-
fetchByUuid_C_First
ObjectLayoutColumn fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) Returns the first object layout 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 layout column, or
null
if a matching object layout column could not be found
-
findByUuid_C_Last
ObjectLayoutColumn findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) throws NoSuchObjectLayoutColumnException Returns the last object layout 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 layout column
- Throws:
NoSuchObjectLayoutColumnException
- if a matching object layout column could not be found
-
fetchByUuid_C_Last
ObjectLayoutColumn fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) Returns the last object layout 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 layout column, or
null
if a matching object layout column could not be found
-
findByUuid_C_PrevAndNext
ObjectLayoutColumn[] findByUuid_C_PrevAndNext(long objectLayoutColumnId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) throws NoSuchObjectLayoutColumnException Returns the object layout columns before and after the current object layout column in the ordered set where uuid = ? and companyId = ?.- Parameters:
objectLayoutColumnId
- the primary key of the current object layout columnuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object layout column
- Throws:
NoSuchObjectLayoutColumnException
- if a object layout column with the primary key could not be found
-
removeByUuid_C
Removes all the object layout columns where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of object layout columns where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching object layout columns
-
findByObjectFieldId
Returns all the object layout columns where objectFieldId = ?.- Parameters:
objectFieldId
- the object field ID- Returns:
- the matching object layout columns
-
findByObjectFieldId
Returns a range of all the object layout columns where objectFieldId = ?.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 fromObjectLayoutColumnModelImpl
.- Parameters:
objectFieldId
- the object field IDstart
- the lower bound of the range of object layout columnsend
- the upper bound of the range of object layout columns (not inclusive)- Returns:
- the range of matching object layout columns
-
findByObjectFieldId
List<ObjectLayoutColumn> findByObjectFieldId(long objectFieldId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) Returns an ordered range of all the object layout columns where objectFieldId = ?.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 fromObjectLayoutColumnModelImpl
.- Parameters:
objectFieldId
- the object field IDstart
- the lower bound of the range of object layout columnsend
- the upper bound of the range of object layout columns (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching object layout columns
-
findByObjectFieldId
List<ObjectLayoutColumn> findByObjectFieldId(long objectFieldId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object layout columns where objectFieldId = ?.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 fromObjectLayoutColumnModelImpl
.- Parameters:
objectFieldId
- the object field IDstart
- the lower bound of the range of object layout columnsend
- the upper bound of the range of object layout 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 layout columns
-
findByObjectFieldId_First
ObjectLayoutColumn findByObjectFieldId_First(long objectFieldId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) throws NoSuchObjectLayoutColumnException Returns the first object layout column in the ordered set where objectFieldId = ?.- Parameters:
objectFieldId
- the object field IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object layout column
- Throws:
NoSuchObjectLayoutColumnException
- if a matching object layout column could not be found
-
fetchByObjectFieldId_First
ObjectLayoutColumn fetchByObjectFieldId_First(long objectFieldId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) Returns the first object layout column in the ordered set where objectFieldId = ?.- Parameters:
objectFieldId
- the object field IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object layout column, or
null
if a matching object layout column could not be found
-
findByObjectFieldId_Last
ObjectLayoutColumn findByObjectFieldId_Last(long objectFieldId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) throws NoSuchObjectLayoutColumnException Returns the last object layout column in the ordered set where objectFieldId = ?.- Parameters:
objectFieldId
- the object field IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object layout column
- Throws:
NoSuchObjectLayoutColumnException
- if a matching object layout column could not be found
-
fetchByObjectFieldId_Last
ObjectLayoutColumn fetchByObjectFieldId_Last(long objectFieldId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) Returns the last object layout column in the ordered set where objectFieldId = ?.- Parameters:
objectFieldId
- the object field IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object layout column, or
null
if a matching object layout column could not be found
-
findByObjectFieldId_PrevAndNext
ObjectLayoutColumn[] findByObjectFieldId_PrevAndNext(long objectLayoutColumnId, long objectFieldId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) throws NoSuchObjectLayoutColumnException Returns the object layout columns before and after the current object layout column in the ordered set where objectFieldId = ?.- Parameters:
objectLayoutColumnId
- the primary key of the current object layout columnobjectFieldId
- the object field IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object layout column
- Throws:
NoSuchObjectLayoutColumnException
- if a object layout column with the primary key could not be found
-
removeByObjectFieldId
void removeByObjectFieldId(long objectFieldId) Removes all the object layout columns where objectFieldId = ? from the database.- Parameters:
objectFieldId
- the object field ID
-
countByObjectFieldId
int countByObjectFieldId(long objectFieldId) Returns the number of object layout columns where objectFieldId = ?.- Parameters:
objectFieldId
- the object field ID- Returns:
- the number of matching object layout columns
-
findByObjectLayoutRowId
Returns all the object layout columns where objectLayoutRowId = ?.- Parameters:
objectLayoutRowId
- the object layout row ID- Returns:
- the matching object layout columns
-
findByObjectLayoutRowId
Returns a range of all the object layout columns where objectLayoutRowId = ?.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 fromObjectLayoutColumnModelImpl
.- Parameters:
objectLayoutRowId
- the object layout row IDstart
- the lower bound of the range of object layout columnsend
- the upper bound of the range of object layout columns (not inclusive)- Returns:
- the range of matching object layout columns
-
findByObjectLayoutRowId
List<ObjectLayoutColumn> findByObjectLayoutRowId(long objectLayoutRowId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) Returns an ordered range of all the object layout columns where objectLayoutRowId = ?.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 fromObjectLayoutColumnModelImpl
.- Parameters:
objectLayoutRowId
- the object layout row IDstart
- the lower bound of the range of object layout columnsend
- the upper bound of the range of object layout columns (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching object layout columns
-
findByObjectLayoutRowId
List<ObjectLayoutColumn> findByObjectLayoutRowId(long objectLayoutRowId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object layout columns where objectLayoutRowId = ?.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 fromObjectLayoutColumnModelImpl
.- Parameters:
objectLayoutRowId
- the object layout row IDstart
- the lower bound of the range of object layout columnsend
- the upper bound of the range of object layout 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 layout columns
-
findByObjectLayoutRowId_First
ObjectLayoutColumn findByObjectLayoutRowId_First(long objectLayoutRowId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) throws NoSuchObjectLayoutColumnException Returns the first object layout column in the ordered set where objectLayoutRowId = ?.- Parameters:
objectLayoutRowId
- the object layout row IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object layout column
- Throws:
NoSuchObjectLayoutColumnException
- if a matching object layout column could not be found
-
fetchByObjectLayoutRowId_First
ObjectLayoutColumn fetchByObjectLayoutRowId_First(long objectLayoutRowId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) Returns the first object layout column in the ordered set where objectLayoutRowId = ?.- Parameters:
objectLayoutRowId
- the object layout row IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object layout column, or
null
if a matching object layout column could not be found
-
findByObjectLayoutRowId_Last
ObjectLayoutColumn findByObjectLayoutRowId_Last(long objectLayoutRowId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) throws NoSuchObjectLayoutColumnException Returns the last object layout column in the ordered set where objectLayoutRowId = ?.- Parameters:
objectLayoutRowId
- the object layout row IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object layout column
- Throws:
NoSuchObjectLayoutColumnException
- if a matching object layout column could not be found
-
fetchByObjectLayoutRowId_Last
ObjectLayoutColumn fetchByObjectLayoutRowId_Last(long objectLayoutRowId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) Returns the last object layout column in the ordered set where objectLayoutRowId = ?.- Parameters:
objectLayoutRowId
- the object layout row IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object layout column, or
null
if a matching object layout column could not be found
-
findByObjectLayoutRowId_PrevAndNext
ObjectLayoutColumn[] findByObjectLayoutRowId_PrevAndNext(long objectLayoutColumnId, long objectLayoutRowId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) throws NoSuchObjectLayoutColumnException Returns the object layout columns before and after the current object layout column in the ordered set where objectLayoutRowId = ?.- Parameters:
objectLayoutColumnId
- the primary key of the current object layout columnobjectLayoutRowId
- the object layout row IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object layout column
- Throws:
NoSuchObjectLayoutColumnException
- if a object layout column with the primary key could not be found
-
removeByObjectLayoutRowId
void removeByObjectLayoutRowId(long objectLayoutRowId) Removes all the object layout columns where objectLayoutRowId = ? from the database.- Parameters:
objectLayoutRowId
- the object layout row ID
-
countByObjectLayoutRowId
int countByObjectLayoutRowId(long objectLayoutRowId) Returns the number of object layout columns where objectLayoutRowId = ?.- Parameters:
objectLayoutRowId
- the object layout row ID- Returns:
- the number of matching object layout columns
-
cacheResult
Caches the object layout column in the entity cache if it is enabled.- Parameters:
objectLayoutColumn
- the object layout column
-
cacheResult
Caches the object layout columns in the entity cache if it is enabled.- Parameters:
objectLayoutColumns
- the object layout columns
-
create
Creates a new object layout column with the primary key. Does not add the object layout column to the database.- Parameters:
objectLayoutColumnId
- the primary key for the new object layout column- Returns:
- the new object layout column
-
remove
Removes the object layout column with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
objectLayoutColumnId
- the primary key of the object layout column- Returns:
- the object layout column that was removed
- Throws:
NoSuchObjectLayoutColumnException
- if a object layout column with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
ObjectLayoutColumn findByPrimaryKey(long objectLayoutColumnId) throws NoSuchObjectLayoutColumnException Returns the object layout column with the primary key or throws aNoSuchObjectLayoutColumnException
if it could not be found.- Parameters:
objectLayoutColumnId
- the primary key of the object layout column- Returns:
- the object layout column
- Throws:
NoSuchObjectLayoutColumnException
- if a object layout column with the primary key could not be found
-
fetchByPrimaryKey
Returns the object layout column with the primary key or returnsnull
if it could not be found.- Parameters:
objectLayoutColumnId
- the primary key of the object layout column- Returns:
- the object layout column, or
null
if a object layout column with the primary key could not be found
-
findAll
List<ObjectLayoutColumn> findAll()Returns all the object layout columns.- Returns:
- the object layout columns
-
findAll
Returns a range of all the object layout 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 fromObjectLayoutColumnModelImpl
.- Parameters:
start
- the lower bound of the range of object layout columnsend
- the upper bound of the range of object layout columns (not inclusive)- Returns:
- the range of object layout columns
-
findAll
List<ObjectLayoutColumn> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) Returns an ordered range of all the object layout 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 fromObjectLayoutColumnModelImpl
.- Parameters:
start
- the lower bound of the range of object layout columnsend
- the upper bound of the range of object layout columns (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of object layout columns
-
findAll
List<ObjectLayoutColumn> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object layout 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 fromObjectLayoutColumnModelImpl
.- Parameters:
start
- the lower bound of the range of object layout columnsend
- the upper bound of the range of object layout 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 layout columns
-
removeAll
void removeAll()Removes all the object layout columns from the database. -
countAll
int countAll()Returns the number of object layout columns.- Returns:
- the number of object layout columns
-