Interface ObjectLayoutTabPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<ObjectLayoutTab>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(ObjectLayoutTab objectLayoutTab) Caches the object layout tab in the entity cache if it is enabled.void
cacheResult
(List<ObjectLayoutTab> objectLayoutTabs) Caches the object layout tabs in the entity cache if it is enabled.int
countAll()
Returns the number of object layout tabs.int
countByObjectLayoutId
(long objectLayoutId) Returns the number of object layout tabs where objectLayoutId = ?.int
countByObjectRelationshipId
(long objectRelationshipId) Returns the number of object layout tabs where objectRelationshipId = ?.int
countByUuid
(String uuid) Returns the number of object layout tabs where uuid = ?.int
countByUuid_C
(String uuid, long companyId) Returns the number of object layout tabs where uuid = ? and companyId = ?.create
(long objectLayoutTabId) Creates a new object layout tab with the primary key.fetchByObjectLayoutId_First
(long objectLayoutId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) Returns the first object layout tab in the ordered set where objectLayoutId = ?.fetchByObjectLayoutId_Last
(long objectLayoutId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) Returns the last object layout tab in the ordered set where objectLayoutId = ?.fetchByObjectRelationshipId_First
(long objectRelationshipId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) Returns the first object layout tab in the ordered set where objectRelationshipId = ?.fetchByObjectRelationshipId_Last
(long objectRelationshipId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) Returns the last object layout tab in the ordered set where objectRelationshipId = ?.fetchByPrimaryKey
(long objectLayoutTabId) Returns the object layout tab 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<ObjectLayoutTab> orderByComparator) Returns the first object layout tab in the ordered set where uuid = ? and companyId = ?.fetchByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) Returns the last object layout tab in the ordered set where uuid = ? and companyId = ?.fetchByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) Returns the first object layout tab in the ordered set where uuid = ?.fetchByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) Returns the last object layout tab in the ordered set where uuid = ?.findAll()
Returns all the object layout tabs.findAll
(int start, int end) Returns a range of all the object layout tabs.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) Returns an ordered range of all the object layout tabs.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object layout tabs.findByObjectLayoutId
(long objectLayoutId) Returns all the object layout tabs where objectLayoutId = ?.findByObjectLayoutId
(long objectLayoutId, int start, int end) Returns a range of all the object layout tabs where objectLayoutId = ?.findByObjectLayoutId
(long objectLayoutId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) Returns an ordered range of all the object layout tabs where objectLayoutId = ?.findByObjectLayoutId
(long objectLayoutId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object layout tabs where objectLayoutId = ?.findByObjectLayoutId_First
(long objectLayoutId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) Returns the first object layout tab in the ordered set where objectLayoutId = ?.findByObjectLayoutId_Last
(long objectLayoutId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) Returns the last object layout tab in the ordered set where objectLayoutId = ?.findByObjectLayoutId_PrevAndNext
(long objectLayoutTabId, long objectLayoutId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) Returns the object layout tabs before and after the current object layout tab in the ordered set where objectLayoutId = ?.findByObjectRelationshipId
(long objectRelationshipId) Returns all the object layout tabs where objectRelationshipId = ?.findByObjectRelationshipId
(long objectRelationshipId, int start, int end) Returns a range of all the object layout tabs where objectRelationshipId = ?.findByObjectRelationshipId
(long objectRelationshipId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) Returns an ordered range of all the object layout tabs where objectRelationshipId = ?.findByObjectRelationshipId
(long objectRelationshipId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object layout tabs where objectRelationshipId = ?.findByObjectRelationshipId_First
(long objectRelationshipId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) Returns the first object layout tab in the ordered set where objectRelationshipId = ?.findByObjectRelationshipId_Last
(long objectRelationshipId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) Returns the last object layout tab in the ordered set where objectRelationshipId = ?.findByObjectRelationshipId_PrevAndNext
(long objectLayoutTabId, long objectRelationshipId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) Returns the object layout tabs before and after the current object layout tab in the ordered set where objectRelationshipId = ?.findByPrimaryKey
(long objectLayoutTabId) Returns the object layout tab with the primary key or throws aNoSuchObjectLayoutTabException
if it could not be found.findByUuid
(String uuid) Returns all the object layout tabs where uuid = ?.findByUuid
(String uuid, int start, int end) Returns a range of all the object layout tabs where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) Returns an ordered range of all the object layout tabs where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object layout tabs where uuid = ?.findByUuid_C
(String uuid, long companyId) Returns all the object layout tabs where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the object layout tabs where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) Returns an ordered range of all the object layout tabs where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object layout tabs where uuid = ? and companyId = ?.findByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) Returns the first object layout tab in the ordered set where uuid = ? and companyId = ?.findByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) Returns the last object layout tab in the ordered set where uuid = ? and companyId = ?.findByUuid_C_PrevAndNext
(long objectLayoutTabId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) Returns the object layout tabs before and after the current object layout tab in the ordered set where uuid = ? and companyId = ?.findByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) Returns the first object layout tab in the ordered set where uuid = ?.findByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) Returns the last object layout tab in the ordered set where uuid = ?.findByUuid_PrevAndNext
(long objectLayoutTabId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) Returns the object layout tabs before and after the current object layout tab in the ordered set where uuid = ?.remove
(long objectLayoutTabId) Removes the object layout tab with the primary key from the database.void
Removes all the object layout tabs from the database.void
removeByObjectLayoutId
(long objectLayoutId) Removes all the object layout tabs where objectLayoutId = ? from the database.void
removeByObjectRelationshipId
(long objectRelationshipId) Removes all the object layout tabs where objectRelationshipId = ? from the database.void
removeByUuid
(String uuid) Removes all the object layout tabs where uuid = ? from the database.void
removeByUuid_C
(String uuid, long companyId) Removes all the object layout tabs where uuid = ? and companyId = ? from the database.updateImpl
(ObjectLayoutTab objectLayoutTab) 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 tabs where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching object layout tabs
-
findByUuid
Returns a range of all the object layout tabs 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 fromObjectLayoutTabModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of object layout tabsend
- the upper bound of the range of object layout tabs (not inclusive)- Returns:
- the range of matching object layout tabs
-
findByUuid
List<ObjectLayoutTab> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) Returns an ordered range of all the object layout tabs 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 fromObjectLayoutTabModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of object layout tabsend
- the upper bound of the range of object layout tabs (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching object layout tabs
-
findByUuid
List<ObjectLayoutTab> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object layout tabs 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 fromObjectLayoutTabModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of object layout tabsend
- the upper bound of the range of object layout tabs (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 tabs
-
findByUuid_First
ObjectLayoutTab findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) throws NoSuchObjectLayoutTabException Returns the first object layout tab in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object layout tab
- Throws:
NoSuchObjectLayoutTabException
- if a matching object layout tab could not be found
-
fetchByUuid_First
ObjectLayoutTab fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) Returns the first object layout tab in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object layout tab, or
null
if a matching object layout tab could not be found
-
findByUuid_Last
ObjectLayoutTab findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) throws NoSuchObjectLayoutTabException Returns the last object layout tab in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object layout tab
- Throws:
NoSuchObjectLayoutTabException
- if a matching object layout tab could not be found
-
fetchByUuid_Last
ObjectLayoutTab fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) Returns the last object layout tab in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object layout tab, or
null
if a matching object layout tab could not be found
-
findByUuid_PrevAndNext
ObjectLayoutTab[] findByUuid_PrevAndNext(long objectLayoutTabId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) throws NoSuchObjectLayoutTabException Returns the object layout tabs before and after the current object layout tab in the ordered set where uuid = ?.- Parameters:
objectLayoutTabId
- the primary key of the current object layout tabuuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object layout tab
- Throws:
NoSuchObjectLayoutTabException
- if a object layout tab with the primary key could not be found
-
removeByUuid
Removes all the object layout tabs where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of object layout tabs where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching object layout tabs
-
findByUuid_C
Returns all the object layout tabs where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching object layout tabs
-
findByUuid_C
Returns a range of all the object layout tabs 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 fromObjectLayoutTabModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of object layout tabsend
- the upper bound of the range of object layout tabs (not inclusive)- Returns:
- the range of matching object layout tabs
-
findByUuid_C
List<ObjectLayoutTab> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) Returns an ordered range of all the object layout tabs 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 fromObjectLayoutTabModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of object layout tabsend
- the upper bound of the range of object layout tabs (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching object layout tabs
-
findByUuid_C
List<ObjectLayoutTab> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object layout tabs 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 fromObjectLayoutTabModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of object layout tabsend
- the upper bound of the range of object layout tabs (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 tabs
-
findByUuid_C_First
ObjectLayoutTab findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) throws NoSuchObjectLayoutTabException Returns the first object layout tab 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 tab
- Throws:
NoSuchObjectLayoutTabException
- if a matching object layout tab could not be found
-
fetchByUuid_C_First
ObjectLayoutTab fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) Returns the first object layout tab 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 tab, or
null
if a matching object layout tab could not be found
-
findByUuid_C_Last
ObjectLayoutTab findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) throws NoSuchObjectLayoutTabException Returns the last object layout tab 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 tab
- Throws:
NoSuchObjectLayoutTabException
- if a matching object layout tab could not be found
-
fetchByUuid_C_Last
ObjectLayoutTab fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) Returns the last object layout tab 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 tab, or
null
if a matching object layout tab could not be found
-
findByUuid_C_PrevAndNext
ObjectLayoutTab[] findByUuid_C_PrevAndNext(long objectLayoutTabId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) throws NoSuchObjectLayoutTabException Returns the object layout tabs before and after the current object layout tab in the ordered set where uuid = ? and companyId = ?.- Parameters:
objectLayoutTabId
- the primary key of the current object layout tabuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object layout tab
- Throws:
NoSuchObjectLayoutTabException
- if a object layout tab with the primary key could not be found
-
removeByUuid_C
Removes all the object layout tabs where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of object layout tabs where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching object layout tabs
-
findByObjectLayoutId
Returns all the object layout tabs where objectLayoutId = ?.- Parameters:
objectLayoutId
- the object layout ID- Returns:
- the matching object layout tabs
-
findByObjectLayoutId
Returns a range of all the object layout tabs where objectLayoutId = ?.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 fromObjectLayoutTabModelImpl
.- Parameters:
objectLayoutId
- the object layout IDstart
- the lower bound of the range of object layout tabsend
- the upper bound of the range of object layout tabs (not inclusive)- Returns:
- the range of matching object layout tabs
-
findByObjectLayoutId
List<ObjectLayoutTab> findByObjectLayoutId(long objectLayoutId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) Returns an ordered range of all the object layout tabs where objectLayoutId = ?.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 fromObjectLayoutTabModelImpl
.- Parameters:
objectLayoutId
- the object layout IDstart
- the lower bound of the range of object layout tabsend
- the upper bound of the range of object layout tabs (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching object layout tabs
-
findByObjectLayoutId
List<ObjectLayoutTab> findByObjectLayoutId(long objectLayoutId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object layout tabs where objectLayoutId = ?.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 fromObjectLayoutTabModelImpl
.- Parameters:
objectLayoutId
- the object layout IDstart
- the lower bound of the range of object layout tabsend
- the upper bound of the range of object layout tabs (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 tabs
-
findByObjectLayoutId_First
ObjectLayoutTab findByObjectLayoutId_First(long objectLayoutId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) throws NoSuchObjectLayoutTabException Returns the first object layout tab in the ordered set where objectLayoutId = ?.- Parameters:
objectLayoutId
- the object layout IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object layout tab
- Throws:
NoSuchObjectLayoutTabException
- if a matching object layout tab could not be found
-
fetchByObjectLayoutId_First
ObjectLayoutTab fetchByObjectLayoutId_First(long objectLayoutId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) Returns the first object layout tab in the ordered set where objectLayoutId = ?.- Parameters:
objectLayoutId
- the object layout IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object layout tab, or
null
if a matching object layout tab could not be found
-
findByObjectLayoutId_Last
ObjectLayoutTab findByObjectLayoutId_Last(long objectLayoutId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) throws NoSuchObjectLayoutTabException Returns the last object layout tab in the ordered set where objectLayoutId = ?.- Parameters:
objectLayoutId
- the object layout IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object layout tab
- Throws:
NoSuchObjectLayoutTabException
- if a matching object layout tab could not be found
-
fetchByObjectLayoutId_Last
ObjectLayoutTab fetchByObjectLayoutId_Last(long objectLayoutId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) Returns the last object layout tab in the ordered set where objectLayoutId = ?.- Parameters:
objectLayoutId
- the object layout IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object layout tab, or
null
if a matching object layout tab could not be found
-
findByObjectLayoutId_PrevAndNext
ObjectLayoutTab[] findByObjectLayoutId_PrevAndNext(long objectLayoutTabId, long objectLayoutId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) throws NoSuchObjectLayoutTabException Returns the object layout tabs before and after the current object layout tab in the ordered set where objectLayoutId = ?.- Parameters:
objectLayoutTabId
- the primary key of the current object layout tabobjectLayoutId
- the object layout IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object layout tab
- Throws:
NoSuchObjectLayoutTabException
- if a object layout tab with the primary key could not be found
-
removeByObjectLayoutId
void removeByObjectLayoutId(long objectLayoutId) Removes all the object layout tabs where objectLayoutId = ? from the database.- Parameters:
objectLayoutId
- the object layout ID
-
countByObjectLayoutId
int countByObjectLayoutId(long objectLayoutId) Returns the number of object layout tabs where objectLayoutId = ?.- Parameters:
objectLayoutId
- the object layout ID- Returns:
- the number of matching object layout tabs
-
findByObjectRelationshipId
Returns all the object layout tabs where objectRelationshipId = ?.- Parameters:
objectRelationshipId
- the object relationship ID- Returns:
- the matching object layout tabs
-
findByObjectRelationshipId
Returns a range of all the object layout tabs where objectRelationshipId = ?.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 fromObjectLayoutTabModelImpl
.- Parameters:
objectRelationshipId
- the object relationship IDstart
- the lower bound of the range of object layout tabsend
- the upper bound of the range of object layout tabs (not inclusive)- Returns:
- the range of matching object layout tabs
-
findByObjectRelationshipId
List<ObjectLayoutTab> findByObjectRelationshipId(long objectRelationshipId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) Returns an ordered range of all the object layout tabs where objectRelationshipId = ?.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 fromObjectLayoutTabModelImpl
.- Parameters:
objectRelationshipId
- the object relationship IDstart
- the lower bound of the range of object layout tabsend
- the upper bound of the range of object layout tabs (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching object layout tabs
-
findByObjectRelationshipId
List<ObjectLayoutTab> findByObjectRelationshipId(long objectRelationshipId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object layout tabs where objectRelationshipId = ?.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 fromObjectLayoutTabModelImpl
.- Parameters:
objectRelationshipId
- the object relationship IDstart
- the lower bound of the range of object layout tabsend
- the upper bound of the range of object layout tabs (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 tabs
-
findByObjectRelationshipId_First
ObjectLayoutTab findByObjectRelationshipId_First(long objectRelationshipId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) throws NoSuchObjectLayoutTabException Returns the first object layout tab in the ordered set where objectRelationshipId = ?.- Parameters:
objectRelationshipId
- the object relationship IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object layout tab
- Throws:
NoSuchObjectLayoutTabException
- if a matching object layout tab could not be found
-
fetchByObjectRelationshipId_First
ObjectLayoutTab fetchByObjectRelationshipId_First(long objectRelationshipId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) Returns the first object layout tab in the ordered set where objectRelationshipId = ?.- Parameters:
objectRelationshipId
- the object relationship IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object layout tab, or
null
if a matching object layout tab could not be found
-
findByObjectRelationshipId_Last
ObjectLayoutTab findByObjectRelationshipId_Last(long objectRelationshipId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) throws NoSuchObjectLayoutTabException Returns the last object layout tab in the ordered set where objectRelationshipId = ?.- Parameters:
objectRelationshipId
- the object relationship IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object layout tab
- Throws:
NoSuchObjectLayoutTabException
- if a matching object layout tab could not be found
-
fetchByObjectRelationshipId_Last
ObjectLayoutTab fetchByObjectRelationshipId_Last(long objectRelationshipId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) Returns the last object layout tab in the ordered set where objectRelationshipId = ?.- Parameters:
objectRelationshipId
- the object relationship IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object layout tab, or
null
if a matching object layout tab could not be found
-
findByObjectRelationshipId_PrevAndNext
ObjectLayoutTab[] findByObjectRelationshipId_PrevAndNext(long objectLayoutTabId, long objectRelationshipId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) throws NoSuchObjectLayoutTabException Returns the object layout tabs before and after the current object layout tab in the ordered set where objectRelationshipId = ?.- Parameters:
objectLayoutTabId
- the primary key of the current object layout tabobjectRelationshipId
- the object relationship IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object layout tab
- Throws:
NoSuchObjectLayoutTabException
- if a object layout tab with the primary key could not be found
-
removeByObjectRelationshipId
void removeByObjectRelationshipId(long objectRelationshipId) Removes all the object layout tabs where objectRelationshipId = ? from the database.- Parameters:
objectRelationshipId
- the object relationship ID
-
countByObjectRelationshipId
int countByObjectRelationshipId(long objectRelationshipId) Returns the number of object layout tabs where objectRelationshipId = ?.- Parameters:
objectRelationshipId
- the object relationship ID- Returns:
- the number of matching object layout tabs
-
cacheResult
Caches the object layout tab in the entity cache if it is enabled.- Parameters:
objectLayoutTab
- the object layout tab
-
cacheResult
Caches the object layout tabs in the entity cache if it is enabled.- Parameters:
objectLayoutTabs
- the object layout tabs
-
create
Creates a new object layout tab with the primary key. Does not add the object layout tab to the database.- Parameters:
objectLayoutTabId
- the primary key for the new object layout tab- Returns:
- the new object layout tab
-
remove
Removes the object layout tab with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
objectLayoutTabId
- the primary key of the object layout tab- Returns:
- the object layout tab that was removed
- Throws:
NoSuchObjectLayoutTabException
- if a object layout tab with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
Returns the object layout tab with the primary key or throws aNoSuchObjectLayoutTabException
if it could not be found.- Parameters:
objectLayoutTabId
- the primary key of the object layout tab- Returns:
- the object layout tab
- Throws:
NoSuchObjectLayoutTabException
- if a object layout tab with the primary key could not be found
-
fetchByPrimaryKey
Returns the object layout tab with the primary key or returnsnull
if it could not be found.- Parameters:
objectLayoutTabId
- the primary key of the object layout tab- Returns:
- the object layout tab, or
null
if a object layout tab with the primary key could not be found
-
findAll
List<ObjectLayoutTab> findAll()Returns all the object layout tabs.- Returns:
- the object layout tabs
-
findAll
Returns a range of all the object layout tabs.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 fromObjectLayoutTabModelImpl
.- Parameters:
start
- the lower bound of the range of object layout tabsend
- the upper bound of the range of object layout tabs (not inclusive)- Returns:
- the range of object layout tabs
-
findAll
List<ObjectLayoutTab> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) Returns an ordered range of all the object layout tabs.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 fromObjectLayoutTabModelImpl
.- Parameters:
start
- the lower bound of the range of object layout tabsend
- the upper bound of the range of object layout tabs (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of object layout tabs
-
findAll
List<ObjectLayoutTab> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object layout tabs.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 fromObjectLayoutTabModelImpl
.- Parameters:
start
- the lower bound of the range of object layout tabsend
- the upper bound of the range of object layout tabs (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 tabs
-
removeAll
void removeAll()Removes all the object layout tabs from the database. -
countAll
int countAll()Returns the number of object layout tabs.- Returns:
- the number of object layout tabs
-