public class ObjectViewFilterColumnUtil
extends java.lang.Object
com.liferay.object.service.persistence.impl.ObjectViewFilterColumnPersistenceImpl
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
ObjectViewFilterColumnPersistence
Constructor and Description |
---|
ObjectViewFilterColumnUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
cacheResult(java.util.List<ObjectViewFilterColumn> objectViewFilterColumns)
Caches the object view filter columns in the entity cache if it is enabled.
|
static void |
cacheResult(ObjectViewFilterColumn objectViewFilterColumn)
Caches the object view filter column in the entity cache if it is enabled.
|
static void |
clearCache() |
static void |
clearCache(ObjectViewFilterColumn objectViewFilterColumn) |
static int |
countAll()
Returns the number of object view filter columns.
|
static int |
countByObjectViewId(long objectViewId)
Returns the number of object view filter columns where objectViewId = ?.
|
static int |
countByOVI_OFN(long objectViewId,
java.lang.String objectFieldName)
Returns the number of object view filter columns where objectViewId = ? and objectFieldName = ?.
|
static int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of object view filter columns where uuid = ? and companyId = ?.
|
static int |
countByUuid(java.lang.String uuid)
Returns the number of object view filter columns where uuid = ?.
|
static long |
countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
static ObjectViewFilterColumn |
create(long objectViewFilterColumnId)
Creates a new object view filter column with the primary key.
|
static ObjectViewFilterColumn |
fetchByObjectViewId_First(long objectViewId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
Returns the first object view filter column in the ordered set where objectViewId = ?.
|
static ObjectViewFilterColumn |
fetchByObjectViewId_Last(long objectViewId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
Returns the last object view filter column in the ordered set where objectViewId = ?.
|
static ObjectViewFilterColumn |
fetchByOVI_OFN_First(long objectViewId,
java.lang.String objectFieldName,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
Returns the first object view filter column in the ordered set where objectViewId = ? and objectFieldName = ?.
|
static ObjectViewFilterColumn |
fetchByOVI_OFN_Last(long objectViewId,
java.lang.String objectFieldName,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
Returns the last object view filter column in the ordered set where objectViewId = ? and objectFieldName = ?.
|
static ObjectViewFilterColumn |
fetchByPrimaryKey(long objectViewFilterColumnId)
Returns the object view filter column with the primary key or returns
null if it could not be found. |
static java.util.Map<java.io.Serializable,ObjectViewFilterColumn> |
fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys) |
static ObjectViewFilterColumn |
fetchByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
Returns the first object view filter column in the ordered set where uuid = ? and companyId = ?.
|
static ObjectViewFilterColumn |
fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
Returns the last object view filter column in the ordered set where uuid = ? and companyId = ?.
|
static ObjectViewFilterColumn |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
Returns the first object view filter column in the ordered set where uuid = ?.
|
static ObjectViewFilterColumn |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
Returns the last object view filter column in the ordered set where uuid = ?.
|
static java.util.List<ObjectViewFilterColumn> |
findAll()
Returns all the object view filter columns.
|
static java.util.List<ObjectViewFilterColumn> |
findAll(int start,
int end)
Returns a range of all the object view filter columns.
|
static java.util.List<ObjectViewFilterColumn> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
Returns an ordered range of all the object view filter columns.
|
static java.util.List<ObjectViewFilterColumn> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the object view filter columns.
|
static ObjectViewFilterColumn |
findByObjectViewId_First(long objectViewId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
Returns the first object view filter column in the ordered set where objectViewId = ?.
|
static ObjectViewFilterColumn |
findByObjectViewId_Last(long objectViewId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
Returns the last object view filter column in the ordered set where objectViewId = ?.
|
static ObjectViewFilterColumn[] |
findByObjectViewId_PrevAndNext(long objectViewFilterColumnId,
long objectViewId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
Returns the object view filter columns before and after the current object view filter column in the ordered set where objectViewId = ?.
|
static java.util.List<ObjectViewFilterColumn> |
findByObjectViewId(long objectViewId)
Returns all the object view filter columns where objectViewId = ?.
|
static java.util.List<ObjectViewFilterColumn> |
findByObjectViewId(long objectViewId,
int start,
int end)
Returns a range of all the object view filter columns where objectViewId = ?.
|
static java.util.List<ObjectViewFilterColumn> |
findByObjectViewId(long objectViewId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
Returns an ordered range of all the object view filter columns where objectViewId = ?.
|
static java.util.List<ObjectViewFilterColumn> |
findByObjectViewId(long objectViewId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the object view filter columns where objectViewId = ?.
|
static ObjectViewFilterColumn |
findByOVI_OFN_First(long objectViewId,
java.lang.String objectFieldName,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
Returns the first object view filter column in the ordered set where objectViewId = ? and objectFieldName = ?.
|
static ObjectViewFilterColumn |
findByOVI_OFN_Last(long objectViewId,
java.lang.String objectFieldName,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
Returns the last object view filter column in the ordered set where objectViewId = ? and objectFieldName = ?.
|
static ObjectViewFilterColumn[] |
findByOVI_OFN_PrevAndNext(long objectViewFilterColumnId,
long objectViewId,
java.lang.String objectFieldName,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
Returns the object view filter columns before and after the current object view filter column in the ordered set where objectViewId = ? and objectFieldName = ?.
|
static java.util.List<ObjectViewFilterColumn> |
findByOVI_OFN(long objectViewId,
java.lang.String objectFieldName)
Returns all the object view filter columns where objectViewId = ? and objectFieldName = ?.
|
static java.util.List<ObjectViewFilterColumn> |
findByOVI_OFN(long objectViewId,
java.lang.String objectFieldName,
int start,
int end)
Returns a range of all the object view filter columns where objectViewId = ? and objectFieldName = ?.
|
static java.util.List<ObjectViewFilterColumn> |
findByOVI_OFN(long objectViewId,
java.lang.String objectFieldName,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
Returns an ordered range of all the object view filter columns where objectViewId = ? and objectFieldName = ?.
|
static java.util.List<ObjectViewFilterColumn> |
findByOVI_OFN(long objectViewId,
java.lang.String objectFieldName,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the object view filter columns where objectViewId = ? and objectFieldName = ?.
|
static ObjectViewFilterColumn |
findByPrimaryKey(long objectViewFilterColumnId)
Returns the object view filter column with the primary key or throws a
NoSuchObjectViewFilterColumnException if it could not be found. |
static ObjectViewFilterColumn |
findByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
Returns the first object view filter column in the ordered set where uuid = ? and companyId = ?.
|
static ObjectViewFilterColumn |
findByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
Returns the last object view filter column in the ordered set where uuid = ? and companyId = ?.
|
static ObjectViewFilterColumn[] |
findByUuid_C_PrevAndNext(long objectViewFilterColumnId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
Returns the object view filter columns before and after the current object view filter column in the ordered set where uuid = ? and companyId = ?.
|
static java.util.List<ObjectViewFilterColumn> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the object view filter columns where uuid = ? and companyId = ?.
|
static java.util.List<ObjectViewFilterColumn> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the object view filter columns where uuid = ? and companyId = ?.
|
static java.util.List<ObjectViewFilterColumn> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
Returns an ordered range of all the object view filter columns where uuid = ? and companyId = ?.
|
static java.util.List<ObjectViewFilterColumn> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the object view filter columns where uuid = ? and companyId = ?.
|
static ObjectViewFilterColumn |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
Returns the first object view filter column in the ordered set where uuid = ?.
|
static ObjectViewFilterColumn |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
Returns the last object view filter column in the ordered set where uuid = ?.
|
static ObjectViewFilterColumn[] |
findByUuid_PrevAndNext(long objectViewFilterColumnId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
Returns the object view filter columns before and after the current object view filter column in the ordered set where uuid = ?.
|
static java.util.List<ObjectViewFilterColumn> |
findByUuid(java.lang.String uuid)
Returns all the object view filter columns where uuid = ?.
|
static java.util.List<ObjectViewFilterColumn> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the object view filter columns where uuid = ?.
|
static java.util.List<ObjectViewFilterColumn> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
Returns an ordered range of all the object view filter columns where uuid = ?.
|
static java.util.List<ObjectViewFilterColumn> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the object view filter columns where uuid = ?.
|
static java.util.List<ObjectViewFilterColumn> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
static java.util.List<ObjectViewFilterColumn> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end) |
static java.util.List<ObjectViewFilterColumn> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator) |
static ObjectViewFilterColumnPersistence |
getPersistence() |
static ObjectViewFilterColumn |
remove(long objectViewFilterColumnId)
Removes the object view filter column with the primary key from the database.
|
static void |
removeAll()
Removes all the object view filter columns from the database.
|
static void |
removeByObjectViewId(long objectViewId)
Removes all the object view filter columns where objectViewId = ? from the database.
|
static void |
removeByOVI_OFN(long objectViewId,
java.lang.String objectFieldName)
Removes all the object view filter columns where objectViewId = ? and objectFieldName = ? from the database.
|
static void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the object view filter columns where uuid = ? and companyId = ? from the database.
|
static void |
removeByUuid(java.lang.String uuid)
Removes all the object view filter columns where uuid = ? from the database.
|
static void |
setPersistence(ObjectViewFilterColumnPersistence persistence) |
static ObjectViewFilterColumn |
update(ObjectViewFilterColumn objectViewFilterColumn) |
static ObjectViewFilterColumn |
update(ObjectViewFilterColumn objectViewFilterColumn,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static ObjectViewFilterColumn |
updateImpl(ObjectViewFilterColumn objectViewFilterColumn) |
public static void clearCache()
BasePersistence.clearCache()
public static void clearCache(ObjectViewFilterColumn objectViewFilterColumn)
BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
BasePersistence.countWithDynamicQuery(DynamicQuery)
public static java.util.Map<java.io.Serializable,ObjectViewFilterColumn> fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys)
BasePersistence.fetchByPrimaryKeys(Set)
public static java.util.List<ObjectViewFilterColumn> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
BasePersistence.findWithDynamicQuery(DynamicQuery)
public static java.util.List<ObjectViewFilterColumn> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static java.util.List<ObjectViewFilterColumn> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static ObjectViewFilterColumn update(ObjectViewFilterColumn objectViewFilterColumn)
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
public static ObjectViewFilterColumn update(ObjectViewFilterColumn objectViewFilterColumn, com.liferay.portal.kernel.service.ServiceContext serviceContext)
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
public static java.util.List<ObjectViewFilterColumn> findByUuid(java.lang.String uuid)
uuid
- the uuidpublic static java.util.List<ObjectViewFilterColumn> 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 ObjectViewFilterColumnModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of object view filter columnsend
- the upper bound of the range of object view filter columns (not inclusive)public static java.util.List<ObjectViewFilterColumn> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> 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 ObjectViewFilterColumnModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of object view filter columnsend
- the upper bound of the range of object view filter columns (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<ObjectViewFilterColumn> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> 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 ObjectViewFilterColumnModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of object view filter columnsend
- the upper bound of the range of object view filter columns (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static ObjectViewFilterColumn findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator) throws NoSuchObjectViewFilterColumnException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectViewFilterColumnException
- if a matching object view filter column could not be foundpublic static ObjectViewFilterColumn fetchByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object view filter column could not be foundpublic static ObjectViewFilterColumn findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator) throws NoSuchObjectViewFilterColumnException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectViewFilterColumnException
- if a matching object view filter column could not be foundpublic static ObjectViewFilterColumn fetchByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object view filter column could not be foundpublic static ObjectViewFilterColumn[] findByUuid_PrevAndNext(long objectViewFilterColumnId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator) throws NoSuchObjectViewFilterColumnException
objectViewFilterColumnId
- the primary key of the current object view filter columnuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectViewFilterColumnException
- if a object view filter column with the primary key could not be foundpublic static void removeByUuid(java.lang.String uuid)
uuid
- the uuidpublic static int countByUuid(java.lang.String uuid)
uuid
- the uuidpublic static java.util.List<ObjectViewFilterColumn> findByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static java.util.List<ObjectViewFilterColumn> 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 ObjectViewFilterColumnModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of object view filter columnsend
- the upper bound of the range of object view filter columns (not inclusive)public static java.util.List<ObjectViewFilterColumn> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> 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 ObjectViewFilterColumnModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of object view filter columnsend
- the upper bound of the range of object view filter columns (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<ObjectViewFilterColumn> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> 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 ObjectViewFilterColumnModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of object view filter columnsend
- the upper bound of the range of object view filter columns (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static ObjectViewFilterColumn findByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator) throws NoSuchObjectViewFilterColumnException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectViewFilterColumnException
- if a matching object view filter column could not be foundpublic static ObjectViewFilterColumn fetchByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object view filter column could not be foundpublic static ObjectViewFilterColumn findByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator) throws NoSuchObjectViewFilterColumnException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectViewFilterColumnException
- if a matching object view filter column could not be foundpublic static ObjectViewFilterColumn fetchByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object view filter column could not be foundpublic static ObjectViewFilterColumn[] findByUuid_C_PrevAndNext(long objectViewFilterColumnId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator) throws NoSuchObjectViewFilterColumnException
objectViewFilterColumnId
- the primary key of the current object view filter columnuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectViewFilterColumnException
- if a object view filter column with the primary key could not be foundpublic static void removeByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static int countByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static java.util.List<ObjectViewFilterColumn> findByObjectViewId(long objectViewId)
objectViewId
- the object view IDpublic static java.util.List<ObjectViewFilterColumn> findByObjectViewId(long objectViewId, 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 ObjectViewFilterColumnModelImpl
.
objectViewId
- the object view IDstart
- the lower bound of the range of object view filter columnsend
- the upper bound of the range of object view filter columns (not inclusive)public static java.util.List<ObjectViewFilterColumn> findByObjectViewId(long objectViewId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> 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 ObjectViewFilterColumnModelImpl
.
objectViewId
- the object view IDstart
- the lower bound of the range of object view filter columnsend
- the upper bound of the range of object view filter columns (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<ObjectViewFilterColumn> findByObjectViewId(long objectViewId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> 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 ObjectViewFilterColumnModelImpl
.
objectViewId
- the object view IDstart
- the lower bound of the range of object view filter columnsend
- the upper bound of the range of object view filter columns (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static ObjectViewFilterColumn findByObjectViewId_First(long objectViewId, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator) throws NoSuchObjectViewFilterColumnException
objectViewId
- the object view IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectViewFilterColumnException
- if a matching object view filter column could not be foundpublic static ObjectViewFilterColumn fetchByObjectViewId_First(long objectViewId, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
objectViewId
- the object view IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object view filter column could not be foundpublic static ObjectViewFilterColumn findByObjectViewId_Last(long objectViewId, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator) throws NoSuchObjectViewFilterColumnException
objectViewId
- the object view IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectViewFilterColumnException
- if a matching object view filter column could not be foundpublic static ObjectViewFilterColumn fetchByObjectViewId_Last(long objectViewId, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
objectViewId
- the object view IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object view filter column could not be foundpublic static ObjectViewFilterColumn[] findByObjectViewId_PrevAndNext(long objectViewFilterColumnId, long objectViewId, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator) throws NoSuchObjectViewFilterColumnException
objectViewFilterColumnId
- the primary key of the current object view filter columnobjectViewId
- the object view IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectViewFilterColumnException
- if a object view filter column with the primary key could not be foundpublic static void removeByObjectViewId(long objectViewId)
objectViewId
- the object view IDpublic static int countByObjectViewId(long objectViewId)
objectViewId
- the object view IDpublic static java.util.List<ObjectViewFilterColumn> findByOVI_OFN(long objectViewId, java.lang.String objectFieldName)
objectViewId
- the object view IDobjectFieldName
- the object field namepublic static java.util.List<ObjectViewFilterColumn> findByOVI_OFN(long objectViewId, java.lang.String objectFieldName, 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 ObjectViewFilterColumnModelImpl
.
objectViewId
- the object view IDobjectFieldName
- the object field namestart
- the lower bound of the range of object view filter columnsend
- the upper bound of the range of object view filter columns (not inclusive)public static java.util.List<ObjectViewFilterColumn> findByOVI_OFN(long objectViewId, java.lang.String objectFieldName, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> 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 ObjectViewFilterColumnModelImpl
.
objectViewId
- the object view IDobjectFieldName
- the object field namestart
- the lower bound of the range of object view filter columnsend
- the upper bound of the range of object view filter columns (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<ObjectViewFilterColumn> findByOVI_OFN(long objectViewId, java.lang.String objectFieldName, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> 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 ObjectViewFilterColumnModelImpl
.
objectViewId
- the object view IDobjectFieldName
- the object field namestart
- the lower bound of the range of object view filter columnsend
- the upper bound of the range of object view filter columns (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static ObjectViewFilterColumn findByOVI_OFN_First(long objectViewId, java.lang.String objectFieldName, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator) throws NoSuchObjectViewFilterColumnException
objectViewId
- the object view IDobjectFieldName
- the object field nameorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectViewFilterColumnException
- if a matching object view filter column could not be foundpublic static ObjectViewFilterColumn fetchByOVI_OFN_First(long objectViewId, java.lang.String objectFieldName, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
objectViewId
- the object view IDobjectFieldName
- the object field nameorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object view filter column could not be foundpublic static ObjectViewFilterColumn findByOVI_OFN_Last(long objectViewId, java.lang.String objectFieldName, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator) throws NoSuchObjectViewFilterColumnException
objectViewId
- the object view IDobjectFieldName
- the object field nameorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectViewFilterColumnException
- if a matching object view filter column could not be foundpublic static ObjectViewFilterColumn fetchByOVI_OFN_Last(long objectViewId, java.lang.String objectFieldName, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator)
objectViewId
- the object view IDobjectFieldName
- the object field nameorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object view filter column could not be foundpublic static ObjectViewFilterColumn[] findByOVI_OFN_PrevAndNext(long objectViewFilterColumnId, long objectViewId, java.lang.String objectFieldName, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator) throws NoSuchObjectViewFilterColumnException
objectViewFilterColumnId
- the primary key of the current object view filter columnobjectViewId
- the object view IDobjectFieldName
- the object field nameorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectViewFilterColumnException
- if a object view filter column with the primary key could not be foundpublic static void removeByOVI_OFN(long objectViewId, java.lang.String objectFieldName)
objectViewId
- the object view IDobjectFieldName
- the object field namepublic static int countByOVI_OFN(long objectViewId, java.lang.String objectFieldName)
objectViewId
- the object view IDobjectFieldName
- the object field namepublic static void cacheResult(ObjectViewFilterColumn objectViewFilterColumn)
objectViewFilterColumn
- the object view filter columnpublic static void cacheResult(java.util.List<ObjectViewFilterColumn> objectViewFilterColumns)
objectViewFilterColumns
- the object view filter columnspublic static ObjectViewFilterColumn create(long objectViewFilterColumnId)
objectViewFilterColumnId
- the primary key for the new object view filter columnpublic static ObjectViewFilterColumn remove(long objectViewFilterColumnId) throws NoSuchObjectViewFilterColumnException
objectViewFilterColumnId
- the primary key of the object view filter columnNoSuchObjectViewFilterColumnException
- if a object view filter column with the primary key could not be foundpublic static ObjectViewFilterColumn updateImpl(ObjectViewFilterColumn objectViewFilterColumn)
public static ObjectViewFilterColumn findByPrimaryKey(long objectViewFilterColumnId) throws NoSuchObjectViewFilterColumnException
NoSuchObjectViewFilterColumnException
if it could not be found.objectViewFilterColumnId
- the primary key of the object view filter columnNoSuchObjectViewFilterColumnException
- if a object view filter column with the primary key could not be foundpublic static ObjectViewFilterColumn fetchByPrimaryKey(long objectViewFilterColumnId)
null
if it could not be found.objectViewFilterColumnId
- the primary key of the object view filter columnnull
if a object view filter column with the primary key could not be foundpublic static java.util.List<ObjectViewFilterColumn> findAll()
public static java.util.List<ObjectViewFilterColumn> 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 ObjectViewFilterColumnModelImpl
.
start
- the lower bound of the range of object view filter columnsend
- the upper bound of the range of object view filter columns (not inclusive)public static java.util.List<ObjectViewFilterColumn> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> 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 ObjectViewFilterColumnModelImpl
.
start
- the lower bound of the range of object view filter columnsend
- the upper bound of the range of object view filter columns (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<ObjectViewFilterColumn> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> 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 ObjectViewFilterColumnModelImpl
.
start
- the lower bound of the range of object view filter columnsend
- the upper bound of the range of object view filter columns (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static void removeAll()
public static int countAll()
public static ObjectViewFilterColumnPersistence getPersistence()
public static void setPersistence(ObjectViewFilterColumnPersistence persistence)