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

public class KaleoActionUtil extends Object
The persistence utility for the kaleo action service. This utility wraps com.liferay.portal.workflow.kaleo.service.persistence.impl.KaleoActionPersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    cacheResult(KaleoAction kaleoAction)
    Caches the kaleo action in the entity cache if it is enabled.
    static void
    cacheResult(List<KaleoAction> kaleoActions)
    Caches the kaleo actions in the entity cache if it is enabled.
    static void
     
    static void
    clearCache(KaleoAction kaleoAction)
     
    static int
    Returns the number of kaleo actions.
    static int
    countByC_KCN_KCPK(long companyId, String kaleoClassName, long kaleoClassPK)
    Returns the number of kaleo actions where companyId = ? and kaleoClassName = ? and kaleoClassPK = ?.
    static 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 = ?.
    static int
    countByCompanyId(long companyId)
    Returns the number of kaleo actions where companyId = ?.
    static int
    countByKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
    Returns the number of kaleo actions where kaleoDefinitionVersionId = ?.
    static int
    countByKCN_KCPK(String kaleoClassName, long kaleoClassPK)
    Returns the number of kaleo actions where kaleoClassName = ? and kaleoClassPK = ?.
    static int
    countByKCN_KCPK_ET(String kaleoClassName, long kaleoClassPK, String executionType)
    Returns the number of kaleo actions where kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.
    static long
    countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
     
    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 = ?.
    static KaleoAction[]
    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 = ?.
    static KaleoAction[]
    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 = ?.
    static KaleoAction[]
    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 = ?.
    static KaleoAction[]
    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 = ?.
    static KaleoAction[]
    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 = ?.
    static KaleoAction[]
    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.
    findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
     
    findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
     
    findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
     
     
    remove(long kaleoActionId)
    Removes the kaleo action with the primary key from the database.
    static void
    Removes all the kaleo actions from the database.
    static void
    removeByC_KCN_KCPK(long companyId, String kaleoClassName, long kaleoClassPK)
    Removes all the kaleo actions where companyId = ? and kaleoClassName = ? and kaleoClassPK = ? from the database.
    static 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.
    static void
    removeByCompanyId(long companyId)
    Removes all the kaleo actions where companyId = ? from the database.
    static void
    removeByKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
    Removes all the kaleo actions where kaleoDefinitionVersionId = ? from the database.
    static void
    removeByKCN_KCPK(String kaleoClassName, long kaleoClassPK)
    Removes all the kaleo actions where kaleoClassName = ? and kaleoClassPK = ? from the database.
    static void
    removeByKCN_KCPK_ET(String kaleoClassName, long kaleoClassPK, String executionType)
    Removes all the kaleo actions where kaleoClassName = ? and kaleoClassPK = ? and executionType = ? from the database.
    static void
     
    update(KaleoAction kaleoAction)
     
    update(KaleoAction kaleoAction, com.liferay.portal.kernel.service.ServiceContext serviceContext)
     
    updateImpl(KaleoAction kaleoAction)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • KaleoActionUtil

      public KaleoActionUtil()
  • Method Details

    • clearCache

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

      public static void clearCache(KaleoAction kaleoAction)
      See Also:
      • BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
    • countWithDynamicQuery

      public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
      See Also:
      • BasePersistence.countWithDynamicQuery(DynamicQuery)
    • fetchByPrimaryKeys

      public static Map<Serializable,KaleoAction> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
      See Also:
      • BasePersistence.fetchByPrimaryKeys(Set)
    • findWithDynamicQuery

      public static List<KaleoAction> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
      See Also:
      • BasePersistence.findWithDynamicQuery(DynamicQuery)
    • findWithDynamicQuery

      public static List<KaleoAction> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
      See Also:
      • BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
    • findWithDynamicQuery

      public static List<KaleoAction> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator)
      See Also:
      • BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
    • update

      public static KaleoAction update(KaleoAction kaleoAction)
      See Also:
      • BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
    • update

      public static KaleoAction update(KaleoAction kaleoAction, com.liferay.portal.kernel.service.ServiceContext serviceContext)
      See Also:
      • BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
    • findByCompanyId

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

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchActionException
    • fetchByCompanyId_First

      public static 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

      public static 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
      NoSuchActionException
    • fetchByCompanyId_Last

      public static 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

      public static 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
      NoSuchActionException
    • removeByCompanyId

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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchActionException
    • fetchByKaleoDefinitionVersionId_First

      public static 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

      public static 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
      NoSuchActionException
    • fetchByKaleoDefinitionVersionId_Last

      public static 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

      public static 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
      NoSuchActionException
    • removeByKaleoDefinitionVersionId

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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchActionException
    • fetchByKCN_KCPK_First

      public static 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

      public static 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
      NoSuchActionException
    • fetchByKCN_KCPK_Last

      public static 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

      public static 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
      NoSuchActionException
    • removeByKCN_KCPK

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchActionException
    • fetchByC_KCN_KCPK_First

      public static 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

      public static 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
      NoSuchActionException
    • fetchByC_KCN_KCPK_Last

      public static 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

      public static 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
      NoSuchActionException
    • removeByC_KCN_KCPK

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchActionException
    • fetchByKCN_KCPK_ET_First

      public static 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

      public static 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
      NoSuchActionException
    • fetchByKCN_KCPK_ET_Last

      public static 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

      public static 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
      NoSuchActionException
    • removeByKCN_KCPK_ET

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchActionException
    • fetchByC_KCN_KCPK_ET_First

      public static 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

      public static 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
      NoSuchActionException
    • fetchByC_KCN_KCPK_ET_Last

      public static 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

      public static 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
      NoSuchActionException
    • removeByC_KCN_KCPK_ET

      public static 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

      public static 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

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

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

      public static 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

      public static 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
      NoSuchActionException
    • updateImpl

      public static KaleoAction updateImpl(KaleoAction kaleoAction)
    • findByPrimaryKey

      public static 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
      NoSuchActionException
    • fetchByPrimaryKey

      public static 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

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

      public static 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

      public static 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

      public static 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

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

      public static int countAll()
      Returns the number of kaleo actions.
      Returns:
      the number of kaleo actions
    • getPersistence

      public static KaleoActionPersistence getPersistence()
    • setPersistence

      public static void setPersistence(KaleoActionPersistence persistence)