Class ObjectViewFilterColumnUtil
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
- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
cacheResult
(ObjectViewFilterColumn objectViewFilterColumn) Caches the object view filter column in the entity cache if it is enabled.static void
cacheResult
(List<ObjectViewFilterColumn> objectViewFilterColumns) Caches the object view filter columns in the entity cache if it is enabled.static void
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, String objectFieldName) Returns the number of object view filter columns where objectViewId = ? and objectFieldName = ?.static int
countByUuid
(String uuid) Returns the number of object view filter columns where uuid = ?.static int
countByUuid_C
(String uuid, long companyId) Returns the number of object view filter columns where uuid = ? and companyId = ?.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, 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, 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 returnsnull
if it could not be found.static Map<Serializable,
ObjectViewFilterColumn> fetchByPrimaryKeys
(Set<Serializable> primaryKeys) static ObjectViewFilterColumn
fetchByUuid_C_First
(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
(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
(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
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator) Returns the last object view filter column in the ordered set where uuid = ?.static List<ObjectViewFilterColumn>
findAll()
Returns all the object view filter columns.static List<ObjectViewFilterColumn>
findAll
(int start, int end) Returns a range of all the object view filter columns.static 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 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 List<ObjectViewFilterColumn>
findByObjectViewId
(long objectViewId) Returns all the object view filter columns where objectViewId = ?.static List<ObjectViewFilterColumn>
findByObjectViewId
(long objectViewId, int start, int end) Returns a range of all the object view filter columns where objectViewId = ?.static 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 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
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 List<ObjectViewFilterColumn>
findByOVI_OFN
(long objectViewId, String objectFieldName) Returns all the object view filter columns where objectViewId = ? and objectFieldName = ?.static List<ObjectViewFilterColumn>
findByOVI_OFN
(long objectViewId, String objectFieldName, int start, int end) Returns a range of all the object view filter columns where objectViewId = ? and objectFieldName = ?.static List<ObjectViewFilterColumn>
findByOVI_OFN
(long objectViewId, 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 List<ObjectViewFilterColumn>
findByOVI_OFN
(long objectViewId, 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
findByOVI_OFN_First
(long objectViewId, 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, 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, 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 ObjectViewFilterColumn
findByPrimaryKey
(long objectViewFilterColumnId) Returns the object view filter column with the primary key or throws aNoSuchObjectViewFilterColumnException
if it could not be found.static List<ObjectViewFilterColumn>
findByUuid
(String uuid) Returns all the object view filter columns where uuid = ?.static List<ObjectViewFilterColumn>
findByUuid
(String uuid, int start, int end) Returns a range of all the object view filter columns where uuid = ?.static List<ObjectViewFilterColumn>
findByUuid
(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 List<ObjectViewFilterColumn>
findByUuid
(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 List<ObjectViewFilterColumn>
findByUuid_C
(String uuid, long companyId) Returns all the object view filter columns where uuid = ? and companyId = ?.static List<ObjectViewFilterColumn>
findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the object view filter columns where uuid = ? and companyId = ?.static List<ObjectViewFilterColumn>
findByUuid_C
(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 List<ObjectViewFilterColumn>
findByUuid_C
(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_C_First
(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
(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, 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 ObjectViewFilterColumn
findByUuid_First
(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
(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, 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 List<ObjectViewFilterColumn>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static List<ObjectViewFilterColumn>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) static List<ObjectViewFilterColumn>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator) static ObjectViewFilterColumn
remove
(long objectViewFilterColumnId) Removes the object view filter column with the primary key from the database.static void
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, String objectFieldName) Removes all the object view filter columns where objectViewId = ? and objectFieldName = ? from the database.static void
removeByUuid
(String uuid) Removes all the object view filter columns where uuid = ? from the database.static void
removeByUuid_C
(String uuid, long companyId) Removes all the object view filter columns where uuid = ? and companyId = ? 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)
-
Constructor Details
-
ObjectViewFilterColumnUtil
public ObjectViewFilterColumnUtil()
-
-
Method Details
-
clearCache
public static void clearCache()- See Also:
-
BasePersistence.clearCache()
-
clearCache
- See Also:
-
BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
-
countWithDynamicQuery
public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.countWithDynamicQuery(DynamicQuery)
-
fetchByPrimaryKeys
public static Map<Serializable,ObjectViewFilterColumn> fetchByPrimaryKeys(Set<Serializable> primaryKeys) - See Also:
-
BasePersistence.fetchByPrimaryKeys(Set)
-
findWithDynamicQuery
public static List<ObjectViewFilterColumn> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery)
-
findWithDynamicQuery
public static List<ObjectViewFilterColumn> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
-
findWithDynamicQuery
public static List<ObjectViewFilterColumn> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
-
update
- See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
-
update
public static ObjectViewFilterColumn update(ObjectViewFilterColumn objectViewFilterColumn, com.liferay.portal.kernel.service.ServiceContext serviceContext) - See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
-
findByUuid
Returns all the object view filter columns where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching object view filter columns
-
findByUuid
Returns a range of all the object view filter columns where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectViewFilterColumnModelImpl
.- Parameters:
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)- Returns:
- the range of matching object view filter columns
-
findByUuid
public static List<ObjectViewFilterColumn> findByUuid(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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectViewFilterColumnModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching object view filter columns
-
findByUuid
public static List<ObjectViewFilterColumn> findByUuid(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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectViewFilterColumnModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching object view filter columns
-
findByUuid_First
public static ObjectViewFilterColumn findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator) throws NoSuchObjectViewFilterColumnException Returns the first object view filter column in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object view filter column
- Throws:
NoSuchObjectViewFilterColumnException
- if a matching object view filter column could not be foundNoSuchObjectViewFilterColumnException
-
fetchByUuid_First
public static ObjectViewFilterColumn fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator) Returns the first object view filter column in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object view filter column, or
null
if a matching object view filter column could not be found
-
findByUuid_Last
public static ObjectViewFilterColumn findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator) throws NoSuchObjectViewFilterColumnException Returns the last object view filter column in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object view filter column
- Throws:
NoSuchObjectViewFilterColumnException
- if a matching object view filter column could not be foundNoSuchObjectViewFilterColumnException
-
fetchByUuid_Last
public static ObjectViewFilterColumn fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator) Returns the last object view filter column in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object view filter column, or
null
if a matching object view filter column could not be found
-
findByUuid_PrevAndNext
public static ObjectViewFilterColumn[] findByUuid_PrevAndNext(long objectViewFilterColumnId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator) throws NoSuchObjectViewFilterColumnException Returns the object view filter columns before and after the current object view filter column in the ordered set where uuid = ?.- Parameters:
objectViewFilterColumnId
- the primary key of the current object view filter columnuuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object view filter column
- Throws:
NoSuchObjectViewFilterColumnException
- if a object view filter column with the primary key could not be foundNoSuchObjectViewFilterColumnException
-
removeByUuid
Removes all the object view filter columns where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of object view filter columns where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching object view filter columns
-
findByUuid_C
Returns all the object view filter columns where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching object view filter columns
-
findByUuid_C
public static List<ObjectViewFilterColumn> findByUuid_C(String uuid, long companyId, int start, int end) Returns a range of all the object view filter columns where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectViewFilterColumnModelImpl
.- Parameters:
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)- Returns:
- the range of matching object view filter columns
-
findByUuid_C
public static List<ObjectViewFilterColumn> findByUuid_C(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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectViewFilterColumnModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching object view filter columns
-
findByUuid_C
public static List<ObjectViewFilterColumn> findByUuid_C(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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectViewFilterColumnModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching object view filter columns
-
findByUuid_C_First
public static ObjectViewFilterColumn findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator) throws NoSuchObjectViewFilterColumnException Returns the first object view filter column in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object view filter column
- Throws:
NoSuchObjectViewFilterColumnException
- if a matching object view filter column could not be foundNoSuchObjectViewFilterColumnException
-
fetchByUuid_C_First
public static ObjectViewFilterColumn fetchByUuid_C_First(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 = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object view filter column, or
null
if a matching object view filter column could not be found
-
findByUuid_C_Last
public static ObjectViewFilterColumn findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator) throws NoSuchObjectViewFilterColumnException Returns the last object view filter column in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object view filter column
- Throws:
NoSuchObjectViewFilterColumnException
- if a matching object view filter column could not be foundNoSuchObjectViewFilterColumnException
-
fetchByUuid_C_Last
public static ObjectViewFilterColumn fetchByUuid_C_Last(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 = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object view filter column, or
null
if a matching object view filter column could not be found
-
findByUuid_C_PrevAndNext
public static ObjectViewFilterColumn[] findByUuid_C_PrevAndNext(long objectViewFilterColumnId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator) throws NoSuchObjectViewFilterColumnException Returns the object view filter columns before and after the current object view filter column in the ordered set where uuid = ? and companyId = ?.- Parameters:
objectViewFilterColumnId
- the primary key of the current object view filter columnuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object view filter column
- Throws:
NoSuchObjectViewFilterColumnException
- if a object view filter column with the primary key could not be foundNoSuchObjectViewFilterColumnException
-
removeByUuid_C
Removes all the object view filter columns where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of object view filter columns where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching object view filter columns
-
findByObjectViewId
Returns all the object view filter columns where objectViewId = ?.- Parameters:
objectViewId
- the object view ID- Returns:
- the matching object view filter columns
-
findByObjectViewId
public static List<ObjectViewFilterColumn> findByObjectViewId(long objectViewId, int start, int end) Returns a range of all the object view filter columns where objectViewId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectViewFilterColumnModelImpl
.- Parameters:
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)- Returns:
- the range of matching object view filter columns
-
findByObjectViewId
public static 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectViewFilterColumnModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching object view filter columns
-
findByObjectViewId
public static 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectViewFilterColumnModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching object view filter columns
-
findByObjectViewId_First
public static ObjectViewFilterColumn findByObjectViewId_First(long objectViewId, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator) throws NoSuchObjectViewFilterColumnException Returns the first object view filter column in the ordered set where objectViewId = ?.- Parameters:
objectViewId
- the object view IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object view filter column
- Throws:
NoSuchObjectViewFilterColumnException
- if a matching object view filter column could not be foundNoSuchObjectViewFilterColumnException
-
fetchByObjectViewId_First
public 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 = ?.- Parameters:
objectViewId
- the object view IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object view filter column, or
null
if a matching object view filter column could not be found
-
findByObjectViewId_Last
public static ObjectViewFilterColumn findByObjectViewId_Last(long objectViewId, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator) throws NoSuchObjectViewFilterColumnException Returns the last object view filter column in the ordered set where objectViewId = ?.- Parameters:
objectViewId
- the object view IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object view filter column
- Throws:
NoSuchObjectViewFilterColumnException
- if a matching object view filter column could not be foundNoSuchObjectViewFilterColumnException
-
fetchByObjectViewId_Last
public 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 = ?.- Parameters:
objectViewId
- the object view IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object view filter column, or
null
if a matching object view filter column could not be found
-
findByObjectViewId_PrevAndNext
public static ObjectViewFilterColumn[] findByObjectViewId_PrevAndNext(long objectViewFilterColumnId, long objectViewId, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator) throws NoSuchObjectViewFilterColumnException Returns the object view filter columns before and after the current object view filter column in the ordered set where objectViewId = ?.- Parameters:
objectViewFilterColumnId
- the primary key of the current object view filter columnobjectViewId
- the object view IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object view filter column
- Throws:
NoSuchObjectViewFilterColumnException
- if a object view filter column with the primary key could not be foundNoSuchObjectViewFilterColumnException
-
removeByObjectViewId
public static void removeByObjectViewId(long objectViewId) Removes all the object view filter columns where objectViewId = ? from the database.- Parameters:
objectViewId
- the object view ID
-
countByObjectViewId
public static int countByObjectViewId(long objectViewId) Returns the number of object view filter columns where objectViewId = ?.- Parameters:
objectViewId
- the object view ID- Returns:
- the number of matching object view filter columns
-
findByOVI_OFN
Returns all the object view filter columns where objectViewId = ? and objectFieldName = ?.- Parameters:
objectViewId
- the object view IDobjectFieldName
- the object field name- Returns:
- the matching object view filter columns
-
findByOVI_OFN
public static List<ObjectViewFilterColumn> findByOVI_OFN(long objectViewId, String objectFieldName, int start, int end) Returns a range of all the object view filter columns where objectViewId = ? and objectFieldName = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectViewFilterColumnModelImpl
.- Parameters:
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)- Returns:
- the range of matching object view filter columns
-
findByOVI_OFN
public static List<ObjectViewFilterColumn> findByOVI_OFN(long objectViewId, 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectViewFilterColumnModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching object view filter columns
-
findByOVI_OFN
public static List<ObjectViewFilterColumn> findByOVI_OFN(long objectViewId, 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectViewFilterColumnModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching object view filter columns
-
findByOVI_OFN_First
public static ObjectViewFilterColumn findByOVI_OFN_First(long objectViewId, String objectFieldName, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator) throws NoSuchObjectViewFilterColumnException Returns the first object view filter column in the ordered set where objectViewId = ? and objectFieldName = ?.- Parameters:
objectViewId
- the object view IDobjectFieldName
- the object field nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object view filter column
- Throws:
NoSuchObjectViewFilterColumnException
- if a matching object view filter column could not be foundNoSuchObjectViewFilterColumnException
-
fetchByOVI_OFN_First
public static ObjectViewFilterColumn fetchByOVI_OFN_First(long objectViewId, 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 = ?.- Parameters:
objectViewId
- the object view IDobjectFieldName
- the object field nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object view filter column, or
null
if a matching object view filter column could not be found
-
findByOVI_OFN_Last
public static ObjectViewFilterColumn findByOVI_OFN_Last(long objectViewId, String objectFieldName, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator) throws NoSuchObjectViewFilterColumnException Returns the last object view filter column in the ordered set where objectViewId = ? and objectFieldName = ?.- Parameters:
objectViewId
- the object view IDobjectFieldName
- the object field nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object view filter column
- Throws:
NoSuchObjectViewFilterColumnException
- if a matching object view filter column could not be foundNoSuchObjectViewFilterColumnException
-
fetchByOVI_OFN_Last
public static ObjectViewFilterColumn fetchByOVI_OFN_Last(long objectViewId, 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 = ?.- Parameters:
objectViewId
- the object view IDobjectFieldName
- the object field nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object view filter column, or
null
if a matching object view filter column could not be found
-
findByOVI_OFN_PrevAndNext
public static ObjectViewFilterColumn[] findByOVI_OFN_PrevAndNext(long objectViewFilterColumnId, long objectViewId, String objectFieldName, com.liferay.portal.kernel.util.OrderByComparator<ObjectViewFilterColumn> orderByComparator) throws NoSuchObjectViewFilterColumnException Returns the object view filter columns before and after the current object view filter column in the ordered set where objectViewId = ? and objectFieldName = ?.- Parameters:
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 (optionallynull
)- Returns:
- the previous, current, and next object view filter column
- Throws:
NoSuchObjectViewFilterColumnException
- if a object view filter column with the primary key could not be foundNoSuchObjectViewFilterColumnException
-
removeByOVI_OFN
Removes all the object view filter columns where objectViewId = ? and objectFieldName = ? from the database.- Parameters:
objectViewId
- the object view IDobjectFieldName
- the object field name
-
countByOVI_OFN
Returns the number of object view filter columns where objectViewId = ? and objectFieldName = ?.- Parameters:
objectViewId
- the object view IDobjectFieldName
- the object field name- Returns:
- the number of matching object view filter columns
-
cacheResult
Caches the object view filter column in the entity cache if it is enabled.- Parameters:
objectViewFilterColumn
- the object view filter column
-
cacheResult
Caches the object view filter columns in the entity cache if it is enabled.- Parameters:
objectViewFilterColumns
- the object view filter columns
-
create
Creates a new object view filter column with the primary key. Does not add the object view filter column to the database.- Parameters:
objectViewFilterColumnId
- the primary key for the new object view filter column- Returns:
- the new object view filter column
-
remove
public static ObjectViewFilterColumn remove(long objectViewFilterColumnId) throws NoSuchObjectViewFilterColumnException Removes the object view filter column with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
objectViewFilterColumnId
- the primary key of the object view filter column- Returns:
- the object view filter column that was removed
- Throws:
NoSuchObjectViewFilterColumnException
- if a object view filter column with the primary key could not be foundNoSuchObjectViewFilterColumnException
-
updateImpl
-
findByPrimaryKey
public static ObjectViewFilterColumn findByPrimaryKey(long objectViewFilterColumnId) throws NoSuchObjectViewFilterColumnException Returns the object view filter column with the primary key or throws aNoSuchObjectViewFilterColumnException
if it could not be found.- Parameters:
objectViewFilterColumnId
- the primary key of the object view filter column- Returns:
- the object view filter column
- Throws:
NoSuchObjectViewFilterColumnException
- if a object view filter column with the primary key could not be foundNoSuchObjectViewFilterColumnException
-
fetchByPrimaryKey
Returns the object view filter column with the primary key or returnsnull
if it could not be found.- Parameters:
objectViewFilterColumnId
- the primary key of the object view filter column- Returns:
- the object view filter column, or
null
if a object view filter column with the primary key could not be found
-
findAll
Returns all the object view filter columns.- Returns:
- the object view filter columns
-
findAll
Returns a range of all the object view filter columns.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectViewFilterColumnModelImpl
.- Parameters:
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)- Returns:
- the range of object view filter columns
-
findAll
public static 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.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectViewFilterColumnModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of object view filter columns
-
findAll
public static 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.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectViewFilterColumnModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of object view filter columns
-
removeAll
public static void removeAll()Removes all the object view filter columns from the database. -
countAll
public static int countAll()Returns the number of object view filter columns.- Returns:
- the number of object view filter columns
-
getPersistence
-
setPersistence
-