Interface KaleoActionPersistence

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

@ProviderType public interface KaleoActionPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<KaleoAction>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<KaleoAction>
The persistence interface for the kaleo action service.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    cacheResult(KaleoAction kaleoAction)
    Caches the kaleo action in the entity cache if it is enabled.
    void
    cacheResult(List<KaleoAction> kaleoActions)
    Caches the kaleo actions in the entity cache if it is enabled.
    int
    Returns the number of kaleo actions.
    int
    countByC_KCN_KCPK(long companyId, String kaleoClassName, long kaleoClassPK)
    Returns the number of kaleo actions where companyId = ? and kaleoClassName = ? and kaleoClassPK = ?.
    int
    countByC_KCN_KCPK_ET(long companyId, String kaleoClassName, long kaleoClassPK, String executionType)
    Returns the number of kaleo actions where companyId = ? and kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.
    int
    countByCompanyId(long companyId)
    Returns the number of kaleo actions where companyId = ?.
    int
    countByKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
    Returns the number of kaleo actions where kaleoDefinitionVersionId = ?.
    int
    countByKCN_KCPK(String kaleoClassName, long kaleoClassPK)
    Returns the number of kaleo actions where kaleoClassName = ? and kaleoClassPK = ?.
    int
    countByKCN_KCPK_ET(String kaleoClassName, long kaleoClassPK, String executionType)
    Returns the number of kaleo actions where kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.
    create(long kaleoActionId)
    Creates a new kaleo action with the primary key.
    fetchByC_KCN_KCPK_ET_First(long companyId, String kaleoClassName, long kaleoClassPK, String executionType, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
    Returns the first kaleo action in the ordered set where companyId = ? and kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.
    fetchByC_KCN_KCPK_ET_Last(long companyId, String kaleoClassName, long kaleoClassPK, String executionType, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
    Returns the last kaleo action in the ordered set where companyId = ? and kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.
    fetchByC_KCN_KCPK_First(long companyId, String kaleoClassName, long kaleoClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
    Returns the first kaleo action in the ordered set where companyId = ? and kaleoClassName = ? and kaleoClassPK = ?.
    fetchByC_KCN_KCPK_Last(long companyId, String kaleoClassName, long kaleoClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
    Returns the last kaleo action in the ordered set where companyId = ? and kaleoClassName = ? and kaleoClassPK = ?.
    fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
    Returns the first kaleo action in the ordered set where companyId = ?.
    fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
    Returns the last kaleo action in the ordered set where companyId = ?.
    fetchByKaleoDefinitionVersionId_First(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
    Returns the first kaleo action in the ordered set where kaleoDefinitionVersionId = ?.
    fetchByKaleoDefinitionVersionId_Last(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
    Returns the last kaleo action in the ordered set where kaleoDefinitionVersionId = ?.
    fetchByKCN_KCPK_ET_First(String kaleoClassName, long kaleoClassPK, String executionType, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
    Returns the first kaleo action in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.
    fetchByKCN_KCPK_ET_Last(String kaleoClassName, long kaleoClassPK, String executionType, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
    Returns the last kaleo action in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.
    fetchByKCN_KCPK_First(String kaleoClassName, long kaleoClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
    Returns the first kaleo action in the ordered set where kaleoClassName = ? and kaleoClassPK = ?.
    fetchByKCN_KCPK_Last(String kaleoClassName, long kaleoClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
    Returns the last kaleo action in the ordered set where kaleoClassName = ? and kaleoClassPK = ?.
    fetchByPrimaryKey(long kaleoActionId)
    Returns the kaleo action with the primary key or returns null if it could not be found.
    Returns all the kaleo actions.
    findAll(int start, int end)
    Returns a range of all the kaleo actions.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
    Returns an ordered range of all the kaleo actions.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kaleo actions.
    findByC_KCN_KCPK(long companyId, String kaleoClassName, long kaleoClassPK)
    Returns all the kaleo actions where companyId = ? and kaleoClassName = ? and kaleoClassPK = ?.
    findByC_KCN_KCPK(long companyId, String kaleoClassName, long kaleoClassPK, int start, int end)
    Returns a range of all the kaleo actions where companyId = ? and kaleoClassName = ? and kaleoClassPK = ?.
    findByC_KCN_KCPK(long companyId, String kaleoClassName, long kaleoClassPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
    Returns an ordered range of all the kaleo actions where companyId = ? and kaleoClassName = ? and kaleoClassPK = ?.
    findByC_KCN_KCPK(long companyId, String kaleoClassName, long kaleoClassPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kaleo actions where companyId = ? and kaleoClassName = ? and kaleoClassPK = ?.
    findByC_KCN_KCPK_ET(long companyId, String kaleoClassName, long kaleoClassPK, String executionType)
    Returns all the kaleo actions where companyId = ? and kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.
    findByC_KCN_KCPK_ET(long companyId, String kaleoClassName, long kaleoClassPK, String executionType, int start, int end)
    Returns a range of all the kaleo actions where companyId = ? and kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.
    findByC_KCN_KCPK_ET(long companyId, String kaleoClassName, long kaleoClassPK, String executionType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
    Returns an ordered range of all the kaleo actions where companyId = ? and kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.
    findByC_KCN_KCPK_ET(long companyId, String kaleoClassName, long kaleoClassPK, String executionType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kaleo actions where companyId = ? and kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.
    findByC_KCN_KCPK_ET_First(long companyId, String kaleoClassName, long kaleoClassPK, String executionType, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
    Returns the first kaleo action in the ordered set where companyId = ? and kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.
    findByC_KCN_KCPK_ET_Last(long companyId, String kaleoClassName, long kaleoClassPK, String executionType, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
    Returns the last kaleo action in the ordered set where companyId = ? and kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.
    findByC_KCN_KCPK_ET_PrevAndNext(long kaleoActionId, long companyId, String kaleoClassName, long kaleoClassPK, String executionType, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
    Returns the kaleo actions before and after the current kaleo action in the ordered set where companyId = ? and kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.
    findByC_KCN_KCPK_First(long companyId, String kaleoClassName, long kaleoClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
    Returns the first kaleo action in the ordered set where companyId = ? and kaleoClassName = ? and kaleoClassPK = ?.
    findByC_KCN_KCPK_Last(long companyId, String kaleoClassName, long kaleoClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
    Returns the last kaleo action in the ordered set where companyId = ? and kaleoClassName = ? and kaleoClassPK = ?.
    findByC_KCN_KCPK_PrevAndNext(long kaleoActionId, long companyId, String kaleoClassName, long kaleoClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
    Returns the kaleo actions before and after the current kaleo action in the ordered set where companyId = ? and kaleoClassName = ? and kaleoClassPK = ?.
    findByCompanyId(long companyId)
    Returns all the kaleo actions where companyId = ?.
    findByCompanyId(long companyId, int start, int end)
    Returns a range of all the kaleo actions where companyId = ?.
    findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
    Returns an ordered range of all the kaleo actions where companyId = ?.
    findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kaleo actions where companyId = ?.
    findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
    Returns the first kaleo action in the ordered set where companyId = ?.
    findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
    Returns the last kaleo action in the ordered set where companyId = ?.
    findByCompanyId_PrevAndNext(long kaleoActionId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
    Returns the kaleo actions before and after the current kaleo action in the ordered set where companyId = ?.
    findByKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
    Returns all the kaleo actions where kaleoDefinitionVersionId = ?.
    findByKaleoDefinitionVersionId(long kaleoDefinitionVersionId, int start, int end)
    Returns a range of all the kaleo actions where kaleoDefinitionVersionId = ?.
    findByKaleoDefinitionVersionId(long kaleoDefinitionVersionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
    Returns an ordered range of all the kaleo actions where kaleoDefinitionVersionId = ?.
    findByKaleoDefinitionVersionId(long kaleoDefinitionVersionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kaleo actions where kaleoDefinitionVersionId = ?.
    findByKaleoDefinitionVersionId_First(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
    Returns the first kaleo action in the ordered set where kaleoDefinitionVersionId = ?.
    findByKaleoDefinitionVersionId_Last(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
    Returns the last kaleo action in the ordered set where kaleoDefinitionVersionId = ?.
    findByKaleoDefinitionVersionId_PrevAndNext(long kaleoActionId, long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
    Returns the kaleo actions before and after the current kaleo action in the ordered set where kaleoDefinitionVersionId = ?.
    findByKCN_KCPK(String kaleoClassName, long kaleoClassPK)
    Returns all the kaleo actions where kaleoClassName = ? and kaleoClassPK = ?.
    findByKCN_KCPK(String kaleoClassName, long kaleoClassPK, int start, int end)
    Returns a range of all the kaleo actions where kaleoClassName = ? and kaleoClassPK = ?.
    findByKCN_KCPK(String kaleoClassName, long kaleoClassPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
    Returns an ordered range of all the kaleo actions where kaleoClassName = ? and kaleoClassPK = ?.
    findByKCN_KCPK(String kaleoClassName, long kaleoClassPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kaleo actions where kaleoClassName = ? and kaleoClassPK = ?.
    findByKCN_KCPK_ET(String kaleoClassName, long kaleoClassPK, String executionType)
    Returns all the kaleo actions where kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.
    findByKCN_KCPK_ET(String kaleoClassName, long kaleoClassPK, String executionType, int start, int end)
    Returns a range of all the kaleo actions where kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.
    findByKCN_KCPK_ET(String kaleoClassName, long kaleoClassPK, String executionType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
    Returns an ordered range of all the kaleo actions where kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.
    findByKCN_KCPK_ET(String kaleoClassName, long kaleoClassPK, String executionType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kaleo actions where kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.
    findByKCN_KCPK_ET_First(String kaleoClassName, long kaleoClassPK, String executionType, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
    Returns the first kaleo action in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.
    findByKCN_KCPK_ET_Last(String kaleoClassName, long kaleoClassPK, String executionType, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
    Returns the last kaleo action in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.
    findByKCN_KCPK_ET_PrevAndNext(long kaleoActionId, String kaleoClassName, long kaleoClassPK, String executionType, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
    Returns the kaleo actions before and after the current kaleo action in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.
    findByKCN_KCPK_First(String kaleoClassName, long kaleoClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
    Returns the first kaleo action in the ordered set where kaleoClassName = ? and kaleoClassPK = ?.
    findByKCN_KCPK_Last(String kaleoClassName, long kaleoClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
    Returns the last kaleo action in the ordered set where kaleoClassName = ? and kaleoClassPK = ?.
    findByKCN_KCPK_PrevAndNext(long kaleoActionId, String kaleoClassName, long kaleoClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
    Returns the kaleo actions before and after the current kaleo action in the ordered set where kaleoClassName = ? and kaleoClassPK = ?.
    findByPrimaryKey(long kaleoActionId)
    Returns the kaleo action with the primary key or throws a NoSuchActionException if it could not be found.
    remove(long kaleoActionId)
    Removes the kaleo action with the primary key from the database.
    void
    Removes all the kaleo actions from the database.
    void
    removeByC_KCN_KCPK(long companyId, String kaleoClassName, long kaleoClassPK)
    Removes all the kaleo actions where companyId = ? and kaleoClassName = ? and kaleoClassPK = ? from the database.
    void
    removeByC_KCN_KCPK_ET(long companyId, String kaleoClassName, long kaleoClassPK, String executionType)
    Removes all the kaleo actions where companyId = ? and kaleoClassName = ? and kaleoClassPK = ? and executionType = ? from the database.
    void
    removeByCompanyId(long companyId)
    Removes all the kaleo actions where companyId = ? from the database.
    void
    removeByKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
    Removes all the kaleo actions where kaleoDefinitionVersionId = ? from the database.
    void
    removeByKCN_KCPK(String kaleoClassName, long kaleoClassPK)
    Removes all the kaleo actions where kaleoClassName = ? and kaleoClassPK = ? from the database.
    void
    removeByKCN_KCPK_ET(String kaleoClassName, long kaleoClassPK, String executionType)
    Removes all the kaleo actions where kaleoClassName = ? and kaleoClassPK = ? and executionType = ? from the database.
    updateImpl(KaleoAction kaleoAction)
     

    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<KaleoAction> findByCompanyId(long companyId)
      Returns all the kaleo actions where companyId = ?.
      Parameters:
      companyId - the company ID
      Returns:
      the matching kaleo actions
    • findByCompanyId

      List<KaleoAction> findByCompanyId(long companyId, int start, int end)
      Returns a range of all the kaleo actions 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 KaleoActionModelImpl.

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

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

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

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

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

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

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

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

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

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

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

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

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

      List<KaleoAction> findByKaleoDefinitionVersionId(long kaleoDefinitionVersionId, int start, int end)
      Returns a range of all the kaleo actions 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 KaleoActionModelImpl.

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

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

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

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

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

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

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

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

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

      KaleoAction[] findByKaleoDefinitionVersionId_PrevAndNext(long kaleoActionId, long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) throws NoSuchActionException
      Returns the kaleo actions before and after the current kaleo action in the ordered set where kaleoDefinitionVersionId = ?.
      Parameters:
      kaleoActionId - the primary key of the current kaleo action
      kaleoDefinitionVersionId - the kaleo definition version ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kaleo action
      Throws:
      NoSuchActionException - if a kaleo action with the primary key could not be found
    • removeByKaleoDefinitionVersionId

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

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

      List<KaleoAction> findByKCN_KCPK(String kaleoClassName, long kaleoClassPK)
      Returns all the kaleo actions where kaleoClassName = ? and kaleoClassPK = ?.
      Parameters:
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      Returns:
      the matching kaleo actions
    • findByKCN_KCPK

      List<KaleoAction> findByKCN_KCPK(String kaleoClassName, long kaleoClassPK, int start, int end)
      Returns a range of all the kaleo actions where kaleoClassName = ? and kaleoClassPK = ?.

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

      Parameters:
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      start - the lower bound of the range of kaleo actions
      end - the upper bound of the range of kaleo actions (not inclusive)
      Returns:
      the range of matching kaleo actions
    • findByKCN_KCPK

      List<KaleoAction> findByKCN_KCPK(String kaleoClassName, long kaleoClassPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
      Returns an ordered range of all the kaleo actions where kaleoClassName = ? and kaleoClassPK = ?.

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

      Parameters:
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      start - the lower bound of the range of kaleo actions
      end - the upper bound of the range of kaleo actions (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kaleo actions
    • findByKCN_KCPK

      List<KaleoAction> findByKCN_KCPK(String kaleoClassName, long kaleoClassPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kaleo actions where kaleoClassName = ? and kaleoClassPK = ?.

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

      Parameters:
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      start - the lower bound of the range of kaleo actions
      end - the upper bound of the range of kaleo actions (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 actions
    • findByKCN_KCPK_First

      KaleoAction findByKCN_KCPK_First(String kaleoClassName, long kaleoClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) throws NoSuchActionException
      Returns the first kaleo action in the ordered set where kaleoClassName = ? and kaleoClassPK = ?.
      Parameters:
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kaleo action
      Throws:
      NoSuchActionException - if a matching kaleo action could not be found
    • fetchByKCN_KCPK_First

      KaleoAction fetchByKCN_KCPK_First(String kaleoClassName, long kaleoClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
      Returns the first kaleo action in the ordered set where kaleoClassName = ? and kaleoClassPK = ?.
      Parameters:
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kaleo action, or null if a matching kaleo action could not be found
    • findByKCN_KCPK_Last

      KaleoAction findByKCN_KCPK_Last(String kaleoClassName, long kaleoClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) throws NoSuchActionException
      Returns the last kaleo action in the ordered set where kaleoClassName = ? and kaleoClassPK = ?.
      Parameters:
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kaleo action
      Throws:
      NoSuchActionException - if a matching kaleo action could not be found
    • fetchByKCN_KCPK_Last

      KaleoAction fetchByKCN_KCPK_Last(String kaleoClassName, long kaleoClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
      Returns the last kaleo action in the ordered set where kaleoClassName = ? and kaleoClassPK = ?.
      Parameters:
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kaleo action, or null if a matching kaleo action could not be found
    • findByKCN_KCPK_PrevAndNext

      KaleoAction[] findByKCN_KCPK_PrevAndNext(long kaleoActionId, String kaleoClassName, long kaleoClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) throws NoSuchActionException
      Returns the kaleo actions before and after the current kaleo action in the ordered set where kaleoClassName = ? and kaleoClassPK = ?.
      Parameters:
      kaleoActionId - the primary key of the current kaleo action
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kaleo action
      Throws:
      NoSuchActionException - if a kaleo action with the primary key could not be found
    • removeByKCN_KCPK

      void removeByKCN_KCPK(String kaleoClassName, long kaleoClassPK)
      Removes all the kaleo actions where kaleoClassName = ? and kaleoClassPK = ? from the database.
      Parameters:
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
    • countByKCN_KCPK

      int countByKCN_KCPK(String kaleoClassName, long kaleoClassPK)
      Returns the number of kaleo actions where kaleoClassName = ? and kaleoClassPK = ?.
      Parameters:
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      Returns:
      the number of matching kaleo actions
    • findByC_KCN_KCPK

      List<KaleoAction> findByC_KCN_KCPK(long companyId, String kaleoClassName, long kaleoClassPK)
      Returns all the kaleo actions where companyId = ? and kaleoClassName = ? and kaleoClassPK = ?.
      Parameters:
      companyId - the company ID
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      Returns:
      the matching kaleo actions
    • findByC_KCN_KCPK

      List<KaleoAction> findByC_KCN_KCPK(long companyId, String kaleoClassName, long kaleoClassPK, int start, int end)
      Returns a range of all the kaleo actions where companyId = ? and kaleoClassName = ? and kaleoClassPK = ?.

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

      Parameters:
      companyId - the company ID
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      start - the lower bound of the range of kaleo actions
      end - the upper bound of the range of kaleo actions (not inclusive)
      Returns:
      the range of matching kaleo actions
    • findByC_KCN_KCPK

      List<KaleoAction> findByC_KCN_KCPK(long companyId, String kaleoClassName, long kaleoClassPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
      Returns an ordered range of all the kaleo actions where companyId = ? and kaleoClassName = ? and kaleoClassPK = ?.

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

      Parameters:
      companyId - the company ID
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      start - the lower bound of the range of kaleo actions
      end - the upper bound of the range of kaleo actions (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kaleo actions
    • findByC_KCN_KCPK

      List<KaleoAction> findByC_KCN_KCPK(long companyId, String kaleoClassName, long kaleoClassPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kaleo actions where companyId = ? and kaleoClassName = ? and kaleoClassPK = ?.

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

      Parameters:
      companyId - the company ID
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      start - the lower bound of the range of kaleo actions
      end - the upper bound of the range of kaleo actions (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 actions
    • findByC_KCN_KCPK_First

      KaleoAction findByC_KCN_KCPK_First(long companyId, String kaleoClassName, long kaleoClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) throws NoSuchActionException
      Returns the first kaleo action in the ordered set where companyId = ? and kaleoClassName = ? and kaleoClassPK = ?.
      Parameters:
      companyId - the company ID
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kaleo action
      Throws:
      NoSuchActionException - if a matching kaleo action could not be found
    • fetchByC_KCN_KCPK_First

      KaleoAction fetchByC_KCN_KCPK_First(long companyId, String kaleoClassName, long kaleoClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
      Returns the first kaleo action in the ordered set where companyId = ? and kaleoClassName = ? and kaleoClassPK = ?.
      Parameters:
      companyId - the company ID
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kaleo action, or null if a matching kaleo action could not be found
    • findByC_KCN_KCPK_Last

      KaleoAction findByC_KCN_KCPK_Last(long companyId, String kaleoClassName, long kaleoClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) throws NoSuchActionException
      Returns the last kaleo action in the ordered set where companyId = ? and kaleoClassName = ? and kaleoClassPK = ?.
      Parameters:
      companyId - the company ID
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kaleo action
      Throws:
      NoSuchActionException - if a matching kaleo action could not be found
    • fetchByC_KCN_KCPK_Last

      KaleoAction fetchByC_KCN_KCPK_Last(long companyId, String kaleoClassName, long kaleoClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
      Returns the last kaleo action in the ordered set where companyId = ? and kaleoClassName = ? and kaleoClassPK = ?.
      Parameters:
      companyId - the company ID
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kaleo action, or null if a matching kaleo action could not be found
    • findByC_KCN_KCPK_PrevAndNext

      KaleoAction[] findByC_KCN_KCPK_PrevAndNext(long kaleoActionId, long companyId, String kaleoClassName, long kaleoClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) throws NoSuchActionException
      Returns the kaleo actions before and after the current kaleo action in the ordered set where companyId = ? and kaleoClassName = ? and kaleoClassPK = ?.
      Parameters:
      kaleoActionId - the primary key of the current kaleo action
      companyId - the company ID
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kaleo action
      Throws:
      NoSuchActionException - if a kaleo action with the primary key could not be found
    • removeByC_KCN_KCPK

      void removeByC_KCN_KCPK(long companyId, String kaleoClassName, long kaleoClassPK)
      Removes all the kaleo actions where companyId = ? and kaleoClassName = ? and kaleoClassPK = ? from the database.
      Parameters:
      companyId - the company ID
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
    • countByC_KCN_KCPK

      int countByC_KCN_KCPK(long companyId, String kaleoClassName, long kaleoClassPK)
      Returns the number of kaleo actions where companyId = ? and kaleoClassName = ? and kaleoClassPK = ?.
      Parameters:
      companyId - the company ID
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      Returns:
      the number of matching kaleo actions
    • findByKCN_KCPK_ET

      List<KaleoAction> findByKCN_KCPK_ET(String kaleoClassName, long kaleoClassPK, String executionType)
      Returns all the kaleo actions where kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.
      Parameters:
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      executionType - the execution type
      Returns:
      the matching kaleo actions
    • findByKCN_KCPK_ET

      List<KaleoAction> findByKCN_KCPK_ET(String kaleoClassName, long kaleoClassPK, String executionType, int start, int end)
      Returns a range of all the kaleo actions where kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.

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

      Parameters:
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      executionType - the execution type
      start - the lower bound of the range of kaleo actions
      end - the upper bound of the range of kaleo actions (not inclusive)
      Returns:
      the range of matching kaleo actions
    • findByKCN_KCPK_ET

      List<KaleoAction> findByKCN_KCPK_ET(String kaleoClassName, long kaleoClassPK, String executionType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
      Returns an ordered range of all the kaleo actions where kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.

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

      Parameters:
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      executionType - the execution type
      start - the lower bound of the range of kaleo actions
      end - the upper bound of the range of kaleo actions (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kaleo actions
    • findByKCN_KCPK_ET

      List<KaleoAction> findByKCN_KCPK_ET(String kaleoClassName, long kaleoClassPK, String executionType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kaleo actions where kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.

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

      Parameters:
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      executionType - the execution type
      start - the lower bound of the range of kaleo actions
      end - the upper bound of the range of kaleo actions (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 actions
    • findByKCN_KCPK_ET_First

      KaleoAction findByKCN_KCPK_ET_First(String kaleoClassName, long kaleoClassPK, String executionType, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) throws NoSuchActionException
      Returns the first kaleo action in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.
      Parameters:
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      executionType - the execution type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kaleo action
      Throws:
      NoSuchActionException - if a matching kaleo action could not be found
    • fetchByKCN_KCPK_ET_First

      KaleoAction fetchByKCN_KCPK_ET_First(String kaleoClassName, long kaleoClassPK, String executionType, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
      Returns the first kaleo action in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.
      Parameters:
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      executionType - the execution type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kaleo action, or null if a matching kaleo action could not be found
    • findByKCN_KCPK_ET_Last

      KaleoAction findByKCN_KCPK_ET_Last(String kaleoClassName, long kaleoClassPK, String executionType, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) throws NoSuchActionException
      Returns the last kaleo action in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.
      Parameters:
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      executionType - the execution type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kaleo action
      Throws:
      NoSuchActionException - if a matching kaleo action could not be found
    • fetchByKCN_KCPK_ET_Last

      KaleoAction fetchByKCN_KCPK_ET_Last(String kaleoClassName, long kaleoClassPK, String executionType, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
      Returns the last kaleo action in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.
      Parameters:
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      executionType - the execution type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kaleo action, or null if a matching kaleo action could not be found
    • findByKCN_KCPK_ET_PrevAndNext

      KaleoAction[] findByKCN_KCPK_ET_PrevAndNext(long kaleoActionId, String kaleoClassName, long kaleoClassPK, String executionType, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) throws NoSuchActionException
      Returns the kaleo actions before and after the current kaleo action in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.
      Parameters:
      kaleoActionId - the primary key of the current kaleo action
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      executionType - the execution type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kaleo action
      Throws:
      NoSuchActionException - if a kaleo action with the primary key could not be found
    • removeByKCN_KCPK_ET

      void removeByKCN_KCPK_ET(String kaleoClassName, long kaleoClassPK, String executionType)
      Removes all the kaleo actions where kaleoClassName = ? and kaleoClassPK = ? and executionType = ? from the database.
      Parameters:
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      executionType - the execution type
    • countByKCN_KCPK_ET

      int countByKCN_KCPK_ET(String kaleoClassName, long kaleoClassPK, String executionType)
      Returns the number of kaleo actions where kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.
      Parameters:
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      executionType - the execution type
      Returns:
      the number of matching kaleo actions
    • findByC_KCN_KCPK_ET

      List<KaleoAction> findByC_KCN_KCPK_ET(long companyId, String kaleoClassName, long kaleoClassPK, String executionType)
      Returns all the kaleo actions where companyId = ? and kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.
      Parameters:
      companyId - the company ID
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      executionType - the execution type
      Returns:
      the matching kaleo actions
    • findByC_KCN_KCPK_ET

      List<KaleoAction> findByC_KCN_KCPK_ET(long companyId, String kaleoClassName, long kaleoClassPK, String executionType, int start, int end)
      Returns a range of all the kaleo actions where companyId = ? and kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.

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

      Parameters:
      companyId - the company ID
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      executionType - the execution type
      start - the lower bound of the range of kaleo actions
      end - the upper bound of the range of kaleo actions (not inclusive)
      Returns:
      the range of matching kaleo actions
    • findByC_KCN_KCPK_ET

      List<KaleoAction> findByC_KCN_KCPK_ET(long companyId, String kaleoClassName, long kaleoClassPK, String executionType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
      Returns an ordered range of all the kaleo actions where companyId = ? and kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.

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

      Parameters:
      companyId - the company ID
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      executionType - the execution type
      start - the lower bound of the range of kaleo actions
      end - the upper bound of the range of kaleo actions (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kaleo actions
    • findByC_KCN_KCPK_ET

      List<KaleoAction> findByC_KCN_KCPK_ET(long companyId, String kaleoClassName, long kaleoClassPK, String executionType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kaleo actions where companyId = ? and kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.

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

      Parameters:
      companyId - the company ID
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      executionType - the execution type
      start - the lower bound of the range of kaleo actions
      end - the upper bound of the range of kaleo actions (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 actions
    • findByC_KCN_KCPK_ET_First

      KaleoAction findByC_KCN_KCPK_ET_First(long companyId, String kaleoClassName, long kaleoClassPK, String executionType, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) throws NoSuchActionException
      Returns the first kaleo action in the ordered set where companyId = ? and kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.
      Parameters:
      companyId - the company ID
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      executionType - the execution type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kaleo action
      Throws:
      NoSuchActionException - if a matching kaleo action could not be found
    • fetchByC_KCN_KCPK_ET_First

      KaleoAction fetchByC_KCN_KCPK_ET_First(long companyId, String kaleoClassName, long kaleoClassPK, String executionType, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
      Returns the first kaleo action in the ordered set where companyId = ? and kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.
      Parameters:
      companyId - the company ID
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      executionType - the execution type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kaleo action, or null if a matching kaleo action could not be found
    • findByC_KCN_KCPK_ET_Last

      KaleoAction findByC_KCN_KCPK_ET_Last(long companyId, String kaleoClassName, long kaleoClassPK, String executionType, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) throws NoSuchActionException
      Returns the last kaleo action in the ordered set where companyId = ? and kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.
      Parameters:
      companyId - the company ID
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      executionType - the execution type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kaleo action
      Throws:
      NoSuchActionException - if a matching kaleo action could not be found
    • fetchByC_KCN_KCPK_ET_Last

      KaleoAction fetchByC_KCN_KCPK_ET_Last(long companyId, String kaleoClassName, long kaleoClassPK, String executionType, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
      Returns the last kaleo action in the ordered set where companyId = ? and kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.
      Parameters:
      companyId - the company ID
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      executionType - the execution type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kaleo action, or null if a matching kaleo action could not be found
    • findByC_KCN_KCPK_ET_PrevAndNext

      KaleoAction[] findByC_KCN_KCPK_ET_PrevAndNext(long kaleoActionId, long companyId, String kaleoClassName, long kaleoClassPK, String executionType, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) throws NoSuchActionException
      Returns the kaleo actions before and after the current kaleo action in the ordered set where companyId = ? and kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.
      Parameters:
      kaleoActionId - the primary key of the current kaleo action
      companyId - the company ID
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      executionType - the execution type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kaleo action
      Throws:
      NoSuchActionException - if a kaleo action with the primary key could not be found
    • removeByC_KCN_KCPK_ET

      void removeByC_KCN_KCPK_ET(long companyId, String kaleoClassName, long kaleoClassPK, String executionType)
      Removes all the kaleo actions where companyId = ? and kaleoClassName = ? and kaleoClassPK = ? and executionType = ? from the database.
      Parameters:
      companyId - the company ID
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      executionType - the execution type
    • countByC_KCN_KCPK_ET

      int countByC_KCN_KCPK_ET(long companyId, String kaleoClassName, long kaleoClassPK, String executionType)
      Returns the number of kaleo actions where companyId = ? and kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.
      Parameters:
      companyId - the company ID
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      executionType - the execution type
      Returns:
      the number of matching kaleo actions
    • cacheResult

      void cacheResult(KaleoAction kaleoAction)
      Caches the kaleo action in the entity cache if it is enabled.
      Parameters:
      kaleoAction - the kaleo action
    • cacheResult

      void cacheResult(List<KaleoAction> kaleoActions)
      Caches the kaleo actions in the entity cache if it is enabled.
      Parameters:
      kaleoActions - the kaleo actions
    • create

      KaleoAction create(long kaleoActionId)
      Creates a new kaleo action with the primary key. Does not add the kaleo action to the database.
      Parameters:
      kaleoActionId - the primary key for the new kaleo action
      Returns:
      the new kaleo action
    • remove

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

      KaleoAction updateImpl(KaleoAction kaleoAction)
    • findByPrimaryKey

      KaleoAction findByPrimaryKey(long kaleoActionId) throws NoSuchActionException
      Returns the kaleo action with the primary key or throws a NoSuchActionException if it could not be found.
      Parameters:
      kaleoActionId - the primary key of the kaleo action
      Returns:
      the kaleo action
      Throws:
      NoSuchActionException - if a kaleo action with the primary key could not be found
    • fetchByPrimaryKey

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

      List<KaleoAction> findAll()
      Returns all the kaleo actions.
      Returns:
      the kaleo actions
    • findAll

      List<KaleoAction> findAll(int start, int end)
      Returns a range of all the kaleo actions.

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

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

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

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

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

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

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

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

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

      int countAll()
      Returns the number of kaleo actions.
      Returns:
      the number of kaleo actions