Interface KaleoTaskFormPersistence

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

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

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    cacheResult(KaleoTaskForm kaleoTaskForm)
    Caches the kaleo task form in the entity cache if it is enabled.
    void
    cacheResult(List<KaleoTaskForm> kaleoTaskForms)
    Caches the kaleo task forms in the entity cache if it is enabled.
    int
    Returns the number of kaleo task forms.
    int
    countByCompanyId(long companyId)
    Returns the number of kaleo task forms where companyId = ?.
    int
    countByFormUuid_KTI(long kaleoTaskId, String formUuid)
    Returns the number of kaleo task forms where kaleoTaskId = ? and formUuid = ?.
    int
    countByKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
    Returns the number of kaleo task forms where kaleoDefinitionVersionId = ?.
    int
    countByKaleoNodeId(long kaleoNodeId)
    Returns the number of kaleo task forms where kaleoNodeId = ?.
    int
    countByKaleoTaskId(long kaleoTaskId)
    Returns the number of kaleo task forms where kaleoTaskId = ?.
    create(long kaleoTaskFormId)
    Creates a new kaleo task form with the primary key.
    fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator)
    Returns the first kaleo task form in the ordered set where companyId = ?.
    fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator)
    Returns the last kaleo task form in the ordered set where companyId = ?.
    fetchByFormUuid_KTI(long kaleoTaskId, String formUuid)
    Returns the kaleo task form where kaleoTaskId = ? and formUuid = ? or returns null if it could not be found.
    fetchByFormUuid_KTI(long kaleoTaskId, String formUuid, boolean useFinderCache)
    Returns the kaleo task form where kaleoTaskId = ? and formUuid = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByKaleoDefinitionVersionId_First(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator)
    Returns the first kaleo task form in the ordered set where kaleoDefinitionVersionId = ?.
    fetchByKaleoDefinitionVersionId_Last(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator)
    Returns the last kaleo task form in the ordered set where kaleoDefinitionVersionId = ?.
    fetchByKaleoNodeId_First(long kaleoNodeId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator)
    Returns the first kaleo task form in the ordered set where kaleoNodeId = ?.
    fetchByKaleoNodeId_Last(long kaleoNodeId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator)
    Returns the last kaleo task form in the ordered set where kaleoNodeId = ?.
    fetchByKaleoTaskId_First(long kaleoTaskId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator)
    Returns the first kaleo task form in the ordered set where kaleoTaskId = ?.
    fetchByKaleoTaskId_Last(long kaleoTaskId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator)
    Returns the last kaleo task form in the ordered set where kaleoTaskId = ?.
    fetchByPrimaryKey(long kaleoTaskFormId)
    Returns the kaleo task form with the primary key or returns null if it could not be found.
    Returns all the kaleo task forms.
    findAll(int start, int end)
    Returns a range of all the kaleo task forms.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator)
    Returns an ordered range of all the kaleo task forms.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kaleo task forms.
    findByCompanyId(long companyId)
    Returns all the kaleo task forms where companyId = ?.
    findByCompanyId(long companyId, int start, int end)
    Returns a range of all the kaleo task forms where companyId = ?.
    findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator)
    Returns an ordered range of all the kaleo task forms where companyId = ?.
    findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kaleo task forms where companyId = ?.
    findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator)
    Returns the first kaleo task form in the ordered set where companyId = ?.
    findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator)
    Returns the last kaleo task form in the ordered set where companyId = ?.
    findByCompanyId_PrevAndNext(long kaleoTaskFormId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator)
    Returns the kaleo task forms before and after the current kaleo task form in the ordered set where companyId = ?.
    findByFormUuid_KTI(long kaleoTaskId, String formUuid)
    Returns the kaleo task form where kaleoTaskId = ? and formUuid = ? or throws a NoSuchTaskFormException if it could not be found.
    findByKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
    Returns all the kaleo task forms where kaleoDefinitionVersionId = ?.
    findByKaleoDefinitionVersionId(long kaleoDefinitionVersionId, int start, int end)
    Returns a range of all the kaleo task forms where kaleoDefinitionVersionId = ?.
    findByKaleoDefinitionVersionId(long kaleoDefinitionVersionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator)
    Returns an ordered range of all the kaleo task forms where kaleoDefinitionVersionId = ?.
    findByKaleoDefinitionVersionId(long kaleoDefinitionVersionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kaleo task forms where kaleoDefinitionVersionId = ?.
    findByKaleoDefinitionVersionId_First(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator)
    Returns the first kaleo task form in the ordered set where kaleoDefinitionVersionId = ?.
    findByKaleoDefinitionVersionId_Last(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator)
    Returns the last kaleo task form in the ordered set where kaleoDefinitionVersionId = ?.
    findByKaleoDefinitionVersionId_PrevAndNext(long kaleoTaskFormId, long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator)
    Returns the kaleo task forms before and after the current kaleo task form in the ordered set where kaleoDefinitionVersionId = ?.
    findByKaleoNodeId(long kaleoNodeId)
    Returns all the kaleo task forms where kaleoNodeId = ?.
    findByKaleoNodeId(long kaleoNodeId, int start, int end)
    Returns a range of all the kaleo task forms where kaleoNodeId = ?.
    findByKaleoNodeId(long kaleoNodeId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator)
    Returns an ordered range of all the kaleo task forms where kaleoNodeId = ?.
    findByKaleoNodeId(long kaleoNodeId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kaleo task forms where kaleoNodeId = ?.
    findByKaleoNodeId_First(long kaleoNodeId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator)
    Returns the first kaleo task form in the ordered set where kaleoNodeId = ?.
    findByKaleoNodeId_Last(long kaleoNodeId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator)
    Returns the last kaleo task form in the ordered set where kaleoNodeId = ?.
    findByKaleoNodeId_PrevAndNext(long kaleoTaskFormId, long kaleoNodeId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator)
    Returns the kaleo task forms before and after the current kaleo task form in the ordered set where kaleoNodeId = ?.
    findByKaleoTaskId(long kaleoTaskId)
    Returns all the kaleo task forms where kaleoTaskId = ?.
    findByKaleoTaskId(long kaleoTaskId, int start, int end)
    Returns a range of all the kaleo task forms where kaleoTaskId = ?.
    findByKaleoTaskId(long kaleoTaskId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator)
    Returns an ordered range of all the kaleo task forms where kaleoTaskId = ?.
    findByKaleoTaskId(long kaleoTaskId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kaleo task forms where kaleoTaskId = ?.
    findByKaleoTaskId_First(long kaleoTaskId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator)
    Returns the first kaleo task form in the ordered set where kaleoTaskId = ?.
    findByKaleoTaskId_Last(long kaleoTaskId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator)
    Returns the last kaleo task form in the ordered set where kaleoTaskId = ?.
    findByKaleoTaskId_PrevAndNext(long kaleoTaskFormId, long kaleoTaskId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator)
    Returns the kaleo task forms before and after the current kaleo task form in the ordered set where kaleoTaskId = ?.
    findByPrimaryKey(long kaleoTaskFormId)
    Returns the kaleo task form with the primary key or throws a NoSuchTaskFormException if it could not be found.
    remove(long kaleoTaskFormId)
    Removes the kaleo task form with the primary key from the database.
    void
    Removes all the kaleo task forms from the database.
    void
    removeByCompanyId(long companyId)
    Removes all the kaleo task forms where companyId = ? from the database.
    removeByFormUuid_KTI(long kaleoTaskId, String formUuid)
    Removes the kaleo task form where kaleoTaskId = ? and formUuid = ? from the database.
    void
    removeByKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
    Removes all the kaleo task forms where kaleoDefinitionVersionId = ? from the database.
    void
    removeByKaleoNodeId(long kaleoNodeId)
    Removes all the kaleo task forms where kaleoNodeId = ? from the database.
    void
    removeByKaleoTaskId(long kaleoTaskId)
    Removes all the kaleo task forms where kaleoTaskId = ? from the database.
    updateImpl(KaleoTaskForm kaleoTaskForm)
     

    Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence

    clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, removeByFunction, setDataSource, unregisterListener, update, update

    Methods inherited from interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence

    getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
  • Method Details

    • findByCompanyId

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      List<KaleoTaskForm> findByKaleoNodeId(long kaleoNodeId)
      Returns all the kaleo task forms where kaleoNodeId = ?.
      Parameters:
      kaleoNodeId - the kaleo node ID
      Returns:
      the matching kaleo task forms
    • findByKaleoNodeId

      List<KaleoTaskForm> findByKaleoNodeId(long kaleoNodeId, int start, int end)
      Returns a range of all the kaleo task forms where kaleoNodeId = ?.

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

      Parameters:
      kaleoNodeId - the kaleo node ID
      start - the lower bound of the range of kaleo task forms
      end - the upper bound of the range of kaleo task forms (not inclusive)
      Returns:
      the range of matching kaleo task forms
    • findByKaleoNodeId

      List<KaleoTaskForm> findByKaleoNodeId(long kaleoNodeId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator)
      Returns an ordered range of all the kaleo task forms where kaleoNodeId = ?.

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

      Parameters:
      kaleoNodeId - the kaleo node ID
      start - the lower bound of the range of kaleo task forms
      end - the upper bound of the range of kaleo task forms (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kaleo task forms
    • findByKaleoNodeId

      List<KaleoTaskForm> findByKaleoNodeId(long kaleoNodeId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kaleo task forms where kaleoNodeId = ?.

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

      Parameters:
      kaleoNodeId - the kaleo node ID
      start - the lower bound of the range of kaleo task forms
      end - the upper bound of the range of kaleo task forms (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 forms
    • findByKaleoNodeId_First

      KaleoTaskForm findByKaleoNodeId_First(long kaleoNodeId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) throws NoSuchTaskFormException
      Returns the first kaleo task form in the ordered set where kaleoNodeId = ?.
      Parameters:
      kaleoNodeId - the kaleo node ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kaleo task form
      Throws:
      NoSuchTaskFormException - if a matching kaleo task form could not be found
    • fetchByKaleoNodeId_First

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

      KaleoTaskForm findByKaleoNodeId_Last(long kaleoNodeId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) throws NoSuchTaskFormException
      Returns the last kaleo task form in the ordered set where kaleoNodeId = ?.
      Parameters:
      kaleoNodeId - the kaleo node ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kaleo task form
      Throws:
      NoSuchTaskFormException - if a matching kaleo task form could not be found
    • fetchByKaleoNodeId_Last

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

      KaleoTaskForm[] findByKaleoNodeId_PrevAndNext(long kaleoTaskFormId, long kaleoNodeId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) throws NoSuchTaskFormException
      Returns the kaleo task forms before and after the current kaleo task form in the ordered set where kaleoNodeId = ?.
      Parameters:
      kaleoTaskFormId - the primary key of the current kaleo task form
      kaleoNodeId - the kaleo node ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kaleo task form
      Throws:
      NoSuchTaskFormException - if a kaleo task form with the primary key could not be found
    • removeByKaleoNodeId

      void removeByKaleoNodeId(long kaleoNodeId)
      Removes all the kaleo task forms where kaleoNodeId = ? from the database.
      Parameters:
      kaleoNodeId - the kaleo node ID
    • countByKaleoNodeId

      int countByKaleoNodeId(long kaleoNodeId)
      Returns the number of kaleo task forms where kaleoNodeId = ?.
      Parameters:
      kaleoNodeId - the kaleo node ID
      Returns:
      the number of matching kaleo task forms
    • findByKaleoTaskId

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

      List<KaleoTaskForm> findByKaleoTaskId(long kaleoTaskId, int start, int end)
      Returns a range of all the kaleo task forms 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 KaleoTaskFormModelImpl.

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

      List<KaleoTaskForm> findByKaleoTaskId(long kaleoTaskId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator)
      Returns an ordered range of all the kaleo task forms 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 KaleoTaskFormModelImpl.

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

      List<KaleoTaskForm> findByKaleoTaskId(long kaleoTaskId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kaleo task forms 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 KaleoTaskFormModelImpl.

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

      KaleoTaskForm findByKaleoTaskId_First(long kaleoTaskId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) throws NoSuchTaskFormException
      Returns the first kaleo task form 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
      Throws:
      NoSuchTaskFormException - if a matching kaleo task form could not be found
    • fetchByKaleoTaskId_First

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

      KaleoTaskForm findByKaleoTaskId_Last(long kaleoTaskId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator) throws NoSuchTaskFormException
      Returns the last kaleo task form 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
      Throws:
      NoSuchTaskFormException - if a matching kaleo task form could not be found
    • fetchByKaleoTaskId_Last

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

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

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

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

      KaleoTaskForm findByFormUuid_KTI(long kaleoTaskId, String formUuid) throws NoSuchTaskFormException
      Returns the kaleo task form where kaleoTaskId = ? and formUuid = ? or throws a NoSuchTaskFormException if it could not be found.
      Parameters:
      kaleoTaskId - the kaleo task ID
      formUuid - the form uuid
      Returns:
      the matching kaleo task form
      Throws:
      NoSuchTaskFormException - if a matching kaleo task form could not be found
    • fetchByFormUuid_KTI

      KaleoTaskForm fetchByFormUuid_KTI(long kaleoTaskId, String formUuid)
      Returns the kaleo task form where kaleoTaskId = ? and formUuid = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      kaleoTaskId - the kaleo task ID
      formUuid - the form uuid
      Returns:
      the matching kaleo task form, or null if a matching kaleo task form could not be found
    • fetchByFormUuid_KTI

      KaleoTaskForm fetchByFormUuid_KTI(long kaleoTaskId, String formUuid, boolean useFinderCache)
      Returns the kaleo task form where kaleoTaskId = ? and formUuid = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      kaleoTaskId - the kaleo task ID
      formUuid - the form uuid
      useFinderCache - whether to use the finder cache
      Returns:
      the matching kaleo task form, or null if a matching kaleo task form could not be found
    • removeByFormUuid_KTI

      KaleoTaskForm removeByFormUuid_KTI(long kaleoTaskId, String formUuid) throws NoSuchTaskFormException
      Removes the kaleo task form where kaleoTaskId = ? and formUuid = ? from the database.
      Parameters:
      kaleoTaskId - the kaleo task ID
      formUuid - the form uuid
      Returns:
      the kaleo task form that was removed
      Throws:
      NoSuchTaskFormException
    • countByFormUuid_KTI

      int countByFormUuid_KTI(long kaleoTaskId, String formUuid)
      Returns the number of kaleo task forms where kaleoTaskId = ? and formUuid = ?.
      Parameters:
      kaleoTaskId - the kaleo task ID
      formUuid - the form uuid
      Returns:
      the number of matching kaleo task forms
    • cacheResult

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

      void cacheResult(List<KaleoTaskForm> kaleoTaskForms)
      Caches the kaleo task forms in the entity cache if it is enabled.
      Parameters:
      kaleoTaskForms - the kaleo task forms
    • create

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

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

      KaleoTaskForm updateImpl(KaleoTaskForm kaleoTaskForm)
    • findByPrimaryKey

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

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

      List<KaleoTaskForm> findAll()
      Returns all the kaleo task forms.
      Returns:
      the kaleo task forms
    • findAll

      List<KaleoTaskForm> findAll(int start, int end)
      Returns a range of all the kaleo task forms.

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

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

      List<KaleoTaskForm> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator)
      Returns an ordered range of all the kaleo task forms.

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

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

      List<KaleoTaskForm> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTaskForm> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kaleo task forms.

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

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

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

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