@ProviderType public interface ObjectLayoutColumnPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<ObjectLayoutColumn>
Caching information and settings can be found in portal.properties
ObjectLayoutColumnUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(java.util.List<ObjectLayoutColumn> objectLayoutColumns)
Caches the object layout columns in the entity cache if it is enabled.
|
void |
cacheResult(ObjectLayoutColumn objectLayoutColumn)
Caches the object layout column in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of object layout columns.
|
int |
countByObjectLayoutRowId(long objectLayoutRowId)
Returns the number of object layout columns where objectLayoutRowId = ?.
|
int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of object layout columns where uuid = ? and companyId = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of object layout columns where uuid = ?.
|
ObjectLayoutColumn |
create(long objectLayoutColumnId)
Creates a new object layout column with the primary key.
|
ObjectLayoutColumn |
fetchByObjectLayoutRowId_First(long objectLayoutRowId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator)
Returns the first object layout column in the ordered set where objectLayoutRowId = ?.
|
ObjectLayoutColumn |
fetchByObjectLayoutRowId_Last(long objectLayoutRowId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator)
Returns the last object layout column in the ordered set where objectLayoutRowId = ?.
|
ObjectLayoutColumn |
fetchByPrimaryKey(long objectLayoutColumnId)
Returns the object layout column with the primary key or returns
null if it could not be found. |
ObjectLayoutColumn |
fetchByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator)
Returns the first object layout column in the ordered set where uuid = ? and companyId = ?.
|
ObjectLayoutColumn |
fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator)
Returns the last object layout column in the ordered set where uuid = ? and companyId = ?.
|
ObjectLayoutColumn |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator)
Returns the first object layout column in the ordered set where uuid = ?.
|
ObjectLayoutColumn |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator)
Returns the last object layout column in the ordered set where uuid = ?.
|
java.util.List<ObjectLayoutColumn> |
findAll()
Returns all the object layout columns.
|
java.util.List<ObjectLayoutColumn> |
findAll(int start,
int end)
Returns a range of all the object layout columns.
|
java.util.List<ObjectLayoutColumn> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator)
Returns an ordered range of all the object layout columns.
|
java.util.List<ObjectLayoutColumn> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the object layout columns.
|
ObjectLayoutColumn |
findByObjectLayoutRowId_First(long objectLayoutRowId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator)
Returns the first object layout column in the ordered set where objectLayoutRowId = ?.
|
ObjectLayoutColumn |
findByObjectLayoutRowId_Last(long objectLayoutRowId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator)
Returns the last object layout column in the ordered set where objectLayoutRowId = ?.
|
ObjectLayoutColumn[] |
findByObjectLayoutRowId_PrevAndNext(long objectLayoutColumnId,
long objectLayoutRowId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator)
Returns the object layout columns before and after the current object layout column in the ordered set where objectLayoutRowId = ?.
|
java.util.List<ObjectLayoutColumn> |
findByObjectLayoutRowId(long objectLayoutRowId)
Returns all the object layout columns where objectLayoutRowId = ?.
|
java.util.List<ObjectLayoutColumn> |
findByObjectLayoutRowId(long objectLayoutRowId,
int start,
int end)
Returns a range of all the object layout columns where objectLayoutRowId = ?.
|
java.util.List<ObjectLayoutColumn> |
findByObjectLayoutRowId(long objectLayoutRowId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator)
Returns an ordered range of all the object layout columns where objectLayoutRowId = ?.
|
java.util.List<ObjectLayoutColumn> |
findByObjectLayoutRowId(long objectLayoutRowId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the object layout columns where objectLayoutRowId = ?.
|
ObjectLayoutColumn |
findByPrimaryKey(long objectLayoutColumnId)
Returns the object layout column with the primary key or throws a
NoSuchObjectLayoutColumnException if it could not be found. |
ObjectLayoutColumn |
findByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator)
Returns the first object layout column in the ordered set where uuid = ? and companyId = ?.
|
ObjectLayoutColumn |
findByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator)
Returns the last object layout column in the ordered set where uuid = ? and companyId = ?.
|
ObjectLayoutColumn[] |
findByUuid_C_PrevAndNext(long objectLayoutColumnId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator)
Returns the object layout columns before and after the current object layout column in the ordered set where uuid = ? and companyId = ?.
|
java.util.List<ObjectLayoutColumn> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the object layout columns where uuid = ? and companyId = ?.
|
java.util.List<ObjectLayoutColumn> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the object layout columns where uuid = ? and companyId = ?.
|
java.util.List<ObjectLayoutColumn> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator)
Returns an ordered range of all the object layout columns where uuid = ? and companyId = ?.
|
java.util.List<ObjectLayoutColumn> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the object layout columns where uuid = ? and companyId = ?.
|
ObjectLayoutColumn |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator)
Returns the first object layout column in the ordered set where uuid = ?.
|
ObjectLayoutColumn |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator)
Returns the last object layout column in the ordered set where uuid = ?.
|
ObjectLayoutColumn[] |
findByUuid_PrevAndNext(long objectLayoutColumnId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator)
Returns the object layout columns before and after the current object layout column in the ordered set where uuid = ?.
|
java.util.List<ObjectLayoutColumn> |
findByUuid(java.lang.String uuid)
Returns all the object layout columns where uuid = ?.
|
java.util.List<ObjectLayoutColumn> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the object layout columns where uuid = ?.
|
java.util.List<ObjectLayoutColumn> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator)
Returns an ordered range of all the object layout columns where uuid = ?.
|
java.util.List<ObjectLayoutColumn> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the object layout columns where uuid = ?.
|
ObjectLayoutColumn |
remove(long objectLayoutColumnId)
Removes the object layout column with the primary key from the database.
|
void |
removeAll()
Removes all the object layout columns from the database.
|
void |
removeByObjectLayoutRowId(long objectLayoutRowId)
Removes all the object layout columns where objectLayoutRowId = ? from the database.
|
void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the object layout columns where uuid = ? and companyId = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the object layout columns where uuid = ? from the database.
|
ObjectLayoutColumn |
updateImpl(ObjectLayoutColumn objectLayoutColumn) |
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<ObjectLayoutColumn> findByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<ObjectLayoutColumn> 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 ObjectLayoutColumnModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of object layout columnsend
- the upper bound of the range of object layout columns (not inclusive)java.util.List<ObjectLayoutColumn> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> 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 ObjectLayoutColumnModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of object layout columnsend
- the upper bound of the range of object layout columns (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<ObjectLayoutColumn> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> 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 ObjectLayoutColumnModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of object layout columnsend
- the upper bound of the range of object layout columns (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheObjectLayoutColumn findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) throws NoSuchObjectLayoutColumnException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectLayoutColumnException
- if a matching object layout column could not be foundObjectLayoutColumn fetchByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object layout column could not be foundObjectLayoutColumn findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) throws NoSuchObjectLayoutColumnException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectLayoutColumnException
- if a matching object layout column could not be foundObjectLayoutColumn fetchByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object layout column could not be foundObjectLayoutColumn[] findByUuid_PrevAndNext(long objectLayoutColumnId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) throws NoSuchObjectLayoutColumnException
objectLayoutColumnId
- the primary key of the current object layout columnuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectLayoutColumnException
- if a object layout column 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<ObjectLayoutColumn> findByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<ObjectLayoutColumn> 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 ObjectLayoutColumnModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of object layout columnsend
- the upper bound of the range of object layout columns (not inclusive)java.util.List<ObjectLayoutColumn> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> 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 ObjectLayoutColumnModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of object layout columnsend
- the upper bound of the range of object layout columns (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<ObjectLayoutColumn> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> 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 ObjectLayoutColumnModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of object layout columnsend
- the upper bound of the range of object layout columns (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheObjectLayoutColumn findByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) throws NoSuchObjectLayoutColumnException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectLayoutColumnException
- if a matching object layout column could not be foundObjectLayoutColumn fetchByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object layout column could not be foundObjectLayoutColumn findByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) throws NoSuchObjectLayoutColumnException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectLayoutColumnException
- if a matching object layout column could not be foundObjectLayoutColumn fetchByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object layout column could not be foundObjectLayoutColumn[] findByUuid_C_PrevAndNext(long objectLayoutColumnId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) throws NoSuchObjectLayoutColumnException
objectLayoutColumnId
- the primary key of the current object layout columnuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectLayoutColumnException
- if a object layout column 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<ObjectLayoutColumn> findByObjectLayoutRowId(long objectLayoutRowId)
objectLayoutRowId
- the object layout row IDjava.util.List<ObjectLayoutColumn> findByObjectLayoutRowId(long objectLayoutRowId, 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 ObjectLayoutColumnModelImpl
.
objectLayoutRowId
- the object layout row IDstart
- the lower bound of the range of object layout columnsend
- the upper bound of the range of object layout columns (not inclusive)java.util.List<ObjectLayoutColumn> findByObjectLayoutRowId(long objectLayoutRowId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> 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 ObjectLayoutColumnModelImpl
.
objectLayoutRowId
- the object layout row IDstart
- the lower bound of the range of object layout columnsend
- the upper bound of the range of object layout columns (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<ObjectLayoutColumn> findByObjectLayoutRowId(long objectLayoutRowId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> 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 ObjectLayoutColumnModelImpl
.
objectLayoutRowId
- the object layout row IDstart
- the lower bound of the range of object layout columnsend
- the upper bound of the range of object layout columns (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheObjectLayoutColumn findByObjectLayoutRowId_First(long objectLayoutRowId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) throws NoSuchObjectLayoutColumnException
objectLayoutRowId
- the object layout row IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectLayoutColumnException
- if a matching object layout column could not be foundObjectLayoutColumn fetchByObjectLayoutRowId_First(long objectLayoutRowId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator)
objectLayoutRowId
- the object layout row IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object layout column could not be foundObjectLayoutColumn findByObjectLayoutRowId_Last(long objectLayoutRowId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) throws NoSuchObjectLayoutColumnException
objectLayoutRowId
- the object layout row IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectLayoutColumnException
- if a matching object layout column could not be foundObjectLayoutColumn fetchByObjectLayoutRowId_Last(long objectLayoutRowId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator)
objectLayoutRowId
- the object layout row IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object layout column could not be foundObjectLayoutColumn[] findByObjectLayoutRowId_PrevAndNext(long objectLayoutColumnId, long objectLayoutRowId, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> orderByComparator) throws NoSuchObjectLayoutColumnException
objectLayoutColumnId
- the primary key of the current object layout columnobjectLayoutRowId
- the object layout row IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectLayoutColumnException
- if a object layout column with the primary key could not be foundvoid removeByObjectLayoutRowId(long objectLayoutRowId)
objectLayoutRowId
- the object layout row IDint countByObjectLayoutRowId(long objectLayoutRowId)
objectLayoutRowId
- the object layout row IDvoid cacheResult(ObjectLayoutColumn objectLayoutColumn)
objectLayoutColumn
- the object layout columnvoid cacheResult(java.util.List<ObjectLayoutColumn> objectLayoutColumns)
objectLayoutColumns
- the object layout columnsObjectLayoutColumn create(long objectLayoutColumnId)
objectLayoutColumnId
- the primary key for the new object layout columnObjectLayoutColumn remove(long objectLayoutColumnId) throws NoSuchObjectLayoutColumnException
objectLayoutColumnId
- the primary key of the object layout columnNoSuchObjectLayoutColumnException
- if a object layout column with the primary key could not be foundObjectLayoutColumn updateImpl(ObjectLayoutColumn objectLayoutColumn)
ObjectLayoutColumn findByPrimaryKey(long objectLayoutColumnId) throws NoSuchObjectLayoutColumnException
NoSuchObjectLayoutColumnException
if it could not be found.objectLayoutColumnId
- the primary key of the object layout columnNoSuchObjectLayoutColumnException
- if a object layout column with the primary key could not be foundObjectLayoutColumn fetchByPrimaryKey(long objectLayoutColumnId)
null
if it could not be found.objectLayoutColumnId
- the primary key of the object layout columnnull
if a object layout column with the primary key could not be foundjava.util.List<ObjectLayoutColumn> findAll()
java.util.List<ObjectLayoutColumn> 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 ObjectLayoutColumnModelImpl
.
start
- the lower bound of the range of object layout columnsend
- the upper bound of the range of object layout columns (not inclusive)java.util.List<ObjectLayoutColumn> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> 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 ObjectLayoutColumnModelImpl
.
start
- the lower bound of the range of object layout columnsend
- the upper bound of the range of object layout columns (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<ObjectLayoutColumn> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectLayoutColumn> 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 ObjectLayoutColumnModelImpl
.
start
- the lower bound of the range of object layout columnsend
- the upper bound of the range of object layout columns (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachevoid removeAll()
int countAll()