Interface KaleoLogPersistence

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

@ProviderType public interface KaleoLogPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<KaleoLog>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<KaleoLog>
The persistence interface for the kaleo log service.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Caches the kaleo log in the entity cache if it is enabled.
    void
    Caches the kaleo logs in the entity cache if it is enabled.
    int
    Returns the number of kaleo logs.
    int
    countByCompanyId(long companyId)
    Returns the number of kaleo logs where companyId = ?.
    int
    countByKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
    Returns the number of kaleo logs where kaleoDefinitionVersionId = ?.
    int
    countByKaleoInstanceId(long kaleoInstanceId)
    Returns the number of kaleo logs where kaleoInstanceId = ?.
    int
    countByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId)
    Returns the number of kaleo logs where kaleoTaskInstanceTokenId = ?.
    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 = ?.
    int
    countByKITI_T(long kaleoInstanceTokenId, String type)
    Returns the number of kaleo logs where kaleoInstanceTokenId = ? and type = ?.
    create(long kaleoLogId)
    Creates a new kaleo log with the primary key.
    fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns the first kaleo log in the ordered set where companyId = ?.
    fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns the last kaleo log in the ordered set where companyId = ?.
    fetchByKaleoDefinitionVersionId_First(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns the first kaleo log in the ordered set where kaleoDefinitionVersionId = ?.
    fetchByKaleoDefinitionVersionId_Last(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns the last kaleo log in the ordered set where kaleoDefinitionVersionId = ?.
    fetchByKaleoInstanceId_First(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns the first kaleo log in the ordered set where kaleoInstanceId = ?.
    fetchByKaleoInstanceId_Last(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns the last kaleo log in the ordered set where kaleoInstanceId = ?.
    fetchByKaleoTaskInstanceTokenId_First(long kaleoTaskInstanceTokenId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns the first kaleo log in the ordered set where kaleoTaskInstanceTokenId = ?.
    fetchByKaleoTaskInstanceTokenId_Last(long kaleoTaskInstanceTokenId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns the last kaleo log in the ordered set where kaleoTaskInstanceTokenId = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    fetchByPrimaryKey(long kaleoLogId)
    Returns the kaleo log with the primary key or returns null if it could not be found.
    Returns all the kaleo logs.
    findAll(int start, int end)
    Returns a range of all the kaleo logs.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns an ordered range of all the kaleo logs.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kaleo logs.
    findByCompanyId(long companyId)
    Returns all the kaleo logs where companyId = ?.
    findByCompanyId(long companyId, int start, int end)
    Returns a range of all the kaleo logs where companyId = ?.
    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 = ?.
    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 = ?.
    findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns the first kaleo log in the ordered set where companyId = ?.
    findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns the last kaleo log in the ordered set where companyId = ?.
    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 = ?.
    findByKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
    Returns all the kaleo logs where kaleoDefinitionVersionId = ?.
    findByKaleoDefinitionVersionId(long kaleoDefinitionVersionId, int start, int end)
    Returns a range of all the kaleo logs where kaleoDefinitionVersionId = ?.
    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 = ?.
    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 = ?.
    findByKaleoDefinitionVersionId_First(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns the first kaleo log in the ordered set where kaleoDefinitionVersionId = ?.
    findByKaleoDefinitionVersionId_Last(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns the last kaleo log in the ordered set where kaleoDefinitionVersionId = ?.
    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 = ?.
    findByKaleoInstanceId(long kaleoInstanceId)
    Returns all the kaleo logs where kaleoInstanceId = ?.
    findByKaleoInstanceId(long kaleoInstanceId, int start, int end)
    Returns a range of all the kaleo logs where kaleoInstanceId = ?.
    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 = ?.
    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 = ?.
    findByKaleoInstanceId_First(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns the first kaleo log in the ordered set where kaleoInstanceId = ?.
    findByKaleoInstanceId_Last(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns the last kaleo log in the ordered set where kaleoInstanceId = ?.
    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 = ?.
    findByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId)
    Returns all the kaleo logs where kaleoTaskInstanceTokenId = ?.
    findByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId, int start, int end)
    Returns a range of all the kaleo logs where kaleoTaskInstanceTokenId = ?.
    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 = ?.
    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 = ?.
    findByKaleoTaskInstanceTokenId_First(long kaleoTaskInstanceTokenId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns the first kaleo log in the ordered set where kaleoTaskInstanceTokenId = ?.
    findByKaleoTaskInstanceTokenId_Last(long kaleoTaskInstanceTokenId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
    Returns the last kaleo log in the ordered set where kaleoTaskInstanceTokenId = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    findByKITI_T(long kaleoInstanceTokenId, String type)
    Returns all the kaleo logs where kaleoInstanceTokenId = ? and type = ?.
    findByKITI_T(long kaleoInstanceTokenId, String type, int start, int end)
    Returns a range of all the kaleo logs where kaleoInstanceTokenId = ? and type = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    findByPrimaryKey(long kaleoLogId)
    Returns the kaleo log with the primary key or throws a NoSuchLogException if it could not be found.
    remove(long kaleoLogId)
    Removes the kaleo log with the primary key from the database.
    void
    Removes all the kaleo logs from the database.
    void
    removeByCompanyId(long companyId)
    Removes all the kaleo logs where companyId = ? from the database.
    void
    removeByKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
    Removes all the kaleo logs where kaleoDefinitionVersionId = ? from the database.
    void
    removeByKaleoInstanceId(long kaleoInstanceId)
    Removes all the kaleo logs where kaleoInstanceId = ? from the database.
    void
    removeByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId)
    Removes all the kaleo logs where kaleoTaskInstanceTokenId = ? from the database.
    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.
    void
    removeByKITI_T(long kaleoInstanceTokenId, String type)
    Removes all the kaleo logs where kaleoInstanceTokenId = ? and type = ? from the database.
    updateImpl(KaleoLog kaleoLog)
     

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

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

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

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

    • findByCompanyId

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

      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

      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

      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

      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
    • fetchByCompanyId_First

      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

      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
    • fetchByCompanyId_Last

      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

      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
    • removeByCompanyId

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

      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

      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

      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

      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

      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

      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
    • fetchByKaleoDefinitionVersionId_First

      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

      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
    • fetchByKaleoDefinitionVersionId_Last

      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

      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
    • removeByKaleoDefinitionVersionId

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

      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

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

      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

      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

      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

      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
    • fetchByKaleoInstanceId_First

      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

      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
    • fetchByKaleoInstanceId_Last

      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

      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
    • removeByKaleoInstanceId

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

      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

      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

      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

      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

      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

      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
    • fetchByKaleoTaskInstanceTokenId_First

      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

      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
    • fetchByKaleoTaskInstanceTokenId_Last

      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

      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
    • removeByKaleoTaskInstanceTokenId

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

      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

      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

      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

      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

      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

      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
    • fetchByKITI_T_First

      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

      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
    • fetchByKITI_T_Last

      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

      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
    • removeByKITI_T

      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

      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

      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

      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

      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

      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

      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
    • fetchByKCN_KCPK_KITI_T_First

      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

      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
    • fetchByKCN_KCPK_KITI_T_Last

      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

      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
    • removeByKCN_KCPK_KITI_T

      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

      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

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

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

      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

      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
    • updateImpl

      KaleoLog updateImpl(KaleoLog kaleoLog)
    • findByPrimaryKey

      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
    • fetchByPrimaryKey

      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

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

      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

      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

      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

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

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