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

public class KaleoLogUtil extends Object
The persistence utility for the kaleo log service. This utility wraps com.liferay.portal.workflow.kaleo.service.persistence.impl.KaleoLogPersistenceImpl 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
    Caches the kaleo log in the entity cache if it is enabled.
    static void
    Caches the kaleo logs in the entity cache if it is enabled.
    static void
     
    static void
    clearCache(KaleoLog kaleoLog)
     
    static int
    Returns the number of kaleo logs.
    static int
    countByCompanyId(long companyId)
    Returns the number of kaleo logs where companyId = ?.
    static int
    countByKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
    Returns the number of kaleo logs where kaleoDefinitionVersionId = ?.
    static int
    countByKaleoInstanceId(long kaleoInstanceId)
    Returns the number of kaleo logs where kaleoInstanceId = ?.
    static int
    countByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId)
    Returns the number of kaleo logs where kaleoTaskInstanceTokenId = ?.
    static int
    countByKCN_KCPK_KITI_T(String kaleoClassName, long kaleoClassPK, long kaleoInstanceTokenId, String type)
    Returns the number of kaleo logs where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ?.
    static int
    countByKITI_T(long kaleoInstanceTokenId, String type)
    Returns the number of kaleo logs where kaleoInstanceTokenId = ? and type = ?.
    static long
    countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
     
    static KaleoLog
    create(long kaleoLogId)
    Creates a new kaleo log with the primary key.
    static KaleoLog
    fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns the first kaleo log in the ordered set where companyId = ?.
    static KaleoLog
    fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns the last kaleo log in the ordered set where companyId = ?.
    static KaleoLog
    fetchByKaleoDefinitionVersionId_First(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns the first kaleo log in the ordered set where kaleoDefinitionVersionId = ?.
    static KaleoLog
    fetchByKaleoDefinitionVersionId_Last(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns the last kaleo log in the ordered set where kaleoDefinitionVersionId = ?.
    static KaleoLog
    fetchByKaleoInstanceId_First(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns the first kaleo log in the ordered set where kaleoInstanceId = ?.
    static KaleoLog
    fetchByKaleoInstanceId_Last(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns the last kaleo log in the ordered set where kaleoInstanceId = ?.
    static KaleoLog
    fetchByKaleoTaskInstanceTokenId_First(long kaleoTaskInstanceTokenId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns the first kaleo log in the ordered set where kaleoTaskInstanceTokenId = ?.
    static KaleoLog
    fetchByKaleoTaskInstanceTokenId_Last(long kaleoTaskInstanceTokenId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns the last kaleo log in the ordered set where kaleoTaskInstanceTokenId = ?.
    static KaleoLog
    fetchByKCN_KCPK_KITI_T_First(String kaleoClassName, long kaleoClassPK, long kaleoInstanceTokenId, String type, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns the first kaleo log in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ?.
    static KaleoLog
    fetchByKCN_KCPK_KITI_T_Last(String kaleoClassName, long kaleoClassPK, long kaleoInstanceTokenId, String type, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns the last kaleo log in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ?.
    static KaleoLog
    fetchByKITI_T_First(long kaleoInstanceTokenId, String type, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns the first kaleo log in the ordered set where kaleoInstanceTokenId = ? and type = ?.
    static KaleoLog
    fetchByKITI_T_Last(long kaleoInstanceTokenId, String type, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns the last kaleo log in the ordered set where kaleoInstanceTokenId = ? and type = ?.
    static KaleoLog
    fetchByPrimaryKey(long kaleoLogId)
    Returns the kaleo log with the primary key or returns null if it could not be found.
     
    static List<KaleoLog>
    Returns all the kaleo logs.
    static List<KaleoLog>
    findAll(int start, int end)
    Returns a range of all the kaleo logs.
    static List<KaleoLog>
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns an ordered range of all the kaleo logs.
    static List<KaleoLog>
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kaleo logs.
    static List<KaleoLog>
    findByCompanyId(long companyId)
    Returns all the kaleo logs where companyId = ?.
    static List<KaleoLog>
    findByCompanyId(long companyId, int start, int end)
    Returns a range of all the kaleo logs where companyId = ?.
    static List<KaleoLog>
    findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns an ordered range of all the kaleo logs where companyId = ?.
    static List<KaleoLog>
    findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kaleo logs where companyId = ?.
    static KaleoLog
    findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns the first kaleo log in the ordered set where companyId = ?.
    static KaleoLog
    findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns the last kaleo log in the ordered set where companyId = ?.
    static KaleoLog[]
    findByCompanyId_PrevAndNext(long kaleoLogId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns the kaleo logs before and after the current kaleo log in the ordered set where companyId = ?.
    static List<KaleoLog>
    findByKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
    Returns all the kaleo logs where kaleoDefinitionVersionId = ?.
    static List<KaleoLog>
    findByKaleoDefinitionVersionId(long kaleoDefinitionVersionId, int start, int end)
    Returns a range of all the kaleo logs where kaleoDefinitionVersionId = ?.
    static List<KaleoLog>
    findByKaleoDefinitionVersionId(long kaleoDefinitionVersionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns an ordered range of all the kaleo logs where kaleoDefinitionVersionId = ?.
    static List<KaleoLog>
    findByKaleoDefinitionVersionId(long kaleoDefinitionVersionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kaleo logs where kaleoDefinitionVersionId = ?.
    static KaleoLog
    findByKaleoDefinitionVersionId_First(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns the first kaleo log in the ordered set where kaleoDefinitionVersionId = ?.
    static KaleoLog
    findByKaleoDefinitionVersionId_Last(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns the last kaleo log in the ordered set where kaleoDefinitionVersionId = ?.
    static KaleoLog[]
    findByKaleoDefinitionVersionId_PrevAndNext(long kaleoLogId, long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns the kaleo logs before and after the current kaleo log in the ordered set where kaleoDefinitionVersionId = ?.
    static List<KaleoLog>
    findByKaleoInstanceId(long kaleoInstanceId)
    Returns all the kaleo logs where kaleoInstanceId = ?.
    static List<KaleoLog>
    findByKaleoInstanceId(long kaleoInstanceId, int start, int end)
    Returns a range of all the kaleo logs where kaleoInstanceId = ?.
    static List<KaleoLog>
    findByKaleoInstanceId(long kaleoInstanceId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns an ordered range of all the kaleo logs where kaleoInstanceId = ?.
    static List<KaleoLog>
    findByKaleoInstanceId(long kaleoInstanceId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kaleo logs where kaleoInstanceId = ?.
    static KaleoLog
    findByKaleoInstanceId_First(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns the first kaleo log in the ordered set where kaleoInstanceId = ?.
    static KaleoLog
    findByKaleoInstanceId_Last(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns the last kaleo log in the ordered set where kaleoInstanceId = ?.
    static KaleoLog[]
    findByKaleoInstanceId_PrevAndNext(long kaleoLogId, long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns the kaleo logs before and after the current kaleo log in the ordered set where kaleoInstanceId = ?.
    static List<KaleoLog>
    findByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId)
    Returns all the kaleo logs where kaleoTaskInstanceTokenId = ?.
    static List<KaleoLog>
    findByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId, int start, int end)
    Returns a range of all the kaleo logs where kaleoTaskInstanceTokenId = ?.
    static List<KaleoLog>
    findByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns an ordered range of all the kaleo logs where kaleoTaskInstanceTokenId = ?.
    static List<KaleoLog>
    findByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kaleo logs where kaleoTaskInstanceTokenId = ?.
    static KaleoLog
    findByKaleoTaskInstanceTokenId_First(long kaleoTaskInstanceTokenId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns the first kaleo log in the ordered set where kaleoTaskInstanceTokenId = ?.
    static KaleoLog
    findByKaleoTaskInstanceTokenId_Last(long kaleoTaskInstanceTokenId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns the last kaleo log in the ordered set where kaleoTaskInstanceTokenId = ?.
    static KaleoLog[]
    findByKaleoTaskInstanceTokenId_PrevAndNext(long kaleoLogId, long kaleoTaskInstanceTokenId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns the kaleo logs before and after the current kaleo log in the ordered set where kaleoTaskInstanceTokenId = ?.
    static List<KaleoLog>
    findByKCN_KCPK_KITI_T(String kaleoClassName, long kaleoClassPK, long kaleoInstanceTokenId, String type)
    Returns all the kaleo logs where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ?.
    static List<KaleoLog>
    findByKCN_KCPK_KITI_T(String kaleoClassName, long kaleoClassPK, long kaleoInstanceTokenId, String type, int start, int end)
    Returns a range of all the kaleo logs where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ?.
    static List<KaleoLog>
    findByKCN_KCPK_KITI_T(String kaleoClassName, long kaleoClassPK, long kaleoInstanceTokenId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns an ordered range of all the kaleo logs where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ?.
    static List<KaleoLog>
    findByKCN_KCPK_KITI_T(String kaleoClassName, long kaleoClassPK, long kaleoInstanceTokenId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kaleo logs where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ?.
    static KaleoLog
    findByKCN_KCPK_KITI_T_First(String kaleoClassName, long kaleoClassPK, long kaleoInstanceTokenId, String type, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns the first kaleo log in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ?.
    static KaleoLog
    findByKCN_KCPK_KITI_T_Last(String kaleoClassName, long kaleoClassPK, long kaleoInstanceTokenId, String type, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns the last kaleo log in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ?.
    static KaleoLog[]
    findByKCN_KCPK_KITI_T_PrevAndNext(long kaleoLogId, String kaleoClassName, long kaleoClassPK, long kaleoInstanceTokenId, String type, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns the kaleo logs before and after the current kaleo log in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ?.
    static List<KaleoLog>
    findByKITI_T(long kaleoInstanceTokenId, String type)
    Returns all the kaleo logs where kaleoInstanceTokenId = ? and type = ?.
    static List<KaleoLog>
    findByKITI_T(long kaleoInstanceTokenId, String type, int start, int end)
    Returns a range of all the kaleo logs where kaleoInstanceTokenId = ? and type = ?.
    static List<KaleoLog>
    findByKITI_T(long kaleoInstanceTokenId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns an ordered range of all the kaleo logs where kaleoInstanceTokenId = ? and type = ?.
    static List<KaleoLog>
    findByKITI_T(long kaleoInstanceTokenId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kaleo logs where kaleoInstanceTokenId = ? and type = ?.
    static KaleoLog
    findByKITI_T_First(long kaleoInstanceTokenId, String type, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns the first kaleo log in the ordered set where kaleoInstanceTokenId = ? and type = ?.
    static KaleoLog
    findByKITI_T_Last(long kaleoInstanceTokenId, String type, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns the last kaleo log in the ordered set where kaleoInstanceTokenId = ? and type = ?.
    static KaleoLog[]
    findByKITI_T_PrevAndNext(long kaleoLogId, long kaleoInstanceTokenId, String type, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns the kaleo logs before and after the current kaleo log in the ordered set where kaleoInstanceTokenId = ? and type = ?.
    static KaleoLog
    findByPrimaryKey(long kaleoLogId)
    Returns the kaleo log with the primary key or throws a NoSuchLogException if it could not be found.
    static List<KaleoLog>
    findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
     
    static List<KaleoLog>
    findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
     
    static List<KaleoLog>
    findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
     
     
    static KaleoLog
    remove(long kaleoLogId)
    Removes the kaleo log with the primary key from the database.
    static void
    Removes all the kaleo logs from the database.
    static void
    removeByCompanyId(long companyId)
    Removes all the kaleo logs where companyId = ? from the database.
    static void
    removeByKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
    Removes all the kaleo logs where kaleoDefinitionVersionId = ? from the database.
    static void
    removeByKaleoInstanceId(long kaleoInstanceId)
    Removes all the kaleo logs where kaleoInstanceId = ? from the database.
    static void
    removeByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId)
    Removes all the kaleo logs where kaleoTaskInstanceTokenId = ? from the database.
    static void
    removeByKCN_KCPK_KITI_T(String kaleoClassName, long kaleoClassPK, long kaleoInstanceTokenId, String type)
    Removes all the kaleo logs where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ? from the database.
    static void
    removeByKITI_T(long kaleoInstanceTokenId, String type)
    Removes all the kaleo logs where kaleoInstanceTokenId = ? and type = ? from the database.
    static void
     
    static KaleoLog
    update(KaleoLog kaleoLog)
     
    static KaleoLog
    update(KaleoLog kaleoLog, com.liferay.portal.kernel.service.ServiceContext serviceContext)
     
    static KaleoLog
    updateImpl(KaleoLog kaleoLog)
     

    Methods inherited from class java.lang.Object

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

    • KaleoLogUtil

      public KaleoLogUtil()
  • Method Details

    • clearCache

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

      public static void clearCache(KaleoLog kaleoLog)
      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,KaleoLog> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
      See Also:
      • BasePersistence.fetchByPrimaryKeys(Set)
    • findWithDynamicQuery

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

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

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

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

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

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

      public static List<KaleoLog> findByCompanyId(long companyId, int start, int end)
      Returns a range of all the kaleo logs 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 KaleoLogModelImpl.

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

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

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

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

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

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

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

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

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

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

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

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

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

      public static List<KaleoLog> findByKaleoDefinitionVersionId(long kaleoDefinitionVersionId, int start, int end)
      Returns a range of all the kaleo logs 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 KaleoLogModelImpl.

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

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

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

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

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

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

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

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

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

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

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

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

      public static List<KaleoLog> findByKaleoInstanceId(long kaleoInstanceId)
      Returns all the kaleo logs where kaleoInstanceId = ?.
      Parameters:
      kaleoInstanceId - the kaleo instance ID
      Returns:
      the matching kaleo logs
    • findByKaleoInstanceId

      public static List<KaleoLog> findByKaleoInstanceId(long kaleoInstanceId, int start, int end)
      Returns a range of all the kaleo logs where kaleoInstanceId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from KaleoLogModelImpl.

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

      public static List<KaleoLog> findByKaleoInstanceId(long kaleoInstanceId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
      Returns an ordered range of all the kaleo logs where kaleoInstanceId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from KaleoLogModelImpl.

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

      public static List<KaleoLog> findByKaleoInstanceId(long kaleoInstanceId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kaleo logs where kaleoInstanceId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from KaleoLogModelImpl.

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

      public static KaleoLog findByKaleoInstanceId_First(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) throws NoSuchLogException
      Returns the first kaleo log in the ordered set where kaleoInstanceId = ?.
      Parameters:
      kaleoInstanceId - the kaleo instance ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kaleo log
      Throws:
      NoSuchLogException - if a matching kaleo log could not be found
      NoSuchLogException
    • fetchByKaleoInstanceId_First

      public static KaleoLog fetchByKaleoInstanceId_First(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
      Returns the first kaleo log in the ordered set where kaleoInstanceId = ?.
      Parameters:
      kaleoInstanceId - the kaleo instance ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kaleo log, or null if a matching kaleo log could not be found
    • findByKaleoInstanceId_Last

      public static KaleoLog findByKaleoInstanceId_Last(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) throws NoSuchLogException
      Returns the last kaleo log in the ordered set where kaleoInstanceId = ?.
      Parameters:
      kaleoInstanceId - the kaleo instance ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kaleo log
      Throws:
      NoSuchLogException - if a matching kaleo log could not be found
      NoSuchLogException
    • fetchByKaleoInstanceId_Last

      public static KaleoLog fetchByKaleoInstanceId_Last(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
      Returns the last kaleo log in the ordered set where kaleoInstanceId = ?.
      Parameters:
      kaleoInstanceId - the kaleo instance ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kaleo log, or null if a matching kaleo log could not be found
    • findByKaleoInstanceId_PrevAndNext

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

      public static void removeByKaleoInstanceId(long kaleoInstanceId)
      Removes all the kaleo logs where kaleoInstanceId = ? from the database.
      Parameters:
      kaleoInstanceId - the kaleo instance ID
    • countByKaleoInstanceId

      public static int countByKaleoInstanceId(long kaleoInstanceId)
      Returns the number of kaleo logs where kaleoInstanceId = ?.
      Parameters:
      kaleoInstanceId - the kaleo instance ID
      Returns:
      the number of matching kaleo logs
    • findByKaleoTaskInstanceTokenId

      public static List<KaleoLog> findByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId)
      Returns all the kaleo logs where kaleoTaskInstanceTokenId = ?.
      Parameters:
      kaleoTaskInstanceTokenId - the kaleo task instance token ID
      Returns:
      the matching kaleo logs
    • findByKaleoTaskInstanceTokenId

      public static List<KaleoLog> findByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId, int start, int end)
      Returns a range of all the kaleo logs where kaleoTaskInstanceTokenId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from KaleoLogModelImpl.

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

      public static List<KaleoLog> findByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
      Returns an ordered range of all the kaleo logs where kaleoTaskInstanceTokenId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from KaleoLogModelImpl.

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

      public static List<KaleoLog> findByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kaleo logs where kaleoTaskInstanceTokenId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from KaleoLogModelImpl.

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

      public static KaleoLog findByKaleoTaskInstanceTokenId_First(long kaleoTaskInstanceTokenId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) throws NoSuchLogException
      Returns the first kaleo log in the ordered set where kaleoTaskInstanceTokenId = ?.
      Parameters:
      kaleoTaskInstanceTokenId - the kaleo task instance token ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kaleo log
      Throws:
      NoSuchLogException - if a matching kaleo log could not be found
      NoSuchLogException
    • fetchByKaleoTaskInstanceTokenId_First

      public static KaleoLog fetchByKaleoTaskInstanceTokenId_First(long kaleoTaskInstanceTokenId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
      Returns the first kaleo log in the ordered set where kaleoTaskInstanceTokenId = ?.
      Parameters:
      kaleoTaskInstanceTokenId - the kaleo task instance token ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kaleo log, or null if a matching kaleo log could not be found
    • findByKaleoTaskInstanceTokenId_Last

      public static KaleoLog findByKaleoTaskInstanceTokenId_Last(long kaleoTaskInstanceTokenId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) throws NoSuchLogException
      Returns the last kaleo log in the ordered set where kaleoTaskInstanceTokenId = ?.
      Parameters:
      kaleoTaskInstanceTokenId - the kaleo task instance token ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kaleo log
      Throws:
      NoSuchLogException - if a matching kaleo log could not be found
      NoSuchLogException
    • fetchByKaleoTaskInstanceTokenId_Last

      public static KaleoLog fetchByKaleoTaskInstanceTokenId_Last(long kaleoTaskInstanceTokenId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
      Returns the last kaleo log in the ordered set where kaleoTaskInstanceTokenId = ?.
      Parameters:
      kaleoTaskInstanceTokenId - the kaleo task instance token ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kaleo log, or null if a matching kaleo log could not be found
    • findByKaleoTaskInstanceTokenId_PrevAndNext

      public static KaleoLog[] findByKaleoTaskInstanceTokenId_PrevAndNext(long kaleoLogId, long kaleoTaskInstanceTokenId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) throws NoSuchLogException
      Returns the kaleo logs before and after the current kaleo log in the ordered set where kaleoTaskInstanceTokenId = ?.
      Parameters:
      kaleoLogId - the primary key of the current kaleo log
      kaleoTaskInstanceTokenId - the kaleo task instance token ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kaleo log
      Throws:
      NoSuchLogException - if a kaleo log with the primary key could not be found
      NoSuchLogException
    • removeByKaleoTaskInstanceTokenId

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

      public static int countByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId)
      Returns the number of kaleo logs where kaleoTaskInstanceTokenId = ?.
      Parameters:
      kaleoTaskInstanceTokenId - the kaleo task instance token ID
      Returns:
      the number of matching kaleo logs
    • findByKITI_T

      public static List<KaleoLog> findByKITI_T(long kaleoInstanceTokenId, String type)
      Returns all the kaleo logs where kaleoInstanceTokenId = ? and type = ?.
      Parameters:
      kaleoInstanceTokenId - the kaleo instance token ID
      type - the type
      Returns:
      the matching kaleo logs
    • findByKITI_T

      public static List<KaleoLog> findByKITI_T(long kaleoInstanceTokenId, String type, int start, int end)
      Returns a range of all the kaleo logs where kaleoInstanceTokenId = ? and type = ?.

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

      Parameters:
      kaleoInstanceTokenId - the kaleo instance token ID
      type - the type
      start - the lower bound of the range of kaleo logs
      end - the upper bound of the range of kaleo logs (not inclusive)
      Returns:
      the range of matching kaleo logs
    • findByKITI_T

      public static List<KaleoLog> findByKITI_T(long kaleoInstanceTokenId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
      Returns an ordered range of all the kaleo logs where kaleoInstanceTokenId = ? and type = ?.

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

      Parameters:
      kaleoInstanceTokenId - the kaleo instance token ID
      type - the type
      start - the lower bound of the range of kaleo logs
      end - the upper bound of the range of kaleo logs (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kaleo logs
    • findByKITI_T

      public static List<KaleoLog> findByKITI_T(long kaleoInstanceTokenId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kaleo logs where kaleoInstanceTokenId = ? and type = ?.

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

      Parameters:
      kaleoInstanceTokenId - the kaleo instance token ID
      type - the type
      start - the lower bound of the range of kaleo logs
      end - the upper bound of the range of kaleo logs (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 logs
    • findByKITI_T_First

      public static KaleoLog findByKITI_T_First(long kaleoInstanceTokenId, String type, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) throws NoSuchLogException
      Returns the first kaleo log in the ordered set where kaleoInstanceTokenId = ? and type = ?.
      Parameters:
      kaleoInstanceTokenId - the kaleo instance token ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kaleo log
      Throws:
      NoSuchLogException - if a matching kaleo log could not be found
      NoSuchLogException
    • fetchByKITI_T_First

      public static KaleoLog fetchByKITI_T_First(long kaleoInstanceTokenId, String type, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
      Returns the first kaleo log in the ordered set where kaleoInstanceTokenId = ? and type = ?.
      Parameters:
      kaleoInstanceTokenId - the kaleo instance token ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kaleo log, or null if a matching kaleo log could not be found
    • findByKITI_T_Last

      public static KaleoLog findByKITI_T_Last(long kaleoInstanceTokenId, String type, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) throws NoSuchLogException
      Returns the last kaleo log in the ordered set where kaleoInstanceTokenId = ? and type = ?.
      Parameters:
      kaleoInstanceTokenId - the kaleo instance token ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kaleo log
      Throws:
      NoSuchLogException - if a matching kaleo log could not be found
      NoSuchLogException
    • fetchByKITI_T_Last

      public static KaleoLog fetchByKITI_T_Last(long kaleoInstanceTokenId, String type, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
      Returns the last kaleo log in the ordered set where kaleoInstanceTokenId = ? and type = ?.
      Parameters:
      kaleoInstanceTokenId - the kaleo instance token ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kaleo log, or null if a matching kaleo log could not be found
    • findByKITI_T_PrevAndNext

      public static KaleoLog[] findByKITI_T_PrevAndNext(long kaleoLogId, long kaleoInstanceTokenId, String type, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) throws NoSuchLogException
      Returns the kaleo logs before and after the current kaleo log in the ordered set where kaleoInstanceTokenId = ? and type = ?.
      Parameters:
      kaleoLogId - the primary key of the current kaleo log
      kaleoInstanceTokenId - the kaleo instance token ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kaleo log
      Throws:
      NoSuchLogException - if a kaleo log with the primary key could not be found
      NoSuchLogException
    • removeByKITI_T

      public static void removeByKITI_T(long kaleoInstanceTokenId, String type)
      Removes all the kaleo logs where kaleoInstanceTokenId = ? and type = ? from the database.
      Parameters:
      kaleoInstanceTokenId - the kaleo instance token ID
      type - the type
    • countByKITI_T

      public static int countByKITI_T(long kaleoInstanceTokenId, String type)
      Returns the number of kaleo logs where kaleoInstanceTokenId = ? and type = ?.
      Parameters:
      kaleoInstanceTokenId - the kaleo instance token ID
      type - the type
      Returns:
      the number of matching kaleo logs
    • findByKCN_KCPK_KITI_T

      public static List<KaleoLog> findByKCN_KCPK_KITI_T(String kaleoClassName, long kaleoClassPK, long kaleoInstanceTokenId, String type)
      Returns all the kaleo logs where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ?.
      Parameters:
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      kaleoInstanceTokenId - the kaleo instance token ID
      type - the type
      Returns:
      the matching kaleo logs
    • findByKCN_KCPK_KITI_T

      public static List<KaleoLog> findByKCN_KCPK_KITI_T(String kaleoClassName, long kaleoClassPK, long kaleoInstanceTokenId, String type, int start, int end)
      Returns a range of all the kaleo logs where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ?.

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

      Parameters:
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      kaleoInstanceTokenId - the kaleo instance token ID
      type - the type
      start - the lower bound of the range of kaleo logs
      end - the upper bound of the range of kaleo logs (not inclusive)
      Returns:
      the range of matching kaleo logs
    • findByKCN_KCPK_KITI_T

      public static List<KaleoLog> findByKCN_KCPK_KITI_T(String kaleoClassName, long kaleoClassPK, long kaleoInstanceTokenId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
      Returns an ordered range of all the kaleo logs where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ?.

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

      Parameters:
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      kaleoInstanceTokenId - the kaleo instance token ID
      type - the type
      start - the lower bound of the range of kaleo logs
      end - the upper bound of the range of kaleo logs (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kaleo logs
    • findByKCN_KCPK_KITI_T

      public static List<KaleoLog> findByKCN_KCPK_KITI_T(String kaleoClassName, long kaleoClassPK, long kaleoInstanceTokenId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kaleo logs where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ?.

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

      Parameters:
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      kaleoInstanceTokenId - the kaleo instance token ID
      type - the type
      start - the lower bound of the range of kaleo logs
      end - the upper bound of the range of kaleo logs (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 logs
    • findByKCN_KCPK_KITI_T_First

      public static KaleoLog findByKCN_KCPK_KITI_T_First(String kaleoClassName, long kaleoClassPK, long kaleoInstanceTokenId, String type, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) throws NoSuchLogException
      Returns the first kaleo log in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ?.
      Parameters:
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      kaleoInstanceTokenId - the kaleo instance token ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kaleo log
      Throws:
      NoSuchLogException - if a matching kaleo log could not be found
      NoSuchLogException
    • fetchByKCN_KCPK_KITI_T_First

      public static KaleoLog fetchByKCN_KCPK_KITI_T_First(String kaleoClassName, long kaleoClassPK, long kaleoInstanceTokenId, String type, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
      Returns the first kaleo log in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ?.
      Parameters:
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      kaleoInstanceTokenId - the kaleo instance token ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kaleo log, or null if a matching kaleo log could not be found
    • findByKCN_KCPK_KITI_T_Last

      public static KaleoLog findByKCN_KCPK_KITI_T_Last(String kaleoClassName, long kaleoClassPK, long kaleoInstanceTokenId, String type, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) throws NoSuchLogException
      Returns the last kaleo log in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ?.
      Parameters:
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      kaleoInstanceTokenId - the kaleo instance token ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kaleo log
      Throws:
      NoSuchLogException - if a matching kaleo log could not be found
      NoSuchLogException
    • fetchByKCN_KCPK_KITI_T_Last

      public static KaleoLog fetchByKCN_KCPK_KITI_T_Last(String kaleoClassName, long kaleoClassPK, long kaleoInstanceTokenId, String type, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
      Returns the last kaleo log in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ?.
      Parameters:
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      kaleoInstanceTokenId - the kaleo instance token ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kaleo log, or null if a matching kaleo log could not be found
    • findByKCN_KCPK_KITI_T_PrevAndNext

      public static KaleoLog[] findByKCN_KCPK_KITI_T_PrevAndNext(long kaleoLogId, String kaleoClassName, long kaleoClassPK, long kaleoInstanceTokenId, String type, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) throws NoSuchLogException
      Returns the kaleo logs before and after the current kaleo log in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ?.
      Parameters:
      kaleoLogId - the primary key of the current kaleo log
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      kaleoInstanceTokenId - the kaleo instance token ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kaleo log
      Throws:
      NoSuchLogException - if a kaleo log with the primary key could not be found
      NoSuchLogException
    • removeByKCN_KCPK_KITI_T

      public static void removeByKCN_KCPK_KITI_T(String kaleoClassName, long kaleoClassPK, long kaleoInstanceTokenId, String type)
      Removes all the kaleo logs where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ? from the database.
      Parameters:
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      kaleoInstanceTokenId - the kaleo instance token ID
      type - the type
    • countByKCN_KCPK_KITI_T

      public static int countByKCN_KCPK_KITI_T(String kaleoClassName, long kaleoClassPK, long kaleoInstanceTokenId, String type)
      Returns the number of kaleo logs where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ?.
      Parameters:
      kaleoClassName - the kaleo class name
      kaleoClassPK - the kaleo class pk
      kaleoInstanceTokenId - the kaleo instance token ID
      type - the type
      Returns:
      the number of matching kaleo logs
    • cacheResult

      public static void cacheResult(KaleoLog kaleoLog)
      Caches the kaleo log in the entity cache if it is enabled.
      Parameters:
      kaleoLog - the kaleo log
    • cacheResult

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

      public static KaleoLog create(long kaleoLogId)
      Creates a new kaleo log with the primary key. Does not add the kaleo log to the database.
      Parameters:
      kaleoLogId - the primary key for the new kaleo log
      Returns:
      the new kaleo log
    • remove

      public static KaleoLog remove(long kaleoLogId) throws NoSuchLogException
      Removes the kaleo log with the primary key from the database. Also notifies the appropriate model listeners.
      Parameters:
      kaleoLogId - the primary key of the kaleo log
      Returns:
      the kaleo log that was removed
      Throws:
      NoSuchLogException - if a kaleo log with the primary key could not be found
      NoSuchLogException
    • updateImpl

      public static KaleoLog updateImpl(KaleoLog kaleoLog)
    • findByPrimaryKey

      public static KaleoLog findByPrimaryKey(long kaleoLogId) throws NoSuchLogException
      Returns the kaleo log with the primary key or throws a NoSuchLogException if it could not be found.
      Parameters:
      kaleoLogId - the primary key of the kaleo log
      Returns:
      the kaleo log
      Throws:
      NoSuchLogException - if a kaleo log with the primary key could not be found
      NoSuchLogException
    • fetchByPrimaryKey

      public static KaleoLog fetchByPrimaryKey(long kaleoLogId)
      Returns the kaleo log with the primary key or returns null if it could not be found.
      Parameters:
      kaleoLogId - the primary key of the kaleo log
      Returns:
      the kaleo log, or null if a kaleo log with the primary key could not be found
    • findAll

      public static List<KaleoLog> findAll()
      Returns all the kaleo logs.
      Returns:
      the kaleo logs
    • findAll

      public static List<KaleoLog> findAll(int start, int end)
      Returns a range of all the kaleo logs.

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

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

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

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

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

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

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

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

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

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

      public static KaleoLogPersistence getPersistence()
    • setPersistence

      public static void setPersistence(KaleoLogPersistence persistence)