Interface KaleoTaskAssignmentInstancePersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<KaleoTaskAssignmentInstance>
,com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<KaleoTaskAssignmentInstance>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(KaleoTaskAssignmentInstance kaleoTaskAssignmentInstance) Caches the kaleo task assignment instance in the entity cache if it is enabled.void
cacheResult
(List<KaleoTaskAssignmentInstance> kaleoTaskAssignmentInstances) Caches the kaleo task assignment instances in the entity cache if it is enabled.int
countAll()
Returns the number of kaleo task assignment instances.int
countByACN_ACPK
(String assigneeClassName, long assigneeClassPK) Returns the number of kaleo task assignment instances where assigneeClassName = ? and assigneeClassPK = ?.int
countByAssigneeClassName
(String assigneeClassName) Returns the number of kaleo task assignment instances where assigneeClassName = ?.int
countByCompanyId
(long companyId) Returns the number of kaleo task assignment instances where companyId = ?.int
countByG_ACPK
(long groupId, long assigneeClassPK) Returns the number of kaleo task assignment instances where groupId = ? and assigneeClassPK = ?.int
countByKaleoDefinitionVersionId
(long kaleoDefinitionVersionId) Returns the number of kaleo task assignment instances where kaleoDefinitionVersionId = ?.int
countByKaleoInstanceId
(long kaleoInstanceId) Returns the number of kaleo task assignment instances where kaleoInstanceId = ?.int
countByKaleoTaskInstanceTokenId
(long kaleoTaskInstanceTokenId) Returns the number of kaleo task assignment instances where kaleoTaskInstanceTokenId = ?.int
countByKTITI_ACN
(long kaleoTaskInstanceTokenId, String assigneeClassName) Returns the number of kaleo task assignment instances where kaleoTaskInstanceTokenId = ? and assigneeClassName = ?.create
(long kaleoTaskAssignmentInstanceId) Creates a new kaleo task assignment instance with the primary key.fetchByACN_ACPK_First
(String assigneeClassName, long assigneeClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the first kaleo task assignment instance in the ordered set where assigneeClassName = ? and assigneeClassPK = ?.fetchByACN_ACPK_Last
(String assigneeClassName, long assigneeClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the last kaleo task assignment instance in the ordered set where assigneeClassName = ? and assigneeClassPK = ?.fetchByAssigneeClassName_First
(String assigneeClassName, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the first kaleo task assignment instance in the ordered set where assigneeClassName = ?.fetchByAssigneeClassName_Last
(String assigneeClassName, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the last kaleo task assignment instance in the ordered set where assigneeClassName = ?.fetchByCompanyId_First
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the first kaleo task assignment instance in the ordered set where companyId = ?.fetchByCompanyId_Last
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the last kaleo task assignment instance in the ordered set where companyId = ?.fetchByG_ACPK_First
(long groupId, long assigneeClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the first kaleo task assignment instance in the ordered set where groupId = ? and assigneeClassPK = ?.fetchByG_ACPK_Last
(long groupId, long assigneeClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the last kaleo task assignment instance in the ordered set where groupId = ? and assigneeClassPK = ?.fetchByKaleoDefinitionVersionId_First
(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the first kaleo task assignment instance in the ordered set where kaleoDefinitionVersionId = ?.fetchByKaleoDefinitionVersionId_Last
(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the last kaleo task assignment instance in the ordered set where kaleoDefinitionVersionId = ?.fetchByKaleoInstanceId_First
(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the first kaleo task assignment instance in the ordered set where kaleoInstanceId = ?.fetchByKaleoInstanceId_Last
(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the last kaleo task assignment instance in the ordered set where kaleoInstanceId = ?.fetchByKaleoTaskInstanceTokenId_First
(long kaleoTaskInstanceTokenId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the first kaleo task assignment instance in the ordered set where kaleoTaskInstanceTokenId = ?.fetchByKaleoTaskInstanceTokenId_Last
(long kaleoTaskInstanceTokenId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the last kaleo task assignment instance in the ordered set where kaleoTaskInstanceTokenId = ?.fetchByKTITI_ACN_First
(long kaleoTaskInstanceTokenId, String assigneeClassName, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the first kaleo task assignment instance in the ordered set where kaleoTaskInstanceTokenId = ? and assigneeClassName = ?.fetchByKTITI_ACN_Last
(long kaleoTaskInstanceTokenId, String assigneeClassName, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the last kaleo task assignment instance in the ordered set where kaleoTaskInstanceTokenId = ? and assigneeClassName = ?.fetchByPrimaryKey
(long kaleoTaskAssignmentInstanceId) Returns the kaleo task assignment instance with the primary key or returnsnull
if it could not be found.findAll()
Returns all the kaleo task assignment instances.findAll
(int start, int end) Returns a range of all the kaleo task assignment instances.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns an ordered range of all the kaleo task assignment instances.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo task assignment instances.findByACN_ACPK
(String assigneeClassName, long assigneeClassPK) Returns all the kaleo task assignment instances where assigneeClassName = ? and assigneeClassPK = ?.findByACN_ACPK
(String assigneeClassName, long assigneeClassPK, int start, int end) Returns a range of all the kaleo task assignment instances where assigneeClassName = ? and assigneeClassPK = ?.findByACN_ACPK
(String assigneeClassName, long assigneeClassPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns an ordered range of all the kaleo task assignment instances where assigneeClassName = ? and assigneeClassPK = ?.findByACN_ACPK
(String assigneeClassName, long assigneeClassPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo task assignment instances where assigneeClassName = ? and assigneeClassPK = ?.findByACN_ACPK_First
(String assigneeClassName, long assigneeClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the first kaleo task assignment instance in the ordered set where assigneeClassName = ? and assigneeClassPK = ?.findByACN_ACPK_Last
(String assigneeClassName, long assigneeClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the last kaleo task assignment instance in the ordered set where assigneeClassName = ? and assigneeClassPK = ?.findByACN_ACPK_PrevAndNext
(long kaleoTaskAssignmentInstanceId, String assigneeClassName, long assigneeClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the kaleo task assignment instances before and after the current kaleo task assignment instance in the ordered set where assigneeClassName = ? and assigneeClassPK = ?.findByAssigneeClassName
(String assigneeClassName) Returns all the kaleo task assignment instances where assigneeClassName = ?.findByAssigneeClassName
(String assigneeClassName, int start, int end) Returns a range of all the kaleo task assignment instances where assigneeClassName = ?.findByAssigneeClassName
(String assigneeClassName, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns an ordered range of all the kaleo task assignment instances where assigneeClassName = ?.findByAssigneeClassName
(String assigneeClassName, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo task assignment instances where assigneeClassName = ?.findByAssigneeClassName_First
(String assigneeClassName, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the first kaleo task assignment instance in the ordered set where assigneeClassName = ?.findByAssigneeClassName_Last
(String assigneeClassName, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the last kaleo task assignment instance in the ordered set where assigneeClassName = ?.findByAssigneeClassName_PrevAndNext
(long kaleoTaskAssignmentInstanceId, String assigneeClassName, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the kaleo task assignment instances before and after the current kaleo task assignment instance in the ordered set where assigneeClassName = ?.findByCompanyId
(long companyId) Returns all the kaleo task assignment instances where companyId = ?.findByCompanyId
(long companyId, int start, int end) Returns a range of all the kaleo task assignment instances where companyId = ?.findByCompanyId
(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns an ordered range of all the kaleo task assignment instances where companyId = ?.findByCompanyId
(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo task assignment instances where companyId = ?.findByCompanyId_First
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the first kaleo task assignment instance in the ordered set where companyId = ?.findByCompanyId_Last
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the last kaleo task assignment instance in the ordered set where companyId = ?.findByCompanyId_PrevAndNext
(long kaleoTaskAssignmentInstanceId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the kaleo task assignment instances before and after the current kaleo task assignment instance in the ordered set where companyId = ?.findByG_ACPK
(long groupId, long assigneeClassPK) Returns all the kaleo task assignment instances where groupId = ? and assigneeClassPK = ?.findByG_ACPK
(long groupId, long assigneeClassPK, int start, int end) Returns a range of all the kaleo task assignment instances where groupId = ? and assigneeClassPK = ?.findByG_ACPK
(long groupId, long assigneeClassPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns an ordered range of all the kaleo task assignment instances where groupId = ? and assigneeClassPK = ?.findByG_ACPK
(long groupId, long assigneeClassPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo task assignment instances where groupId = ? and assigneeClassPK = ?.findByG_ACPK_First
(long groupId, long assigneeClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the first kaleo task assignment instance in the ordered set where groupId = ? and assigneeClassPK = ?.findByG_ACPK_Last
(long groupId, long assigneeClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the last kaleo task assignment instance in the ordered set where groupId = ? and assigneeClassPK = ?.findByG_ACPK_PrevAndNext
(long kaleoTaskAssignmentInstanceId, long groupId, long assigneeClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the kaleo task assignment instances before and after the current kaleo task assignment instance in the ordered set where groupId = ? and assigneeClassPK = ?.findByKaleoDefinitionVersionId
(long kaleoDefinitionVersionId) Returns all the kaleo task assignment instances where kaleoDefinitionVersionId = ?.findByKaleoDefinitionVersionId
(long kaleoDefinitionVersionId, int start, int end) Returns a range of all the kaleo task assignment instances where kaleoDefinitionVersionId = ?.findByKaleoDefinitionVersionId
(long kaleoDefinitionVersionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns an ordered range of all the kaleo task assignment instances where kaleoDefinitionVersionId = ?.findByKaleoDefinitionVersionId
(long kaleoDefinitionVersionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo task assignment instances where kaleoDefinitionVersionId = ?.findByKaleoDefinitionVersionId_First
(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the first kaleo task assignment instance in the ordered set where kaleoDefinitionVersionId = ?.findByKaleoDefinitionVersionId_Last
(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the last kaleo task assignment instance in the ordered set where kaleoDefinitionVersionId = ?.findByKaleoDefinitionVersionId_PrevAndNext
(long kaleoTaskAssignmentInstanceId, long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the kaleo task assignment instances before and after the current kaleo task assignment instance in the ordered set where kaleoDefinitionVersionId = ?.findByKaleoInstanceId
(long kaleoInstanceId) Returns all the kaleo task assignment instances where kaleoInstanceId = ?.findByKaleoInstanceId
(long kaleoInstanceId, int start, int end) Returns a range of all the kaleo task assignment instances where kaleoInstanceId = ?.findByKaleoInstanceId
(long kaleoInstanceId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns an ordered range of all the kaleo task assignment instances where kaleoInstanceId = ?.findByKaleoInstanceId
(long kaleoInstanceId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo task assignment instances where kaleoInstanceId = ?.findByKaleoInstanceId_First
(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the first kaleo task assignment instance in the ordered set where kaleoInstanceId = ?.findByKaleoInstanceId_Last
(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the last kaleo task assignment instance in the ordered set where kaleoInstanceId = ?.findByKaleoInstanceId_PrevAndNext
(long kaleoTaskAssignmentInstanceId, long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the kaleo task assignment instances before and after the current kaleo task assignment instance in the ordered set where kaleoInstanceId = ?.findByKaleoTaskInstanceTokenId
(long kaleoTaskInstanceTokenId) Returns all the kaleo task assignment instances where kaleoTaskInstanceTokenId = ?.findByKaleoTaskInstanceTokenId
(long kaleoTaskInstanceTokenId, int start, int end) Returns a range of all the kaleo task assignment instances where kaleoTaskInstanceTokenId = ?.findByKaleoTaskInstanceTokenId
(long kaleoTaskInstanceTokenId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns an ordered range of all the kaleo task assignment instances where kaleoTaskInstanceTokenId = ?.findByKaleoTaskInstanceTokenId
(long kaleoTaskInstanceTokenId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo task assignment instances where kaleoTaskInstanceTokenId = ?.findByKaleoTaskInstanceTokenId_First
(long kaleoTaskInstanceTokenId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the first kaleo task assignment instance in the ordered set where kaleoTaskInstanceTokenId = ?.findByKaleoTaskInstanceTokenId_Last
(long kaleoTaskInstanceTokenId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the last kaleo task assignment instance in the ordered set where kaleoTaskInstanceTokenId = ?.findByKaleoTaskInstanceTokenId_PrevAndNext
(long kaleoTaskAssignmentInstanceId, long kaleoTaskInstanceTokenId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the kaleo task assignment instances before and after the current kaleo task assignment instance in the ordered set where kaleoTaskInstanceTokenId = ?.findByKTITI_ACN
(long kaleoTaskInstanceTokenId, String assigneeClassName) Returns all the kaleo task assignment instances where kaleoTaskInstanceTokenId = ? and assigneeClassName = ?.findByKTITI_ACN
(long kaleoTaskInstanceTokenId, String assigneeClassName, int start, int end) Returns a range of all the kaleo task assignment instances where kaleoTaskInstanceTokenId = ? and assigneeClassName = ?.findByKTITI_ACN
(long kaleoTaskInstanceTokenId, String assigneeClassName, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns an ordered range of all the kaleo task assignment instances where kaleoTaskInstanceTokenId = ? and assigneeClassName = ?.findByKTITI_ACN
(long kaleoTaskInstanceTokenId, String assigneeClassName, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo task assignment instances where kaleoTaskInstanceTokenId = ? and assigneeClassName = ?.findByKTITI_ACN_First
(long kaleoTaskInstanceTokenId, String assigneeClassName, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the first kaleo task assignment instance in the ordered set where kaleoTaskInstanceTokenId = ? and assigneeClassName = ?.findByKTITI_ACN_Last
(long kaleoTaskInstanceTokenId, String assigneeClassName, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the last kaleo task assignment instance in the ordered set where kaleoTaskInstanceTokenId = ? and assigneeClassName = ?.findByKTITI_ACN_PrevAndNext
(long kaleoTaskAssignmentInstanceId, long kaleoTaskInstanceTokenId, String assigneeClassName, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the kaleo task assignment instances before and after the current kaleo task assignment instance in the ordered set where kaleoTaskInstanceTokenId = ? and assigneeClassName = ?.findByPrimaryKey
(long kaleoTaskAssignmentInstanceId) Returns the kaleo task assignment instance with the primary key or throws aNoSuchTaskAssignmentInstanceException
if it could not be found.remove
(long kaleoTaskAssignmentInstanceId) Removes the kaleo task assignment instance with the primary key from the database.void
Removes all the kaleo task assignment instances from the database.void
removeByACN_ACPK
(String assigneeClassName, long assigneeClassPK) Removes all the kaleo task assignment instances where assigneeClassName = ? and assigneeClassPK = ? from the database.void
removeByAssigneeClassName
(String assigneeClassName) Removes all the kaleo task assignment instances where assigneeClassName = ? from the database.void
removeByCompanyId
(long companyId) Removes all the kaleo task assignment instances where companyId = ? from the database.void
removeByG_ACPK
(long groupId, long assigneeClassPK) Removes all the kaleo task assignment instances where groupId = ? and assigneeClassPK = ? from the database.void
removeByKaleoDefinitionVersionId
(long kaleoDefinitionVersionId) Removes all the kaleo task assignment instances where kaleoDefinitionVersionId = ? from the database.void
removeByKaleoInstanceId
(long kaleoInstanceId) Removes all the kaleo task assignment instances where kaleoInstanceId = ? from the database.void
removeByKaleoTaskInstanceTokenId
(long kaleoTaskInstanceTokenId) Removes all the kaleo task assignment instances where kaleoTaskInstanceTokenId = ? from the database.void
removeByKTITI_ACN
(long kaleoTaskInstanceTokenId, String assigneeClassName) Removes all the kaleo task assignment instances where kaleoTaskInstanceTokenId = ? and assigneeClassName = ? from the database.updateImpl
(KaleoTaskAssignmentInstance kaleoTaskAssignmentInstance) 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 assignment instances where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the matching kaleo task assignment instances
-
findByCompanyId
Returns a range of all the kaleo task assignment instances 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 fromKaleoTaskAssignmentInstanceModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of kaleo task assignment instancesend
- the upper bound of the range of kaleo task assignment instances (not inclusive)- Returns:
- the range of matching kaleo task assignment instances
-
findByCompanyId
List<KaleoTaskAssignmentInstance> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns an ordered range of all the kaleo task assignment instances 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 fromKaleoTaskAssignmentInstanceModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of kaleo task assignment instancesend
- the upper bound of the range of kaleo task assignment instances (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kaleo task assignment instances
-
findByCompanyId
List<KaleoTaskAssignmentInstance> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo task assignment instances 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 fromKaleoTaskAssignmentInstanceModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of kaleo task assignment instancesend
- the upper bound of the range of kaleo task assignment instances (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 assignment instances
-
findByCompanyId_First
KaleoTaskAssignmentInstance findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) throws NoSuchTaskAssignmentInstanceException Returns the first kaleo task assignment instance 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 assignment instance
- Throws:
NoSuchTaskAssignmentInstanceException
- if a matching kaleo task assignment instance could not be found
-
fetchByCompanyId_First
KaleoTaskAssignmentInstance fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the first kaleo task assignment instance 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 assignment instance, or
null
if a matching kaleo task assignment instance could not be found
-
findByCompanyId_Last
KaleoTaskAssignmentInstance findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) throws NoSuchTaskAssignmentInstanceException Returns the last kaleo task assignment instance 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 assignment instance
- Throws:
NoSuchTaskAssignmentInstanceException
- if a matching kaleo task assignment instance could not be found
-
fetchByCompanyId_Last
KaleoTaskAssignmentInstance fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the last kaleo task assignment instance 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 assignment instance, or
null
if a matching kaleo task assignment instance could not be found
-
findByCompanyId_PrevAndNext
KaleoTaskAssignmentInstance[] findByCompanyId_PrevAndNext(long kaleoTaskAssignmentInstanceId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) throws NoSuchTaskAssignmentInstanceException Returns the kaleo task assignment instances before and after the current kaleo task assignment instance in the ordered set where companyId = ?.- Parameters:
kaleoTaskAssignmentInstanceId
- the primary key of the current kaleo task assignment instancecompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kaleo task assignment instance
- Throws:
NoSuchTaskAssignmentInstanceException
- if a kaleo task assignment instance with the primary key could not be found
-
removeByCompanyId
void removeByCompanyId(long companyId) Removes all the kaleo task assignment instances where companyId = ? from the database.- Parameters:
companyId
- the company ID
-
countByCompanyId
int countByCompanyId(long companyId) Returns the number of kaleo task assignment instances where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the number of matching kaleo task assignment instances
-
findByKaleoDefinitionVersionId
Returns all the kaleo task assignment instances where kaleoDefinitionVersionId = ?.- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version ID- Returns:
- the matching kaleo task assignment instances
-
findByKaleoDefinitionVersionId
List<KaleoTaskAssignmentInstance> findByKaleoDefinitionVersionId(long kaleoDefinitionVersionId, int start, int end) Returns a range of all the kaleo task assignment instances 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 fromKaleoTaskAssignmentInstanceModelImpl
.- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version IDstart
- the lower bound of the range of kaleo task assignment instancesend
- the upper bound of the range of kaleo task assignment instances (not inclusive)- Returns:
- the range of matching kaleo task assignment instances
-
findByKaleoDefinitionVersionId
List<KaleoTaskAssignmentInstance> findByKaleoDefinitionVersionId(long kaleoDefinitionVersionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns an ordered range of all the kaleo task assignment instances 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 fromKaleoTaskAssignmentInstanceModelImpl
.- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version IDstart
- the lower bound of the range of kaleo task assignment instancesend
- the upper bound of the range of kaleo task assignment instances (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kaleo task assignment instances
-
findByKaleoDefinitionVersionId
List<KaleoTaskAssignmentInstance> findByKaleoDefinitionVersionId(long kaleoDefinitionVersionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo task assignment instances 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 fromKaleoTaskAssignmentInstanceModelImpl
.- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version IDstart
- the lower bound of the range of kaleo task assignment instancesend
- the upper bound of the range of kaleo task assignment instances (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 assignment instances
-
findByKaleoDefinitionVersionId_First
KaleoTaskAssignmentInstance findByKaleoDefinitionVersionId_First(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) throws NoSuchTaskAssignmentInstanceException Returns the first kaleo task assignment instance 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 assignment instance
- Throws:
NoSuchTaskAssignmentInstanceException
- if a matching kaleo task assignment instance could not be found
-
fetchByKaleoDefinitionVersionId_First
KaleoTaskAssignmentInstance fetchByKaleoDefinitionVersionId_First(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the first kaleo task assignment instance 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 assignment instance, or
null
if a matching kaleo task assignment instance could not be found
-
findByKaleoDefinitionVersionId_Last
KaleoTaskAssignmentInstance findByKaleoDefinitionVersionId_Last(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) throws NoSuchTaskAssignmentInstanceException Returns the last kaleo task assignment instance 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 assignment instance
- Throws:
NoSuchTaskAssignmentInstanceException
- if a matching kaleo task assignment instance could not be found
-
fetchByKaleoDefinitionVersionId_Last
KaleoTaskAssignmentInstance fetchByKaleoDefinitionVersionId_Last(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the last kaleo task assignment instance 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 assignment instance, or
null
if a matching kaleo task assignment instance could not be found
-
findByKaleoDefinitionVersionId_PrevAndNext
KaleoTaskAssignmentInstance[] findByKaleoDefinitionVersionId_PrevAndNext(long kaleoTaskAssignmentInstanceId, long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) throws NoSuchTaskAssignmentInstanceException Returns the kaleo task assignment instances before and after the current kaleo task assignment instance in the ordered set where kaleoDefinitionVersionId = ?.- Parameters:
kaleoTaskAssignmentInstanceId
- the primary key of the current kaleo task assignment instancekaleoDefinitionVersionId
- the kaleo definition version IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kaleo task assignment instance
- Throws:
NoSuchTaskAssignmentInstanceException
- if a kaleo task assignment instance with the primary key could not be found
-
removeByKaleoDefinitionVersionId
void removeByKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Removes all the kaleo task assignment instances where kaleoDefinitionVersionId = ? from the database.- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version ID
-
countByKaleoDefinitionVersionId
int countByKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Returns the number of kaleo task assignment instances where kaleoDefinitionVersionId = ?.- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version ID- Returns:
- the number of matching kaleo task assignment instances
-
findByKaleoInstanceId
Returns all the kaleo task assignment instances where kaleoInstanceId = ?.- Parameters:
kaleoInstanceId
- the kaleo instance ID- Returns:
- the matching kaleo task assignment instances
-
findByKaleoInstanceId
Returns a range of all the kaleo task assignment instances where kaleoInstanceId = ?.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 fromKaleoTaskAssignmentInstanceModelImpl
.- Parameters:
kaleoInstanceId
- the kaleo instance IDstart
- the lower bound of the range of kaleo task assignment instancesend
- the upper bound of the range of kaleo task assignment instances (not inclusive)- Returns:
- the range of matching kaleo task assignment instances
-
findByKaleoInstanceId
List<KaleoTaskAssignmentInstance> findByKaleoInstanceId(long kaleoInstanceId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns an ordered range of all the kaleo task assignment instances where kaleoInstanceId = ?.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 fromKaleoTaskAssignmentInstanceModelImpl
.- Parameters:
kaleoInstanceId
- the kaleo instance IDstart
- the lower bound of the range of kaleo task assignment instancesend
- the upper bound of the range of kaleo task assignment instances (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kaleo task assignment instances
-
findByKaleoInstanceId
List<KaleoTaskAssignmentInstance> findByKaleoInstanceId(long kaleoInstanceId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo task assignment instances where kaleoInstanceId = ?.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 fromKaleoTaskAssignmentInstanceModelImpl
.- Parameters:
kaleoInstanceId
- the kaleo instance IDstart
- the lower bound of the range of kaleo task assignment instancesend
- the upper bound of the range of kaleo task assignment instances (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 assignment instances
-
findByKaleoInstanceId_First
KaleoTaskAssignmentInstance findByKaleoInstanceId_First(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) throws NoSuchTaskAssignmentInstanceException Returns the first kaleo task assignment instance in the ordered set where kaleoInstanceId = ?.- Parameters:
kaleoInstanceId
- the kaleo instance IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kaleo task assignment instance
- Throws:
NoSuchTaskAssignmentInstanceException
- if a matching kaleo task assignment instance could not be found
-
fetchByKaleoInstanceId_First
KaleoTaskAssignmentInstance fetchByKaleoInstanceId_First(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the first kaleo task assignment instance in the ordered set where kaleoInstanceId = ?.- Parameters:
kaleoInstanceId
- the kaleo instance IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kaleo task assignment instance, or
null
if a matching kaleo task assignment instance could not be found
-
findByKaleoInstanceId_Last
KaleoTaskAssignmentInstance findByKaleoInstanceId_Last(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) throws NoSuchTaskAssignmentInstanceException Returns the last kaleo task assignment instance in the ordered set where kaleoInstanceId = ?.- Parameters:
kaleoInstanceId
- the kaleo instance IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kaleo task assignment instance
- Throws:
NoSuchTaskAssignmentInstanceException
- if a matching kaleo task assignment instance could not be found
-
fetchByKaleoInstanceId_Last
KaleoTaskAssignmentInstance fetchByKaleoInstanceId_Last(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the last kaleo task assignment instance in the ordered set where kaleoInstanceId = ?.- Parameters:
kaleoInstanceId
- the kaleo instance IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kaleo task assignment instance, or
null
if a matching kaleo task assignment instance could not be found
-
findByKaleoInstanceId_PrevAndNext
KaleoTaskAssignmentInstance[] findByKaleoInstanceId_PrevAndNext(long kaleoTaskAssignmentInstanceId, long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) throws NoSuchTaskAssignmentInstanceException Returns the kaleo task assignment instances before and after the current kaleo task assignment instance in the ordered set where kaleoInstanceId = ?.- Parameters:
kaleoTaskAssignmentInstanceId
- the primary key of the current kaleo task assignment instancekaleoInstanceId
- the kaleo instance IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kaleo task assignment instance
- Throws:
NoSuchTaskAssignmentInstanceException
- if a kaleo task assignment instance with the primary key could not be found
-
removeByKaleoInstanceId
void removeByKaleoInstanceId(long kaleoInstanceId) Removes all the kaleo task assignment instances where kaleoInstanceId = ? from the database.- Parameters:
kaleoInstanceId
- the kaleo instance ID
-
countByKaleoInstanceId
int countByKaleoInstanceId(long kaleoInstanceId) Returns the number of kaleo task assignment instances where kaleoInstanceId = ?.- Parameters:
kaleoInstanceId
- the kaleo instance ID- Returns:
- the number of matching kaleo task assignment instances
-
findByKaleoTaskInstanceTokenId
Returns all the kaleo task assignment instances where kaleoTaskInstanceTokenId = ?.- Parameters:
kaleoTaskInstanceTokenId
- the kaleo task instance token ID- Returns:
- the matching kaleo task assignment instances
-
findByKaleoTaskInstanceTokenId
List<KaleoTaskAssignmentInstance> findByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId, int start, int end) Returns a range of all the kaleo task assignment instances where kaleoTaskInstanceTokenId = ?.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 fromKaleoTaskAssignmentInstanceModelImpl
.- Parameters:
kaleoTaskInstanceTokenId
- the kaleo task instance token IDstart
- the lower bound of the range of kaleo task assignment instancesend
- the upper bound of the range of kaleo task assignment instances (not inclusive)- Returns:
- the range of matching kaleo task assignment instances
-
findByKaleoTaskInstanceTokenId
List<KaleoTaskAssignmentInstance> findByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns an ordered range of all the kaleo task assignment instances where kaleoTaskInstanceTokenId = ?.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 fromKaleoTaskAssignmentInstanceModelImpl
.- Parameters:
kaleoTaskInstanceTokenId
- the kaleo task instance token IDstart
- the lower bound of the range of kaleo task assignment instancesend
- the upper bound of the range of kaleo task assignment instances (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kaleo task assignment instances
-
findByKaleoTaskInstanceTokenId
List<KaleoTaskAssignmentInstance> findByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo task assignment instances where kaleoTaskInstanceTokenId = ?.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 fromKaleoTaskAssignmentInstanceModelImpl
.- Parameters:
kaleoTaskInstanceTokenId
- the kaleo task instance token IDstart
- the lower bound of the range of kaleo task assignment instancesend
- the upper bound of the range of kaleo task assignment instances (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 assignment instances
-
findByKaleoTaskInstanceTokenId_First
KaleoTaskAssignmentInstance findByKaleoTaskInstanceTokenId_First(long kaleoTaskInstanceTokenId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) throws NoSuchTaskAssignmentInstanceException Returns the first kaleo task assignment instance in the ordered set where kaleoTaskInstanceTokenId = ?.- Parameters:
kaleoTaskInstanceTokenId
- the kaleo task instance token IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kaleo task assignment instance
- Throws:
NoSuchTaskAssignmentInstanceException
- if a matching kaleo task assignment instance could not be found
-
fetchByKaleoTaskInstanceTokenId_First
KaleoTaskAssignmentInstance fetchByKaleoTaskInstanceTokenId_First(long kaleoTaskInstanceTokenId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the first kaleo task assignment instance in the ordered set where kaleoTaskInstanceTokenId = ?.- Parameters:
kaleoTaskInstanceTokenId
- the kaleo task instance token IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kaleo task assignment instance, or
null
if a matching kaleo task assignment instance could not be found
-
findByKaleoTaskInstanceTokenId_Last
KaleoTaskAssignmentInstance findByKaleoTaskInstanceTokenId_Last(long kaleoTaskInstanceTokenId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) throws NoSuchTaskAssignmentInstanceException Returns the last kaleo task assignment instance in the ordered set where kaleoTaskInstanceTokenId = ?.- Parameters:
kaleoTaskInstanceTokenId
- the kaleo task instance token IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kaleo task assignment instance
- Throws:
NoSuchTaskAssignmentInstanceException
- if a matching kaleo task assignment instance could not be found
-
fetchByKaleoTaskInstanceTokenId_Last
KaleoTaskAssignmentInstance fetchByKaleoTaskInstanceTokenId_Last(long kaleoTaskInstanceTokenId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the last kaleo task assignment instance in the ordered set where kaleoTaskInstanceTokenId = ?.- Parameters:
kaleoTaskInstanceTokenId
- the kaleo task instance token IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kaleo task assignment instance, or
null
if a matching kaleo task assignment instance could not be found
-
findByKaleoTaskInstanceTokenId_PrevAndNext
KaleoTaskAssignmentInstance[] findByKaleoTaskInstanceTokenId_PrevAndNext(long kaleoTaskAssignmentInstanceId, long kaleoTaskInstanceTokenId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) throws NoSuchTaskAssignmentInstanceException Returns the kaleo task assignment instances before and after the current kaleo task assignment instance in the ordered set where kaleoTaskInstanceTokenId = ?.- Parameters:
kaleoTaskAssignmentInstanceId
- the primary key of the current kaleo task assignment instancekaleoTaskInstanceTokenId
- the kaleo task instance token IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kaleo task assignment instance
- Throws:
NoSuchTaskAssignmentInstanceException
- if a kaleo task assignment instance with the primary key could not be found
-
removeByKaleoTaskInstanceTokenId
void removeByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId) Removes all the kaleo task assignment instances where kaleoTaskInstanceTokenId = ? from the database.- Parameters:
kaleoTaskInstanceTokenId
- the kaleo task instance token ID
-
countByKaleoTaskInstanceTokenId
int countByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId) Returns the number of kaleo task assignment instances where kaleoTaskInstanceTokenId = ?.- Parameters:
kaleoTaskInstanceTokenId
- the kaleo task instance token ID- Returns:
- the number of matching kaleo task assignment instances
-
findByAssigneeClassName
Returns all the kaleo task assignment instances where assigneeClassName = ?.- Parameters:
assigneeClassName
- the assignee class name- Returns:
- the matching kaleo task assignment instances
-
findByAssigneeClassName
List<KaleoTaskAssignmentInstance> findByAssigneeClassName(String assigneeClassName, int start, int end) Returns a range of all the kaleo task assignment instances where assigneeClassName = ?.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 fromKaleoTaskAssignmentInstanceModelImpl
.- Parameters:
assigneeClassName
- the assignee class namestart
- the lower bound of the range of kaleo task assignment instancesend
- the upper bound of the range of kaleo task assignment instances (not inclusive)- Returns:
- the range of matching kaleo task assignment instances
-
findByAssigneeClassName
List<KaleoTaskAssignmentInstance> findByAssigneeClassName(String assigneeClassName, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns an ordered range of all the kaleo task assignment instances where assigneeClassName = ?.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 fromKaleoTaskAssignmentInstanceModelImpl
.- Parameters:
assigneeClassName
- the assignee class namestart
- the lower bound of the range of kaleo task assignment instancesend
- the upper bound of the range of kaleo task assignment instances (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kaleo task assignment instances
-
findByAssigneeClassName
List<KaleoTaskAssignmentInstance> findByAssigneeClassName(String assigneeClassName, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo task assignment instances where assigneeClassName = ?.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 fromKaleoTaskAssignmentInstanceModelImpl
.- Parameters:
assigneeClassName
- the assignee class namestart
- the lower bound of the range of kaleo task assignment instancesend
- the upper bound of the range of kaleo task assignment instances (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 assignment instances
-
findByAssigneeClassName_First
KaleoTaskAssignmentInstance findByAssigneeClassName_First(String assigneeClassName, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) throws NoSuchTaskAssignmentInstanceException Returns the first kaleo task assignment instance in the ordered set where assigneeClassName = ?.- Parameters:
assigneeClassName
- the assignee class nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kaleo task assignment instance
- Throws:
NoSuchTaskAssignmentInstanceException
- if a matching kaleo task assignment instance could not be found
-
fetchByAssigneeClassName_First
KaleoTaskAssignmentInstance fetchByAssigneeClassName_First(String assigneeClassName, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the first kaleo task assignment instance in the ordered set where assigneeClassName = ?.- Parameters:
assigneeClassName
- the assignee class nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kaleo task assignment instance, or
null
if a matching kaleo task assignment instance could not be found
-
findByAssigneeClassName_Last
KaleoTaskAssignmentInstance findByAssigneeClassName_Last(String assigneeClassName, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) throws NoSuchTaskAssignmentInstanceException Returns the last kaleo task assignment instance in the ordered set where assigneeClassName = ?.- Parameters:
assigneeClassName
- the assignee class nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kaleo task assignment instance
- Throws:
NoSuchTaskAssignmentInstanceException
- if a matching kaleo task assignment instance could not be found
-
fetchByAssigneeClassName_Last
KaleoTaskAssignmentInstance fetchByAssigneeClassName_Last(String assigneeClassName, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the last kaleo task assignment instance in the ordered set where assigneeClassName = ?.- Parameters:
assigneeClassName
- the assignee class nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kaleo task assignment instance, or
null
if a matching kaleo task assignment instance could not be found
-
findByAssigneeClassName_PrevAndNext
KaleoTaskAssignmentInstance[] findByAssigneeClassName_PrevAndNext(long kaleoTaskAssignmentInstanceId, String assigneeClassName, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) throws NoSuchTaskAssignmentInstanceException Returns the kaleo task assignment instances before and after the current kaleo task assignment instance in the ordered set where assigneeClassName = ?.- Parameters:
kaleoTaskAssignmentInstanceId
- the primary key of the current kaleo task assignment instanceassigneeClassName
- the assignee class nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kaleo task assignment instance
- Throws:
NoSuchTaskAssignmentInstanceException
- if a kaleo task assignment instance with the primary key could not be found
-
removeByAssigneeClassName
Removes all the kaleo task assignment instances where assigneeClassName = ? from the database.- Parameters:
assigneeClassName
- the assignee class name
-
countByAssigneeClassName
Returns the number of kaleo task assignment instances where assigneeClassName = ?.- Parameters:
assigneeClassName
- the assignee class name- Returns:
- the number of matching kaleo task assignment instances
-
findByG_ACPK
Returns all the kaleo task assignment instances where groupId = ? and assigneeClassPK = ?.- Parameters:
groupId
- the group IDassigneeClassPK
- the assignee class pk- Returns:
- the matching kaleo task assignment instances
-
findByG_ACPK
List<KaleoTaskAssignmentInstance> findByG_ACPK(long groupId, long assigneeClassPK, int start, int end) Returns a range of all the kaleo task assignment instances where groupId = ? and assigneeClassPK = ?.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 fromKaleoTaskAssignmentInstanceModelImpl
.- Parameters:
groupId
- the group IDassigneeClassPK
- the assignee class pkstart
- the lower bound of the range of kaleo task assignment instancesend
- the upper bound of the range of kaleo task assignment instances (not inclusive)- Returns:
- the range of matching kaleo task assignment instances
-
findByG_ACPK
List<KaleoTaskAssignmentInstance> findByG_ACPK(long groupId, long assigneeClassPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns an ordered range of all the kaleo task assignment instances where groupId = ? and assigneeClassPK = ?.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 fromKaleoTaskAssignmentInstanceModelImpl
.- Parameters:
groupId
- the group IDassigneeClassPK
- the assignee class pkstart
- the lower bound of the range of kaleo task assignment instancesend
- the upper bound of the range of kaleo task assignment instances (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kaleo task assignment instances
-
findByG_ACPK
List<KaleoTaskAssignmentInstance> findByG_ACPK(long groupId, long assigneeClassPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo task assignment instances where groupId = ? and assigneeClassPK = ?.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 fromKaleoTaskAssignmentInstanceModelImpl
.- Parameters:
groupId
- the group IDassigneeClassPK
- the assignee class pkstart
- the lower bound of the range of kaleo task assignment instancesend
- the upper bound of the range of kaleo task assignment instances (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 assignment instances
-
findByG_ACPK_First
KaleoTaskAssignmentInstance findByG_ACPK_First(long groupId, long assigneeClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) throws NoSuchTaskAssignmentInstanceException Returns the first kaleo task assignment instance in the ordered set where groupId = ? and assigneeClassPK = ?.- Parameters:
groupId
- the group IDassigneeClassPK
- the assignee class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kaleo task assignment instance
- Throws:
NoSuchTaskAssignmentInstanceException
- if a matching kaleo task assignment instance could not be found
-
fetchByG_ACPK_First
KaleoTaskAssignmentInstance fetchByG_ACPK_First(long groupId, long assigneeClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the first kaleo task assignment instance in the ordered set where groupId = ? and assigneeClassPK = ?.- Parameters:
groupId
- the group IDassigneeClassPK
- the assignee class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kaleo task assignment instance, or
null
if a matching kaleo task assignment instance could not be found
-
findByG_ACPK_Last
KaleoTaskAssignmentInstance findByG_ACPK_Last(long groupId, long assigneeClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) throws NoSuchTaskAssignmentInstanceException Returns the last kaleo task assignment instance in the ordered set where groupId = ? and assigneeClassPK = ?.- Parameters:
groupId
- the group IDassigneeClassPK
- the assignee class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kaleo task assignment instance
- Throws:
NoSuchTaskAssignmentInstanceException
- if a matching kaleo task assignment instance could not be found
-
fetchByG_ACPK_Last
KaleoTaskAssignmentInstance fetchByG_ACPK_Last(long groupId, long assigneeClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the last kaleo task assignment instance in the ordered set where groupId = ? and assigneeClassPK = ?.- Parameters:
groupId
- the group IDassigneeClassPK
- the assignee class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kaleo task assignment instance, or
null
if a matching kaleo task assignment instance could not be found
-
findByG_ACPK_PrevAndNext
KaleoTaskAssignmentInstance[] findByG_ACPK_PrevAndNext(long kaleoTaskAssignmentInstanceId, long groupId, long assigneeClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) throws NoSuchTaskAssignmentInstanceException Returns the kaleo task assignment instances before and after the current kaleo task assignment instance in the ordered set where groupId = ? and assigneeClassPK = ?.- Parameters:
kaleoTaskAssignmentInstanceId
- the primary key of the current kaleo task assignment instancegroupId
- the group IDassigneeClassPK
- the assignee class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kaleo task assignment instance
- Throws:
NoSuchTaskAssignmentInstanceException
- if a kaleo task assignment instance with the primary key could not be found
-
removeByG_ACPK
void removeByG_ACPK(long groupId, long assigneeClassPK) Removes all the kaleo task assignment instances where groupId = ? and assigneeClassPK = ? from the database.- Parameters:
groupId
- the group IDassigneeClassPK
- the assignee class pk
-
countByG_ACPK
int countByG_ACPK(long groupId, long assigneeClassPK) Returns the number of kaleo task assignment instances where groupId = ? and assigneeClassPK = ?.- Parameters:
groupId
- the group IDassigneeClassPK
- the assignee class pk- Returns:
- the number of matching kaleo task assignment instances
-
findByKTITI_ACN
List<KaleoTaskAssignmentInstance> findByKTITI_ACN(long kaleoTaskInstanceTokenId, String assigneeClassName) Returns all the kaleo task assignment instances where kaleoTaskInstanceTokenId = ? and assigneeClassName = ?.- Parameters:
kaleoTaskInstanceTokenId
- the kaleo task instance token IDassigneeClassName
- the assignee class name- Returns:
- the matching kaleo task assignment instances
-
findByKTITI_ACN
List<KaleoTaskAssignmentInstance> findByKTITI_ACN(long kaleoTaskInstanceTokenId, String assigneeClassName, int start, int end) Returns a range of all the kaleo task assignment instances where kaleoTaskInstanceTokenId = ? and assigneeClassName = ?.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 fromKaleoTaskAssignmentInstanceModelImpl
.- Parameters:
kaleoTaskInstanceTokenId
- the kaleo task instance token IDassigneeClassName
- the assignee class namestart
- the lower bound of the range of kaleo task assignment instancesend
- the upper bound of the range of kaleo task assignment instances (not inclusive)- Returns:
- the range of matching kaleo task assignment instances
-
findByKTITI_ACN
List<KaleoTaskAssignmentInstance> findByKTITI_ACN(long kaleoTaskInstanceTokenId, String assigneeClassName, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns an ordered range of all the kaleo task assignment instances where kaleoTaskInstanceTokenId = ? and assigneeClassName = ?.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 fromKaleoTaskAssignmentInstanceModelImpl
.- Parameters:
kaleoTaskInstanceTokenId
- the kaleo task instance token IDassigneeClassName
- the assignee class namestart
- the lower bound of the range of kaleo task assignment instancesend
- the upper bound of the range of kaleo task assignment instances (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kaleo task assignment instances
-
findByKTITI_ACN
List<KaleoTaskAssignmentInstance> findByKTITI_ACN(long kaleoTaskInstanceTokenId, String assigneeClassName, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo task assignment instances where kaleoTaskInstanceTokenId = ? and assigneeClassName = ?.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 fromKaleoTaskAssignmentInstanceModelImpl
.- Parameters:
kaleoTaskInstanceTokenId
- the kaleo task instance token IDassigneeClassName
- the assignee class namestart
- the lower bound of the range of kaleo task assignment instancesend
- the upper bound of the range of kaleo task assignment instances (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 assignment instances
-
findByKTITI_ACN_First
KaleoTaskAssignmentInstance findByKTITI_ACN_First(long kaleoTaskInstanceTokenId, String assigneeClassName, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) throws NoSuchTaskAssignmentInstanceException Returns the first kaleo task assignment instance in the ordered set where kaleoTaskInstanceTokenId = ? and assigneeClassName = ?.- Parameters:
kaleoTaskInstanceTokenId
- the kaleo task instance token IDassigneeClassName
- the assignee class nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kaleo task assignment instance
- Throws:
NoSuchTaskAssignmentInstanceException
- if a matching kaleo task assignment instance could not be found
-
fetchByKTITI_ACN_First
KaleoTaskAssignmentInstance fetchByKTITI_ACN_First(long kaleoTaskInstanceTokenId, String assigneeClassName, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the first kaleo task assignment instance in the ordered set where kaleoTaskInstanceTokenId = ? and assigneeClassName = ?.- Parameters:
kaleoTaskInstanceTokenId
- the kaleo task instance token IDassigneeClassName
- the assignee class nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kaleo task assignment instance, or
null
if a matching kaleo task assignment instance could not be found
-
findByKTITI_ACN_Last
KaleoTaskAssignmentInstance findByKTITI_ACN_Last(long kaleoTaskInstanceTokenId, String assigneeClassName, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) throws NoSuchTaskAssignmentInstanceException Returns the last kaleo task assignment instance in the ordered set where kaleoTaskInstanceTokenId = ? and assigneeClassName = ?.- Parameters:
kaleoTaskInstanceTokenId
- the kaleo task instance token IDassigneeClassName
- the assignee class nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kaleo task assignment instance
- Throws:
NoSuchTaskAssignmentInstanceException
- if a matching kaleo task assignment instance could not be found
-
fetchByKTITI_ACN_Last
KaleoTaskAssignmentInstance fetchByKTITI_ACN_Last(long kaleoTaskInstanceTokenId, String assigneeClassName, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the last kaleo task assignment instance in the ordered set where kaleoTaskInstanceTokenId = ? and assigneeClassName = ?.- Parameters:
kaleoTaskInstanceTokenId
- the kaleo task instance token IDassigneeClassName
- the assignee class nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kaleo task assignment instance, or
null
if a matching kaleo task assignment instance could not be found
-
findByKTITI_ACN_PrevAndNext
KaleoTaskAssignmentInstance[] findByKTITI_ACN_PrevAndNext(long kaleoTaskAssignmentInstanceId, long kaleoTaskInstanceTokenId, String assigneeClassName, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) throws NoSuchTaskAssignmentInstanceException Returns the kaleo task assignment instances before and after the current kaleo task assignment instance in the ordered set where kaleoTaskInstanceTokenId = ? and assigneeClassName = ?.- Parameters:
kaleoTaskAssignmentInstanceId
- the primary key of the current kaleo task assignment instancekaleoTaskInstanceTokenId
- the kaleo task instance token IDassigneeClassName
- the assignee class nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kaleo task assignment instance
- Throws:
NoSuchTaskAssignmentInstanceException
- if a kaleo task assignment instance with the primary key could not be found
-
removeByKTITI_ACN
Removes all the kaleo task assignment instances where kaleoTaskInstanceTokenId = ? and assigneeClassName = ? from the database.- Parameters:
kaleoTaskInstanceTokenId
- the kaleo task instance token IDassigneeClassName
- the assignee class name
-
countByKTITI_ACN
Returns the number of kaleo task assignment instances where kaleoTaskInstanceTokenId = ? and assigneeClassName = ?.- Parameters:
kaleoTaskInstanceTokenId
- the kaleo task instance token IDassigneeClassName
- the assignee class name- Returns:
- the number of matching kaleo task assignment instances
-
findByACN_ACPK
Returns all the kaleo task assignment instances where assigneeClassName = ? and assigneeClassPK = ?.- Parameters:
assigneeClassName
- the assignee class nameassigneeClassPK
- the assignee class pk- Returns:
- the matching kaleo task assignment instances
-
findByACN_ACPK
List<KaleoTaskAssignmentInstance> findByACN_ACPK(String assigneeClassName, long assigneeClassPK, int start, int end) Returns a range of all the kaleo task assignment instances where assigneeClassName = ? and assigneeClassPK = ?.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 fromKaleoTaskAssignmentInstanceModelImpl
.- Parameters:
assigneeClassName
- the assignee class nameassigneeClassPK
- the assignee class pkstart
- the lower bound of the range of kaleo task assignment instancesend
- the upper bound of the range of kaleo task assignment instances (not inclusive)- Returns:
- the range of matching kaleo task assignment instances
-
findByACN_ACPK
List<KaleoTaskAssignmentInstance> findByACN_ACPK(String assigneeClassName, long assigneeClassPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns an ordered range of all the kaleo task assignment instances where assigneeClassName = ? and assigneeClassPK = ?.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 fromKaleoTaskAssignmentInstanceModelImpl
.- Parameters:
assigneeClassName
- the assignee class nameassigneeClassPK
- the assignee class pkstart
- the lower bound of the range of kaleo task assignment instancesend
- the upper bound of the range of kaleo task assignment instances (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kaleo task assignment instances
-
findByACN_ACPK
List<KaleoTaskAssignmentInstance> findByACN_ACPK(String assigneeClassName, long assigneeClassPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo task assignment instances where assigneeClassName = ? and assigneeClassPK = ?.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 fromKaleoTaskAssignmentInstanceModelImpl
.- Parameters:
assigneeClassName
- the assignee class nameassigneeClassPK
- the assignee class pkstart
- the lower bound of the range of kaleo task assignment instancesend
- the upper bound of the range of kaleo task assignment instances (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 assignment instances
-
findByACN_ACPK_First
KaleoTaskAssignmentInstance findByACN_ACPK_First(String assigneeClassName, long assigneeClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) throws NoSuchTaskAssignmentInstanceException Returns the first kaleo task assignment instance in the ordered set where assigneeClassName = ? and assigneeClassPK = ?.- Parameters:
assigneeClassName
- the assignee class nameassigneeClassPK
- the assignee class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kaleo task assignment instance
- Throws:
NoSuchTaskAssignmentInstanceException
- if a matching kaleo task assignment instance could not be found
-
fetchByACN_ACPK_First
KaleoTaskAssignmentInstance fetchByACN_ACPK_First(String assigneeClassName, long assigneeClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the first kaleo task assignment instance in the ordered set where assigneeClassName = ? and assigneeClassPK = ?.- Parameters:
assigneeClassName
- the assignee class nameassigneeClassPK
- the assignee class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kaleo task assignment instance, or
null
if a matching kaleo task assignment instance could not be found
-
findByACN_ACPK_Last
KaleoTaskAssignmentInstance findByACN_ACPK_Last(String assigneeClassName, long assigneeClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) throws NoSuchTaskAssignmentInstanceException Returns the last kaleo task assignment instance in the ordered set where assigneeClassName = ? and assigneeClassPK = ?.- Parameters:
assigneeClassName
- the assignee class nameassigneeClassPK
- the assignee class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kaleo task assignment instance
- Throws:
NoSuchTaskAssignmentInstanceException
- if a matching kaleo task assignment instance could not be found
-
fetchByACN_ACPK_Last
KaleoTaskAssignmentInstance fetchByACN_ACPK_Last(String assigneeClassName, long assigneeClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the last kaleo task assignment instance in the ordered set where assigneeClassName = ? and assigneeClassPK = ?.- Parameters:
assigneeClassName
- the assignee class nameassigneeClassPK
- the assignee class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kaleo task assignment instance, or
null
if a matching kaleo task assignment instance could not be found
-
findByACN_ACPK_PrevAndNext
KaleoTaskAssignmentInstance[] findByACN_ACPK_PrevAndNext(long kaleoTaskAssignmentInstanceId, String assigneeClassName, long assigneeClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) throws NoSuchTaskAssignmentInstanceException Returns the kaleo task assignment instances before and after the current kaleo task assignment instance in the ordered set where assigneeClassName = ? and assigneeClassPK = ?.- Parameters:
kaleoTaskAssignmentInstanceId
- the primary key of the current kaleo task assignment instanceassigneeClassName
- the assignee class nameassigneeClassPK
- the assignee class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kaleo task assignment instance
- Throws:
NoSuchTaskAssignmentInstanceException
- if a kaleo task assignment instance with the primary key could not be found
-
removeByACN_ACPK
Removes all the kaleo task assignment instances where assigneeClassName = ? and assigneeClassPK = ? from the database.- Parameters:
assigneeClassName
- the assignee class nameassigneeClassPK
- the assignee class pk
-
countByACN_ACPK
Returns the number of kaleo task assignment instances where assigneeClassName = ? and assigneeClassPK = ?.- Parameters:
assigneeClassName
- the assignee class nameassigneeClassPK
- the assignee class pk- Returns:
- the number of matching kaleo task assignment instances
-
cacheResult
Caches the kaleo task assignment instance in the entity cache if it is enabled.- Parameters:
kaleoTaskAssignmentInstance
- the kaleo task assignment instance
-
cacheResult
Caches the kaleo task assignment instances in the entity cache if it is enabled.- Parameters:
kaleoTaskAssignmentInstances
- the kaleo task assignment instances
-
create
Creates a new kaleo task assignment instance with the primary key. Does not add the kaleo task assignment instance to the database.- Parameters:
kaleoTaskAssignmentInstanceId
- the primary key for the new kaleo task assignment instance- Returns:
- the new kaleo task assignment instance
-
remove
KaleoTaskAssignmentInstance remove(long kaleoTaskAssignmentInstanceId) throws NoSuchTaskAssignmentInstanceException Removes the kaleo task assignment instance with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
kaleoTaskAssignmentInstanceId
- the primary key of the kaleo task assignment instance- Returns:
- the kaleo task assignment instance that was removed
- Throws:
NoSuchTaskAssignmentInstanceException
- if a kaleo task assignment instance with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
KaleoTaskAssignmentInstance findByPrimaryKey(long kaleoTaskAssignmentInstanceId) throws NoSuchTaskAssignmentInstanceException Returns the kaleo task assignment instance with the primary key or throws aNoSuchTaskAssignmentInstanceException
if it could not be found.- Parameters:
kaleoTaskAssignmentInstanceId
- the primary key of the kaleo task assignment instance- Returns:
- the kaleo task assignment instance
- Throws:
NoSuchTaskAssignmentInstanceException
- if a kaleo task assignment instance with the primary key could not be found
-
fetchByPrimaryKey
Returns the kaleo task assignment instance with the primary key or returnsnull
if it could not be found.- Parameters:
kaleoTaskAssignmentInstanceId
- the primary key of the kaleo task assignment instance- Returns:
- the kaleo task assignment instance, or
null
if a kaleo task assignment instance with the primary key could not be found
-
findAll
List<KaleoTaskAssignmentInstance> findAll()Returns all the kaleo task assignment instances.- Returns:
- the kaleo task assignment instances
-
findAll
Returns a range of all the kaleo task assignment instances.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 fromKaleoTaskAssignmentInstanceModelImpl
.- Parameters:
start
- the lower bound of the range of kaleo task assignment instancesend
- the upper bound of the range of kaleo task assignment instances (not inclusive)- Returns:
- the range of kaleo task assignment instances
-
findAll
List<KaleoTaskAssignmentInstance> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns an ordered range of all the kaleo task assignment instances.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 fromKaleoTaskAssignmentInstanceModelImpl
.- Parameters:
start
- the lower bound of the range of kaleo task assignment instancesend
- the upper bound of the range of kaleo task assignment instances (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of kaleo task assignment instances
-
findAll
List<KaleoTaskAssignmentInstance> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo task assignment instances.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 fromKaleoTaskAssignmentInstanceModelImpl
.- Parameters:
start
- the lower bound of the range of kaleo task assignment instancesend
- the upper bound of the range of kaleo task assignment instances (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 assignment instances
-
removeAll
void removeAll()Removes all the kaleo task assignment instances from the database. -
countAll
int countAll()Returns the number of kaleo task assignment instances.- Returns:
- the number of kaleo task assignment instances
-