Interface KaleoTaskAssignmentPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<KaleoTaskAssignment>
,com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<KaleoTaskAssignment>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(KaleoTaskAssignment kaleoTaskAssignment) Caches the kaleo task assignment in the entity cache if it is enabled.void
cacheResult
(List<KaleoTaskAssignment> kaleoTaskAssignments) Caches the kaleo task assignments in the entity cache if it is enabled.int
countAll()
Returns the number of kaleo task assignments.int
countByCompanyId
(long companyId) Returns the number of kaleo task assignments where companyId = ?.int
countByKaleoDefinitionVersionId
(long kaleoDefinitionVersionId) Returns the number of kaleo task assignments where kaleoDefinitionVersionId = ?.int
countByKCN_KCPK
(String kaleoClassName, long kaleoClassPK) Returns the number of kaleo task assignments where kaleoClassName = ? and kaleoClassPK = ?.int
countByKCN_KCPK_ACN
(String kaleoClassName, long kaleoClassPK, String assigneeClassName) Returns the number of kaleo task assignments where kaleoClassName = ? and kaleoClassPK = ? and assigneeClassName = ?.create
(long kaleoTaskAssignmentId) Creates a new kaleo task assignment with the primary key.fetchByCompanyId_First
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator) Returns the first kaleo task assignment in the ordered set where companyId = ?.fetchByCompanyId_Last
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator) Returns the last kaleo task assignment in the ordered set where companyId = ?.fetchByKaleoDefinitionVersionId_First
(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator) Returns the first kaleo task assignment in the ordered set where kaleoDefinitionVersionId = ?.fetchByKaleoDefinitionVersionId_Last
(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator) Returns the last kaleo task assignment in the ordered set where kaleoDefinitionVersionId = ?.fetchByKCN_KCPK_ACN_First
(String kaleoClassName, long kaleoClassPK, String assigneeClassName, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator) Returns the first kaleo task assignment in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and assigneeClassName = ?.fetchByKCN_KCPK_ACN_Last
(String kaleoClassName, long kaleoClassPK, String assigneeClassName, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator) Returns the last kaleo task assignment in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and assigneeClassName = ?.fetchByKCN_KCPK_First
(String kaleoClassName, long kaleoClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator) Returns the first kaleo task assignment in the ordered set where kaleoClassName = ? and kaleoClassPK = ?.fetchByKCN_KCPK_Last
(String kaleoClassName, long kaleoClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator) Returns the last kaleo task assignment in the ordered set where kaleoClassName = ? and kaleoClassPK = ?.fetchByPrimaryKey
(long kaleoTaskAssignmentId) Returns the kaleo task assignment with the primary key or returnsnull
if it could not be found.findAll()
Returns all the kaleo task assignments.findAll
(int start, int end) Returns a range of all the kaleo task assignments.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator) Returns an ordered range of all the kaleo task assignments.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo task assignments.findByCompanyId
(long companyId) Returns all the kaleo task assignments where companyId = ?.findByCompanyId
(long companyId, int start, int end) Returns a range of all the kaleo task assignments where companyId = ?.findByCompanyId
(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator) Returns an ordered range of all the kaleo task assignments where companyId = ?.findByCompanyId
(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo task assignments where companyId = ?.findByCompanyId_First
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator) Returns the first kaleo task assignment in the ordered set where companyId = ?.findByCompanyId_Last
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator) Returns the last kaleo task assignment in the ordered set where companyId = ?.findByCompanyId_PrevAndNext
(long kaleoTaskAssignmentId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator) Returns the kaleo task assignments before and after the current kaleo task assignment in the ordered set where companyId = ?.findByKaleoDefinitionVersionId
(long kaleoDefinitionVersionId) Returns all the kaleo task assignments where kaleoDefinitionVersionId = ?.findByKaleoDefinitionVersionId
(long kaleoDefinitionVersionId, int start, int end) Returns a range of all the kaleo task assignments where kaleoDefinitionVersionId = ?.findByKaleoDefinitionVersionId
(long kaleoDefinitionVersionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator) Returns an ordered range of all the kaleo task assignments where kaleoDefinitionVersionId = ?.findByKaleoDefinitionVersionId
(long kaleoDefinitionVersionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo task assignments where kaleoDefinitionVersionId = ?.findByKaleoDefinitionVersionId_First
(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator) Returns the first kaleo task assignment in the ordered set where kaleoDefinitionVersionId = ?.findByKaleoDefinitionVersionId_Last
(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator) Returns the last kaleo task assignment in the ordered set where kaleoDefinitionVersionId = ?.findByKaleoDefinitionVersionId_PrevAndNext
(long kaleoTaskAssignmentId, long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator) Returns the kaleo task assignments before and after the current kaleo task assignment in the ordered set where kaleoDefinitionVersionId = ?.findByKCN_KCPK
(String kaleoClassName, long kaleoClassPK) Returns all the kaleo task assignments where kaleoClassName = ? and kaleoClassPK = ?.findByKCN_KCPK
(String kaleoClassName, long kaleoClassPK, int start, int end) Returns a range of all the kaleo task assignments where kaleoClassName = ? and kaleoClassPK = ?.findByKCN_KCPK
(String kaleoClassName, long kaleoClassPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator) Returns an ordered range of all the kaleo task assignments where kaleoClassName = ? and kaleoClassPK = ?.findByKCN_KCPK
(String kaleoClassName, long kaleoClassPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo task assignments where kaleoClassName = ? and kaleoClassPK = ?.findByKCN_KCPK_ACN
(String kaleoClassName, long kaleoClassPK, String assigneeClassName) Returns all the kaleo task assignments where kaleoClassName = ? and kaleoClassPK = ? and assigneeClassName = ?.findByKCN_KCPK_ACN
(String kaleoClassName, long kaleoClassPK, String assigneeClassName, int start, int end) Returns a range of all the kaleo task assignments where kaleoClassName = ? and kaleoClassPK = ? and assigneeClassName = ?.findByKCN_KCPK_ACN
(String kaleoClassName, long kaleoClassPK, String assigneeClassName, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator) Returns an ordered range of all the kaleo task assignments where kaleoClassName = ? and kaleoClassPK = ? and assigneeClassName = ?.findByKCN_KCPK_ACN
(String kaleoClassName, long kaleoClassPK, String assigneeClassName, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo task assignments where kaleoClassName = ? and kaleoClassPK = ? and assigneeClassName = ?.findByKCN_KCPK_ACN_First
(String kaleoClassName, long kaleoClassPK, String assigneeClassName, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator) Returns the first kaleo task assignment in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and assigneeClassName = ?.findByKCN_KCPK_ACN_Last
(String kaleoClassName, long kaleoClassPK, String assigneeClassName, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator) Returns the last kaleo task assignment in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and assigneeClassName = ?.findByKCN_KCPK_ACN_PrevAndNext
(long kaleoTaskAssignmentId, String kaleoClassName, long kaleoClassPK, String assigneeClassName, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator) Returns the kaleo task assignments before and after the current kaleo task assignment in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and assigneeClassName = ?.findByKCN_KCPK_First
(String kaleoClassName, long kaleoClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator) Returns the first kaleo task assignment in the ordered set where kaleoClassName = ? and kaleoClassPK = ?.findByKCN_KCPK_Last
(String kaleoClassName, long kaleoClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator) Returns the last kaleo task assignment in the ordered set where kaleoClassName = ? and kaleoClassPK = ?.findByKCN_KCPK_PrevAndNext
(long kaleoTaskAssignmentId, String kaleoClassName, long kaleoClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator) Returns the kaleo task assignments before and after the current kaleo task assignment in the ordered set where kaleoClassName = ? and kaleoClassPK = ?.findByPrimaryKey
(long kaleoTaskAssignmentId) Returns the kaleo task assignment with the primary key or throws aNoSuchTaskAssignmentException
if it could not be found.remove
(long kaleoTaskAssignmentId) Removes the kaleo task assignment with the primary key from the database.void
Removes all the kaleo task assignments from the database.void
removeByCompanyId
(long companyId) Removes all the kaleo task assignments where companyId = ? from the database.void
removeByKaleoDefinitionVersionId
(long kaleoDefinitionVersionId) Removes all the kaleo task assignments where kaleoDefinitionVersionId = ? from the database.void
removeByKCN_KCPK
(String kaleoClassName, long kaleoClassPK) Removes all the kaleo task assignments where kaleoClassName = ? and kaleoClassPK = ? from the database.void
removeByKCN_KCPK_ACN
(String kaleoClassName, long kaleoClassPK, String assigneeClassName) Removes all the kaleo task assignments where kaleoClassName = ? and kaleoClassPK = ? and assigneeClassName = ? from the database.updateImpl
(KaleoTaskAssignment kaleoTaskAssignment) 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 assignments where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the matching kaleo task assignments
-
findByCompanyId
Returns a range of all the kaleo task assignments 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 fromKaleoTaskAssignmentModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of kaleo task assignmentsend
- the upper bound of the range of kaleo task assignments (not inclusive)- Returns:
- the range of matching kaleo task assignments
-
findByCompanyId
List<KaleoTaskAssignment> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator) Returns an ordered range of all the kaleo task assignments 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 fromKaleoTaskAssignmentModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of kaleo task assignmentsend
- the upper bound of the range of kaleo task assignments (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kaleo task assignments
-
findByCompanyId
List<KaleoTaskAssignment> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo task assignments 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 fromKaleoTaskAssignmentModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of kaleo task assignmentsend
- the upper bound of the range of kaleo task assignments (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 assignments
-
findByCompanyId_First
KaleoTaskAssignment findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator) throws NoSuchTaskAssignmentException Returns the first kaleo task assignment 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
- Throws:
NoSuchTaskAssignmentException
- if a matching kaleo task assignment could not be found
-
fetchByCompanyId_First
KaleoTaskAssignment fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator) Returns the first kaleo task assignment 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, or
null
if a matching kaleo task assignment could not be found
-
findByCompanyId_Last
KaleoTaskAssignment findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator) throws NoSuchTaskAssignmentException Returns the last kaleo task assignment 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
- Throws:
NoSuchTaskAssignmentException
- if a matching kaleo task assignment could not be found
-
fetchByCompanyId_Last
KaleoTaskAssignment fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator) Returns the last kaleo task assignment 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, or
null
if a matching kaleo task assignment could not be found
-
findByCompanyId_PrevAndNext
KaleoTaskAssignment[] findByCompanyId_PrevAndNext(long kaleoTaskAssignmentId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator) throws NoSuchTaskAssignmentException Returns the kaleo task assignments before and after the current kaleo task assignment in the ordered set where companyId = ?.- Parameters:
kaleoTaskAssignmentId
- the primary key of the current kaleo task assignmentcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kaleo task assignment
- Throws:
NoSuchTaskAssignmentException
- if a kaleo task assignment with the primary key could not be found
-
removeByCompanyId
void removeByCompanyId(long companyId) Removes all the kaleo task assignments where companyId = ? from the database.- Parameters:
companyId
- the company ID
-
countByCompanyId
int countByCompanyId(long companyId) Returns the number of kaleo task assignments where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the number of matching kaleo task assignments
-
findByKaleoDefinitionVersionId
Returns all the kaleo task assignments where kaleoDefinitionVersionId = ?.- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version ID- Returns:
- the matching kaleo task assignments
-
findByKaleoDefinitionVersionId
List<KaleoTaskAssignment> findByKaleoDefinitionVersionId(long kaleoDefinitionVersionId, int start, int end) Returns a range of all the kaleo task assignments 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 fromKaleoTaskAssignmentModelImpl
.- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version IDstart
- the lower bound of the range of kaleo task assignmentsend
- the upper bound of the range of kaleo task assignments (not inclusive)- Returns:
- the range of matching kaleo task assignments
-
findByKaleoDefinitionVersionId
List<KaleoTaskAssignment> findByKaleoDefinitionVersionId(long kaleoDefinitionVersionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator) Returns an ordered range of all the kaleo task assignments 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 fromKaleoTaskAssignmentModelImpl
.- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version IDstart
- the lower bound of the range of kaleo task assignmentsend
- the upper bound of the range of kaleo task assignments (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kaleo task assignments
-
findByKaleoDefinitionVersionId
List<KaleoTaskAssignment> findByKaleoDefinitionVersionId(long kaleoDefinitionVersionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo task assignments 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 fromKaleoTaskAssignmentModelImpl
.- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version IDstart
- the lower bound of the range of kaleo task assignmentsend
- the upper bound of the range of kaleo task assignments (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 assignments
-
findByKaleoDefinitionVersionId_First
KaleoTaskAssignment findByKaleoDefinitionVersionId_First(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator) throws NoSuchTaskAssignmentException Returns the first kaleo task assignment 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
- Throws:
NoSuchTaskAssignmentException
- if a matching kaleo task assignment could not be found
-
fetchByKaleoDefinitionVersionId_First
KaleoTaskAssignment fetchByKaleoDefinitionVersionId_First(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator) Returns the first kaleo task assignment 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, or
null
if a matching kaleo task assignment could not be found
-
findByKaleoDefinitionVersionId_Last
KaleoTaskAssignment findByKaleoDefinitionVersionId_Last(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator) throws NoSuchTaskAssignmentException Returns the last kaleo task assignment 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
- Throws:
NoSuchTaskAssignmentException
- if a matching kaleo task assignment could not be found
-
fetchByKaleoDefinitionVersionId_Last
KaleoTaskAssignment fetchByKaleoDefinitionVersionId_Last(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator) Returns the last kaleo task assignment 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, or
null
if a matching kaleo task assignment could not be found
-
findByKaleoDefinitionVersionId_PrevAndNext
KaleoTaskAssignment[] findByKaleoDefinitionVersionId_PrevAndNext(long kaleoTaskAssignmentId, long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator) throws NoSuchTaskAssignmentException Returns the kaleo task assignments before and after the current kaleo task assignment in the ordered set where kaleoDefinitionVersionId = ?.- Parameters:
kaleoTaskAssignmentId
- the primary key of the current kaleo task assignmentkaleoDefinitionVersionId
- the kaleo definition version IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kaleo task assignment
- Throws:
NoSuchTaskAssignmentException
- if a kaleo task assignment with the primary key could not be found
-
removeByKaleoDefinitionVersionId
void removeByKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Removes all the kaleo task assignments where kaleoDefinitionVersionId = ? from the database.- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version ID
-
countByKaleoDefinitionVersionId
int countByKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Returns the number of kaleo task assignments where kaleoDefinitionVersionId = ?.- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version ID- Returns:
- the number of matching kaleo task assignments
-
findByKCN_KCPK
Returns all the kaleo task assignments where kaleoClassName = ? and kaleoClassPK = ?.- Parameters:
kaleoClassName
- the kaleo class namekaleoClassPK
- the kaleo class pk- Returns:
- the matching kaleo task assignments
-
findByKCN_KCPK
List<KaleoTaskAssignment> findByKCN_KCPK(String kaleoClassName, long kaleoClassPK, int start, int end) Returns a range of all the kaleo task assignments where kaleoClassName = ? and kaleoClassPK = ?.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 fromKaleoTaskAssignmentModelImpl
.- Parameters:
kaleoClassName
- the kaleo class namekaleoClassPK
- the kaleo class pkstart
- the lower bound of the range of kaleo task assignmentsend
- the upper bound of the range of kaleo task assignments (not inclusive)- Returns:
- the range of matching kaleo task assignments
-
findByKCN_KCPK
List<KaleoTaskAssignment> findByKCN_KCPK(String kaleoClassName, long kaleoClassPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator) Returns an ordered range of all the kaleo task assignments where kaleoClassName = ? and kaleoClassPK = ?.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 fromKaleoTaskAssignmentModelImpl
.- Parameters:
kaleoClassName
- the kaleo class namekaleoClassPK
- the kaleo class pkstart
- the lower bound of the range of kaleo task assignmentsend
- the upper bound of the range of kaleo task assignments (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kaleo task assignments
-
findByKCN_KCPK
List<KaleoTaskAssignment> findByKCN_KCPK(String kaleoClassName, long kaleoClassPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo task assignments where kaleoClassName = ? and kaleoClassPK = ?.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 fromKaleoTaskAssignmentModelImpl
.- Parameters:
kaleoClassName
- the kaleo class namekaleoClassPK
- the kaleo class pkstart
- the lower bound of the range of kaleo task assignmentsend
- the upper bound of the range of kaleo task assignments (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 assignments
-
findByKCN_KCPK_First
KaleoTaskAssignment findByKCN_KCPK_First(String kaleoClassName, long kaleoClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator) throws NoSuchTaskAssignmentException Returns the first kaleo task assignment in the ordered set where kaleoClassName = ? and kaleoClassPK = ?.- Parameters:
kaleoClassName
- the kaleo class namekaleoClassPK
- the kaleo class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kaleo task assignment
- Throws:
NoSuchTaskAssignmentException
- if a matching kaleo task assignment could not be found
-
fetchByKCN_KCPK_First
KaleoTaskAssignment fetchByKCN_KCPK_First(String kaleoClassName, long kaleoClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator) Returns the first kaleo task assignment in the ordered set where kaleoClassName = ? and kaleoClassPK = ?.- Parameters:
kaleoClassName
- the kaleo class namekaleoClassPK
- the kaleo class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kaleo task assignment, or
null
if a matching kaleo task assignment could not be found
-
findByKCN_KCPK_Last
KaleoTaskAssignment findByKCN_KCPK_Last(String kaleoClassName, long kaleoClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator) throws NoSuchTaskAssignmentException Returns the last kaleo task assignment in the ordered set where kaleoClassName = ? and kaleoClassPK = ?.- Parameters:
kaleoClassName
- the kaleo class namekaleoClassPK
- the kaleo class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kaleo task assignment
- Throws:
NoSuchTaskAssignmentException
- if a matching kaleo task assignment could not be found
-
fetchByKCN_KCPK_Last
KaleoTaskAssignment fetchByKCN_KCPK_Last(String kaleoClassName, long kaleoClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator) Returns the last kaleo task assignment in the ordered set where kaleoClassName = ? and kaleoClassPK = ?.- Parameters:
kaleoClassName
- the kaleo class namekaleoClassPK
- the kaleo class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kaleo task assignment, or
null
if a matching kaleo task assignment could not be found
-
findByKCN_KCPK_PrevAndNext
KaleoTaskAssignment[] findByKCN_KCPK_PrevAndNext(long kaleoTaskAssignmentId, String kaleoClassName, long kaleoClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator) throws NoSuchTaskAssignmentException Returns the kaleo task assignments before and after the current kaleo task assignment in the ordered set where kaleoClassName = ? and kaleoClassPK = ?.- Parameters:
kaleoTaskAssignmentId
- the primary key of the current kaleo task assignmentkaleoClassName
- the kaleo class namekaleoClassPK
- the kaleo class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kaleo task assignment
- Throws:
NoSuchTaskAssignmentException
- if a kaleo task assignment with the primary key could not be found
-
removeByKCN_KCPK
Removes all the kaleo task assignments where kaleoClassName = ? and kaleoClassPK = ? from the database.- Parameters:
kaleoClassName
- the kaleo class namekaleoClassPK
- the kaleo class pk
-
countByKCN_KCPK
Returns the number of kaleo task assignments where kaleoClassName = ? and kaleoClassPK = ?.- Parameters:
kaleoClassName
- the kaleo class namekaleoClassPK
- the kaleo class pk- Returns:
- the number of matching kaleo task assignments
-
findByKCN_KCPK_ACN
List<KaleoTaskAssignment> findByKCN_KCPK_ACN(String kaleoClassName, long kaleoClassPK, String assigneeClassName) Returns all the kaleo task assignments where kaleoClassName = ? and kaleoClassPK = ? and assigneeClassName = ?.- Parameters:
kaleoClassName
- the kaleo class namekaleoClassPK
- the kaleo class pkassigneeClassName
- the assignee class name- Returns:
- the matching kaleo task assignments
-
findByKCN_KCPK_ACN
List<KaleoTaskAssignment> findByKCN_KCPK_ACN(String kaleoClassName, long kaleoClassPK, String assigneeClassName, int start, int end) Returns a range of all the kaleo task assignments where kaleoClassName = ? and kaleoClassPK = ? 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 fromKaleoTaskAssignmentModelImpl
.- Parameters:
kaleoClassName
- the kaleo class namekaleoClassPK
- the kaleo class pkassigneeClassName
- the assignee class namestart
- the lower bound of the range of kaleo task assignmentsend
- the upper bound of the range of kaleo task assignments (not inclusive)- Returns:
- the range of matching kaleo task assignments
-
findByKCN_KCPK_ACN
List<KaleoTaskAssignment> findByKCN_KCPK_ACN(String kaleoClassName, long kaleoClassPK, String assigneeClassName, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator) Returns an ordered range of all the kaleo task assignments where kaleoClassName = ? and kaleoClassPK = ? 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 fromKaleoTaskAssignmentModelImpl
.- Parameters:
kaleoClassName
- the kaleo class namekaleoClassPK
- the kaleo class pkassigneeClassName
- the assignee class namestart
- the lower bound of the range of kaleo task assignmentsend
- the upper bound of the range of kaleo task assignments (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kaleo task assignments
-
findByKCN_KCPK_ACN
List<KaleoTaskAssignment> findByKCN_KCPK_ACN(String kaleoClassName, long kaleoClassPK, String assigneeClassName, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo task assignments where kaleoClassName = ? and kaleoClassPK = ? 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 fromKaleoTaskAssignmentModelImpl
.- Parameters:
kaleoClassName
- the kaleo class namekaleoClassPK
- the kaleo class pkassigneeClassName
- the assignee class namestart
- the lower bound of the range of kaleo task assignmentsend
- the upper bound of the range of kaleo task assignments (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 assignments
-
findByKCN_KCPK_ACN_First
KaleoTaskAssignment findByKCN_KCPK_ACN_First(String kaleoClassName, long kaleoClassPK, String assigneeClassName, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator) throws NoSuchTaskAssignmentException Returns the first kaleo task assignment in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and assigneeClassName = ?.- Parameters:
kaleoClassName
- the kaleo class namekaleoClassPK
- the kaleo class pkassigneeClassName
- the assignee class nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kaleo task assignment
- Throws:
NoSuchTaskAssignmentException
- if a matching kaleo task assignment could not be found
-
fetchByKCN_KCPK_ACN_First
KaleoTaskAssignment fetchByKCN_KCPK_ACN_First(String kaleoClassName, long kaleoClassPK, String assigneeClassName, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator) Returns the first kaleo task assignment in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and assigneeClassName = ?.- Parameters:
kaleoClassName
- the kaleo class namekaleoClassPK
- the kaleo class pkassigneeClassName
- the assignee class nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kaleo task assignment, or
null
if a matching kaleo task assignment could not be found
-
findByKCN_KCPK_ACN_Last
KaleoTaskAssignment findByKCN_KCPK_ACN_Last(String kaleoClassName, long kaleoClassPK, String assigneeClassName, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator) throws NoSuchTaskAssignmentException Returns the last kaleo task assignment in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and assigneeClassName = ?.- Parameters:
kaleoClassName
- the kaleo class namekaleoClassPK
- the kaleo class pkassigneeClassName
- the assignee class nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kaleo task assignment
- Throws:
NoSuchTaskAssignmentException
- if a matching kaleo task assignment could not be found
-
fetchByKCN_KCPK_ACN_Last
KaleoTaskAssignment fetchByKCN_KCPK_ACN_Last(String kaleoClassName, long kaleoClassPK, String assigneeClassName, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator) Returns the last kaleo task assignment in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and assigneeClassName = ?.- Parameters:
kaleoClassName
- the kaleo class namekaleoClassPK
- the kaleo class pkassigneeClassName
- the assignee class nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kaleo task assignment, or
null
if a matching kaleo task assignment could not be found
-
findByKCN_KCPK_ACN_PrevAndNext
KaleoTaskAssignment[] findByKCN_KCPK_ACN_PrevAndNext(long kaleoTaskAssignmentId, String kaleoClassName, long kaleoClassPK, String assigneeClassName, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator) throws NoSuchTaskAssignmentException Returns the kaleo task assignments before and after the current kaleo task assignment in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and assigneeClassName = ?.- Parameters:
kaleoTaskAssignmentId
- the primary key of the current kaleo task assignmentkaleoClassName
- the kaleo class namekaleoClassPK
- the kaleo class pkassigneeClassName
- the assignee class nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kaleo task assignment
- Throws:
NoSuchTaskAssignmentException
- if a kaleo task assignment with the primary key could not be found
-
removeByKCN_KCPK_ACN
Removes all the kaleo task assignments where kaleoClassName = ? and kaleoClassPK = ? and assigneeClassName = ? from the database.- Parameters:
kaleoClassName
- the kaleo class namekaleoClassPK
- the kaleo class pkassigneeClassName
- the assignee class name
-
countByKCN_KCPK_ACN
Returns the number of kaleo task assignments where kaleoClassName = ? and kaleoClassPK = ? and assigneeClassName = ?.- Parameters:
kaleoClassName
- the kaleo class namekaleoClassPK
- the kaleo class pkassigneeClassName
- the assignee class name- Returns:
- the number of matching kaleo task assignments
-
cacheResult
Caches the kaleo task assignment in the entity cache if it is enabled.- Parameters:
kaleoTaskAssignment
- the kaleo task assignment
-
cacheResult
Caches the kaleo task assignments in the entity cache if it is enabled.- Parameters:
kaleoTaskAssignments
- the kaleo task assignments
-
create
Creates a new kaleo task assignment with the primary key. Does not add the kaleo task assignment to the database.- Parameters:
kaleoTaskAssignmentId
- the primary key for the new kaleo task assignment- Returns:
- the new kaleo task assignment
-
remove
Removes the kaleo task assignment with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
kaleoTaskAssignmentId
- the primary key of the kaleo task assignment- Returns:
- the kaleo task assignment that was removed
- Throws:
NoSuchTaskAssignmentException
- if a kaleo task assignment with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
KaleoTaskAssignment findByPrimaryKey(long kaleoTaskAssignmentId) throws NoSuchTaskAssignmentException Returns the kaleo task assignment with the primary key or throws aNoSuchTaskAssignmentException
if it could not be found.- Parameters:
kaleoTaskAssignmentId
- the primary key of the kaleo task assignment- Returns:
- the kaleo task assignment
- Throws:
NoSuchTaskAssignmentException
- if a kaleo task assignment with the primary key could not be found
-
fetchByPrimaryKey
Returns the kaleo task assignment with the primary key or returnsnull
if it could not be found.- Parameters:
kaleoTaskAssignmentId
- the primary key of the kaleo task assignment- Returns:
- the kaleo task assignment, or
null
if a kaleo task assignment with the primary key could not be found
-
findAll
List<KaleoTaskAssignment> findAll()Returns all the kaleo task assignments.- Returns:
- the kaleo task assignments
-
findAll
Returns a range of all the kaleo task assignments.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 fromKaleoTaskAssignmentModelImpl
.- Parameters:
start
- the lower bound of the range of kaleo task assignmentsend
- the upper bound of the range of kaleo task assignments (not inclusive)- Returns:
- the range of kaleo task assignments
-
findAll
List<KaleoTaskAssignment> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator) Returns an ordered range of all the kaleo task assignments.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 fromKaleoTaskAssignmentModelImpl
.- Parameters:
start
- the lower bound of the range of kaleo task assignmentsend
- the upper bound of the range of kaleo task assignments (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of kaleo task assignments
-
findAll
List<KaleoTaskAssignment> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignment> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo task assignments.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 fromKaleoTaskAssignmentModelImpl
.- Parameters:
start
- the lower bound of the range of kaleo task assignmentsend
- the upper bound of the range of kaleo task assignments (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 assignments
-
removeAll
void removeAll()Removes all the kaleo task assignments from the database. -
countAll
int countAll()Returns the number of kaleo task assignments.- Returns:
- the number of kaleo task assignments
-