Class KaleoTaskAssignmentInstanceUtil
com.liferay.portal.workflow.kaleo.service.persistence.impl.KaleoTaskAssignmentInstancePersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcacheResult(KaleoTaskAssignmentInstance kaleoTaskAssignmentInstance) Caches the kaleo task assignment instance in the entity cache if it is enabled.static voidcacheResult(List<KaleoTaskAssignmentInstance> kaleoTaskAssignmentInstances) Caches the kaleo task assignment instances in the entity cache if it is enabled.static voidstatic voidclearCache(KaleoTaskAssignmentInstance kaleoTaskAssignmentInstance) static intcountAll()Returns the number of kaleo task assignment instances.static intcountByACN_ACPK(String assigneeClassName, long assigneeClassPK) Returns the number of kaleo task assignment instances where assigneeClassName = ? and assigneeClassPK = ?.static intcountByAssigneeClassName(String assigneeClassName) Returns the number of kaleo task assignment instances where assigneeClassName = ?.static intcountByCompanyId(long companyId) Returns the number of kaleo task assignment instances where companyId = ?.static intcountByG_ACPK(long groupId, long assigneeClassPK) Returns the number of kaleo task assignment instances where groupId = ? and assigneeClassPK = ?.static intcountByKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Returns the number of kaleo task assignment instances where kaleoDefinitionVersionId = ?.static intcountByKaleoInstanceId(long kaleoInstanceId) Returns the number of kaleo task assignment instances where kaleoInstanceId = ?.static intcountByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId) Returns the number of kaleo task assignment instances where kaleoTaskInstanceTokenId = ?.static intcountByKTITI_ACN(long kaleoTaskInstanceTokenId, String assigneeClassName) Returns the number of kaleo task assignment instances where kaleoTaskInstanceTokenId = ? and assigneeClassName = ?.static longcountWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static KaleoTaskAssignmentInstancecreate(long kaleoTaskAssignmentInstanceId) Creates a new kaleo task assignment instance with the primary key.static KaleoTaskAssignmentInstancefetchByACN_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 = ?.static KaleoTaskAssignmentInstancefetchByACN_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 = ?.static KaleoTaskAssignmentInstancefetchByAssigneeClassName_First(String assigneeClassName, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the first kaleo task assignment instance in the ordered set where assigneeClassName = ?.static KaleoTaskAssignmentInstancefetchByAssigneeClassName_Last(String assigneeClassName, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the last kaleo task assignment instance in the ordered set where assigneeClassName = ?.static KaleoTaskAssignmentInstancefetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the first kaleo task assignment instance in the ordered set where companyId = ?.static KaleoTaskAssignmentInstancefetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the last kaleo task assignment instance in the ordered set where companyId = ?.static KaleoTaskAssignmentInstancefetchByG_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 = ?.static KaleoTaskAssignmentInstancefetchByG_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 = ?.static KaleoTaskAssignmentInstancefetchByKaleoDefinitionVersionId_First(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the first kaleo task assignment instance in the ordered set where kaleoDefinitionVersionId = ?.static KaleoTaskAssignmentInstancefetchByKaleoDefinitionVersionId_Last(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the last kaleo task assignment instance in the ordered set where kaleoDefinitionVersionId = ?.static KaleoTaskAssignmentInstancefetchByKaleoInstanceId_First(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the first kaleo task assignment instance in the ordered set where kaleoInstanceId = ?.static KaleoTaskAssignmentInstancefetchByKaleoInstanceId_Last(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the last kaleo task assignment instance in the ordered set where kaleoInstanceId = ?.static KaleoTaskAssignmentInstancefetchByKaleoTaskInstanceTokenId_First(long kaleoTaskInstanceTokenId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the first kaleo task assignment instance in the ordered set where kaleoTaskInstanceTokenId = ?.static KaleoTaskAssignmentInstancefetchByKaleoTaskInstanceTokenId_Last(long kaleoTaskInstanceTokenId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the last kaleo task assignment instance in the ordered set where kaleoTaskInstanceTokenId = ?.static KaleoTaskAssignmentInstancefetchByKTITI_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 = ?.static KaleoTaskAssignmentInstancefetchByKTITI_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 = ?.static KaleoTaskAssignmentInstancefetchByPrimaryKey(long kaleoTaskAssignmentInstanceId) Returns the kaleo task assignment instance with the primary key or returnsnullif it could not be found.fetchByPrimaryKeys(Set<Serializable> primaryKeys) static List<KaleoTaskAssignmentInstance>findAll()Returns all the kaleo task assignment instances.static List<KaleoTaskAssignmentInstance>findAll(int start, int end) Returns a range of all the kaleo task assignment instances.static 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.static 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.static List<KaleoTaskAssignmentInstance>findByACN_ACPK(String assigneeClassName, long assigneeClassPK) Returns all the kaleo task assignment instances where assigneeClassName = ? and assigneeClassPK = ?.static 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 = ?.static 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 = ?.static 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 = ?.static KaleoTaskAssignmentInstancefindByACN_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 = ?.static KaleoTaskAssignmentInstancefindByACN_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 = ?.static KaleoTaskAssignmentInstance[]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 = ?.static List<KaleoTaskAssignmentInstance>findByAssigneeClassName(String assigneeClassName) Returns all the kaleo task assignment instances where assigneeClassName = ?.static List<KaleoTaskAssignmentInstance>findByAssigneeClassName(String assigneeClassName, int start, int end) Returns a range of all the kaleo task assignment instances where assigneeClassName = ?.static 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 = ?.static 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 = ?.static KaleoTaskAssignmentInstancefindByAssigneeClassName_First(String assigneeClassName, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the first kaleo task assignment instance in the ordered set where assigneeClassName = ?.static KaleoTaskAssignmentInstancefindByAssigneeClassName_Last(String assigneeClassName, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the last kaleo task assignment instance in the ordered set where assigneeClassName = ?.static KaleoTaskAssignmentInstance[]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 = ?.static List<KaleoTaskAssignmentInstance>findByCompanyId(long companyId) Returns all the kaleo task assignment instances where companyId = ?.static List<KaleoTaskAssignmentInstance>findByCompanyId(long companyId, int start, int end) Returns a range of all the kaleo task assignment instances where companyId = ?.static 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 = ?.static 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 = ?.static KaleoTaskAssignmentInstancefindByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the first kaleo task assignment instance in the ordered set where companyId = ?.static KaleoTaskAssignmentInstancefindByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the last kaleo task assignment instance in the ordered set where companyId = ?.static KaleoTaskAssignmentInstance[]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 = ?.static List<KaleoTaskAssignmentInstance>findByG_ACPK(long groupId, long assigneeClassPK) Returns all the kaleo task assignment instances where groupId = ? and assigneeClassPK = ?.static 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 = ?.static 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 = ?.static 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 = ?.static KaleoTaskAssignmentInstancefindByG_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 = ?.static KaleoTaskAssignmentInstancefindByG_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 = ?.static KaleoTaskAssignmentInstance[]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 = ?.static List<KaleoTaskAssignmentInstance>findByKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Returns all the kaleo task assignment instances where kaleoDefinitionVersionId = ?.static List<KaleoTaskAssignmentInstance>findByKaleoDefinitionVersionId(long kaleoDefinitionVersionId, int start, int end) Returns a range of all the kaleo task assignment instances where kaleoDefinitionVersionId = ?.static 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 = ?.static 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 = ?.static KaleoTaskAssignmentInstancefindByKaleoDefinitionVersionId_First(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the first kaleo task assignment instance in the ordered set where kaleoDefinitionVersionId = ?.static KaleoTaskAssignmentInstancefindByKaleoDefinitionVersionId_Last(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the last kaleo task assignment instance in the ordered set where kaleoDefinitionVersionId = ?.static KaleoTaskAssignmentInstance[]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 = ?.static List<KaleoTaskAssignmentInstance>findByKaleoInstanceId(long kaleoInstanceId) Returns all the kaleo task assignment instances where kaleoInstanceId = ?.static List<KaleoTaskAssignmentInstance>findByKaleoInstanceId(long kaleoInstanceId, int start, int end) Returns a range of all the kaleo task assignment instances where kaleoInstanceId = ?.static 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 = ?.static 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 = ?.static KaleoTaskAssignmentInstancefindByKaleoInstanceId_First(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the first kaleo task assignment instance in the ordered set where kaleoInstanceId = ?.static KaleoTaskAssignmentInstancefindByKaleoInstanceId_Last(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the last kaleo task assignment instance in the ordered set where kaleoInstanceId = ?.static KaleoTaskAssignmentInstance[]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 = ?.static List<KaleoTaskAssignmentInstance>findByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId) Returns all the kaleo task assignment instances where kaleoTaskInstanceTokenId = ?.static List<KaleoTaskAssignmentInstance>findByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId, int start, int end) Returns a range of all the kaleo task assignment instances where kaleoTaskInstanceTokenId = ?.static 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 = ?.static 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 = ?.static KaleoTaskAssignmentInstancefindByKaleoTaskInstanceTokenId_First(long kaleoTaskInstanceTokenId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the first kaleo task assignment instance in the ordered set where kaleoTaskInstanceTokenId = ?.static KaleoTaskAssignmentInstancefindByKaleoTaskInstanceTokenId_Last(long kaleoTaskInstanceTokenId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) Returns the last kaleo task assignment instance in the ordered set where kaleoTaskInstanceTokenId = ?.static KaleoTaskAssignmentInstance[]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 = ?.static List<KaleoTaskAssignmentInstance>findByKTITI_ACN(long kaleoTaskInstanceTokenId, String assigneeClassName) Returns all the kaleo task assignment instances where kaleoTaskInstanceTokenId = ? and assigneeClassName = ?.static 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 = ?.static 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 = ?.static 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 = ?.static KaleoTaskAssignmentInstancefindByKTITI_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 = ?.static KaleoTaskAssignmentInstancefindByKTITI_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 = ?.static KaleoTaskAssignmentInstance[]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 = ?.static KaleoTaskAssignmentInstancefindByPrimaryKey(long kaleoTaskAssignmentInstanceId) Returns the kaleo task assignment instance with the primary key or throws aNoSuchTaskAssignmentInstanceExceptionif it could not be found.static List<KaleoTaskAssignmentInstance>findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static List<KaleoTaskAssignmentInstance>findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) static List<KaleoTaskAssignmentInstance>findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) static KaleoTaskAssignmentInstanceremove(long kaleoTaskAssignmentInstanceId) Removes the kaleo task assignment instance with the primary key from the database.static voidRemoves all the kaleo task assignment instances from the database.static voidremoveByACN_ACPK(String assigneeClassName, long assigneeClassPK) Removes all the kaleo task assignment instances where assigneeClassName = ? and assigneeClassPK = ? from the database.static voidremoveByAssigneeClassName(String assigneeClassName) Removes all the kaleo task assignment instances where assigneeClassName = ? from the database.static voidremoveByCompanyId(long companyId) Removes all the kaleo task assignment instances where companyId = ? from the database.static voidremoveByG_ACPK(long groupId, long assigneeClassPK) Removes all the kaleo task assignment instances where groupId = ? and assigneeClassPK = ? from the database.static voidremoveByKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Removes all the kaleo task assignment instances where kaleoDefinitionVersionId = ? from the database.static voidremoveByKaleoInstanceId(long kaleoInstanceId) Removes all the kaleo task assignment instances where kaleoInstanceId = ? from the database.static voidremoveByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId) Removes all the kaleo task assignment instances where kaleoTaskInstanceTokenId = ? from the database.static voidremoveByKTITI_ACN(long kaleoTaskInstanceTokenId, String assigneeClassName) Removes all the kaleo task assignment instances where kaleoTaskInstanceTokenId = ? and assigneeClassName = ? from the database.static voidsetPersistence(KaleoTaskAssignmentInstancePersistence persistence) static KaleoTaskAssignmentInstanceupdate(KaleoTaskAssignmentInstance kaleoTaskAssignmentInstance) static KaleoTaskAssignmentInstanceupdate(KaleoTaskAssignmentInstance kaleoTaskAssignmentInstance, com.liferay.portal.kernel.service.ServiceContext serviceContext) static KaleoTaskAssignmentInstanceupdateImpl(KaleoTaskAssignmentInstance kaleoTaskAssignmentInstance)
-
Constructor Details
-
KaleoTaskAssignmentInstanceUtil
public KaleoTaskAssignmentInstanceUtil()
-
-
Method Details
-
clearCache
public static void clearCache()- See Also:
-
BasePersistence.clearCache()
-
clearCache
- See Also:
-
BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
-
countWithDynamicQuery
public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.countWithDynamicQuery(DynamicQuery)
-
fetchByPrimaryKeys
public static Map<Serializable,KaleoTaskAssignmentInstance> fetchByPrimaryKeys(Set<Serializable> primaryKeys) - See Also:
-
BasePersistence.fetchByPrimaryKeys(Set)
-
findWithDynamicQuery
public static List<KaleoTaskAssignmentInstance> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery)
-
findWithDynamicQuery
public static List<KaleoTaskAssignmentInstance> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
-
findWithDynamicQuery
public static List<KaleoTaskAssignmentInstance> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
-
update
public static KaleoTaskAssignmentInstance update(KaleoTaskAssignmentInstance kaleoTaskAssignmentInstance) - See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
-
update
public static KaleoTaskAssignmentInstance update(KaleoTaskAssignmentInstance kaleoTaskAssignmentInstance, com.liferay.portal.kernel.service.ServiceContext serviceContext) - See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
-
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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 foundNoSuchTaskAssignmentInstanceException
-
fetchByCompanyId_First
public static 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
nullif a matching kaleo task assignment instance could not be found
-
findByCompanyId_Last
public static 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 foundNoSuchTaskAssignmentInstanceException
-
fetchByCompanyId_Last
public static 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
nullif a matching kaleo task assignment instance could not be found
-
findByCompanyId_PrevAndNext
public static 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 foundNoSuchTaskAssignmentInstanceException
-
removeByCompanyId
public static void removeByCompanyId(long companyId) Removes all the kaleo task assignment instances where companyId = ? from the database.- Parameters:
companyId- the company ID
-
countByCompanyId
public static 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
public static List<KaleoTaskAssignmentInstance> findByKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Returns all the kaleo task assignment instances where kaleoDefinitionVersionId = ?.- Parameters:
kaleoDefinitionVersionId- the kaleo definition version ID- Returns:
- the matching kaleo task assignment instances
-
findByKaleoDefinitionVersionId
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 foundNoSuchTaskAssignmentInstanceException
-
fetchByKaleoDefinitionVersionId_First
public static 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
nullif a matching kaleo task assignment instance could not be found
-
findByKaleoDefinitionVersionId_Last
public static 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 foundNoSuchTaskAssignmentInstanceException
-
fetchByKaleoDefinitionVersionId_Last
public static 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
nullif a matching kaleo task assignment instance could not be found
-
findByKaleoDefinitionVersionId_PrevAndNext
public static 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 foundNoSuchTaskAssignmentInstanceException
-
removeByKaleoDefinitionVersionId
public static void removeByKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Removes all the kaleo task assignment instances where kaleoDefinitionVersionId = ? from the database.- Parameters:
kaleoDefinitionVersionId- the kaleo definition version ID
-
countByKaleoDefinitionVersionId
public static int countByKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Returns the number of kaleo task 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
public static List<KaleoTaskAssignmentInstance> findByKaleoInstanceId(long kaleoInstanceId, int start, int end) Returns a range of all the kaleo task assignment instances where kaleoInstanceId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 foundNoSuchTaskAssignmentInstanceException
-
fetchByKaleoInstanceId_First
public static 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
nullif a matching kaleo task assignment instance could not be found
-
findByKaleoInstanceId_Last
public static 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 foundNoSuchTaskAssignmentInstanceException
-
fetchByKaleoInstanceId_Last
public static 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
nullif a matching kaleo task assignment instance could not be found
-
findByKaleoInstanceId_PrevAndNext
public static 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 foundNoSuchTaskAssignmentInstanceException
-
removeByKaleoInstanceId
public static void removeByKaleoInstanceId(long kaleoInstanceId) Removes all the kaleo task assignment instances where kaleoInstanceId = ? from the database.- Parameters:
kaleoInstanceId- the kaleo instance ID
-
countByKaleoInstanceId
public static 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
public static List<KaleoTaskAssignmentInstance> findByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId) 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 foundNoSuchTaskAssignmentInstanceException
-
fetchByKaleoTaskInstanceTokenId_First
public static 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
nullif a matching kaleo task assignment instance could not be found
-
findByKaleoTaskInstanceTokenId_Last
public static 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 foundNoSuchTaskAssignmentInstanceException
-
fetchByKaleoTaskInstanceTokenId_Last
public static 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
nullif a matching kaleo task assignment instance could not be found
-
findByKaleoTaskInstanceTokenId_PrevAndNext
public static 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 foundNoSuchTaskAssignmentInstanceException
-
removeByKaleoTaskInstanceTokenId
public static 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
public static 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 foundNoSuchTaskAssignmentInstanceException
-
fetchByAssigneeClassName_First
public static 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
nullif a matching kaleo task assignment instance could not be found
-
findByAssigneeClassName_Last
public static 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 foundNoSuchTaskAssignmentInstanceException
-
fetchByAssigneeClassName_Last
public static 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
nullif a matching kaleo task assignment instance could not be found
-
findByAssigneeClassName_PrevAndNext
public static 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 foundNoSuchTaskAssignmentInstanceException
-
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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 foundNoSuchTaskAssignmentInstanceException
-
fetchByG_ACPK_First
public static 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
nullif a matching kaleo task assignment instance could not be found
-
findByG_ACPK_Last
public static 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 foundNoSuchTaskAssignmentInstanceException
-
fetchByG_ACPK_Last
public static 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
nullif a matching kaleo task assignment instance could not be found
-
findByG_ACPK_PrevAndNext
public static 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 foundNoSuchTaskAssignmentInstanceException
-
removeByG_ACPK
public static 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
public static 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
public static 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 foundNoSuchTaskAssignmentInstanceException
-
fetchByKTITI_ACN_First
public static 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
nullif a matching kaleo task assignment instance could not be found
-
findByKTITI_ACN_Last
public static 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 foundNoSuchTaskAssignmentInstanceException
-
fetchByKTITI_ACN_Last
public static 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
nullif a matching kaleo task assignment instance could not be found
-
findByKTITI_ACN_PrevAndNext
public static 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 foundNoSuchTaskAssignmentInstanceException
-
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
public static List<KaleoTaskAssignmentInstance> findByACN_ACPK(String assigneeClassName, long assigneeClassPK) 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 foundNoSuchTaskAssignmentInstanceException
-
fetchByACN_ACPK_First
public static 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
nullif a matching kaleo task assignment instance could not be found
-
findByACN_ACPK_Last
public static 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 foundNoSuchTaskAssignmentInstanceException
-
fetchByACN_ACPK_Last
public static 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
nullif a matching kaleo task assignment instance could not be found
-
findByACN_ACPK_PrevAndNext
public static 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 foundNoSuchTaskAssignmentInstanceException
-
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
public static 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 foundNoSuchTaskAssignmentInstanceException
-
updateImpl
public static KaleoTaskAssignmentInstance updateImpl(KaleoTaskAssignmentInstance kaleoTaskAssignmentInstance) -
findByPrimaryKey
public static KaleoTaskAssignmentInstance findByPrimaryKey(long kaleoTaskAssignmentInstanceId) throws NoSuchTaskAssignmentInstanceException Returns the kaleo task assignment instance with the primary key or throws aNoSuchTaskAssignmentInstanceExceptionif 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 foundNoSuchTaskAssignmentInstanceException
-
fetchByPrimaryKey
Returns the kaleo task assignment instance with the primary key or returnsnullif it could not be found.- Parameters:
kaleoTaskAssignmentInstanceId- the primary key of the kaleo task assignment instance- Returns:
- the kaleo task assignment instance, or
nullif a kaleo task assignment instance with the primary key could not be found
-
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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static void removeAll()Removes all the kaleo task assignment instances from the database. -
countAll
public static int countAll()Returns the number of kaleo task assignment instances.- Returns:
- the number of kaleo task assignment instances
-
getPersistence
-
setPersistence
-