@ProviderType public interface ObjectLayoutTabPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<ObjectLayoutTab>
Caching information and settings can be found in portal.properties
ObjectLayoutTabUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(java.util.List<ObjectLayoutTab> objectLayoutTabs)
Caches the object layout tabs in the entity cache if it is enabled.
|
void |
cacheResult(ObjectLayoutTab objectLayoutTab)
Caches the object layout tab in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of object layout tabs.
|
int |
countByObjectLayoutId(long objectLayoutId)
Returns the number of object layout tabs where objectLayoutId = ?.
|
int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of object layout tabs where uuid = ? and companyId = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of object layout tabs where uuid = ?.
|
ObjectLayoutTab |
create(long objectLayoutTabId)
Creates a new object layout tab with the primary key.
|
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 = ?.
|
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 = ?.
|
ObjectLayoutTab |
fetchByPrimaryKey(long objectLayoutTabId)
Returns the object layout tab with the primary key or returns
null if it could not be found. |
ObjectLayoutTab |
fetchByUuid_C_First(java.lang.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 = ?.
|
ObjectLayoutTab |
fetchByUuid_C_Last(java.lang.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 = ?.
|
ObjectLayoutTab |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator)
Returns the first object layout tab in the ordered set where uuid = ?.
|
ObjectLayoutTab |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator)
Returns the last object layout tab in the ordered set where uuid = ?.
|
java.util.List<ObjectLayoutTab> |
findAll()
Returns all the object layout tabs.
|
java.util.List<ObjectLayoutTab> |
findAll(int start,
int end)
Returns a range of all the object layout tabs.
|
java.util.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.
|
java.util.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.
|
ObjectLayoutTab |
findByObjectLayoutId_First(long objectLayoutId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator)
Returns the first object layout tab in the ordered set where objectLayoutId = ?.
|
ObjectLayoutTab |
findByObjectLayoutId_Last(long objectLayoutId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator)
Returns the last object layout tab in the ordered set where objectLayoutId = ?.
|
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 = ?.
|
java.util.List<ObjectLayoutTab> |
findByObjectLayoutId(long objectLayoutId)
Returns all the object layout tabs where objectLayoutId = ?.
|
java.util.List<ObjectLayoutTab> |
findByObjectLayoutId(long objectLayoutId,
int start,
int end)
Returns a range of all the object layout tabs where objectLayoutId = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
ObjectLayoutTab |
findByPrimaryKey(long objectLayoutTabId)
Returns the object layout tab with the primary key or throws a
NoSuchObjectLayoutTabException if it could not be found. |
ObjectLayoutTab |
findByUuid_C_First(java.lang.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 = ?.
|
ObjectLayoutTab |
findByUuid_C_Last(java.lang.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 = ?.
|
ObjectLayoutTab[] |
findByUuid_C_PrevAndNext(long objectLayoutTabId,
java.lang.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 = ?.
|
java.util.List<ObjectLayoutTab> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the object layout tabs where uuid = ? and companyId = ?.
|
java.util.List<ObjectLayoutTab> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the object layout tabs where uuid = ? and companyId = ?.
|
java.util.List<ObjectLayoutTab> |
findByUuid_C(java.lang.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 = ?.
|
java.util.List<ObjectLayoutTab> |
findByUuid_C(java.lang.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 = ?.
|
ObjectLayoutTab |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator)
Returns the first object layout tab in the ordered set where uuid = ?.
|
ObjectLayoutTab |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator)
Returns the last object layout tab in the ordered set where uuid = ?.
|
ObjectLayoutTab[] |
findByUuid_PrevAndNext(long objectLayoutTabId,
java.lang.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 = ?.
|
java.util.List<ObjectLayoutTab> |
findByUuid(java.lang.String uuid)
Returns all the object layout tabs where uuid = ?.
|
java.util.List<ObjectLayoutTab> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the object layout tabs where uuid = ?.
|
java.util.List<ObjectLayoutTab> |
findByUuid(java.lang.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 = ?.
|
java.util.List<ObjectLayoutTab> |
findByUuid(java.lang.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 = ?.
|
ObjectLayoutTab |
remove(long objectLayoutTabId)
Removes the object layout tab with the primary key from the database.
|
void |
removeAll()
Removes all the object layout tabs from the database.
|
void |
removeByObjectLayoutId(long objectLayoutId)
Removes all the object layout tabs where objectLayoutId = ? from the database.
|
void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the object layout tabs where uuid = ? and companyId = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the object layout tabs where uuid = ? from the database.
|
ObjectLayoutTab |
updateImpl(ObjectLayoutTab objectLayoutTab) |
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<ObjectLayoutTab> findByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<ObjectLayoutTab> 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 ObjectLayoutTabModelImpl
.
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)java.util.List<ObjectLayoutTab> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> 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 ObjectLayoutTabModelImpl
.
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 (optionally null
)java.util.List<ObjectLayoutTab> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> 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 ObjectLayoutTabModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheObjectLayoutTab findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) throws NoSuchObjectLayoutTabException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectLayoutTabException
- if a matching object layout tab could not be foundObjectLayoutTab fetchByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object layout tab could not be foundObjectLayoutTab findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) throws NoSuchObjectLayoutTabException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectLayoutTabException
- if a matching object layout tab could not be foundObjectLayoutTab fetchByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object layout tab could not be foundObjectLayoutTab[] findByUuid_PrevAndNext(long objectLayoutTabId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) throws NoSuchObjectLayoutTabException
objectLayoutTabId
- the primary key of the current object layout tabuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectLayoutTabException
- if a object layout tab 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<ObjectLayoutTab> findByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<ObjectLayoutTab> 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 ObjectLayoutTabModelImpl
.
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)java.util.List<ObjectLayoutTab> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> 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 ObjectLayoutTabModelImpl
.
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 (optionally null
)java.util.List<ObjectLayoutTab> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> 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 ObjectLayoutTabModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheObjectLayoutTab findByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) throws NoSuchObjectLayoutTabException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectLayoutTabException
- if a matching object layout tab could not be foundObjectLayoutTab fetchByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object layout tab could not be foundObjectLayoutTab findByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) throws NoSuchObjectLayoutTabException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectLayoutTabException
- if a matching object layout tab could not be foundObjectLayoutTab fetchByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object layout tab could not be foundObjectLayoutTab[] findByUuid_C_PrevAndNext(long objectLayoutTabId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) throws NoSuchObjectLayoutTabException
objectLayoutTabId
- the primary key of the current object layout tabuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectLayoutTabException
- if a object layout tab 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<ObjectLayoutTab> findByObjectLayoutId(long objectLayoutId)
objectLayoutId
- the object layout IDjava.util.List<ObjectLayoutTab> findByObjectLayoutId(long objectLayoutId, 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 ObjectLayoutTabModelImpl
.
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)java.util.List<ObjectLayoutTab> findByObjectLayoutId(long objectLayoutId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> 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 ObjectLayoutTabModelImpl
.
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 (optionally null
)java.util.List<ObjectLayoutTab> findByObjectLayoutId(long objectLayoutId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> 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 ObjectLayoutTabModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheObjectLayoutTab findByObjectLayoutId_First(long objectLayoutId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) throws NoSuchObjectLayoutTabException
objectLayoutId
- the object layout IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectLayoutTabException
- if a matching object layout tab could not be foundObjectLayoutTab fetchByObjectLayoutId_First(long objectLayoutId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator)
objectLayoutId
- the object layout IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object layout tab could not be foundObjectLayoutTab findByObjectLayoutId_Last(long objectLayoutId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) throws NoSuchObjectLayoutTabException
objectLayoutId
- the object layout IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectLayoutTabException
- if a matching object layout tab could not be foundObjectLayoutTab fetchByObjectLayoutId_Last(long objectLayoutId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator)
objectLayoutId
- the object layout IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object layout tab could not be foundObjectLayoutTab[] findByObjectLayoutId_PrevAndNext(long objectLayoutTabId, long objectLayoutId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> orderByComparator) throws NoSuchObjectLayoutTabException
objectLayoutTabId
- the primary key of the current object layout tabobjectLayoutId
- the object layout IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectLayoutTabException
- if a object layout tab with the primary key could not be foundvoid removeByObjectLayoutId(long objectLayoutId)
objectLayoutId
- the object layout IDint countByObjectLayoutId(long objectLayoutId)
objectLayoutId
- the object layout IDvoid cacheResult(ObjectLayoutTab objectLayoutTab)
objectLayoutTab
- the object layout tabvoid cacheResult(java.util.List<ObjectLayoutTab> objectLayoutTabs)
objectLayoutTabs
- the object layout tabsObjectLayoutTab create(long objectLayoutTabId)
objectLayoutTabId
- the primary key for the new object layout tabObjectLayoutTab remove(long objectLayoutTabId) throws NoSuchObjectLayoutTabException
objectLayoutTabId
- the primary key of the object layout tabNoSuchObjectLayoutTabException
- if a object layout tab with the primary key could not be foundObjectLayoutTab updateImpl(ObjectLayoutTab objectLayoutTab)
ObjectLayoutTab findByPrimaryKey(long objectLayoutTabId) throws NoSuchObjectLayoutTabException
NoSuchObjectLayoutTabException
if it could not be found.objectLayoutTabId
- the primary key of the object layout tabNoSuchObjectLayoutTabException
- if a object layout tab with the primary key could not be foundObjectLayoutTab fetchByPrimaryKey(long objectLayoutTabId)
null
if it could not be found.objectLayoutTabId
- the primary key of the object layout tabnull
if a object layout tab with the primary key could not be foundjava.util.List<ObjectLayoutTab> findAll()
java.util.List<ObjectLayoutTab> 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 ObjectLayoutTabModelImpl
.
start
- the lower bound of the range of object layout tabsend
- the upper bound of the range of object layout tabs (not inclusive)java.util.List<ObjectLayoutTab> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> 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 ObjectLayoutTabModelImpl
.
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 (optionally null
)java.util.List<ObjectLayoutTab> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutTab> 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 ObjectLayoutTabModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cachevoid removeAll()
int countAll()