Class ObjectLayoutTabUtil
com.liferay.object.service.persistence.impl.ObjectLayoutTabPersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcacheResult(ObjectLayoutTab objectLayoutTab) Caches the object layout tab in the entity cache if it is enabled.static voidcacheResult(List<ObjectLayoutTab> objectLayoutTabs) Caches the object layout tabs in the entity cache if it is enabled.static voidstatic voidclearCache(ObjectLayoutTab objectLayoutTab) static intcountAll()Returns the number of object layout tabs.static intcountByObjectLayoutId(long objectLayoutId) Returns the number of object layout tabs where objectLayoutId = ?.static intcountByObjectRelationshipId(long objectRelationshipId) Returns the number of object layout tabs where objectRelationshipId = ?.static intcountByUuid(String uuid) Returns the number of object layout tabs where uuid = ?.static intcountByUuid_C(String uuid, long companyId) Returns the number of object layout tabs where uuid = ? and companyId = ?.static longcountWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static ObjectLayoutTabcreate(long objectLayoutTabId) Creates a new object layout tab with the primary key.static ObjectLayoutTabfetchByObjectLayoutId_First(long objectLayoutId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) Returns the first object layout tab in the ordered set where objectLayoutId = ?.static ObjectLayoutTabfetchByObjectLayoutId_Last(long objectLayoutId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) Returns the last object layout tab in the ordered set where objectLayoutId = ?.static ObjectLayoutTabfetchByObjectRelationshipId_First(long objectRelationshipId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) Returns the first object layout tab in the ordered set where objectRelationshipId = ?.static ObjectLayoutTabfetchByObjectRelationshipId_Last(long objectRelationshipId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) Returns the last object layout tab in the ordered set where objectRelationshipId = ?.static ObjectLayoutTabfetchByPrimaryKey(long objectLayoutTabId) Returns the object layout tab with the primary key or returnsnullif it could not be found.static Map<Serializable,ObjectLayoutTab> fetchByPrimaryKeys(Set<Serializable> primaryKeys) static ObjectLayoutTabfetchByUuid_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 = ?.static ObjectLayoutTabfetchByUuid_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 = ?.static ObjectLayoutTabfetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) Returns the first object layout tab in the ordered set where uuid = ?.static ObjectLayoutTabfetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) Returns the last object layout tab in the ordered set where uuid = ?.static List<ObjectLayoutTab>findAll()Returns all the object layout tabs.static List<ObjectLayoutTab>findAll(int start, int end) Returns a range of all the object layout tabs.static 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.static 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.static List<ObjectLayoutTab>findByObjectLayoutId(long objectLayoutId) Returns all the object layout tabs where objectLayoutId = ?.static List<ObjectLayoutTab>findByObjectLayoutId(long objectLayoutId, int start, int end) Returns a range of all the object layout tabs where objectLayoutId = ?.static 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 = ?.static 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 = ?.static ObjectLayoutTabfindByObjectLayoutId_First(long objectLayoutId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) Returns the first object layout tab in the ordered set where objectLayoutId = ?.static ObjectLayoutTabfindByObjectLayoutId_Last(long objectLayoutId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) Returns the last object layout tab in the ordered set where objectLayoutId = ?.static ObjectLayoutTab[]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 = ?.static List<ObjectLayoutTab>findByObjectRelationshipId(long objectRelationshipId) Returns all the object layout tabs where objectRelationshipId = ?.static List<ObjectLayoutTab>findByObjectRelationshipId(long objectRelationshipId, int start, int end) Returns a range of all the object layout tabs where objectRelationshipId = ?.static 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 = ?.static 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 = ?.static ObjectLayoutTabfindByObjectRelationshipId_First(long objectRelationshipId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) Returns the first object layout tab in the ordered set where objectRelationshipId = ?.static ObjectLayoutTabfindByObjectRelationshipId_Last(long objectRelationshipId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) Returns the last object layout tab in the ordered set where objectRelationshipId = ?.static ObjectLayoutTab[]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 = ?.static ObjectLayoutTabfindByPrimaryKey(long objectLayoutTabId) Returns the object layout tab with the primary key or throws aNoSuchObjectLayoutTabExceptionif it could not be found.static List<ObjectLayoutTab>findByUuid(String uuid) Returns all the object layout tabs where uuid = ?.static List<ObjectLayoutTab>findByUuid(String uuid, int start, int end) Returns a range of all the object layout tabs where uuid = ?.static 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 = ?.static 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 = ?.static List<ObjectLayoutTab>findByUuid_C(String uuid, long companyId) Returns all the object layout tabs where uuid = ? and companyId = ?.static List<ObjectLayoutTab>findByUuid_C(String uuid, long companyId, int start, int end) Returns a range of all the object layout tabs where uuid = ? and companyId = ?.static 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 = ?.static 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 = ?.static ObjectLayoutTabfindByUuid_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 = ?.static ObjectLayoutTabfindByUuid_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 = ?.static ObjectLayoutTab[]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 = ?.static ObjectLayoutTabfindByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) Returns the first object layout tab in the ordered set where uuid = ?.static ObjectLayoutTabfindByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) Returns the last object layout tab in the ordered set where uuid = ?.static ObjectLayoutTab[]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 = ?.static List<ObjectLayoutTab>findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static List<ObjectLayoutTab>findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) static List<ObjectLayoutTab>findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) static ObjectLayoutTabPersistencestatic ObjectLayoutTabremove(long objectLayoutTabId) Removes the object layout tab with the primary key from the database.static voidRemoves all the object layout tabs from the database.static voidremoveByObjectLayoutId(long objectLayoutId) Removes all the object layout tabs where objectLayoutId = ? from the database.static voidremoveByObjectRelationshipId(long objectRelationshipId) Removes all the object layout tabs where objectRelationshipId = ? from the database.static voidremoveByUuid(String uuid) Removes all the object layout tabs where uuid = ? from the database.static voidremoveByUuid_C(String uuid, long companyId) Removes all the object layout tabs where uuid = ? and companyId = ? from the database.static voidsetPersistence(ObjectLayoutTabPersistence persistence) static ObjectLayoutTabupdate(ObjectLayoutTab objectLayoutTab) static ObjectLayoutTabupdate(ObjectLayoutTab objectLayoutTab, com.liferay.portal.kernel.service.ServiceContext serviceContext) static ObjectLayoutTabupdateImpl(ObjectLayoutTab objectLayoutTab)
-
Constructor Details
-
ObjectLayoutTabUtil
public ObjectLayoutTabUtil()
-
-
Method Details
-
clearCache
public static void clearCache()- See Also:
-
BasePersistence.clearCache()
-
clearCache
- See Also:
-
BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
-
countWithDynamicQuery
public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.countWithDynamicQuery(DynamicQuery)
-
fetchByPrimaryKeys
- See Also:
-
BasePersistence.fetchByPrimaryKeys(Set)
-
findWithDynamicQuery
public static List<ObjectLayoutTab> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery)
-
findWithDynamicQuery
public static List<ObjectLayoutTab> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
-
findWithDynamicQuery
public static List<ObjectLayoutTab> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
-
update
- See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
-
update
public static ObjectLayoutTab update(ObjectLayoutTab objectLayoutTab, com.liferay.portal.kernel.service.ServiceContext serviceContext) - See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
-
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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchObjectLayoutTabException
-
fetchByUuid_First
public static 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
nullif a matching object layout tab could not be found
-
findByUuid_Last
public static 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 foundNoSuchObjectLayoutTabException
-
fetchByUuid_Last
public static 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
nullif a matching object layout tab could not be found
-
findByUuid_PrevAndNext
public static 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 foundNoSuchObjectLayoutTabException
-
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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchObjectLayoutTabException
-
fetchByUuid_C_First
public static 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
nullif a matching object layout tab could not be found
-
findByUuid_C_Last
public static 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 foundNoSuchObjectLayoutTabException
-
fetchByUuid_C_Last
public static 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
nullif a matching object layout tab could not be found
-
findByUuid_C_PrevAndNext
public static 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 foundNoSuchObjectLayoutTabException
-
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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchObjectLayoutTabException
-
fetchByObjectLayoutId_First
public static 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
nullif a matching object layout tab could not be found
-
findByObjectLayoutId_Last
public static 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 foundNoSuchObjectLayoutTabException
-
fetchByObjectLayoutId_Last
public static 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
nullif a matching object layout tab could not be found
-
findByObjectLayoutId_PrevAndNext
public static 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 foundNoSuchObjectLayoutTabException
-
removeByObjectLayoutId
public static void removeByObjectLayoutId(long objectLayoutId) Removes all the object layout tabs where objectLayoutId = ? from the database.- Parameters:
objectLayoutId- the object layout ID
-
countByObjectLayoutId
public static 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
public static List<ObjectLayoutTab> findByObjectRelationshipId(long objectRelationshipId, int start, int end) Returns a range of all the object layout tabs where objectRelationshipId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchObjectLayoutTabException
-
fetchByObjectRelationshipId_First
public static 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
nullif a matching object layout tab could not be found
-
findByObjectRelationshipId_Last
public static 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 foundNoSuchObjectLayoutTabException
-
fetchByObjectRelationshipId_Last
public static 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
nullif a matching object layout tab could not be found
-
findByObjectRelationshipId_PrevAndNext
public static 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 foundNoSuchObjectLayoutTabException
-
removeByObjectRelationshipId
public static void removeByObjectRelationshipId(long objectRelationshipId) Removes all the object layout tabs where objectRelationshipId = ? from the database.- Parameters:
objectRelationshipId- the object relationship ID
-
countByObjectRelationshipId
public static 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 foundNoSuchObjectLayoutTabException
-
updateImpl
-
findByPrimaryKey
public static ObjectLayoutTab findByPrimaryKey(long objectLayoutTabId) throws NoSuchObjectLayoutTabException Returns the object layout tab with the primary key or throws aNoSuchObjectLayoutTabExceptionif 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 foundNoSuchObjectLayoutTabException
-
fetchByPrimaryKey
Returns the object layout tab with the primary key or returnsnullif it could not be found.- Parameters:
objectLayoutTabId- the primary key of the object layout tab- Returns:
- the object layout tab, or
nullif a object layout tab with the primary key could not be found
-
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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static void removeAll()Removes all the object layout tabs from the database. -
countAll
public static int countAll()Returns the number of object layout tabs.- Returns:
- the number of object layout tabs
-
getPersistence
-
setPersistence
-