@ProviderType public interface ObjectLayoutRowPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<ObjectLayoutRow>
Caching information and settings can be found in portal.properties
ObjectLayoutRowUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(java.util.List<ObjectLayoutRow> objectLayoutRows)
Caches the object layout rows in the entity cache if it is enabled.
|
void |
cacheResult(ObjectLayoutRow objectLayoutRow)
Caches the object layout row in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of object layout rows.
|
int |
countByObjectLayoutBoxId(long objectLayoutBoxId)
Returns the number of object layout rows where objectLayoutBoxId = ?.
|
int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of object layout rows where uuid = ? and companyId = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of object layout rows where uuid = ?.
|
ObjectLayoutRow |
create(long objectLayoutRowId)
Creates a new object layout row with the primary key.
|
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 = ?.
|
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 = ?.
|
ObjectLayoutRow |
fetchByPrimaryKey(long objectLayoutRowId)
Returns the object layout row with the primary key or returns
null if it could not be found. |
ObjectLayoutRow |
fetchByUuid_C_First(java.lang.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 = ?.
|
ObjectLayoutRow |
fetchByUuid_C_Last(java.lang.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 = ?.
|
ObjectLayoutRow |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator)
Returns the first object layout row in the ordered set where uuid = ?.
|
ObjectLayoutRow |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator)
Returns the last object layout row in the ordered set where uuid = ?.
|
java.util.List<ObjectLayoutRow> |
findAll()
Returns all the object layout rows.
|
java.util.List<ObjectLayoutRow> |
findAll(int start,
int end)
Returns a range of all the object layout rows.
|
java.util.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.
|
java.util.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.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
java.util.List<ObjectLayoutRow> |
findByObjectLayoutBoxId(long objectLayoutBoxId)
Returns all the object layout rows where objectLayoutBoxId = ?.
|
java.util.List<ObjectLayoutRow> |
findByObjectLayoutBoxId(long objectLayoutBoxId,
int start,
int end)
Returns a range of all the object layout rows where objectLayoutBoxId = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
ObjectLayoutRow |
findByPrimaryKey(long objectLayoutRowId)
Returns the object layout row with the primary key or throws a
NoSuchObjectLayoutRowException if it could not be found. |
ObjectLayoutRow |
findByUuid_C_First(java.lang.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 = ?.
|
ObjectLayoutRow |
findByUuid_C_Last(java.lang.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 = ?.
|
ObjectLayoutRow[] |
findByUuid_C_PrevAndNext(long objectLayoutRowId,
java.lang.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 = ?.
|
java.util.List<ObjectLayoutRow> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the object layout rows where uuid = ? and companyId = ?.
|
java.util.List<ObjectLayoutRow> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the object layout rows where uuid = ? and companyId = ?.
|
java.util.List<ObjectLayoutRow> |
findByUuid_C(java.lang.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 = ?.
|
java.util.List<ObjectLayoutRow> |
findByUuid_C(java.lang.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 = ?.
|
ObjectLayoutRow |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator)
Returns the first object layout row in the ordered set where uuid = ?.
|
ObjectLayoutRow |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator)
Returns the last object layout row in the ordered set where uuid = ?.
|
ObjectLayoutRow[] |
findByUuid_PrevAndNext(long objectLayoutRowId,
java.lang.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 = ?.
|
java.util.List<ObjectLayoutRow> |
findByUuid(java.lang.String uuid)
Returns all the object layout rows where uuid = ?.
|
java.util.List<ObjectLayoutRow> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the object layout rows where uuid = ?.
|
java.util.List<ObjectLayoutRow> |
findByUuid(java.lang.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 = ?.
|
java.util.List<ObjectLayoutRow> |
findByUuid(java.lang.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 = ?.
|
ObjectLayoutRow |
remove(long objectLayoutRowId)
Removes the object layout row with the primary key from the database.
|
void |
removeAll()
Removes all the object layout rows from the database.
|
void |
removeByObjectLayoutBoxId(long objectLayoutBoxId)
Removes all the object layout rows where objectLayoutBoxId = ? from the database.
|
void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the object layout rows where uuid = ? and companyId = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the object layout rows where uuid = ? from the database.
|
ObjectLayoutRow |
updateImpl(ObjectLayoutRow objectLayoutRow) |
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, setDataSource, unregisterListener, update, update
java.util.List<ObjectLayoutRow> findByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<ObjectLayoutRow> findByUuid(java.lang.String uuid, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from ObjectLayoutRowModelImpl
.
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)java.util.List<ObjectLayoutRow> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from ObjectLayoutRowModelImpl
.
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 (optionally null
)java.util.List<ObjectLayoutRow> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from ObjectLayoutRowModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheObjectLayoutRow findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator) throws NoSuchObjectLayoutRowException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectLayoutRowException
- if a matching object layout row could not be foundObjectLayoutRow fetchByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object layout row could not be foundObjectLayoutRow findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator) throws NoSuchObjectLayoutRowException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectLayoutRowException
- if a matching object layout row could not be foundObjectLayoutRow fetchByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object layout row could not be foundObjectLayoutRow[] findByUuid_PrevAndNext(long objectLayoutRowId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator) throws NoSuchObjectLayoutRowException
objectLayoutRowId
- the primary key of the current object layout rowuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectLayoutRowException
- if a object layout row with the primary key could not be foundvoid removeByUuid(java.lang.String uuid)
uuid
- the uuidint countByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<ObjectLayoutRow> findByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<ObjectLayoutRow> findByUuid_C(java.lang.String uuid, long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from ObjectLayoutRowModelImpl
.
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)java.util.List<ObjectLayoutRow> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from ObjectLayoutRowModelImpl
.
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 (optionally null
)java.util.List<ObjectLayoutRow> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from ObjectLayoutRowModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheObjectLayoutRow findByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator) throws NoSuchObjectLayoutRowException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectLayoutRowException
- if a matching object layout row could not be foundObjectLayoutRow fetchByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object layout row could not be foundObjectLayoutRow findByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator) throws NoSuchObjectLayoutRowException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectLayoutRowException
- if a matching object layout row could not be foundObjectLayoutRow fetchByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object layout row could not be foundObjectLayoutRow[] findByUuid_C_PrevAndNext(long objectLayoutRowId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator) throws NoSuchObjectLayoutRowException
objectLayoutRowId
- the primary key of the current object layout rowuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectLayoutRowException
- if a object layout row with the primary key could not be foundvoid removeByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDint countByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<ObjectLayoutRow> findByObjectLayoutBoxId(long objectLayoutBoxId)
objectLayoutBoxId
- the object layout box IDjava.util.List<ObjectLayoutRow> findByObjectLayoutBoxId(long objectLayoutBoxId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from ObjectLayoutRowModelImpl
.
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)java.util.List<ObjectLayoutRow> findByObjectLayoutBoxId(long objectLayoutBoxId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from ObjectLayoutRowModelImpl
.
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 (optionally null
)java.util.List<ObjectLayoutRow> findByObjectLayoutBoxId(long objectLayoutBoxId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from ObjectLayoutRowModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheObjectLayoutRow findByObjectLayoutBoxId_First(long objectLayoutBoxId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator) throws NoSuchObjectLayoutRowException
objectLayoutBoxId
- the object layout box IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectLayoutRowException
- if a matching object layout row could not be foundObjectLayoutRow fetchByObjectLayoutBoxId_First(long objectLayoutBoxId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator)
objectLayoutBoxId
- the object layout box IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object layout row could not be foundObjectLayoutRow findByObjectLayoutBoxId_Last(long objectLayoutBoxId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator) throws NoSuchObjectLayoutRowException
objectLayoutBoxId
- the object layout box IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectLayoutRowException
- if a matching object layout row could not be foundObjectLayoutRow fetchByObjectLayoutBoxId_Last(long objectLayoutBoxId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator)
objectLayoutBoxId
- the object layout box IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object layout row could not be foundObjectLayoutRow[] findByObjectLayoutBoxId_PrevAndNext(long objectLayoutRowId, long objectLayoutBoxId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator) throws NoSuchObjectLayoutRowException
objectLayoutRowId
- the primary key of the current object layout rowobjectLayoutBoxId
- the object layout box IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectLayoutRowException
- if a object layout row with the primary key could not be foundvoid removeByObjectLayoutBoxId(long objectLayoutBoxId)
objectLayoutBoxId
- the object layout box IDint countByObjectLayoutBoxId(long objectLayoutBoxId)
objectLayoutBoxId
- the object layout box IDvoid cacheResult(ObjectLayoutRow objectLayoutRow)
objectLayoutRow
- the object layout rowvoid cacheResult(java.util.List<ObjectLayoutRow> objectLayoutRows)
objectLayoutRows
- the object layout rowsObjectLayoutRow create(long objectLayoutRowId)
objectLayoutRowId
- the primary key for the new object layout rowObjectLayoutRow remove(long objectLayoutRowId) throws NoSuchObjectLayoutRowException
objectLayoutRowId
- the primary key of the object layout rowNoSuchObjectLayoutRowException
- if a object layout row with the primary key could not be foundObjectLayoutRow updateImpl(ObjectLayoutRow objectLayoutRow)
ObjectLayoutRow findByPrimaryKey(long objectLayoutRowId) throws NoSuchObjectLayoutRowException
NoSuchObjectLayoutRowException
if it could not be found.objectLayoutRowId
- the primary key of the object layout rowNoSuchObjectLayoutRowException
- if a object layout row with the primary key could not be foundObjectLayoutRow fetchByPrimaryKey(long objectLayoutRowId)
null
if it could not be found.objectLayoutRowId
- the primary key of the object layout rownull
if a object layout row with the primary key could not be foundjava.util.List<ObjectLayoutRow> findAll()
java.util.List<ObjectLayoutRow> findAll(int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from ObjectLayoutRowModelImpl
.
start
- the lower bound of the range of object layout rowsend
- the upper bound of the range of object layout rows (not inclusive)java.util.List<ObjectLayoutRow> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from ObjectLayoutRowModelImpl
.
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 (optionally null
)java.util.List<ObjectLayoutRow> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutRow> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from ObjectLayoutRowModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cachevoid removeAll()
int countAll()