Interface KaleoTaskFormInstancePersistence

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

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

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Details

    • findByCompanyId

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

      List<KaleoTaskFormInstance> findByCompanyId(long companyId, int start, int end)
      Returns a range of all the kaleo task form 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 KaleoTaskFormInstanceModelImpl.

      Parameters:
      companyId - the company ID
      start - the lower bound of the range of kaleo task form instances
      end - the upper bound of the range of kaleo task form instances (not inclusive)
      Returns:
      the range of matching kaleo task form instances
    • findByCompanyId

      List<KaleoTaskFormInstance> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskFormInstance> orderByComparator)
      Returns an ordered range of all the kaleo task form 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 KaleoTaskFormInstanceModelImpl.

      Parameters:
      companyId - the company ID
      start - the lower bound of the range of kaleo task form instances
      end - the upper bound of the range of kaleo task form instances (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kaleo task form instances
    • findByCompanyId

      List<KaleoTaskFormInstance> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskFormInstance> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kaleo task form 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 KaleoTaskFormInstanceModelImpl.

      Parameters:
      companyId - the company ID
      start - the lower bound of the range of kaleo task form instances
      end - the upper bound of the range of kaleo task form 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 form instances
    • findByCompanyId_First

      KaleoTaskFormInstance findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskFormInstance> orderByComparator) throws NoSuchTaskFormInstanceException
      Returns the first kaleo task form 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 form instance
      Throws:
      NoSuchTaskFormInstanceException - if a matching kaleo task form instance could not be found
    • fetchByCompanyId_First

      KaleoTaskFormInstance fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskFormInstance> orderByComparator)
      Returns the first kaleo task form 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 form instance, or null if a matching kaleo task form instance could not be found
    • findByCompanyId_Last

      KaleoTaskFormInstance findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskFormInstance> orderByComparator) throws NoSuchTaskFormInstanceException
      Returns the last kaleo task form 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 form instance
      Throws:
      NoSuchTaskFormInstanceException - if a matching kaleo task form instance could not be found
    • fetchByCompanyId_Last

      KaleoTaskFormInstance fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskFormInstance> orderByComparator)
      Returns the last kaleo task form 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 form instance, or null if a matching kaleo task form instance could not be found
    • findByCompanyId_PrevAndNext

      KaleoTaskFormInstance[] findByCompanyId_PrevAndNext(long kaleoTaskFormInstanceId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskFormInstance> orderByComparator) throws NoSuchTaskFormInstanceException
      Returns the kaleo task form instances before and after the current kaleo task form instance in the ordered set where companyId = ?.
      Parameters:
      kaleoTaskFormInstanceId - the primary key of the current kaleo task form instance
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kaleo task form instance
      Throws:
      NoSuchTaskFormInstanceException - if a kaleo task form instance with the primary key could not be found
    • removeByCompanyId

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

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

      List<KaleoTaskFormInstance> findByKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
      Returns all the kaleo task form instances where kaleoDefinitionVersionId = ?.
      Parameters:
      kaleoDefinitionVersionId - the kaleo definition version ID
      Returns:
      the matching kaleo task form instances
    • findByKaleoDefinitionVersionId

      List<KaleoTaskFormInstance> findByKaleoDefinitionVersionId(long kaleoDefinitionVersionId, int start, int end)
      Returns a range of all the kaleo task form 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 KaleoTaskFormInstanceModelImpl.

      Parameters:
      kaleoDefinitionVersionId - the kaleo definition version ID
      start - the lower bound of the range of kaleo task form instances
      end - the upper bound of the range of kaleo task form instances (not inclusive)
      Returns:
      the range of matching kaleo task form instances
    • findByKaleoDefinitionVersionId

      List<KaleoTaskFormInstance> findByKaleoDefinitionVersionId(long kaleoDefinitionVersionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskFormInstance> orderByComparator)
      Returns an ordered range of all the kaleo task form 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 KaleoTaskFormInstanceModelImpl.

      Parameters:
      kaleoDefinitionVersionId - the kaleo definition version ID
      start - the lower bound of the range of kaleo task form instances
      end - the upper bound of the range of kaleo task form instances (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kaleo task form instances
    • findByKaleoDefinitionVersionId

      List<KaleoTaskFormInstance> findByKaleoDefinitionVersionId(long kaleoDefinitionVersionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskFormInstance> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kaleo task form 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 KaleoTaskFormInstanceModelImpl.

      Parameters:
      kaleoDefinitionVersionId - the kaleo definition version ID
      start - the lower bound of the range of kaleo task form instances
      end - the upper bound of the range of kaleo task form 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 form instances
    • findByKaleoDefinitionVersionId_First

      KaleoTaskFormInstance findByKaleoDefinitionVersionId_First(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskFormInstance> orderByComparator) throws NoSuchTaskFormInstanceException
      Returns the first kaleo task form 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 form instance
      Throws:
      NoSuchTaskFormInstanceException - if a matching kaleo task form instance could not be found
    • fetchByKaleoDefinitionVersionId_First

      KaleoTaskFormInstance fetchByKaleoDefinitionVersionId_First(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskFormInstance> orderByComparator)
      Returns the first kaleo task form 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 form instance, or null if a matching kaleo task form instance could not be found
    • findByKaleoDefinitionVersionId_Last

      KaleoTaskFormInstance findByKaleoDefinitionVersionId_Last(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskFormInstance> orderByComparator) throws NoSuchTaskFormInstanceException
      Returns the last kaleo task form 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 form instance
      Throws:
      NoSuchTaskFormInstanceException - if a matching kaleo task form instance could not be found
    • fetchByKaleoDefinitionVersionId_Last

      KaleoTaskFormInstance fetchByKaleoDefinitionVersionId_Last(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskFormInstance> orderByComparator)
      Returns the last kaleo task form 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 form instance, or null if a matching kaleo task form instance could not be found
    • findByKaleoDefinitionVersionId_PrevAndNext

      KaleoTaskFormInstance[] findByKaleoDefinitionVersionId_PrevAndNext(long kaleoTaskFormInstanceId, long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskFormInstance> orderByComparator) throws NoSuchTaskFormInstanceException
      Returns the kaleo task form instances before and after the current kaleo task form instance in the ordered set where kaleoDefinitionVersionId = ?.
      Parameters:
      kaleoTaskFormInstanceId - the primary key of the current kaleo task form 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 form instance
      Throws:
      NoSuchTaskFormInstanceException - if a kaleo task form instance with the primary key could not be found
    • removeByKaleoDefinitionVersionId

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

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

      List<KaleoTaskFormInstance> findByKaleoInstanceId(long kaleoInstanceId)
      Returns all the kaleo task form instances where kaleoInstanceId = ?.
      Parameters:
      kaleoInstanceId - the kaleo instance ID
      Returns:
      the matching kaleo task form instances
    • findByKaleoInstanceId

      List<KaleoTaskFormInstance> findByKaleoInstanceId(long kaleoInstanceId, int start, int end)
      Returns a range of all the kaleo task form 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 KaleoTaskFormInstanceModelImpl.

      Parameters:
      kaleoInstanceId - the kaleo instance ID
      start - the lower bound of the range of kaleo task form instances
      end - the upper bound of the range of kaleo task form instances (not inclusive)
      Returns:
      the range of matching kaleo task form instances
    • findByKaleoInstanceId

      List<KaleoTaskFormInstance> findByKaleoInstanceId(long kaleoInstanceId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskFormInstance> orderByComparator)
      Returns an ordered range of all the kaleo task form 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 KaleoTaskFormInstanceModelImpl.

      Parameters:
      kaleoInstanceId - the kaleo instance ID
      start - the lower bound of the range of kaleo task form instances
      end - the upper bound of the range of kaleo task form instances (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kaleo task form instances
    • findByKaleoInstanceId

      List<KaleoTaskFormInstance> findByKaleoInstanceId(long kaleoInstanceId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskFormInstance> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kaleo task form 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 KaleoTaskFormInstanceModelImpl.

      Parameters:
      kaleoInstanceId - the kaleo instance ID
      start - the lower bound of the range of kaleo task form instances
      end - the upper bound of the range of kaleo task form 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 form instances
    • findByKaleoInstanceId_First

      KaleoTaskFormInstance findByKaleoInstanceId_First(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskFormInstance> orderByComparator) throws NoSuchTaskFormInstanceException
      Returns the first kaleo task form 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 form instance
      Throws:
      NoSuchTaskFormInstanceException - if a matching kaleo task form instance could not be found
    • fetchByKaleoInstanceId_First

      KaleoTaskFormInstance fetchByKaleoInstanceId_First(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskFormInstance> orderByComparator)
      Returns the first kaleo task form 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 form instance, or null if a matching kaleo task form instance could not be found
    • findByKaleoInstanceId_Last

      KaleoTaskFormInstance findByKaleoInstanceId_Last(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskFormInstance> orderByComparator) throws NoSuchTaskFormInstanceException
      Returns the last kaleo task form 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 form instance
      Throws:
      NoSuchTaskFormInstanceException - if a matching kaleo task form instance could not be found
    • fetchByKaleoInstanceId_Last

      KaleoTaskFormInstance fetchByKaleoInstanceId_Last(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskFormInstance> orderByComparator)
      Returns the last kaleo task form 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 form instance, or null if a matching kaleo task form instance could not be found
    • findByKaleoInstanceId_PrevAndNext

      KaleoTaskFormInstance[] findByKaleoInstanceId_PrevAndNext(long kaleoTaskFormInstanceId, long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskFormInstance> orderByComparator) throws NoSuchTaskFormInstanceException
      Returns the kaleo task form instances before and after the current kaleo task form instance in the ordered set where kaleoInstanceId = ?.
      Parameters:
      kaleoTaskFormInstanceId - the primary key of the current kaleo task form instance
      kaleoInstanceId - the kaleo instance ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kaleo task form instance
      Throws:
      NoSuchTaskFormInstanceException - if a kaleo task form instance with the primary key could not be found
    • removeByKaleoInstanceId

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

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

      List<KaleoTaskFormInstance> findByKaleoTaskId(long kaleoTaskId)
      Returns all the kaleo task form instances where kaleoTaskId = ?.
      Parameters:
      kaleoTaskId - the kaleo task ID
      Returns:
      the matching kaleo task form instances
    • findByKaleoTaskId

      List<KaleoTaskFormInstance> findByKaleoTaskId(long kaleoTaskId, int start, int end)
      Returns a range of all the kaleo task form instances where kaleoTaskId = ?.

      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 KaleoTaskFormInstanceModelImpl.

      Parameters:
      kaleoTaskId - the kaleo task ID
      start - the lower bound of the range of kaleo task form instances
      end - the upper bound of the range of kaleo task form instances (not inclusive)
      Returns:
      the range of matching kaleo task form instances
    • findByKaleoTaskId

      List<KaleoTaskFormInstance> findByKaleoTaskId(long kaleoTaskId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskFormInstance> orderByComparator)
      Returns an ordered range of all the kaleo task form instances where kaleoTaskId = ?.

      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 KaleoTaskFormInstanceModelImpl.

      Parameters:
      kaleoTaskId - the kaleo task ID
      start - the lower bound of the range of kaleo task form instances
      end - the upper bound of the range of kaleo task form instances (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kaleo task form instances
    • findByKaleoTaskId

      List<KaleoTaskFormInstance> findByKaleoTaskId(long kaleoTaskId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskFormInstance> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kaleo task form instances where kaleoTaskId = ?.

      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 KaleoTaskFormInstanceModelImpl.

      Parameters:
      kaleoTaskId - the kaleo task ID
      start - the lower bound of the range of kaleo task form instances
      end - the upper bound of the range of kaleo task form 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 form instances
    • findByKaleoTaskId_First

      KaleoTaskFormInstance findByKaleoTaskId_First(long kaleoTaskId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskFormInstance> orderByComparator) throws NoSuchTaskFormInstanceException
      Returns the first kaleo task form instance in the ordered set where kaleoTaskId = ?.
      Parameters:
      kaleoTaskId - the kaleo task ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kaleo task form instance
      Throws:
      NoSuchTaskFormInstanceException - if a matching kaleo task form instance could not be found
    • fetchByKaleoTaskId_First

      KaleoTaskFormInstance fetchByKaleoTaskId_First(long kaleoTaskId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskFormInstance> orderByComparator)
      Returns the first kaleo task form instance in the ordered set where kaleoTaskId = ?.
      Parameters:
      kaleoTaskId - the kaleo task ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kaleo task form instance, or null if a matching kaleo task form instance could not be found
    • findByKaleoTaskId_Last

      KaleoTaskFormInstance findByKaleoTaskId_Last(long kaleoTaskId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskFormInstance> orderByComparator) throws NoSuchTaskFormInstanceException
      Returns the last kaleo task form instance in the ordered set where kaleoTaskId = ?.
      Parameters:
      kaleoTaskId - the kaleo task ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kaleo task form instance
      Throws:
      NoSuchTaskFormInstanceException - if a matching kaleo task form instance could not be found
    • fetchByKaleoTaskId_Last

      KaleoTaskFormInstance fetchByKaleoTaskId_Last(long kaleoTaskId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskFormInstance> orderByComparator)
      Returns the last kaleo task form instance in the ordered set where kaleoTaskId = ?.
      Parameters:
      kaleoTaskId - the kaleo task ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kaleo task form instance, or null if a matching kaleo task form instance could not be found
    • findByKaleoTaskId_PrevAndNext

      KaleoTaskFormInstance[] findByKaleoTaskId_PrevAndNext(long kaleoTaskFormInstanceId, long kaleoTaskId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskFormInstance> orderByComparator) throws NoSuchTaskFormInstanceException
      Returns the kaleo task form instances before and after the current kaleo task form instance in the ordered set where kaleoTaskId = ?.
      Parameters:
      kaleoTaskFormInstanceId - the primary key of the current kaleo task form instance
      kaleoTaskId - the kaleo task ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kaleo task form instance
      Throws:
      NoSuchTaskFormInstanceException - if a kaleo task form instance with the primary key could not be found
    • removeByKaleoTaskId

      void removeByKaleoTaskId(long kaleoTaskId)
      Removes all the kaleo task form instances where kaleoTaskId = ? from the database.
      Parameters:
      kaleoTaskId - the kaleo task ID
    • countByKaleoTaskId

      int countByKaleoTaskId(long kaleoTaskId)
      Returns the number of kaleo task form instances where kaleoTaskId = ?.
      Parameters:
      kaleoTaskId - the kaleo task ID
      Returns:
      the number of matching kaleo task form instances
    • findByKaleoTaskInstanceTokenId

      List<KaleoTaskFormInstance> findByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId)
      Returns all the kaleo task form instances where kaleoTaskInstanceTokenId = ?.
      Parameters:
      kaleoTaskInstanceTokenId - the kaleo task instance token ID
      Returns:
      the matching kaleo task form instances
    • findByKaleoTaskInstanceTokenId

      List<KaleoTaskFormInstance> findByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId, int start, int end)
      Returns a range of all the kaleo task form 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 KaleoTaskFormInstanceModelImpl.

      Parameters:
      kaleoTaskInstanceTokenId - the kaleo task instance token ID
      start - the lower bound of the range of kaleo task form instances
      end - the upper bound of the range of kaleo task form instances (not inclusive)
      Returns:
      the range of matching kaleo task form instances
    • findByKaleoTaskInstanceTokenId

      List<KaleoTaskFormInstance> findByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskFormInstance> orderByComparator)
      Returns an ordered range of all the kaleo task form 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 KaleoTaskFormInstanceModelImpl.

      Parameters:
      kaleoTaskInstanceTokenId - the kaleo task instance token ID
      start - the lower bound of the range of kaleo task form instances
      end - the upper bound of the range of kaleo task form instances (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kaleo task form instances
    • findByKaleoTaskInstanceTokenId

      List<KaleoTaskFormInstance> findByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskFormInstance> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kaleo task form 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 KaleoTaskFormInstanceModelImpl.

      Parameters:
      kaleoTaskInstanceTokenId - the kaleo task instance token ID
      start - the lower bound of the range of kaleo task form instances
      end - the upper bound of the range of kaleo task form 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 form instances
    • findByKaleoTaskInstanceTokenId_First

      KaleoTaskFormInstance findByKaleoTaskInstanceTokenId_First(long kaleoTaskInstanceTokenId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskFormInstance> orderByComparator) throws NoSuchTaskFormInstanceException
      Returns the first kaleo task form 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 form instance
      Throws:
      NoSuchTaskFormInstanceException - if a matching kaleo task form instance could not be found
    • fetchByKaleoTaskInstanceTokenId_First

      KaleoTaskFormInstance fetchByKaleoTaskInstanceTokenId_First(long kaleoTaskInstanceTokenId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskFormInstance> orderByComparator)
      Returns the first kaleo task form 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 form instance, or null if a matching kaleo task form instance could not be found
    • findByKaleoTaskInstanceTokenId_Last

      KaleoTaskFormInstance findByKaleoTaskInstanceTokenId_Last(long kaleoTaskInstanceTokenId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskFormInstance> orderByComparator) throws NoSuchTaskFormInstanceException
      Returns the last kaleo task form 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 form instance
      Throws:
      NoSuchTaskFormInstanceException - if a matching kaleo task form instance could not be found
    • fetchByKaleoTaskInstanceTokenId_Last

      KaleoTaskFormInstance fetchByKaleoTaskInstanceTokenId_Last(long kaleoTaskInstanceTokenId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskFormInstance> orderByComparator)
      Returns the last kaleo task form 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 form instance, or null if a matching kaleo task form instance could not be found
    • findByKaleoTaskInstanceTokenId_PrevAndNext

      KaleoTaskFormInstance[] findByKaleoTaskInstanceTokenId_PrevAndNext(long kaleoTaskFormInstanceId, long kaleoTaskInstanceTokenId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskFormInstance> orderByComparator) throws NoSuchTaskFormInstanceException
      Returns the kaleo task form instances before and after the current kaleo task form instance in the ordered set where kaleoTaskInstanceTokenId = ?.
      Parameters:
      kaleoTaskFormInstanceId - the primary key of the current kaleo task form 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 form instance
      Throws:
      NoSuchTaskFormInstanceException - if a kaleo task form instance with the primary key could not be found
    • removeByKaleoTaskInstanceTokenId

      void removeByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId)
      Removes all the kaleo task form 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 form instances where kaleoTaskInstanceTokenId = ?.
      Parameters:
      kaleoTaskInstanceTokenId - the kaleo task instance token ID
      Returns:
      the number of matching kaleo task form instances
    • findByKaleoTaskFormId

      KaleoTaskFormInstance findByKaleoTaskFormId(long kaleoTaskFormId) throws NoSuchTaskFormInstanceException
      Returns the kaleo task form instance where kaleoTaskFormId = ? or throws a NoSuchTaskFormInstanceException if it could not be found.
      Parameters:
      kaleoTaskFormId - the kaleo task form ID
      Returns:
      the matching kaleo task form instance
      Throws:
      NoSuchTaskFormInstanceException - if a matching kaleo task form instance could not be found
    • fetchByKaleoTaskFormId

      KaleoTaskFormInstance fetchByKaleoTaskFormId(long kaleoTaskFormId)
      Returns the kaleo task form instance where kaleoTaskFormId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      kaleoTaskFormId - the kaleo task form ID
      Returns:
      the matching kaleo task form instance, or null if a matching kaleo task form instance could not be found
    • fetchByKaleoTaskFormId

      KaleoTaskFormInstance fetchByKaleoTaskFormId(long kaleoTaskFormId, boolean useFinderCache)
      Returns the kaleo task form instance where kaleoTaskFormId = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      kaleoTaskFormId - the kaleo task form ID
      useFinderCache - whether to use the finder cache
      Returns:
      the matching kaleo task form instance, or null if a matching kaleo task form instance could not be found
    • removeByKaleoTaskFormId

      KaleoTaskFormInstance removeByKaleoTaskFormId(long kaleoTaskFormId) throws NoSuchTaskFormInstanceException
      Removes the kaleo task form instance where kaleoTaskFormId = ? from the database.
      Parameters:
      kaleoTaskFormId - the kaleo task form ID
      Returns:
      the kaleo task form instance that was removed
      Throws:
      NoSuchTaskFormInstanceException
    • countByKaleoTaskFormId

      int countByKaleoTaskFormId(long kaleoTaskFormId)
      Returns the number of kaleo task form instances where kaleoTaskFormId = ?.
      Parameters:
      kaleoTaskFormId - the kaleo task form ID
      Returns:
      the number of matching kaleo task form instances
    • cacheResult

      void cacheResult(KaleoTaskFormInstance kaleoTaskFormInstance)
      Caches the kaleo task form instance in the entity cache if it is enabled.
      Parameters:
      kaleoTaskFormInstance - the kaleo task form instance
    • cacheResult

      void cacheResult(List<KaleoTaskFormInstance> kaleoTaskFormInstances)
      Caches the kaleo task form instances in the entity cache if it is enabled.
      Parameters:
      kaleoTaskFormInstances - the kaleo task form instances
    • create

      KaleoTaskFormInstance create(long kaleoTaskFormInstanceId)
      Creates a new kaleo task form instance with the primary key. Does not add the kaleo task form instance to the database.
      Parameters:
      kaleoTaskFormInstanceId - the primary key for the new kaleo task form instance
      Returns:
      the new kaleo task form instance
    • remove

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

      KaleoTaskFormInstance updateImpl(KaleoTaskFormInstance kaleoTaskFormInstance)
    • findByPrimaryKey

      KaleoTaskFormInstance findByPrimaryKey(long kaleoTaskFormInstanceId) throws NoSuchTaskFormInstanceException
      Returns the kaleo task form instance with the primary key or throws a NoSuchTaskFormInstanceException if it could not be found.
      Parameters:
      kaleoTaskFormInstanceId - the primary key of the kaleo task form instance
      Returns:
      the kaleo task form instance
      Throws:
      NoSuchTaskFormInstanceException - if a kaleo task form instance with the primary key could not be found
    • fetchByPrimaryKey

      KaleoTaskFormInstance fetchByPrimaryKey(long kaleoTaskFormInstanceId)
      Returns the kaleo task form instance with the primary key or returns null if it could not be found.
      Parameters:
      kaleoTaskFormInstanceId - the primary key of the kaleo task form instance
      Returns:
      the kaleo task form instance, or null if a kaleo task form instance with the primary key could not be found
    • findAll

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

      List<KaleoTaskFormInstance> findAll(int start, int end)
      Returns a range of all the kaleo task form 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 KaleoTaskFormInstanceModelImpl.

      Parameters:
      start - the lower bound of the range of kaleo task form instances
      end - the upper bound of the range of kaleo task form instances (not inclusive)
      Returns:
      the range of kaleo task form instances
    • findAll

      List<KaleoTaskFormInstance> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskFormInstance> orderByComparator)
      Returns an ordered range of all the kaleo task form 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 KaleoTaskFormInstanceModelImpl.

      Parameters:
      start - the lower bound of the range of kaleo task form instances
      end - the upper bound of the range of kaleo task form instances (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of kaleo task form instances
    • findAll

      List<KaleoTaskFormInstance> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskFormInstance> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kaleo task form 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 KaleoTaskFormInstanceModelImpl.

      Parameters:
      start - the lower bound of the range of kaleo task form instances
      end - the upper bound of the range of kaleo task form 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 form instances
    • removeAll

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

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