Class KaleoTaskAssignmentInstanceUtil

java.lang.Object
com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentInstanceUtil

public class KaleoTaskAssignmentInstanceUtil extends Object
The persistence utility for the kaleo task assignment instance service. This utility wraps 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 Details

    • KaleoTaskAssignmentInstanceUtil

      public KaleoTaskAssignmentInstanceUtil()
  • Method Details

    • clearCache

      public static void clearCache()
      See Also:
      • BasePersistence.clearCache()
    • clearCache

      public static void clearCache(KaleoTaskAssignmentInstance kaleoTaskAssignmentInstance)
      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

      public static List<KaleoTaskAssignmentInstance> findByCompanyId(long companyId)
      Returns all the kaleo task assignment instances where companyId = ?.
      Parameters:
      companyId - the company ID
      Returns:
      the matching kaleo task assignment instances
    • findByCompanyId

      public static List<KaleoTaskAssignmentInstance> findByCompanyId(long companyId, int start, int end)
      Returns a range of all the kaleo task assignment instances where companyId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from KaleoTaskAssignmentInstanceModelImpl.

      Parameters:
      companyId - the company ID
      start - the lower bound of the range of kaleo task assignment instances
      end - 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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from KaleoTaskAssignmentInstanceModelImpl.

      Parameters:
      companyId - the company ID
      start - the lower bound of the range of kaleo task assignment instances
      end - the upper bound of the range of kaleo task assignment instances (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from KaleoTaskAssignmentInstanceModelImpl.

      Parameters:
      companyId - the company ID
      start - the lower bound of the range of kaleo task assignment instances
      end - the upper bound of the range of kaleo task assignment instances (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kaleo task assignment instance
      Throws:
      NoSuchTaskAssignmentInstanceException - if a matching kaleo task assignment instance could not be found
      NoSuchTaskAssignmentInstanceException
    • 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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kaleo task assignment instance, or null if 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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kaleo task assignment instance
      Throws:
      NoSuchTaskAssignmentInstanceException - if a matching kaleo task assignment instance could not be found
      NoSuchTaskAssignmentInstanceException
    • 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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kaleo task assignment instance, or null if 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 instance
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kaleo task assignment instance
      Throws:
      NoSuchTaskAssignmentInstanceException - if a kaleo task assignment instance with the primary key could not be found
      NoSuchTaskAssignmentInstanceException
    • 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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from KaleoTaskAssignmentInstanceModelImpl.

      Parameters:
      kaleoDefinitionVersionId - the kaleo definition version ID
      start - the lower bound of the range of kaleo task assignment instances
      end - 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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from KaleoTaskAssignmentInstanceModelImpl.

      Parameters:
      kaleoDefinitionVersionId - the kaleo definition version ID
      start - the lower bound of the range of kaleo task assignment instances
      end - the upper bound of the range of kaleo task assignment instances (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from KaleoTaskAssignmentInstanceModelImpl.

      Parameters:
      kaleoDefinitionVersionId - the kaleo definition version ID
      start - the lower bound of the range of kaleo task assignment instances
      end - the upper bound of the range of kaleo task assignment instances (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kaleo task assignment instance
      Throws:
      NoSuchTaskAssignmentInstanceException - if a matching kaleo task assignment instance could not be found
      NoSuchTaskAssignmentInstanceException
    • 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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kaleo task assignment instance, or null if 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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kaleo task assignment instance
      Throws:
      NoSuchTaskAssignmentInstanceException - if a matching kaleo task assignment instance could not be found
      NoSuchTaskAssignmentInstanceException
    • 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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kaleo task assignment instance, or null if 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 instance
      kaleoDefinitionVersionId - the kaleo definition version ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kaleo task assignment instance
      Throws:
      NoSuchTaskAssignmentInstanceException - if a kaleo task assignment instance with the primary key could not be found
      NoSuchTaskAssignmentInstanceException
    • 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

      public static List<KaleoTaskAssignmentInstance> findByKaleoInstanceId(long kaleoInstanceId)
      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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from KaleoTaskAssignmentInstanceModelImpl.

      Parameters:
      kaleoInstanceId - the kaleo instance ID
      start - the lower bound of the range of kaleo task assignment instances
      end - 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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from KaleoTaskAssignmentInstanceModelImpl.

      Parameters:
      kaleoInstanceId - the kaleo instance ID
      start - the lower bound of the range of kaleo task assignment instances
      end - the upper bound of the range of kaleo task assignment instances (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from KaleoTaskAssignmentInstanceModelImpl.

      Parameters:
      kaleoInstanceId - the kaleo instance ID
      start - the lower bound of the range of kaleo task assignment instances
      end - the upper bound of the range of kaleo task assignment instances (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kaleo task assignment instance
      Throws:
      NoSuchTaskAssignmentInstanceException - if a matching kaleo task assignment instance could not be found
      NoSuchTaskAssignmentInstanceException
    • 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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kaleo task assignment instance, or null if 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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kaleo task assignment instance
      Throws:
      NoSuchTaskAssignmentInstanceException - if a matching kaleo task assignment instance could not be found
      NoSuchTaskAssignmentInstanceException
    • 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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kaleo task assignment instance, or null if 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 instance
      kaleoInstanceId - the kaleo instance ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kaleo task assignment instance
      Throws:
      NoSuchTaskAssignmentInstanceException - if a kaleo task assignment instance with the primary key could not be found
      NoSuchTaskAssignmentInstanceException
    • 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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from KaleoTaskAssignmentInstanceModelImpl.

      Parameters:
      kaleoTaskInstanceTokenId - the kaleo task instance token ID
      start - the lower bound of the range of kaleo task assignment instances
      end - 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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from KaleoTaskAssignmentInstanceModelImpl.

      Parameters:
      kaleoTaskInstanceTokenId - the kaleo task instance token ID
      start - the lower bound of the range of kaleo task assignment instances
      end - the upper bound of the range of kaleo task assignment instances (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from KaleoTaskAssignmentInstanceModelImpl.

      Parameters:
      kaleoTaskInstanceTokenId - the kaleo task instance token ID
      start - the lower bound of the range of kaleo task assignment instances
      end - the upper bound of the range of kaleo task assignment instances (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kaleo task assignment instance
      Throws:
      NoSuchTaskAssignmentInstanceException - if a matching kaleo task assignment instance could not be found
      NoSuchTaskAssignmentInstanceException
    • 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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kaleo task assignment instance, or null if 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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kaleo task assignment instance
      Throws:
      NoSuchTaskAssignmentInstanceException - if a matching kaleo task assignment instance could not be found
      NoSuchTaskAssignmentInstanceException
    • 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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kaleo task assignment instance, or null if 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 instance
      kaleoTaskInstanceTokenId - the kaleo task instance token ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kaleo task assignment instance
      Throws:
      NoSuchTaskAssignmentInstanceException - if a kaleo task assignment instance with the primary key could not be found
      NoSuchTaskAssignmentInstanceException
    • 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

      public static List<KaleoTaskAssignmentInstance> findByAssigneeClassName(String assigneeClassName)
      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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from KaleoTaskAssignmentInstanceModelImpl.

      Parameters:
      assigneeClassName - the assignee class name
      start - the lower bound of the range of kaleo task assignment instances
      end - 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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from KaleoTaskAssignmentInstanceModelImpl.

      Parameters:
      assigneeClassName - the assignee class name
      start - the lower bound of the range of kaleo task assignment instances
      end - the upper bound of the range of kaleo task assignment instances (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from KaleoTaskAssignmentInstanceModelImpl.

      Parameters:
      assigneeClassName - the assignee class name
      start - the lower bound of the range of kaleo task assignment instances
      end - the upper bound of the range of kaleo task assignment instances (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 name
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kaleo task assignment instance
      Throws:
      NoSuchTaskAssignmentInstanceException - if a matching kaleo task assignment instance could not be found
      NoSuchTaskAssignmentInstanceException
    • 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 name
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kaleo task assignment instance, or null if 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 name
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kaleo task assignment instance
      Throws:
      NoSuchTaskAssignmentInstanceException - if a matching kaleo task assignment instance could not be found
      NoSuchTaskAssignmentInstanceException
    • 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 name
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kaleo task assignment instance, or null if 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 instance
      assigneeClassName - the assignee class name
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kaleo task assignment instance
      Throws:
      NoSuchTaskAssignmentInstanceException - if a kaleo task assignment instance with the primary key could not be found
      NoSuchTaskAssignmentInstanceException
    • removeByAssigneeClassName

      public static void removeByAssigneeClassName(String assigneeClassName)
      Removes all the kaleo task assignment instances where assigneeClassName = ? from the database.
      Parameters:
      assigneeClassName - the assignee class name
    • countByAssigneeClassName

      public static int countByAssigneeClassName(String assigneeClassName)
      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

      public static List<KaleoTaskAssignmentInstance> findByG_ACPK(long groupId, long assigneeClassPK)
      Returns all the kaleo task assignment instances where groupId = ? and assigneeClassPK = ?.
      Parameters:
      groupId - the group ID
      assigneeClassPK - 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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from KaleoTaskAssignmentInstanceModelImpl.

      Parameters:
      groupId - the group ID
      assigneeClassPK - the assignee class pk
      start - the lower bound of the range of kaleo task assignment instances
      end - 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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from KaleoTaskAssignmentInstanceModelImpl.

      Parameters:
      groupId - the group ID
      assigneeClassPK - the assignee class pk
      start - the lower bound of the range of kaleo task assignment instances
      end - the upper bound of the range of kaleo task assignment instances (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from KaleoTaskAssignmentInstanceModelImpl.

      Parameters:
      groupId - the group ID
      assigneeClassPK - the assignee class pk
      start - the lower bound of the range of kaleo task assignment instances
      end - the upper bound of the range of kaleo task assignment instances (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 ID
      assigneeClassPK - the assignee class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kaleo task assignment instance
      Throws:
      NoSuchTaskAssignmentInstanceException - if a matching kaleo task assignment instance could not be found
      NoSuchTaskAssignmentInstanceException
    • 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 ID
      assigneeClassPK - the assignee class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kaleo task assignment instance, or null if 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 ID
      assigneeClassPK - the assignee class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kaleo task assignment instance
      Throws:
      NoSuchTaskAssignmentInstanceException - if a matching kaleo task assignment instance could not be found
      NoSuchTaskAssignmentInstanceException
    • 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 ID
      assigneeClassPK - the assignee class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kaleo task assignment instance, or null if 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 instance
      groupId - the group ID
      assigneeClassPK - the assignee class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kaleo task assignment instance
      Throws:
      NoSuchTaskAssignmentInstanceException - if a kaleo task assignment instance with the primary key could not be found
      NoSuchTaskAssignmentInstanceException
    • 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 ID
      assigneeClassPK - 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 ID
      assigneeClassPK - 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 ID
      assigneeClassName - 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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from KaleoTaskAssignmentInstanceModelImpl.

      Parameters:
      kaleoTaskInstanceTokenId - the kaleo task instance token ID
      assigneeClassName - the assignee class name
      start - the lower bound of the range of kaleo task assignment instances
      end - 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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from KaleoTaskAssignmentInstanceModelImpl.

      Parameters:
      kaleoTaskInstanceTokenId - the kaleo task instance token ID
      assigneeClassName - the assignee class name
      start - the lower bound of the range of kaleo task assignment instances
      end - the upper bound of the range of kaleo task assignment instances (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from KaleoTaskAssignmentInstanceModelImpl.

      Parameters:
      kaleoTaskInstanceTokenId - the kaleo task instance token ID
      assigneeClassName - the assignee class name
      start - the lower bound of the range of kaleo task assignment instances
      end - the upper bound of the range of kaleo task assignment instances (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 ID
      assigneeClassName - the assignee class name
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kaleo task assignment instance
      Throws:
      NoSuchTaskAssignmentInstanceException - if a matching kaleo task assignment instance could not be found
      NoSuchTaskAssignmentInstanceException
    • 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 ID
      assigneeClassName - the assignee class name
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kaleo task assignment instance, or null if 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 ID
      assigneeClassName - the assignee class name
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kaleo task assignment instance
      Throws:
      NoSuchTaskAssignmentInstanceException - if a matching kaleo task assignment instance could not be found
      NoSuchTaskAssignmentInstanceException
    • 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 ID
      assigneeClassName - the assignee class name
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kaleo task assignment instance, or null if 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 instance
      kaleoTaskInstanceTokenId - the kaleo task instance token ID
      assigneeClassName - the assignee class name
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kaleo task assignment instance
      Throws:
      NoSuchTaskAssignmentInstanceException - if a kaleo task assignment instance with the primary key could not be found
      NoSuchTaskAssignmentInstanceException
    • removeByKTITI_ACN

      public static void removeByKTITI_ACN(long kaleoTaskInstanceTokenId, String assigneeClassName)
      Removes all the kaleo task assignment instances where kaleoTaskInstanceTokenId = ? and assigneeClassName = ? from the database.
      Parameters:
      kaleoTaskInstanceTokenId - the kaleo task instance token ID
      assigneeClassName - the assignee class name
    • countByKTITI_ACN

      public static int countByKTITI_ACN(long kaleoTaskInstanceTokenId, String assigneeClassName)
      Returns the number of kaleo task assignment instances where kaleoTaskInstanceTokenId = ? and assigneeClassName = ?.
      Parameters:
      kaleoTaskInstanceTokenId - the kaleo task instance token ID
      assigneeClassName - 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 name
      assigneeClassPK - 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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from KaleoTaskAssignmentInstanceModelImpl.

      Parameters:
      assigneeClassName - the assignee class name
      assigneeClassPK - the assignee class pk
      start - the lower bound of the range of kaleo task assignment instances
      end - 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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from KaleoTaskAssignmentInstanceModelImpl.

      Parameters:
      assigneeClassName - the assignee class name
      assigneeClassPK - the assignee class pk
      start - the lower bound of the range of kaleo task assignment instances
      end - the upper bound of the range of kaleo task assignment instances (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from KaleoTaskAssignmentInstanceModelImpl.

      Parameters:
      assigneeClassName - the assignee class name
      assigneeClassPK - the assignee class pk
      start - the lower bound of the range of kaleo task assignment instances
      end - the upper bound of the range of kaleo task assignment instances (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 name
      assigneeClassPK - the assignee class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kaleo task assignment instance
      Throws:
      NoSuchTaskAssignmentInstanceException - if a matching kaleo task assignment instance could not be found
      NoSuchTaskAssignmentInstanceException
    • 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 name
      assigneeClassPK - the assignee class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kaleo task assignment instance, or null if 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 name
      assigneeClassPK - the assignee class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kaleo task assignment instance
      Throws:
      NoSuchTaskAssignmentInstanceException - if a matching kaleo task assignment instance could not be found
      NoSuchTaskAssignmentInstanceException
    • 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 name
      assigneeClassPK - the assignee class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kaleo task assignment instance, or null if 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 instance
      assigneeClassName - the assignee class name
      assigneeClassPK - the assignee class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kaleo task assignment instance
      Throws:
      NoSuchTaskAssignmentInstanceException - if a kaleo task assignment instance with the primary key could not be found
      NoSuchTaskAssignmentInstanceException
    • removeByACN_ACPK

      public static void removeByACN_ACPK(String assigneeClassName, long assigneeClassPK)
      Removes all the kaleo task assignment instances where assigneeClassName = ? and assigneeClassPK = ? from the database.
      Parameters:
      assigneeClassName - the assignee class name
      assigneeClassPK - the assignee class pk
    • countByACN_ACPK

      public static int countByACN_ACPK(String assigneeClassName, long assigneeClassPK)
      Returns the number of kaleo task assignment instances where assigneeClassName = ? and assigneeClassPK = ?.
      Parameters:
      assigneeClassName - the assignee class name
      assigneeClassPK - the assignee class pk
      Returns:
      the number of matching kaleo task assignment instances
    • cacheResult

      public static void cacheResult(KaleoTaskAssignmentInstance kaleoTaskAssignmentInstance)
      Caches the kaleo task assignment instance in the entity cache if it is enabled.
      Parameters:
      kaleoTaskAssignmentInstance - the kaleo task assignment instance
    • cacheResult

      public static void cacheResult(List<KaleoTaskAssignmentInstance> kaleoTaskAssignmentInstances)
      Caches the kaleo task assignment instances in the entity cache if it is enabled.
      Parameters:
      kaleoTaskAssignmentInstances - the kaleo task assignment instances
    • create

      public static KaleoTaskAssignmentInstance create(long kaleoTaskAssignmentInstanceId)
      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 found
      NoSuchTaskAssignmentInstanceException
    • 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 a NoSuchTaskAssignmentInstanceException if it could not be found.
      Parameters:
      kaleoTaskAssignmentInstanceId - the primary key of the kaleo task assignment instance
      Returns:
      the kaleo task assignment instance
      Throws:
      NoSuchTaskAssignmentInstanceException - if a kaleo task assignment instance with the primary key could not be found
      NoSuchTaskAssignmentInstanceException
    • fetchByPrimaryKey

      public static KaleoTaskAssignmentInstance fetchByPrimaryKey(long kaleoTaskAssignmentInstanceId)
      Returns the kaleo task assignment instance with the primary key or returns null if it could not be found.
      Parameters:
      kaleoTaskAssignmentInstanceId - the primary key of the kaleo task assignment instance
      Returns:
      the kaleo task assignment instance, or null if a kaleo task assignment instance with the primary key could not be found
    • findAll

      public static List<KaleoTaskAssignmentInstance> findAll()
      Returns all the kaleo task assignment instances.
      Returns:
      the kaleo task assignment instances
    • findAll

      public static List<KaleoTaskAssignmentInstance> findAll(int start, int end)
      Returns a range of all the kaleo task assignment instances.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from KaleoTaskAssignmentInstanceModelImpl.

      Parameters:
      start - the lower bound of the range of kaleo task assignment instances
      end - 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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from KaleoTaskAssignmentInstanceModelImpl.

      Parameters:
      start - the lower bound of the range of kaleo task assignment instances
      end - the upper bound of the range of kaleo task assignment instances (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from KaleoTaskAssignmentInstanceModelImpl.

      Parameters:
      start - the lower bound of the range of kaleo task assignment instances
      end - the upper bound of the range of kaleo task assignment instances (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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

      public static KaleoTaskAssignmentInstancePersistence getPersistence()
    • setPersistence

      public static void setPersistence(KaleoTaskAssignmentInstancePersistence persistence)