Class ObjectLayoutRowUtil
com.liferay.object.service.persistence.impl.ObjectLayoutRowPersistenceImpl
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 void
cacheResult
(ObjectLayoutRow objectLayoutRow) Caches the object layout row in the entity cache if it is enabled.static void
cacheResult
(List<ObjectLayoutRow> objectLayoutRows) Caches the object layout rows in the entity cache if it is enabled.static void
static void
clearCache
(ObjectLayoutRow objectLayoutRow) static int
countAll()
Returns the number of object layout rows.static int
countByObjectLayoutBoxId
(long objectLayoutBoxId) Returns the number of object layout rows where objectLayoutBoxId = ?.static int
countByUuid
(String uuid) Returns the number of object layout rows where uuid = ?.static int
countByUuid_C
(String uuid, long companyId) Returns the number of object layout rows where uuid = ? and companyId = ?.static long
countWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static ObjectLayoutRow
create
(long objectLayoutRowId) Creates a new object layout row with the primary key.static ObjectLayoutRow
fetchByObjectLayoutBoxId_First
(long objectLayoutBoxId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator) Returns the first object layout row in the ordered set where objectLayoutBoxId = ?.static ObjectLayoutRow
fetchByObjectLayoutBoxId_Last
(long objectLayoutBoxId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator) Returns the last object layout row in the ordered set where objectLayoutBoxId = ?.static ObjectLayoutRow
fetchByPrimaryKey
(long objectLayoutRowId) Returns the object layout row with the primary key or returnsnull
if it could not be found.static Map<Serializable,
ObjectLayoutRow> fetchByPrimaryKeys
(Set<Serializable> primaryKeys) static ObjectLayoutRow
fetchByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator) Returns the first object layout row in the ordered set where uuid = ? and companyId = ?.static ObjectLayoutRow
fetchByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator) Returns the last object layout row in the ordered set where uuid = ? and companyId = ?.static ObjectLayoutRow
fetchByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator) Returns the first object layout row in the ordered set where uuid = ?.static ObjectLayoutRow
fetchByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator) Returns the last object layout row in the ordered set where uuid = ?.static List<ObjectLayoutRow>
findAll()
Returns all the object layout rows.static List<ObjectLayoutRow>
findAll
(int start, int end) Returns a range of all the object layout rows.static List<ObjectLayoutRow>
findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator) Returns an ordered range of all the object layout rows.static List<ObjectLayoutRow>
findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object layout rows.static List<ObjectLayoutRow>
findByObjectLayoutBoxId
(long objectLayoutBoxId) Returns all the object layout rows where objectLayoutBoxId = ?.static List<ObjectLayoutRow>
findByObjectLayoutBoxId
(long objectLayoutBoxId, int start, int end) Returns a range of all the object layout rows where objectLayoutBoxId = ?.static List<ObjectLayoutRow>
findByObjectLayoutBoxId
(long objectLayoutBoxId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator) Returns an ordered range of all the object layout rows where objectLayoutBoxId = ?.static List<ObjectLayoutRow>
findByObjectLayoutBoxId
(long objectLayoutBoxId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object layout rows where objectLayoutBoxId = ?.static ObjectLayoutRow
findByObjectLayoutBoxId_First
(long objectLayoutBoxId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator) Returns the first object layout row in the ordered set where objectLayoutBoxId = ?.static ObjectLayoutRow
findByObjectLayoutBoxId_Last
(long objectLayoutBoxId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator) Returns the last object layout row in the ordered set where objectLayoutBoxId = ?.static ObjectLayoutRow[]
findByObjectLayoutBoxId_PrevAndNext
(long objectLayoutRowId, long objectLayoutBoxId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator) Returns the object layout rows before and after the current object layout row in the ordered set where objectLayoutBoxId = ?.static ObjectLayoutRow
findByPrimaryKey
(long objectLayoutRowId) Returns the object layout row with the primary key or throws aNoSuchObjectLayoutRowException
if it could not be found.static List<ObjectLayoutRow>
findByUuid
(String uuid) Returns all the object layout rows where uuid = ?.static List<ObjectLayoutRow>
findByUuid
(String uuid, int start, int end) Returns a range of all the object layout rows where uuid = ?.static List<ObjectLayoutRow>
findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator) Returns an ordered range of all the object layout rows where uuid = ?.static List<ObjectLayoutRow>
findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object layout rows where uuid = ?.static List<ObjectLayoutRow>
findByUuid_C
(String uuid, long companyId) Returns all the object layout rows where uuid = ? and companyId = ?.static List<ObjectLayoutRow>
findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the object layout rows where uuid = ? and companyId = ?.static List<ObjectLayoutRow>
findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator) Returns an ordered range of all the object layout rows where uuid = ? and companyId = ?.static List<ObjectLayoutRow>
findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object layout rows where uuid = ? and companyId = ?.static ObjectLayoutRow
findByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator) Returns the first object layout row in the ordered set where uuid = ? and companyId = ?.static ObjectLayoutRow
findByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator) Returns the last object layout row in the ordered set where uuid = ? and companyId = ?.static ObjectLayoutRow[]
findByUuid_C_PrevAndNext
(long objectLayoutRowId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator) Returns the object layout rows before and after the current object layout row in the ordered set where uuid = ? and companyId = ?.static ObjectLayoutRow
findByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator) Returns the first object layout row in the ordered set where uuid = ?.static ObjectLayoutRow
findByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator) Returns the last object layout row in the ordered set where uuid = ?.static ObjectLayoutRow[]
findByUuid_PrevAndNext
(long objectLayoutRowId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator) Returns the object layout rows before and after the current object layout row in the ordered set where uuid = ?.static List<ObjectLayoutRow>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static List<ObjectLayoutRow>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) static List<ObjectLayoutRow>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator) static ObjectLayoutRowPersistence
static ObjectLayoutRow
remove
(long objectLayoutRowId) Removes the object layout row with the primary key from the database.static void
Removes all the object layout rows from the database.static void
removeByObjectLayoutBoxId
(long objectLayoutBoxId) Removes all the object layout rows where objectLayoutBoxId = ? from the database.static void
removeByUuid
(String uuid) Removes all the object layout rows where uuid = ? from the database.static void
removeByUuid_C
(String uuid, long companyId) Removes all the object layout rows where uuid = ? and companyId = ? from the database.static void
setPersistence
(ObjectLayoutRowPersistence persistence) static ObjectLayoutRow
update
(ObjectLayoutRow objectLayoutRow) static ObjectLayoutRow
update
(ObjectLayoutRow objectLayoutRow, com.liferay.portal.kernel.service.ServiceContext serviceContext) static ObjectLayoutRow
updateImpl
(ObjectLayoutRow objectLayoutRow)
-
Constructor Details
-
ObjectLayoutRowUtil
public ObjectLayoutRowUtil()
-
-
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<ObjectLayoutRow> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery)
-
findWithDynamicQuery
public static List<ObjectLayoutRow> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
-
findWithDynamicQuery
public static List<ObjectLayoutRow> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
-
update
- See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
-
update
public static ObjectLayoutRow update(ObjectLayoutRow objectLayoutRow, com.liferay.portal.kernel.service.ServiceContext serviceContext) - See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
-
findByUuid
Returns all the object layout rows where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching object layout rows
-
findByUuid
Returns a range of all the object layout rows 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 fromObjectLayoutRowModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of object layout rowsend
- the upper bound of the range of object layout rows (not inclusive)- Returns:
- the range of matching object layout rows
-
findByUuid
public static List<ObjectLayoutRow> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator) Returns an ordered range of all the object layout rows 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 fromObjectLayoutRowModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of object layout rowsend
- the upper bound of the range of object layout rows (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching object layout rows
-
findByUuid
public static List<ObjectLayoutRow> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object layout rows 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 fromObjectLayoutRowModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of object layout rowsend
- the upper bound of the range of object layout rows (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 rows
-
findByUuid_First
public static ObjectLayoutRow findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator) throws NoSuchObjectLayoutRowException Returns the first object layout row in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object layout row
- Throws:
NoSuchObjectLayoutRowException
- if a matching object layout row could not be foundNoSuchObjectLayoutRowException
-
fetchByUuid_First
public static ObjectLayoutRow fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator) Returns the first object layout row in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object layout row, or
null
if a matching object layout row could not be found
-
findByUuid_Last
public static ObjectLayoutRow findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator) throws NoSuchObjectLayoutRowException Returns the last object layout row in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object layout row
- Throws:
NoSuchObjectLayoutRowException
- if a matching object layout row could not be foundNoSuchObjectLayoutRowException
-
fetchByUuid_Last
public static ObjectLayoutRow fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator) Returns the last object layout row in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object layout row, or
null
if a matching object layout row could not be found
-
findByUuid_PrevAndNext
public static ObjectLayoutRow[] findByUuid_PrevAndNext(long objectLayoutRowId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator) throws NoSuchObjectLayoutRowException Returns the object layout rows before and after the current object layout row in the ordered set where uuid = ?.- Parameters:
objectLayoutRowId
- the primary key of the current object layout rowuuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object layout row
- Throws:
NoSuchObjectLayoutRowException
- if a object layout row with the primary key could not be foundNoSuchObjectLayoutRowException
-
removeByUuid
Removes all the object layout rows where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of object layout rows where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching object layout rows
-
findByUuid_C
Returns all the object layout rows where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching object layout rows
-
findByUuid_C
Returns a range of all the object layout rows 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 fromObjectLayoutRowModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of object layout rowsend
- the upper bound of the range of object layout rows (not inclusive)- Returns:
- the range of matching object layout rows
-
findByUuid_C
public static List<ObjectLayoutRow> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator) Returns an ordered range of all the object layout rows 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 fromObjectLayoutRowModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of object layout rowsend
- the upper bound of the range of object layout rows (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching object layout rows
-
findByUuid_C
public static List<ObjectLayoutRow> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object layout rows 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 fromObjectLayoutRowModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of object layout rowsend
- the upper bound of the range of object layout rows (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 rows
-
findByUuid_C_First
public static ObjectLayoutRow findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator) throws NoSuchObjectLayoutRowException Returns the first object layout row 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 row
- Throws:
NoSuchObjectLayoutRowException
- if a matching object layout row could not be foundNoSuchObjectLayoutRowException
-
fetchByUuid_C_First
public static ObjectLayoutRow fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator) Returns the first object layout row 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 row, or
null
if a matching object layout row could not be found
-
findByUuid_C_Last
public static ObjectLayoutRow findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator) throws NoSuchObjectLayoutRowException Returns the last object layout row 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 row
- Throws:
NoSuchObjectLayoutRowException
- if a matching object layout row could not be foundNoSuchObjectLayoutRowException
-
fetchByUuid_C_Last
public static ObjectLayoutRow fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator) Returns the last object layout row 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 row, or
null
if a matching object layout row could not be found
-
findByUuid_C_PrevAndNext
public static ObjectLayoutRow[] findByUuid_C_PrevAndNext(long objectLayoutRowId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator) throws NoSuchObjectLayoutRowException Returns the object layout rows before and after the current object layout row in the ordered set where uuid = ? and companyId = ?.- Parameters:
objectLayoutRowId
- the primary key of the current object layout rowuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object layout row
- Throws:
NoSuchObjectLayoutRowException
- if a object layout row with the primary key could not be foundNoSuchObjectLayoutRowException
-
removeByUuid_C
Removes all the object layout rows where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of object layout rows where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching object layout rows
-
findByObjectLayoutBoxId
Returns all the object layout rows where objectLayoutBoxId = ?.- Parameters:
objectLayoutBoxId
- the object layout box ID- Returns:
- the matching object layout rows
-
findByObjectLayoutBoxId
public static List<ObjectLayoutRow> findByObjectLayoutBoxId(long objectLayoutBoxId, int start, int end) Returns a range of all the object layout rows where objectLayoutBoxId = ?.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 fromObjectLayoutRowModelImpl
.- Parameters:
objectLayoutBoxId
- the object layout box IDstart
- the lower bound of the range of object layout rowsend
- the upper bound of the range of object layout rows (not inclusive)- Returns:
- the range of matching object layout rows
-
findByObjectLayoutBoxId
public static List<ObjectLayoutRow> findByObjectLayoutBoxId(long objectLayoutBoxId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator) Returns an ordered range of all the object layout rows where objectLayoutBoxId = ?.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 fromObjectLayoutRowModelImpl
.- Parameters:
objectLayoutBoxId
- the object layout box IDstart
- the lower bound of the range of object layout rowsend
- the upper bound of the range of object layout rows (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching object layout rows
-
findByObjectLayoutBoxId
public static List<ObjectLayoutRow> findByObjectLayoutBoxId(long objectLayoutBoxId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object layout rows where objectLayoutBoxId = ?.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 fromObjectLayoutRowModelImpl
.- Parameters:
objectLayoutBoxId
- the object layout box IDstart
- the lower bound of the range of object layout rowsend
- the upper bound of the range of object layout rows (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 rows
-
findByObjectLayoutBoxId_First
public static ObjectLayoutRow findByObjectLayoutBoxId_First(long objectLayoutBoxId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator) throws NoSuchObjectLayoutRowException Returns the first object layout row in the ordered set where objectLayoutBoxId = ?.- Parameters:
objectLayoutBoxId
- the object layout box IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object layout row
- Throws:
NoSuchObjectLayoutRowException
- if a matching object layout row could not be foundNoSuchObjectLayoutRowException
-
fetchByObjectLayoutBoxId_First
public static ObjectLayoutRow fetchByObjectLayoutBoxId_First(long objectLayoutBoxId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator) Returns the first object layout row in the ordered set where objectLayoutBoxId = ?.- Parameters:
objectLayoutBoxId
- the object layout box IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object layout row, or
null
if a matching object layout row could not be found
-
findByObjectLayoutBoxId_Last
public static ObjectLayoutRow findByObjectLayoutBoxId_Last(long objectLayoutBoxId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator) throws NoSuchObjectLayoutRowException Returns the last object layout row in the ordered set where objectLayoutBoxId = ?.- Parameters:
objectLayoutBoxId
- the object layout box IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object layout row
- Throws:
NoSuchObjectLayoutRowException
- if a matching object layout row could not be foundNoSuchObjectLayoutRowException
-
fetchByObjectLayoutBoxId_Last
public static ObjectLayoutRow fetchByObjectLayoutBoxId_Last(long objectLayoutBoxId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator) Returns the last object layout row in the ordered set where objectLayoutBoxId = ?.- Parameters:
objectLayoutBoxId
- the object layout box IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object layout row, or
null
if a matching object layout row could not be found
-
findByObjectLayoutBoxId_PrevAndNext
public static ObjectLayoutRow[] findByObjectLayoutBoxId_PrevAndNext(long objectLayoutRowId, long objectLayoutBoxId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator) throws NoSuchObjectLayoutRowException Returns the object layout rows before and after the current object layout row in the ordered set where objectLayoutBoxId = ?.- Parameters:
objectLayoutRowId
- the primary key of the current object layout rowobjectLayoutBoxId
- the object layout box IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object layout row
- Throws:
NoSuchObjectLayoutRowException
- if a object layout row with the primary key could not be foundNoSuchObjectLayoutRowException
-
removeByObjectLayoutBoxId
public static void removeByObjectLayoutBoxId(long objectLayoutBoxId) Removes all the object layout rows where objectLayoutBoxId = ? from the database.- Parameters:
objectLayoutBoxId
- the object layout box ID
-
countByObjectLayoutBoxId
public static int countByObjectLayoutBoxId(long objectLayoutBoxId) Returns the number of object layout rows where objectLayoutBoxId = ?.- Parameters:
objectLayoutBoxId
- the object layout box ID- Returns:
- the number of matching object layout rows
-
cacheResult
Caches the object layout row in the entity cache if it is enabled.- Parameters:
objectLayoutRow
- the object layout row
-
cacheResult
Caches the object layout rows in the entity cache if it is enabled.- Parameters:
objectLayoutRows
- the object layout rows
-
create
Creates a new object layout row with the primary key. Does not add the object layout row to the database.- Parameters:
objectLayoutRowId
- the primary key for the new object layout row- Returns:
- the new object layout row
-
remove
Removes the object layout row with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
objectLayoutRowId
- the primary key of the object layout row- Returns:
- the object layout row that was removed
- Throws:
NoSuchObjectLayoutRowException
- if a object layout row with the primary key could not be foundNoSuchObjectLayoutRowException
-
updateImpl
-
findByPrimaryKey
public static ObjectLayoutRow findByPrimaryKey(long objectLayoutRowId) throws NoSuchObjectLayoutRowException Returns the object layout row with the primary key or throws aNoSuchObjectLayoutRowException
if it could not be found.- Parameters:
objectLayoutRowId
- the primary key of the object layout row- Returns:
- the object layout row
- Throws:
NoSuchObjectLayoutRowException
- if a object layout row with the primary key could not be foundNoSuchObjectLayoutRowException
-
fetchByPrimaryKey
Returns the object layout row with the primary key or returnsnull
if it could not be found.- Parameters:
objectLayoutRowId
- the primary key of the object layout row- Returns:
- the object layout row, or
null
if a object layout row with the primary key could not be found
-
findAll
Returns all the object layout rows.- Returns:
- the object layout rows
-
findAll
Returns a range of all the object layout rows.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 fromObjectLayoutRowModelImpl
.- Parameters:
start
- the lower bound of the range of object layout rowsend
- the upper bound of the range of object layout rows (not inclusive)- Returns:
- the range of object layout rows
-
findAll
public static List<ObjectLayoutRow> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator) Returns an ordered range of all the object layout rows.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 fromObjectLayoutRowModelImpl
.- Parameters:
start
- the lower bound of the range of object layout rowsend
- the upper bound of the range of object layout rows (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of object layout rows
-
findAll
public static List<ObjectLayoutRow> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object layout rows.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 fromObjectLayoutRowModelImpl
.- Parameters:
start
- the lower bound of the range of object layout rowsend
- the upper bound of the range of object layout rows (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 rows
-
removeAll
public static void removeAll()Removes all the object layout rows from the database. -
countAll
public static int countAll()Returns the number of object layout rows.- Returns:
- the number of object layout rows
-
getPersistence
-
setPersistence
-