Class KaleoTaskFormUtil
com.liferay.portal.workflow.kaleo.service.persistence.impl.KaleoTaskFormPersistenceImpl 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 voidcacheResult(KaleoTaskForm kaleoTaskForm) Caches the kaleo task form in the entity cache if it is enabled.static voidcacheResult(List<KaleoTaskForm> kaleoTaskForms) Caches the kaleo task forms in the entity cache if it is enabled.static voidstatic voidclearCache(KaleoTaskForm kaleoTaskForm) static intcountAll()Returns the number of kaleo task forms.static intcountByCompanyId(long companyId) Returns the number of kaleo task forms where companyId = ?.static intcountByFormUuid_KTI(long kaleoTaskId, String formUuid) Returns the number of kaleo task forms where kaleoTaskId = ? and formUuid = ?.static intcountByKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Returns the number of kaleo task forms where kaleoDefinitionVersionId = ?.static intcountByKaleoNodeId(long kaleoNodeId) Returns the number of kaleo task forms where kaleoNodeId = ?.static intcountByKaleoTaskId(long kaleoTaskId) Returns the number of kaleo task forms where kaleoTaskId = ?.static longcountWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static KaleoTaskFormcreate(long kaleoTaskFormId) Creates a new kaleo task form with the primary key.static KaleoTaskFormfetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns the first kaleo task form in the ordered set where companyId = ?.static KaleoTaskFormfetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns the last kaleo task form in the ordered set where companyId = ?.static KaleoTaskFormfetchByFormUuid_KTI(long kaleoTaskId, String formUuid) Returns the kaleo task form where kaleoTaskId = ? and formUuid = ? or returnsnullif it could not be found.static KaleoTaskFormfetchByFormUuid_KTI(long kaleoTaskId, String formUuid, boolean useFinderCache) Returns the kaleo task form where kaleoTaskId = ? and formUuid = ? or returnsnullif it could not be found, optionally using the finder cache.static KaleoTaskFormfetchByKaleoDefinitionVersionId_First(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns the first kaleo task form in the ordered set where kaleoDefinitionVersionId = ?.static KaleoTaskFormfetchByKaleoDefinitionVersionId_Last(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns the last kaleo task form in the ordered set where kaleoDefinitionVersionId = ?.static KaleoTaskFormfetchByKaleoNodeId_First(long kaleoNodeId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns the first kaleo task form in the ordered set where kaleoNodeId = ?.static KaleoTaskFormfetchByKaleoNodeId_Last(long kaleoNodeId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns the last kaleo task form in the ordered set where kaleoNodeId = ?.static KaleoTaskFormfetchByKaleoTaskId_First(long kaleoTaskId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns the first kaleo task form in the ordered set where kaleoTaskId = ?.static KaleoTaskFormfetchByKaleoTaskId_Last(long kaleoTaskId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns the last kaleo task form in the ordered set where kaleoTaskId = ?.static KaleoTaskFormfetchByPrimaryKey(long kaleoTaskFormId) Returns the kaleo task form with the primary key or returnsnullif it could not be found.static Map<Serializable,KaleoTaskForm> fetchByPrimaryKeys(Set<Serializable> primaryKeys) static List<KaleoTaskForm>findAll()Returns all the kaleo task forms.static List<KaleoTaskForm>findAll(int start, int end) Returns a range of all the kaleo task forms.static List<KaleoTaskForm>findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns an ordered range of all the kaleo task forms.static List<KaleoTaskForm>findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo task forms.static List<KaleoTaskForm>findByCompanyId(long companyId) Returns all the kaleo task forms where companyId = ?.static List<KaleoTaskForm>findByCompanyId(long companyId, int start, int end) Returns a range of all the kaleo task forms where companyId = ?.static List<KaleoTaskForm>findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns an ordered range of all the kaleo task forms where companyId = ?.static List<KaleoTaskForm>findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo task forms where companyId = ?.static KaleoTaskFormfindByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns the first kaleo task form in the ordered set where companyId = ?.static KaleoTaskFormfindByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns the last kaleo task form in the ordered set where companyId = ?.static KaleoTaskForm[]findByCompanyId_PrevAndNext(long kaleoTaskFormId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns the kaleo task forms before and after the current kaleo task form in the ordered set where companyId = ?.static KaleoTaskFormfindByFormUuid_KTI(long kaleoTaskId, String formUuid) Returns the kaleo task form where kaleoTaskId = ? and formUuid = ? or throws aNoSuchTaskFormExceptionif it could not be found.static List<KaleoTaskForm>findByKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Returns all the kaleo task forms where kaleoDefinitionVersionId = ?.static List<KaleoTaskForm>findByKaleoDefinitionVersionId(long kaleoDefinitionVersionId, int start, int end) Returns a range of all the kaleo task forms where kaleoDefinitionVersionId = ?.static List<KaleoTaskForm>findByKaleoDefinitionVersionId(long kaleoDefinitionVersionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns an ordered range of all the kaleo task forms where kaleoDefinitionVersionId = ?.static List<KaleoTaskForm>findByKaleoDefinitionVersionId(long kaleoDefinitionVersionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo task forms where kaleoDefinitionVersionId = ?.static KaleoTaskFormfindByKaleoDefinitionVersionId_First(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns the first kaleo task form in the ordered set where kaleoDefinitionVersionId = ?.static KaleoTaskFormfindByKaleoDefinitionVersionId_Last(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns the last kaleo task form in the ordered set where kaleoDefinitionVersionId = ?.static KaleoTaskForm[]findByKaleoDefinitionVersionId_PrevAndNext(long kaleoTaskFormId, long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns the kaleo task forms before and after the current kaleo task form in the ordered set where kaleoDefinitionVersionId = ?.static List<KaleoTaskForm>findByKaleoNodeId(long kaleoNodeId) Returns all the kaleo task forms where kaleoNodeId = ?.static List<KaleoTaskForm>findByKaleoNodeId(long kaleoNodeId, int start, int end) Returns a range of all the kaleo task forms where kaleoNodeId = ?.static List<KaleoTaskForm>findByKaleoNodeId(long kaleoNodeId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns an ordered range of all the kaleo task forms where kaleoNodeId = ?.static List<KaleoTaskForm>findByKaleoNodeId(long kaleoNodeId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo task forms where kaleoNodeId = ?.static KaleoTaskFormfindByKaleoNodeId_First(long kaleoNodeId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns the first kaleo task form in the ordered set where kaleoNodeId = ?.static KaleoTaskFormfindByKaleoNodeId_Last(long kaleoNodeId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns the last kaleo task form in the ordered set where kaleoNodeId = ?.static KaleoTaskForm[]findByKaleoNodeId_PrevAndNext(long kaleoTaskFormId, long kaleoNodeId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns the kaleo task forms before and after the current kaleo task form in the ordered set where kaleoNodeId = ?.static List<KaleoTaskForm>findByKaleoTaskId(long kaleoTaskId) Returns all the kaleo task forms where kaleoTaskId = ?.static List<KaleoTaskForm>findByKaleoTaskId(long kaleoTaskId, int start, int end) Returns a range of all the kaleo task forms where kaleoTaskId = ?.static List<KaleoTaskForm>findByKaleoTaskId(long kaleoTaskId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns an ordered range of all the kaleo task forms where kaleoTaskId = ?.static List<KaleoTaskForm>findByKaleoTaskId(long kaleoTaskId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo task forms where kaleoTaskId = ?.static KaleoTaskFormfindByKaleoTaskId_First(long kaleoTaskId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns the first kaleo task form in the ordered set where kaleoTaskId = ?.static KaleoTaskFormfindByKaleoTaskId_Last(long kaleoTaskId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns the last kaleo task form in the ordered set where kaleoTaskId = ?.static KaleoTaskForm[]findByKaleoTaskId_PrevAndNext(long kaleoTaskFormId, long kaleoTaskId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns the kaleo task forms before and after the current kaleo task form in the ordered set where kaleoTaskId = ?.static KaleoTaskFormfindByPrimaryKey(long kaleoTaskFormId) Returns the kaleo task form with the primary key or throws aNoSuchTaskFormExceptionif it could not be found.static List<KaleoTaskForm>findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static List<KaleoTaskForm>findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) static List<KaleoTaskForm>findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) static KaleoTaskFormPersistencestatic KaleoTaskFormremove(long kaleoTaskFormId) Removes the kaleo task form with the primary key from the database.static voidRemoves all the kaleo task forms from the database.static voidremoveByCompanyId(long companyId) Removes all the kaleo task forms where companyId = ? from the database.static KaleoTaskFormremoveByFormUuid_KTI(long kaleoTaskId, String formUuid) Removes the kaleo task form where kaleoTaskId = ? and formUuid = ? from the database.static voidremoveByKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Removes all the kaleo task forms where kaleoDefinitionVersionId = ? from the database.static voidremoveByKaleoNodeId(long kaleoNodeId) Removes all the kaleo task forms where kaleoNodeId = ? from the database.static voidremoveByKaleoTaskId(long kaleoTaskId) Removes all the kaleo task forms where kaleoTaskId = ? from the database.static voidsetPersistence(KaleoTaskFormPersistence persistence) static KaleoTaskFormupdate(KaleoTaskForm kaleoTaskForm) static KaleoTaskFormupdate(KaleoTaskForm kaleoTaskForm, com.liferay.portal.kernel.service.ServiceContext serviceContext) static KaleoTaskFormupdateImpl(KaleoTaskForm kaleoTaskForm)
-
Constructor Details
-
KaleoTaskFormUtil
public KaleoTaskFormUtil()
-
-
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
- See Also:
-
BasePersistence.fetchByPrimaryKeys(Set)
-
findWithDynamicQuery
public static List<KaleoTaskForm> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery)
-
findWithDynamicQuery
public static List<KaleoTaskForm> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
-
findWithDynamicQuery
public static List<KaleoTaskForm> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
-
update
- See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
-
update
public static KaleoTaskForm update(KaleoTaskForm kaleoTaskForm, com.liferay.portal.kernel.service.ServiceContext serviceContext) - See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
-
findByCompanyId
Returns all the kaleo task forms where companyId = ?.- Parameters:
companyId- the company ID- Returns:
- the matching kaleo task forms
-
findByCompanyId
Returns a range of all the kaleo task forms where companyId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromKaleoTaskFormModelImpl.- Parameters:
companyId- the company IDstart- the lower bound of the range of kaleo task formsend- the upper bound of the range of kaleo task forms (not inclusive)- Returns:
- the range of matching kaleo task forms
-
findByCompanyId
public static List<KaleoTaskForm> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns an ordered range of all the kaleo task forms where companyId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromKaleoTaskFormModelImpl.- Parameters:
companyId- the company IDstart- the lower bound of the range of kaleo task formsend- the upper bound of the range of kaleo task forms (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching kaleo task forms
-
findByCompanyId
public static List<KaleoTaskForm> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo task forms where companyId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromKaleoTaskFormModelImpl.- Parameters:
companyId- the company IDstart- the lower bound of the range of kaleo task formsend- the upper bound of the range of kaleo task forms (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching kaleo task forms
-
findByCompanyId_First
public static KaleoTaskForm findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) throws NoSuchTaskFormException Returns the first kaleo task form in the ordered set where companyId = ?.- Parameters:
companyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching kaleo task form
- Throws:
NoSuchTaskFormException- if a matching kaleo task form could not be foundNoSuchTaskFormException
-
fetchByCompanyId_First
public static KaleoTaskForm fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns the first kaleo task form in the ordered set where companyId = ?.- Parameters:
companyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching kaleo task form, or
nullif a matching kaleo task form could not be found
-
findByCompanyId_Last
public static KaleoTaskForm findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) throws NoSuchTaskFormException Returns the last kaleo task form in the ordered set where companyId = ?.- Parameters:
companyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching kaleo task form
- Throws:
NoSuchTaskFormException- if a matching kaleo task form could not be foundNoSuchTaskFormException
-
fetchByCompanyId_Last
public static KaleoTaskForm fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns the last kaleo task form in the ordered set where companyId = ?.- Parameters:
companyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching kaleo task form, or
nullif a matching kaleo task form could not be found
-
findByCompanyId_PrevAndNext
public static KaleoTaskForm[] findByCompanyId_PrevAndNext(long kaleoTaskFormId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) throws NoSuchTaskFormException Returns the kaleo task forms before and after the current kaleo task form in the ordered set where companyId = ?.- Parameters:
kaleoTaskFormId- the primary key of the current kaleo task formcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next kaleo task form
- Throws:
NoSuchTaskFormException- if a kaleo task form with the primary key could not be foundNoSuchTaskFormException
-
removeByCompanyId
public static void removeByCompanyId(long companyId) Removes all the kaleo task forms where companyId = ? from the database.- Parameters:
companyId- the company ID
-
countByCompanyId
public static int countByCompanyId(long companyId) Returns the number of kaleo task forms where companyId = ?.- Parameters:
companyId- the company ID- Returns:
- the number of matching kaleo task forms
-
findByKaleoDefinitionVersionId
Returns all the kaleo task forms where kaleoDefinitionVersionId = ?.- Parameters:
kaleoDefinitionVersionId- the kaleo definition version ID- Returns:
- the matching kaleo task forms
-
findByKaleoDefinitionVersionId
public static List<KaleoTaskForm> findByKaleoDefinitionVersionId(long kaleoDefinitionVersionId, int start, int end) Returns a range of all the kaleo task forms where kaleoDefinitionVersionId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromKaleoTaskFormModelImpl.- Parameters:
kaleoDefinitionVersionId- the kaleo definition version IDstart- the lower bound of the range of kaleo task formsend- the upper bound of the range of kaleo task forms (not inclusive)- Returns:
- the range of matching kaleo task forms
-
findByKaleoDefinitionVersionId
public static List<KaleoTaskForm> findByKaleoDefinitionVersionId(long kaleoDefinitionVersionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns an ordered range of all the kaleo task forms where kaleoDefinitionVersionId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromKaleoTaskFormModelImpl.- Parameters:
kaleoDefinitionVersionId- the kaleo definition version IDstart- the lower bound of the range of kaleo task formsend- the upper bound of the range of kaleo task forms (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching kaleo task forms
-
findByKaleoDefinitionVersionId
public static List<KaleoTaskForm> findByKaleoDefinitionVersionId(long kaleoDefinitionVersionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo task forms where kaleoDefinitionVersionId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromKaleoTaskFormModelImpl.- Parameters:
kaleoDefinitionVersionId- the kaleo definition version IDstart- the lower bound of the range of kaleo task formsend- the upper bound of the range of kaleo task forms (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching kaleo task forms
-
findByKaleoDefinitionVersionId_First
public static KaleoTaskForm findByKaleoDefinitionVersionId_First(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) throws NoSuchTaskFormException Returns the first kaleo task form in the ordered set where kaleoDefinitionVersionId = ?.- Parameters:
kaleoDefinitionVersionId- the kaleo definition version IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching kaleo task form
- Throws:
NoSuchTaskFormException- if a matching kaleo task form could not be foundNoSuchTaskFormException
-
fetchByKaleoDefinitionVersionId_First
public static KaleoTaskForm fetchByKaleoDefinitionVersionId_First(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns the first kaleo task form in the ordered set where kaleoDefinitionVersionId = ?.- Parameters:
kaleoDefinitionVersionId- the kaleo definition version IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching kaleo task form, or
nullif a matching kaleo task form could not be found
-
findByKaleoDefinitionVersionId_Last
public static KaleoTaskForm findByKaleoDefinitionVersionId_Last(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) throws NoSuchTaskFormException Returns the last kaleo task form in the ordered set where kaleoDefinitionVersionId = ?.- Parameters:
kaleoDefinitionVersionId- the kaleo definition version IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching kaleo task form
- Throws:
NoSuchTaskFormException- if a matching kaleo task form could not be foundNoSuchTaskFormException
-
fetchByKaleoDefinitionVersionId_Last
public static KaleoTaskForm fetchByKaleoDefinitionVersionId_Last(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns the last kaleo task form in the ordered set where kaleoDefinitionVersionId = ?.- Parameters:
kaleoDefinitionVersionId- the kaleo definition version IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching kaleo task form, or
nullif a matching kaleo task form could not be found
-
findByKaleoDefinitionVersionId_PrevAndNext
public static KaleoTaskForm[] findByKaleoDefinitionVersionId_PrevAndNext(long kaleoTaskFormId, long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) throws NoSuchTaskFormException Returns the kaleo task forms before and after the current kaleo task form in the ordered set where kaleoDefinitionVersionId = ?.- Parameters:
kaleoTaskFormId- the primary key of the current kaleo task formkaleoDefinitionVersionId- the kaleo definition version IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next kaleo task form
- Throws:
NoSuchTaskFormException- if a kaleo task form with the primary key could not be foundNoSuchTaskFormException
-
removeByKaleoDefinitionVersionId
public static void removeByKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Removes all the kaleo task forms where kaleoDefinitionVersionId = ? from the database.- Parameters:
kaleoDefinitionVersionId- the kaleo definition version ID
-
countByKaleoDefinitionVersionId
public static int countByKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Returns the number of kaleo task forms where kaleoDefinitionVersionId = ?.- Parameters:
kaleoDefinitionVersionId- the kaleo definition version ID- Returns:
- the number of matching kaleo task forms
-
findByKaleoNodeId
Returns all the kaleo task forms where kaleoNodeId = ?.- Parameters:
kaleoNodeId- the kaleo node ID- Returns:
- the matching kaleo task forms
-
findByKaleoNodeId
Returns a range of all the kaleo task forms where kaleoNodeId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromKaleoTaskFormModelImpl.- Parameters:
kaleoNodeId- the kaleo node IDstart- the lower bound of the range of kaleo task formsend- the upper bound of the range of kaleo task forms (not inclusive)- Returns:
- the range of matching kaleo task forms
-
findByKaleoNodeId
public static List<KaleoTaskForm> findByKaleoNodeId(long kaleoNodeId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns an ordered range of all the kaleo task forms where kaleoNodeId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromKaleoTaskFormModelImpl.- Parameters:
kaleoNodeId- the kaleo node IDstart- the lower bound of the range of kaleo task formsend- the upper bound of the range of kaleo task forms (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching kaleo task forms
-
findByKaleoNodeId
public static List<KaleoTaskForm> findByKaleoNodeId(long kaleoNodeId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo task forms where kaleoNodeId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromKaleoTaskFormModelImpl.- Parameters:
kaleoNodeId- the kaleo node IDstart- the lower bound of the range of kaleo task formsend- the upper bound of the range of kaleo task forms (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching kaleo task forms
-
findByKaleoNodeId_First
public static KaleoTaskForm findByKaleoNodeId_First(long kaleoNodeId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) throws NoSuchTaskFormException Returns the first kaleo task form in the ordered set where kaleoNodeId = ?.- Parameters:
kaleoNodeId- the kaleo node IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching kaleo task form
- Throws:
NoSuchTaskFormException- if a matching kaleo task form could not be foundNoSuchTaskFormException
-
fetchByKaleoNodeId_First
public static KaleoTaskForm fetchByKaleoNodeId_First(long kaleoNodeId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns the first kaleo task form in the ordered set where kaleoNodeId = ?.- Parameters:
kaleoNodeId- the kaleo node IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching kaleo task form, or
nullif a matching kaleo task form could not be found
-
findByKaleoNodeId_Last
public static KaleoTaskForm findByKaleoNodeId_Last(long kaleoNodeId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) throws NoSuchTaskFormException Returns the last kaleo task form in the ordered set where kaleoNodeId = ?.- Parameters:
kaleoNodeId- the kaleo node IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching kaleo task form
- Throws:
NoSuchTaskFormException- if a matching kaleo task form could not be foundNoSuchTaskFormException
-
fetchByKaleoNodeId_Last
public static KaleoTaskForm fetchByKaleoNodeId_Last(long kaleoNodeId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns the last kaleo task form in the ordered set where kaleoNodeId = ?.- Parameters:
kaleoNodeId- the kaleo node IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching kaleo task form, or
nullif a matching kaleo task form could not be found
-
findByKaleoNodeId_PrevAndNext
public static KaleoTaskForm[] findByKaleoNodeId_PrevAndNext(long kaleoTaskFormId, long kaleoNodeId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) throws NoSuchTaskFormException Returns the kaleo task forms before and after the current kaleo task form in the ordered set where kaleoNodeId = ?.- Parameters:
kaleoTaskFormId- the primary key of the current kaleo task formkaleoNodeId- the kaleo node IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next kaleo task form
- Throws:
NoSuchTaskFormException- if a kaleo task form with the primary key could not be foundNoSuchTaskFormException
-
removeByKaleoNodeId
public static void removeByKaleoNodeId(long kaleoNodeId) Removes all the kaleo task forms where kaleoNodeId = ? from the database.- Parameters:
kaleoNodeId- the kaleo node ID
-
countByKaleoNodeId
public static int countByKaleoNodeId(long kaleoNodeId) Returns the number of kaleo task forms where kaleoNodeId = ?.- Parameters:
kaleoNodeId- the kaleo node ID- Returns:
- the number of matching kaleo task forms
-
findByKaleoTaskId
Returns all the kaleo task forms where kaleoTaskId = ?.- Parameters:
kaleoTaskId- the kaleo task ID- Returns:
- the matching kaleo task forms
-
findByKaleoTaskId
Returns a range of all the kaleo task forms where kaleoTaskId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromKaleoTaskFormModelImpl.- Parameters:
kaleoTaskId- the kaleo task IDstart- the lower bound of the range of kaleo task formsend- the upper bound of the range of kaleo task forms (not inclusive)- Returns:
- the range of matching kaleo task forms
-
findByKaleoTaskId
public static List<KaleoTaskForm> findByKaleoTaskId(long kaleoTaskId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns an ordered range of all the kaleo task forms where kaleoTaskId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromKaleoTaskFormModelImpl.- Parameters:
kaleoTaskId- the kaleo task IDstart- the lower bound of the range of kaleo task formsend- the upper bound of the range of kaleo task forms (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching kaleo task forms
-
findByKaleoTaskId
public static List<KaleoTaskForm> findByKaleoTaskId(long kaleoTaskId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo task forms where kaleoTaskId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromKaleoTaskFormModelImpl.- Parameters:
kaleoTaskId- the kaleo task IDstart- the lower bound of the range of kaleo task formsend- the upper bound of the range of kaleo task forms (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching kaleo task forms
-
findByKaleoTaskId_First
public static KaleoTaskForm findByKaleoTaskId_First(long kaleoTaskId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) throws NoSuchTaskFormException Returns the first kaleo task form in the ordered set where kaleoTaskId = ?.- Parameters:
kaleoTaskId- the kaleo task IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching kaleo task form
- Throws:
NoSuchTaskFormException- if a matching kaleo task form could not be foundNoSuchTaskFormException
-
fetchByKaleoTaskId_First
public static KaleoTaskForm fetchByKaleoTaskId_First(long kaleoTaskId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns the first kaleo task form in the ordered set where kaleoTaskId = ?.- Parameters:
kaleoTaskId- the kaleo task IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching kaleo task form, or
nullif a matching kaleo task form could not be found
-
findByKaleoTaskId_Last
public static KaleoTaskForm findByKaleoTaskId_Last(long kaleoTaskId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) throws NoSuchTaskFormException Returns the last kaleo task form in the ordered set where kaleoTaskId = ?.- Parameters:
kaleoTaskId- the kaleo task IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching kaleo task form
- Throws:
NoSuchTaskFormException- if a matching kaleo task form could not be foundNoSuchTaskFormException
-
fetchByKaleoTaskId_Last
public static KaleoTaskForm fetchByKaleoTaskId_Last(long kaleoTaskId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns the last kaleo task form in the ordered set where kaleoTaskId = ?.- Parameters:
kaleoTaskId- the kaleo task IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching kaleo task form, or
nullif a matching kaleo task form could not be found
-
findByKaleoTaskId_PrevAndNext
public static KaleoTaskForm[] findByKaleoTaskId_PrevAndNext(long kaleoTaskFormId, long kaleoTaskId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) throws NoSuchTaskFormException Returns the kaleo task forms before and after the current kaleo task form in the ordered set where kaleoTaskId = ?.- Parameters:
kaleoTaskFormId- the primary key of the current kaleo task formkaleoTaskId- the kaleo task IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next kaleo task form
- Throws:
NoSuchTaskFormException- if a kaleo task form with the primary key could not be foundNoSuchTaskFormException
-
removeByKaleoTaskId
public static void removeByKaleoTaskId(long kaleoTaskId) Removes all the kaleo task forms where kaleoTaskId = ? from the database.- Parameters:
kaleoTaskId- the kaleo task ID
-
countByKaleoTaskId
public static int countByKaleoTaskId(long kaleoTaskId) Returns the number of kaleo task forms where kaleoTaskId = ?.- Parameters:
kaleoTaskId- the kaleo task ID- Returns:
- the number of matching kaleo task forms
-
findByFormUuid_KTI
public static KaleoTaskForm findByFormUuid_KTI(long kaleoTaskId, String formUuid) throws NoSuchTaskFormException Returns the kaleo task form where kaleoTaskId = ? and formUuid = ? or throws aNoSuchTaskFormExceptionif it could not be found.- Parameters:
kaleoTaskId- the kaleo task IDformUuid- the form uuid- Returns:
- the matching kaleo task form
- Throws:
NoSuchTaskFormException- if a matching kaleo task form could not be foundNoSuchTaskFormException
-
fetchByFormUuid_KTI
Returns the kaleo task form where kaleoTaskId = ? and formUuid = ? or returnsnullif it could not be found. Uses the finder cache.- Parameters:
kaleoTaskId- the kaleo task IDformUuid- the form uuid- Returns:
- the matching kaleo task form, or
nullif a matching kaleo task form could not be found
-
fetchByFormUuid_KTI
public static KaleoTaskForm fetchByFormUuid_KTI(long kaleoTaskId, String formUuid, boolean useFinderCache) Returns the kaleo task form where kaleoTaskId = ? and formUuid = ? or returnsnullif it could not be found, optionally using the finder cache.- Parameters:
kaleoTaskId- the kaleo task IDformUuid- the form uuiduseFinderCache- whether to use the finder cache- Returns:
- the matching kaleo task form, or
nullif a matching kaleo task form could not be found
-
removeByFormUuid_KTI
public static KaleoTaskForm removeByFormUuid_KTI(long kaleoTaskId, String formUuid) throws NoSuchTaskFormException Removes the kaleo task form where kaleoTaskId = ? and formUuid = ? from the database.- Parameters:
kaleoTaskId- the kaleo task IDformUuid- the form uuid- Returns:
- the kaleo task form that was removed
- Throws:
NoSuchTaskFormException
-
countByFormUuid_KTI
Returns the number of kaleo task forms where kaleoTaskId = ? and formUuid = ?.- Parameters:
kaleoTaskId- the kaleo task IDformUuid- the form uuid- Returns:
- the number of matching kaleo task forms
-
cacheResult
Caches the kaleo task form in the entity cache if it is enabled.- Parameters:
kaleoTaskForm- the kaleo task form
-
cacheResult
Caches the kaleo task forms in the entity cache if it is enabled.- Parameters:
kaleoTaskForms- the kaleo task forms
-
create
Creates a new kaleo task form with the primary key. Does not add the kaleo task form to the database.- Parameters:
kaleoTaskFormId- the primary key for the new kaleo task form- Returns:
- the new kaleo task form
-
remove
Removes the kaleo task form with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
kaleoTaskFormId- the primary key of the kaleo task form- Returns:
- the kaleo task form that was removed
- Throws:
NoSuchTaskFormException- if a kaleo task form with the primary key could not be foundNoSuchTaskFormException
-
updateImpl
-
findByPrimaryKey
Returns the kaleo task form with the primary key or throws aNoSuchTaskFormExceptionif it could not be found.- Parameters:
kaleoTaskFormId- the primary key of the kaleo task form- Returns:
- the kaleo task form
- Throws:
NoSuchTaskFormException- if a kaleo task form with the primary key could not be foundNoSuchTaskFormException
-
fetchByPrimaryKey
Returns the kaleo task form with the primary key or returnsnullif it could not be found.- Parameters:
kaleoTaskFormId- the primary key of the kaleo task form- Returns:
- the kaleo task form, or
nullif a kaleo task form with the primary key could not be found
-
findAll
Returns all the kaleo task forms.- Returns:
- the kaleo task forms
-
findAll
Returns a range of all the kaleo task forms.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromKaleoTaskFormModelImpl.- Parameters:
start- the lower bound of the range of kaleo task formsend- the upper bound of the range of kaleo task forms (not inclusive)- Returns:
- the range of kaleo task forms
-
findAll
public static List<KaleoTaskForm> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns an ordered range of all the kaleo task forms.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromKaleoTaskFormModelImpl.- Parameters:
start- the lower bound of the range of kaleo task formsend- the upper bound of the range of kaleo task forms (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of kaleo task forms
-
findAll
public static List<KaleoTaskForm> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo task forms.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromKaleoTaskFormModelImpl.- Parameters:
start- the lower bound of the range of kaleo task formsend- the upper bound of the range of kaleo task forms (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of kaleo task forms
-
removeAll
public static void removeAll()Removes all the kaleo task forms from the database. -
countAll
public static int countAll()Returns the number of kaleo task forms.- Returns:
- the number of kaleo task forms
-
getPersistence
-
setPersistence
-