Interface KaleoTaskFormPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<KaleoTaskForm>
,com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<KaleoTaskForm>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(KaleoTaskForm kaleoTaskForm) Caches the kaleo task form in the entity cache if it is enabled.void
cacheResult
(List<KaleoTaskForm> kaleoTaskForms) Caches the kaleo task forms in the entity cache if it is enabled.int
countAll()
Returns the number of kaleo task forms.int
countByCompanyId
(long companyId) Returns the number of kaleo task forms where companyId = ?.int
countByFormUuid_KTI
(long kaleoTaskId, String formUuid) Returns the number of kaleo task forms where kaleoTaskId = ? and formUuid = ?.int
countByKaleoDefinitionVersionId
(long kaleoDefinitionVersionId) Returns the number of kaleo task forms where kaleoDefinitionVersionId = ?.int
countByKaleoNodeId
(long kaleoNodeId) Returns the number of kaleo task forms where kaleoNodeId = ?.int
countByKaleoTaskId
(long kaleoTaskId) Returns the number of kaleo task forms where kaleoTaskId = ?.create
(long kaleoTaskFormId) Creates a new kaleo task form with the primary key.fetchByCompanyId_First
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns the first kaleo task form in the ordered set where companyId = ?.fetchByCompanyId_Last
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns the last kaleo task form in the ordered set where companyId = ?.fetchByFormUuid_KTI
(long kaleoTaskId, String formUuid) Returns the kaleo task form where kaleoTaskId = ? and formUuid = ? or returnsnull
if it could not be found.fetchByFormUuid_KTI
(long kaleoTaskId, String formUuid, boolean useFinderCache) Returns the kaleo task form where kaleoTaskId = ? and formUuid = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByKaleoDefinitionVersionId_First
(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns the first kaleo task form in the ordered set where kaleoDefinitionVersionId = ?.fetchByKaleoDefinitionVersionId_Last
(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns the last kaleo task form in the ordered set where kaleoDefinitionVersionId = ?.fetchByKaleoNodeId_First
(long kaleoNodeId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns the first kaleo task form in the ordered set where kaleoNodeId = ?.fetchByKaleoNodeId_Last
(long kaleoNodeId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns the last kaleo task form in the ordered set where kaleoNodeId = ?.fetchByKaleoTaskId_First
(long kaleoTaskId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns the first kaleo task form in the ordered set where kaleoTaskId = ?.fetchByKaleoTaskId_Last
(long kaleoTaskId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns the last kaleo task form in the ordered set where kaleoTaskId = ?.fetchByPrimaryKey
(long kaleoTaskFormId) Returns the kaleo task form with the primary key or returnsnull
if it could not be found.findAll()
Returns all the kaleo task forms.findAll
(int start, int end) Returns a range of all the kaleo task forms.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns an ordered range of all the kaleo task forms.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.findByCompanyId
(long companyId) Returns all the kaleo task forms where companyId = ?.findByCompanyId
(long companyId, int start, int end) Returns a range of all the kaleo task forms where companyId = ?.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 = ?.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 = ?.findByCompanyId_First
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns the first kaleo task form in the ordered set where companyId = ?.findByCompanyId_Last
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns the last kaleo task form in the ordered set where companyId = ?.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 = ?.findByFormUuid_KTI
(long kaleoTaskId, String formUuid) Returns the kaleo task form where kaleoTaskId = ? and formUuid = ? or throws aNoSuchTaskFormException
if it could not be found.findByKaleoDefinitionVersionId
(long kaleoDefinitionVersionId) Returns all the kaleo task forms where kaleoDefinitionVersionId = ?.findByKaleoDefinitionVersionId
(long kaleoDefinitionVersionId, int start, int end) Returns a range of all the kaleo task forms where kaleoDefinitionVersionId = ?.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 = ?.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 = ?.findByKaleoDefinitionVersionId_First
(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns the first kaleo task form in the ordered set where kaleoDefinitionVersionId = ?.findByKaleoDefinitionVersionId_Last
(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns the last kaleo task form in the ordered set where kaleoDefinitionVersionId = ?.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 = ?.findByKaleoNodeId
(long kaleoNodeId) Returns all the kaleo task forms where kaleoNodeId = ?.findByKaleoNodeId
(long kaleoNodeId, int start, int end) Returns a range of all the kaleo task forms where kaleoNodeId = ?.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 = ?.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 = ?.findByKaleoNodeId_First
(long kaleoNodeId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns the first kaleo task form in the ordered set where kaleoNodeId = ?.findByKaleoNodeId_Last
(long kaleoNodeId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns the last kaleo task form in the ordered set where kaleoNodeId = ?.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 = ?.findByKaleoTaskId
(long kaleoTaskId) Returns all the kaleo task forms where kaleoTaskId = ?.findByKaleoTaskId
(long kaleoTaskId, int start, int end) Returns a range of all the kaleo task forms where kaleoTaskId = ?.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 = ?.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 = ?.findByKaleoTaskId_First
(long kaleoTaskId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns the first kaleo task form in the ordered set where kaleoTaskId = ?.findByKaleoTaskId_Last
(long kaleoTaskId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) Returns the last kaleo task form in the ordered set where kaleoTaskId = ?.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 = ?.findByPrimaryKey
(long kaleoTaskFormId) Returns the kaleo task form with the primary key or throws aNoSuchTaskFormException
if it could not be found.remove
(long kaleoTaskFormId) Removes the kaleo task form with the primary key from the database.void
Removes all the kaleo task forms from the database.void
removeByCompanyId
(long companyId) Removes all the kaleo task forms where companyId = ? from the database.removeByFormUuid_KTI
(long kaleoTaskId, String formUuid) Removes the kaleo task form where kaleoTaskId = ? and formUuid = ? from the database.void
removeByKaleoDefinitionVersionId
(long kaleoDefinitionVersionId) Removes all the kaleo task forms where kaleoDefinitionVersionId = ? from the database.void
removeByKaleoNodeId
(long kaleoNodeId) Removes all the kaleo task forms where kaleoNodeId = ? from the database.void
removeByKaleoTaskId
(long kaleoTaskId) Removes all the kaleo task forms where kaleoTaskId = ? from the database.updateImpl
(KaleoTaskForm kaleoTaskForm) Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, removeByFunction, setDataSource, unregisterListener, update, update
Methods inherited from interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence
getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
-
Method Details
-
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 - 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 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
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 - 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 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
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 - 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 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
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 found
-
fetchByCompanyId_First
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
null
if a matching kaleo task form could not be found
-
findByCompanyId_Last
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 found
-
fetchByCompanyId_Last
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
null
if a matching kaleo task form could not be found
-
findByCompanyId_PrevAndNext
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 found
-
removeByCompanyId
void removeByCompanyId(long companyId) Removes all the kaleo task forms where companyId = ? from the database.- Parameters:
companyId
- the company ID
-
countByCompanyId
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
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 - 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 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
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 - 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 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
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 - 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 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
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 found
-
fetchByKaleoDefinitionVersionId_First
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
null
if a matching kaleo task form could not be found
-
findByKaleoDefinitionVersionId_Last
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 found
-
fetchByKaleoDefinitionVersionId_Last
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
null
if a matching kaleo task form could not be found
-
findByKaleoDefinitionVersionId_PrevAndNext
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 found
-
removeByKaleoDefinitionVersionId
void removeByKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Removes all the kaleo task forms where kaleoDefinitionVersionId = ? from the database.- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version ID
-
countByKaleoDefinitionVersionId
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 - 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 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
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 - 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 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
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 - 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 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
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 found
-
fetchByKaleoNodeId_First
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
null
if a matching kaleo task form could not be found
-
findByKaleoNodeId_Last
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 found
-
fetchByKaleoNodeId_Last
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
null
if a matching kaleo task form could not be found
-
findByKaleoNodeId_PrevAndNext
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 found
-
removeByKaleoNodeId
void removeByKaleoNodeId(long kaleoNodeId) Removes all the kaleo task forms where kaleoNodeId = ? from the database.- Parameters:
kaleoNodeId
- the kaleo node ID
-
countByKaleoNodeId
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 - 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 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
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 - 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 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
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 - 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 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
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 found
-
fetchByKaleoTaskId_First
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
null
if a matching kaleo task form could not be found
-
findByKaleoTaskId_Last
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 found
-
fetchByKaleoTaskId_Last
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
null
if a matching kaleo task form could not be found
-
findByKaleoTaskId_PrevAndNext
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 found
-
removeByKaleoTaskId
void removeByKaleoTaskId(long kaleoTaskId) Removes all the kaleo task forms where kaleoTaskId = ? from the database.- Parameters:
kaleoTaskId
- the kaleo task ID
-
countByKaleoTaskId
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
Returns the kaleo task form where kaleoTaskId = ? and formUuid = ? or throws aNoSuchTaskFormException
if 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 found
-
fetchByFormUuid_KTI
Returns the kaleo task form where kaleoTaskId = ? and formUuid = ? or returnsnull
if 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
null
if a matching kaleo task form could not be found
-
fetchByFormUuid_KTI
Returns the kaleo task form where kaleoTaskId = ? and formUuid = ? or returnsnull
if 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
null
if a matching kaleo task form could not be found
-
removeByFormUuid_KTI
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 found
-
updateImpl
-
findByPrimaryKey
Returns the kaleo task form with the primary key or throws aNoSuchTaskFormException
if 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 found
-
fetchByPrimaryKey
Returns the kaleo task form with the primary key or returnsnull
if it could not be found.- Parameters:
kaleoTaskFormId
- the primary key of the kaleo task form- Returns:
- the kaleo task form, or
null
if a kaleo task form with the primary key could not be found
-
findAll
List<KaleoTaskForm> 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 - 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 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
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 - 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 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
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 - 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 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
void removeAll()Removes all the kaleo task forms from the database. -
countAll
int countAll()Returns the number of kaleo task forms.- Returns:
- the number of kaleo task forms
-