Interface KaleoTaskAssignmentInstancePersistence

All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<KaleoTaskAssignmentInstance>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<KaleoTaskAssignmentInstance>

@ProviderType public interface KaleoTaskAssignmentInstancePersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<KaleoTaskAssignmentInstance>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<KaleoTaskAssignmentInstance>
The persistence interface for the kaleo task assignment instance service.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Details

    • findByCompanyId

      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

      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

      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

      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

      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
    • fetchByCompanyId_First

      KaleoTaskAssignmentInstance fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator)
      Returns the first kaleo task assignment instance in the ordered set where companyId = ?.
      Parameters:
      companyId - the company 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

      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
    • fetchByCompanyId_Last

      KaleoTaskAssignmentInstance fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator)
      Returns the last kaleo task assignment instance in the ordered set where companyId = ?.
      Parameters:
      companyId - the company 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

      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
    • removeByCompanyId

      void removeByCompanyId(long companyId)
      Removes all the kaleo task assignment instances where companyId = ? from the database.
      Parameters:
      companyId - the company ID
    • countByCompanyId

      int countByCompanyId(long companyId)
      Returns the number of kaleo task assignment instances where companyId = ?.
      Parameters:
      companyId - the company ID
      Returns:
      the number of matching kaleo task assignment instances
    • findByKaleoDefinitionVersionId

      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

      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

      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

      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

      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
    • fetchByKaleoDefinitionVersionId_First

      KaleoTaskAssignmentInstance fetchByKaleoDefinitionVersionId_First(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator)
      Returns the first kaleo task assignment instance in the ordered set where kaleoDefinitionVersionId = ?.
      Parameters:
      kaleoDefinitionVersionId - the kaleo definition version 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

      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
    • fetchByKaleoDefinitionVersionId_Last

      KaleoTaskAssignmentInstance fetchByKaleoDefinitionVersionId_Last(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator)
      Returns the last kaleo task assignment instance in the ordered set where kaleoDefinitionVersionId = ?.
      Parameters:
      kaleoDefinitionVersionId - the kaleo definition version 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

      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
    • removeByKaleoDefinitionVersionId

      void removeByKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
      Removes all the kaleo task assignment instances where kaleoDefinitionVersionId = ? from the database.
      Parameters:
      kaleoDefinitionVersionId - the kaleo definition version ID
    • countByKaleoDefinitionVersionId

      int countByKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
      Returns the number of kaleo task assignment instances where kaleoDefinitionVersionId = ?.
      Parameters:
      kaleoDefinitionVersionId - the kaleo definition version ID
      Returns:
      the number of matching kaleo task assignment instances
    • findByKaleoInstanceId

      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

      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

      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

      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

      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
    • fetchByKaleoInstanceId_First

      KaleoTaskAssignmentInstance fetchByKaleoInstanceId_First(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator)
      Returns the first kaleo task assignment instance in the ordered set where kaleoInstanceId = ?.
      Parameters:
      kaleoInstanceId - the kaleo instance 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

      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
    • fetchByKaleoInstanceId_Last

      KaleoTaskAssignmentInstance fetchByKaleoInstanceId_Last(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator)
      Returns the last kaleo task assignment instance in the ordered set where kaleoInstanceId = ?.
      Parameters:
      kaleoInstanceId - the kaleo instance 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

      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
    • removeByKaleoInstanceId

      void removeByKaleoInstanceId(long kaleoInstanceId)
      Removes all the kaleo task assignment instances where kaleoInstanceId = ? from the database.
      Parameters:
      kaleoInstanceId - the kaleo instance ID
    • countByKaleoInstanceId

      int countByKaleoInstanceId(long kaleoInstanceId)
      Returns the number of kaleo task assignment instances where kaleoInstanceId = ?.
      Parameters:
      kaleoInstanceId - the kaleo instance ID
      Returns:
      the number of matching kaleo task assignment instances
    • findByKaleoTaskInstanceTokenId

      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

      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

      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

      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

      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
    • fetchByKaleoTaskInstanceTokenId_First

      KaleoTaskAssignmentInstance fetchByKaleoTaskInstanceTokenId_First(long kaleoTaskInstanceTokenId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator)
      Returns the first kaleo task assignment instance in the ordered set where kaleoTaskInstanceTokenId = ?.
      Parameters:
      kaleoTaskInstanceTokenId - the kaleo task instance token 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

      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
    • fetchByKaleoTaskInstanceTokenId_Last

      KaleoTaskAssignmentInstance fetchByKaleoTaskInstanceTokenId_Last(long kaleoTaskInstanceTokenId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator)
      Returns the last kaleo task assignment instance in the ordered set where kaleoTaskInstanceTokenId = ?.
      Parameters:
      kaleoTaskInstanceTokenId - the kaleo task instance token 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

      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
    • removeByKaleoTaskInstanceTokenId

      void removeByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId)
      Removes all the kaleo task assignment instances where kaleoTaskInstanceTokenId = ? from the database.
      Parameters:
      kaleoTaskInstanceTokenId - the kaleo task instance token ID
    • countByKaleoTaskInstanceTokenId

      int countByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId)
      Returns the number of kaleo task assignment instances where kaleoTaskInstanceTokenId = ?.
      Parameters:
      kaleoTaskInstanceTokenId - the kaleo task instance token ID
      Returns:
      the number of matching kaleo task assignment instances
    • findByAssigneeClassName

      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

      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

      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

      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

      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
    • fetchByAssigneeClassName_First

      KaleoTaskAssignmentInstance fetchByAssigneeClassName_First(String assigneeClassName, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator)
      Returns the first kaleo task assignment instance in the ordered set where assigneeClassName = ?.
      Parameters:
      assigneeClassName - the assignee class 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

      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
    • fetchByAssigneeClassName_Last

      KaleoTaskAssignmentInstance fetchByAssigneeClassName_Last(String assigneeClassName, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator)
      Returns the last kaleo task assignment instance in the ordered set where assigneeClassName = ?.
      Parameters:
      assigneeClassName - the assignee class 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

      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
    • removeByAssigneeClassName

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

      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

      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

      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

      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

      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

      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
    • fetchByG_ACPK_First

      KaleoTaskAssignmentInstance fetchByG_ACPK_First(long groupId, long assigneeClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator)
      Returns the first kaleo task assignment instance in the ordered set where groupId = ? and assigneeClassPK = ?.
      Parameters:
      groupId - the group 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

      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
    • fetchByG_ACPK_Last

      KaleoTaskAssignmentInstance fetchByG_ACPK_Last(long groupId, long assigneeClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator)
      Returns the last kaleo task assignment instance in the ordered set where groupId = ? and assigneeClassPK = ?.
      Parameters:
      groupId - the group 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

      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
    • removeByG_ACPK

      void removeByG_ACPK(long groupId, long assigneeClassPK)
      Removes all the kaleo task assignment instances where groupId = ? and assigneeClassPK = ? from the database.
      Parameters:
      groupId - the group ID
      assigneeClassPK - the assignee class pk
    • countByG_ACPK

      int countByG_ACPK(long groupId, long assigneeClassPK)
      Returns the number of kaleo task assignment instances where groupId = ? and assigneeClassPK = ?.
      Parameters:
      groupId - the group ID
      assigneeClassPK - the assignee class pk
      Returns:
      the number of matching kaleo task assignment instances
    • findByKTITI_ACN

      List<KaleoTaskAssignmentInstance> findByKTITI_ACN(long kaleoTaskInstanceTokenId, String assigneeClassName)
      Returns all the kaleo task assignment instances where kaleoTaskInstanceTokenId = ? and assigneeClassName = ?.
      Parameters:
      kaleoTaskInstanceTokenId - the kaleo task instance token ID
      assigneeClassName - the assignee class name
      Returns:
      the matching kaleo task assignment instances
    • findByKTITI_ACN

      List<KaleoTaskAssignmentInstance> findByKTITI_ACN(long kaleoTaskInstanceTokenId, String assigneeClassName, int start, int end)
      Returns a range of all the kaleo task assignment instances where kaleoTaskInstanceTokenId = ? and assigneeClassName = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start 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

      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

      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

      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
    • fetchByKTITI_ACN_First

      KaleoTaskAssignmentInstance fetchByKTITI_ACN_First(long kaleoTaskInstanceTokenId, String assigneeClassName, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator)
      Returns the first kaleo task assignment instance in the ordered set where kaleoTaskInstanceTokenId = ? and assigneeClassName = ?.
      Parameters:
      kaleoTaskInstanceTokenId - the kaleo task instance token 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

      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
    • fetchByKTITI_ACN_Last

      KaleoTaskAssignmentInstance fetchByKTITI_ACN_Last(long kaleoTaskInstanceTokenId, String assigneeClassName, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator)
      Returns the last kaleo task assignment instance in the ordered set where kaleoTaskInstanceTokenId = ? and assigneeClassName = ?.
      Parameters:
      kaleoTaskInstanceTokenId - the kaleo task instance token 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

      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
    • removeByKTITI_ACN

      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

      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

      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

      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

      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

      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

      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
    • fetchByACN_ACPK_First

      KaleoTaskAssignmentInstance fetchByACN_ACPK_First(String assigneeClassName, long assigneeClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator)
      Returns the first kaleo task assignment instance in the ordered set where assigneeClassName = ? and assigneeClassPK = ?.
      Parameters:
      assigneeClassName - the assignee class 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

      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
    • fetchByACN_ACPK_Last

      KaleoTaskAssignmentInstance fetchByACN_ACPK_Last(String assigneeClassName, long assigneeClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator)
      Returns the last kaleo task assignment instance in the ordered set where assigneeClassName = ? and assigneeClassPK = ?.
      Parameters:
      assigneeClassName - the assignee class 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

      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
    • removeByACN_ACPK

      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

      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

      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

      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

      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

      KaleoTaskAssignmentInstance remove(long kaleoTaskAssignmentInstanceId) throws NoSuchTaskAssignmentInstanceException
      Removes the kaleo task assignment instance with the primary key from the database. Also notifies the appropriate model listeners.
      Parameters:
      kaleoTaskAssignmentInstanceId - the primary key of the kaleo task assignment instance
      Returns:
      the kaleo task assignment instance that was removed
      Throws:
      NoSuchTaskAssignmentInstanceException - if a kaleo task assignment instance with the primary key could not be found
    • updateImpl

      KaleoTaskAssignmentInstance updateImpl(KaleoTaskAssignmentInstance kaleoTaskAssignmentInstance)
    • findByPrimaryKey

      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
    • fetchByPrimaryKey

      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

      Returns all the kaleo task assignment instances.
      Returns:
      the kaleo task assignment instances
    • findAll

      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

      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

      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

      void removeAll()
      Removes all the kaleo task assignment instances from the database.
    • countAll

      int countAll()
      Returns the number of kaleo task assignment instances.
      Returns:
      the number of kaleo task assignment instances