Interface KaleoTimerInstanceTokenPersistence

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

@ProviderType public interface KaleoTimerInstanceTokenPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<KaleoTimerInstanceToken>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<KaleoTimerInstanceToken>
The persistence interface for the kaleo timer instance token service.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    cacheResult(KaleoTimerInstanceToken kaleoTimerInstanceToken)
    Caches the kaleo timer instance token in the entity cache if it is enabled.
    void
    cacheResult(List<KaleoTimerInstanceToken> kaleoTimerInstanceTokens)
    Caches the kaleo timer instance tokens in the entity cache if it is enabled.
    int
    Returns the number of kaleo timer instance tokens.
    int
    countByKaleoInstanceId(long kaleoInstanceId)
    Returns the number of kaleo timer instance tokens where kaleoInstanceId = ?.
    int
    countByKITI_B_C(long kaleoInstanceTokenId, boolean blocking, boolean completed)
    Returns the number of kaleo timer instance tokens where kaleoInstanceTokenId = ? and blocking = ? and completed = ?.
    int
    countByKITI_C(long kaleoInstanceTokenId, boolean completed)
    Returns the number of kaleo timer instance tokens where kaleoInstanceTokenId = ? and completed = ?.
    int
    countByKITI_KTI(long kaleoInstanceTokenId, long kaleoTimerId)
    Returns the number of kaleo timer instance tokens where kaleoInstanceTokenId = ? and kaleoTimerId = ?.
    create(long kaleoTimerInstanceTokenId)
    Creates a new kaleo timer instance token with the primary key.
    fetchByKaleoInstanceId_First(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTimerInstanceToken> orderByComparator)
    Returns the first kaleo timer instance token in the ordered set where kaleoInstanceId = ?.
    fetchByKaleoInstanceId_Last(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTimerInstanceToken> orderByComparator)
    Returns the last kaleo timer instance token in the ordered set where kaleoInstanceId = ?.
    fetchByKITI_B_C_First(long kaleoInstanceTokenId, boolean blocking, boolean completed, com.liferay.portal.kernel.util.OrderByComparator<KaleoTimerInstanceToken> orderByComparator)
    Returns the first kaleo timer instance token in the ordered set where kaleoInstanceTokenId = ? and blocking = ? and completed = ?.
    fetchByKITI_B_C_Last(long kaleoInstanceTokenId, boolean blocking, boolean completed, com.liferay.portal.kernel.util.OrderByComparator<KaleoTimerInstanceToken> orderByComparator)
    Returns the last kaleo timer instance token in the ordered set where kaleoInstanceTokenId = ? and blocking = ? and completed = ?.
    fetchByKITI_C_First(long kaleoInstanceTokenId, boolean completed, com.liferay.portal.kernel.util.OrderByComparator<KaleoTimerInstanceToken> orderByComparator)
    Returns the first kaleo timer instance token in the ordered set where kaleoInstanceTokenId = ? and completed = ?.
    fetchByKITI_C_Last(long kaleoInstanceTokenId, boolean completed, com.liferay.portal.kernel.util.OrderByComparator<KaleoTimerInstanceToken> orderByComparator)
    Returns the last kaleo timer instance token in the ordered set where kaleoInstanceTokenId = ? and completed = ?.
    fetchByKITI_KTI(long kaleoInstanceTokenId, long kaleoTimerId)
    Returns the kaleo timer instance token where kaleoInstanceTokenId = ? and kaleoTimerId = ? or returns null if it could not be found.
    fetchByKITI_KTI(long kaleoInstanceTokenId, long kaleoTimerId, boolean useFinderCache)
    Returns the kaleo timer instance token where kaleoInstanceTokenId = ? and kaleoTimerId = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByPrimaryKey(long kaleoTimerInstanceTokenId)
    Returns the kaleo timer instance token with the primary key or returns null if it could not be found.
    Returns all the kaleo timer instance tokens.
    findAll(int start, int end)
    Returns a range of all the kaleo timer instance tokens.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTimerInstanceToken> orderByComparator)
    Returns an ordered range of all the kaleo timer instance tokens.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTimerInstanceToken> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kaleo timer instance tokens.
    findByKaleoInstanceId(long kaleoInstanceId)
    Returns all the kaleo timer instance tokens where kaleoInstanceId = ?.
    findByKaleoInstanceId(long kaleoInstanceId, int start, int end)
    Returns a range of all the kaleo timer instance tokens where kaleoInstanceId = ?.
    findByKaleoInstanceId(long kaleoInstanceId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTimerInstanceToken> orderByComparator)
    Returns an ordered range of all the kaleo timer instance tokens where kaleoInstanceId = ?.
    findByKaleoInstanceId(long kaleoInstanceId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTimerInstanceToken> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kaleo timer instance tokens where kaleoInstanceId = ?.
    findByKaleoInstanceId_First(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTimerInstanceToken> orderByComparator)
    Returns the first kaleo timer instance token in the ordered set where kaleoInstanceId = ?.
    findByKaleoInstanceId_Last(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTimerInstanceToken> orderByComparator)
    Returns the last kaleo timer instance token in the ordered set where kaleoInstanceId = ?.
    findByKaleoInstanceId_PrevAndNext(long kaleoTimerInstanceTokenId, long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTimerInstanceToken> orderByComparator)
    Returns the kaleo timer instance tokens before and after the current kaleo timer instance token in the ordered set where kaleoInstanceId = ?.
    findByKITI_B_C(long kaleoInstanceTokenId, boolean blocking, boolean completed)
    Returns all the kaleo timer instance tokens where kaleoInstanceTokenId = ? and blocking = ? and completed = ?.
    findByKITI_B_C(long kaleoInstanceTokenId, boolean blocking, boolean completed, int start, int end)
    Returns a range of all the kaleo timer instance tokens where kaleoInstanceTokenId = ? and blocking = ? and completed = ?.
    findByKITI_B_C(long kaleoInstanceTokenId, boolean blocking, boolean completed, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTimerInstanceToken> orderByComparator)
    Returns an ordered range of all the kaleo timer instance tokens where kaleoInstanceTokenId = ? and blocking = ? and completed = ?.
    findByKITI_B_C(long kaleoInstanceTokenId, boolean blocking, boolean completed, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTimerInstanceToken> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kaleo timer instance tokens where kaleoInstanceTokenId = ? and blocking = ? and completed = ?.
    findByKITI_B_C_First(long kaleoInstanceTokenId, boolean blocking, boolean completed, com.liferay.portal.kernel.util.OrderByComparator<KaleoTimerInstanceToken> orderByComparator)
    Returns the first kaleo timer instance token in the ordered set where kaleoInstanceTokenId = ? and blocking = ? and completed = ?.
    findByKITI_B_C_Last(long kaleoInstanceTokenId, boolean blocking, boolean completed, com.liferay.portal.kernel.util.OrderByComparator<KaleoTimerInstanceToken> orderByComparator)
    Returns the last kaleo timer instance token in the ordered set where kaleoInstanceTokenId = ? and blocking = ? and completed = ?.
    findByKITI_B_C_PrevAndNext(long kaleoTimerInstanceTokenId, long kaleoInstanceTokenId, boolean blocking, boolean completed, com.liferay.portal.kernel.util.OrderByComparator<KaleoTimerInstanceToken> orderByComparator)
    Returns the kaleo timer instance tokens before and after the current kaleo timer instance token in the ordered set where kaleoInstanceTokenId = ? and blocking = ? and completed = ?.
    findByKITI_C(long kaleoInstanceTokenId, boolean completed)
    Returns all the kaleo timer instance tokens where kaleoInstanceTokenId = ? and completed = ?.
    findByKITI_C(long kaleoInstanceTokenId, boolean completed, int start, int end)
    Returns a range of all the kaleo timer instance tokens where kaleoInstanceTokenId = ? and completed = ?.
    findByKITI_C(long kaleoInstanceTokenId, boolean completed, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTimerInstanceToken> orderByComparator)
    Returns an ordered range of all the kaleo timer instance tokens where kaleoInstanceTokenId = ? and completed = ?.
    findByKITI_C(long kaleoInstanceTokenId, boolean completed, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTimerInstanceToken> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kaleo timer instance tokens where kaleoInstanceTokenId = ? and completed = ?.
    findByKITI_C_First(long kaleoInstanceTokenId, boolean completed, com.liferay.portal.kernel.util.OrderByComparator<KaleoTimerInstanceToken> orderByComparator)
    Returns the first kaleo timer instance token in the ordered set where kaleoInstanceTokenId = ? and completed = ?.
    findByKITI_C_Last(long kaleoInstanceTokenId, boolean completed, com.liferay.portal.kernel.util.OrderByComparator<KaleoTimerInstanceToken> orderByComparator)
    Returns the last kaleo timer instance token in the ordered set where kaleoInstanceTokenId = ? and completed = ?.
    findByKITI_C_PrevAndNext(long kaleoTimerInstanceTokenId, long kaleoInstanceTokenId, boolean completed, com.liferay.portal.kernel.util.OrderByComparator<KaleoTimerInstanceToken> orderByComparator)
    Returns the kaleo timer instance tokens before and after the current kaleo timer instance token in the ordered set where kaleoInstanceTokenId = ? and completed = ?.
    findByKITI_KTI(long kaleoInstanceTokenId, long kaleoTimerId)
    Returns the kaleo timer instance token where kaleoInstanceTokenId = ? and kaleoTimerId = ? or throws a NoSuchTimerInstanceTokenException if it could not be found.
    findByPrimaryKey(long kaleoTimerInstanceTokenId)
    Returns the kaleo timer instance token with the primary key or throws a NoSuchTimerInstanceTokenException if it could not be found.
    remove(long kaleoTimerInstanceTokenId)
    Removes the kaleo timer instance token with the primary key from the database.
    void
    Removes all the kaleo timer instance tokens from the database.
    void
    removeByKaleoInstanceId(long kaleoInstanceId)
    Removes all the kaleo timer instance tokens where kaleoInstanceId = ? from the database.
    void
    removeByKITI_B_C(long kaleoInstanceTokenId, boolean blocking, boolean completed)
    Removes all the kaleo timer instance tokens where kaleoInstanceTokenId = ? and blocking = ? and completed = ? from the database.
    void
    removeByKITI_C(long kaleoInstanceTokenId, boolean completed)
    Removes all the kaleo timer instance tokens where kaleoInstanceTokenId = ? and completed = ? from the database.
    removeByKITI_KTI(long kaleoInstanceTokenId, long kaleoTimerId)
    Removes the kaleo timer instance token where kaleoInstanceTokenId = ? and kaleoTimerId = ? from the database.
    updateImpl(KaleoTimerInstanceToken kaleoTimerInstanceToken)
     

    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

    • findByKaleoInstanceId

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

      List<KaleoTimerInstanceToken> findByKaleoInstanceId(long kaleoInstanceId, int start, int end)
      Returns a range of all the kaleo timer instance tokens 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 KaleoTimerInstanceTokenModelImpl.

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

      List<KaleoTimerInstanceToken> findByKaleoInstanceId(long kaleoInstanceId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTimerInstanceToken> orderByComparator)
      Returns an ordered range of all the kaleo timer instance tokens 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 KaleoTimerInstanceTokenModelImpl.

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

      List<KaleoTimerInstanceToken> findByKaleoInstanceId(long kaleoInstanceId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTimerInstanceToken> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kaleo timer instance tokens 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 KaleoTimerInstanceTokenModelImpl.

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

      KaleoTimerInstanceToken findByKaleoInstanceId_First(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTimerInstanceToken> orderByComparator) throws NoSuchTimerInstanceTokenException
      Returns the first kaleo timer instance token 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 timer instance token
      Throws:
      NoSuchTimerInstanceTokenException - if a matching kaleo timer instance token could not be found
    • fetchByKaleoInstanceId_First

      KaleoTimerInstanceToken fetchByKaleoInstanceId_First(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTimerInstanceToken> orderByComparator)
      Returns the first kaleo timer instance token 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 timer instance token, or null if a matching kaleo timer instance token could not be found
    • findByKaleoInstanceId_Last

      KaleoTimerInstanceToken findByKaleoInstanceId_Last(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTimerInstanceToken> orderByComparator) throws NoSuchTimerInstanceTokenException
      Returns the last kaleo timer instance token 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 timer instance token
      Throws:
      NoSuchTimerInstanceTokenException - if a matching kaleo timer instance token could not be found
    • fetchByKaleoInstanceId_Last

      KaleoTimerInstanceToken fetchByKaleoInstanceId_Last(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoTimerInstanceToken> orderByComparator)
      Returns the last kaleo timer instance token 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 timer instance token, or null if a matching kaleo timer instance token could not be found
    • findByKaleoInstanceId_PrevAndNext

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

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

      int countByKaleoInstanceId(long kaleoInstanceId)
      Returns the number of kaleo timer instance tokens where kaleoInstanceId = ?.
      Parameters:
      kaleoInstanceId - the kaleo instance ID
      Returns:
      the number of matching kaleo timer instance tokens
    • findByKITI_KTI

      KaleoTimerInstanceToken findByKITI_KTI(long kaleoInstanceTokenId, long kaleoTimerId) throws NoSuchTimerInstanceTokenException
      Returns the kaleo timer instance token where kaleoInstanceTokenId = ? and kaleoTimerId = ? or throws a NoSuchTimerInstanceTokenException if it could not be found.
      Parameters:
      kaleoInstanceTokenId - the kaleo instance token ID
      kaleoTimerId - the kaleo timer ID
      Returns:
      the matching kaleo timer instance token
      Throws:
      NoSuchTimerInstanceTokenException - if a matching kaleo timer instance token could not be found
    • fetchByKITI_KTI

      KaleoTimerInstanceToken fetchByKITI_KTI(long kaleoInstanceTokenId, long kaleoTimerId)
      Returns the kaleo timer instance token where kaleoInstanceTokenId = ? and kaleoTimerId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      kaleoInstanceTokenId - the kaleo instance token ID
      kaleoTimerId - the kaleo timer ID
      Returns:
      the matching kaleo timer instance token, or null if a matching kaleo timer instance token could not be found
    • fetchByKITI_KTI

      KaleoTimerInstanceToken fetchByKITI_KTI(long kaleoInstanceTokenId, long kaleoTimerId, boolean useFinderCache)
      Returns the kaleo timer instance token where kaleoInstanceTokenId = ? and kaleoTimerId = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      kaleoInstanceTokenId - the kaleo instance token ID
      kaleoTimerId - the kaleo timer ID
      useFinderCache - whether to use the finder cache
      Returns:
      the matching kaleo timer instance token, or null if a matching kaleo timer instance token could not be found
    • removeByKITI_KTI

      KaleoTimerInstanceToken removeByKITI_KTI(long kaleoInstanceTokenId, long kaleoTimerId) throws NoSuchTimerInstanceTokenException
      Removes the kaleo timer instance token where kaleoInstanceTokenId = ? and kaleoTimerId = ? from the database.
      Parameters:
      kaleoInstanceTokenId - the kaleo instance token ID
      kaleoTimerId - the kaleo timer ID
      Returns:
      the kaleo timer instance token that was removed
      Throws:
      NoSuchTimerInstanceTokenException
    • countByKITI_KTI

      int countByKITI_KTI(long kaleoInstanceTokenId, long kaleoTimerId)
      Returns the number of kaleo timer instance tokens where kaleoInstanceTokenId = ? and kaleoTimerId = ?.
      Parameters:
      kaleoInstanceTokenId - the kaleo instance token ID
      kaleoTimerId - the kaleo timer ID
      Returns:
      the number of matching kaleo timer instance tokens
    • findByKITI_C

      List<KaleoTimerInstanceToken> findByKITI_C(long kaleoInstanceTokenId, boolean completed)
      Returns all the kaleo timer instance tokens where kaleoInstanceTokenId = ? and completed = ?.
      Parameters:
      kaleoInstanceTokenId - the kaleo instance token ID
      completed - the completed
      Returns:
      the matching kaleo timer instance tokens
    • findByKITI_C

      List<KaleoTimerInstanceToken> findByKITI_C(long kaleoInstanceTokenId, boolean completed, int start, int end)
      Returns a range of all the kaleo timer instance tokens where kaleoInstanceTokenId = ? and completed = ?.

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

      Parameters:
      kaleoInstanceTokenId - the kaleo instance token ID
      completed - the completed
      start - the lower bound of the range of kaleo timer instance tokens
      end - the upper bound of the range of kaleo timer instance tokens (not inclusive)
      Returns:
      the range of matching kaleo timer instance tokens
    • findByKITI_C

      List<KaleoTimerInstanceToken> findByKITI_C(long kaleoInstanceTokenId, boolean completed, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTimerInstanceToken> orderByComparator)
      Returns an ordered range of all the kaleo timer instance tokens where kaleoInstanceTokenId = ? and completed = ?.

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

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

      List<KaleoTimerInstanceToken> findByKITI_C(long kaleoInstanceTokenId, boolean completed, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTimerInstanceToken> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kaleo timer instance tokens where kaleoInstanceTokenId = ? and completed = ?.

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

      Parameters:
      kaleoInstanceTokenId - the kaleo instance token ID
      completed - the completed
      start - the lower bound of the range of kaleo timer instance tokens
      end - the upper bound of the range of kaleo timer instance tokens (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 timer instance tokens
    • findByKITI_C_First

      KaleoTimerInstanceToken findByKITI_C_First(long kaleoInstanceTokenId, boolean completed, com.liferay.portal.kernel.util.OrderByComparator<KaleoTimerInstanceToken> orderByComparator) throws NoSuchTimerInstanceTokenException
      Returns the first kaleo timer instance token in the ordered set where kaleoInstanceTokenId = ? and completed = ?.
      Parameters:
      kaleoInstanceTokenId - the kaleo instance token ID
      completed - the completed
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kaleo timer instance token
      Throws:
      NoSuchTimerInstanceTokenException - if a matching kaleo timer instance token could not be found
    • fetchByKITI_C_First

      KaleoTimerInstanceToken fetchByKITI_C_First(long kaleoInstanceTokenId, boolean completed, com.liferay.portal.kernel.util.OrderByComparator<KaleoTimerInstanceToken> orderByComparator)
      Returns the first kaleo timer instance token in the ordered set where kaleoInstanceTokenId = ? and completed = ?.
      Parameters:
      kaleoInstanceTokenId - the kaleo instance token ID
      completed - the completed
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kaleo timer instance token, or null if a matching kaleo timer instance token could not be found
    • findByKITI_C_Last

      KaleoTimerInstanceToken findByKITI_C_Last(long kaleoInstanceTokenId, boolean completed, com.liferay.portal.kernel.util.OrderByComparator<KaleoTimerInstanceToken> orderByComparator) throws NoSuchTimerInstanceTokenException
      Returns the last kaleo timer instance token in the ordered set where kaleoInstanceTokenId = ? and completed = ?.
      Parameters:
      kaleoInstanceTokenId - the kaleo instance token ID
      completed - the completed
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kaleo timer instance token
      Throws:
      NoSuchTimerInstanceTokenException - if a matching kaleo timer instance token could not be found
    • fetchByKITI_C_Last

      KaleoTimerInstanceToken fetchByKITI_C_Last(long kaleoInstanceTokenId, boolean completed, com.liferay.portal.kernel.util.OrderByComparator<KaleoTimerInstanceToken> orderByComparator)
      Returns the last kaleo timer instance token in the ordered set where kaleoInstanceTokenId = ? and completed = ?.
      Parameters:
      kaleoInstanceTokenId - the kaleo instance token ID
      completed - the completed
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kaleo timer instance token, or null if a matching kaleo timer instance token could not be found
    • findByKITI_C_PrevAndNext

      KaleoTimerInstanceToken[] findByKITI_C_PrevAndNext(long kaleoTimerInstanceTokenId, long kaleoInstanceTokenId, boolean completed, com.liferay.portal.kernel.util.OrderByComparator<KaleoTimerInstanceToken> orderByComparator) throws NoSuchTimerInstanceTokenException
      Returns the kaleo timer instance tokens before and after the current kaleo timer instance token in the ordered set where kaleoInstanceTokenId = ? and completed = ?.
      Parameters:
      kaleoTimerInstanceTokenId - the primary key of the current kaleo timer instance token
      kaleoInstanceTokenId - the kaleo instance token ID
      completed - the completed
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kaleo timer instance token
      Throws:
      NoSuchTimerInstanceTokenException - if a kaleo timer instance token with the primary key could not be found
    • removeByKITI_C

      void removeByKITI_C(long kaleoInstanceTokenId, boolean completed)
      Removes all the kaleo timer instance tokens where kaleoInstanceTokenId = ? and completed = ? from the database.
      Parameters:
      kaleoInstanceTokenId - the kaleo instance token ID
      completed - the completed
    • countByKITI_C

      int countByKITI_C(long kaleoInstanceTokenId, boolean completed)
      Returns the number of kaleo timer instance tokens where kaleoInstanceTokenId = ? and completed = ?.
      Parameters:
      kaleoInstanceTokenId - the kaleo instance token ID
      completed - the completed
      Returns:
      the number of matching kaleo timer instance tokens
    • findByKITI_B_C

      List<KaleoTimerInstanceToken> findByKITI_B_C(long kaleoInstanceTokenId, boolean blocking, boolean completed)
      Returns all the kaleo timer instance tokens where kaleoInstanceTokenId = ? and blocking = ? and completed = ?.
      Parameters:
      kaleoInstanceTokenId - the kaleo instance token ID
      blocking - the blocking
      completed - the completed
      Returns:
      the matching kaleo timer instance tokens
    • findByKITI_B_C

      List<KaleoTimerInstanceToken> findByKITI_B_C(long kaleoInstanceTokenId, boolean blocking, boolean completed, int start, int end)
      Returns a range of all the kaleo timer instance tokens where kaleoInstanceTokenId = ? and blocking = ? and completed = ?.

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

      Parameters:
      kaleoInstanceTokenId - the kaleo instance token ID
      blocking - the blocking
      completed - the completed
      start - the lower bound of the range of kaleo timer instance tokens
      end - the upper bound of the range of kaleo timer instance tokens (not inclusive)
      Returns:
      the range of matching kaleo timer instance tokens
    • findByKITI_B_C

      List<KaleoTimerInstanceToken> findByKITI_B_C(long kaleoInstanceTokenId, boolean blocking, boolean completed, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTimerInstanceToken> orderByComparator)
      Returns an ordered range of all the kaleo timer instance tokens where kaleoInstanceTokenId = ? and blocking = ? and completed = ?.

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

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

      List<KaleoTimerInstanceToken> findByKITI_B_C(long kaleoInstanceTokenId, boolean blocking, boolean completed, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoTimerInstanceToken> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kaleo timer instance tokens where kaleoInstanceTokenId = ? and blocking = ? and completed = ?.

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

      Parameters:
      kaleoInstanceTokenId - the kaleo instance token ID
      blocking - the blocking
      completed - the completed
      start - the lower bound of the range of kaleo timer instance tokens
      end - the upper bound of the range of kaleo timer instance tokens (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 timer instance tokens
    • findByKITI_B_C_First

      KaleoTimerInstanceToken findByKITI_B_C_First(long kaleoInstanceTokenId, boolean blocking, boolean completed, com.liferay.portal.kernel.util.OrderByComparator<KaleoTimerInstanceToken> orderByComparator) throws NoSuchTimerInstanceTokenException
      Returns the first kaleo timer instance token in the ordered set where kaleoInstanceTokenId = ? and blocking = ? and completed = ?.
      Parameters:
      kaleoInstanceTokenId - the kaleo instance token ID
      blocking - the blocking
      completed - the completed
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kaleo timer instance token
      Throws:
      NoSuchTimerInstanceTokenException - if a matching kaleo timer instance token could not be found
    • fetchByKITI_B_C_First

      KaleoTimerInstanceToken fetchByKITI_B_C_First(long kaleoInstanceTokenId, boolean blocking, boolean completed, com.liferay.portal.kernel.util.OrderByComparator<KaleoTimerInstanceToken> orderByComparator)
      Returns the first kaleo timer instance token in the ordered set where kaleoInstanceTokenId = ? and blocking = ? and completed = ?.
      Parameters:
      kaleoInstanceTokenId - the kaleo instance token ID
      blocking - the blocking
      completed - the completed
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kaleo timer instance token, or null if a matching kaleo timer instance token could not be found
    • findByKITI_B_C_Last

      KaleoTimerInstanceToken findByKITI_B_C_Last(long kaleoInstanceTokenId, boolean blocking, boolean completed, com.liferay.portal.kernel.util.OrderByComparator<KaleoTimerInstanceToken> orderByComparator) throws NoSuchTimerInstanceTokenException
      Returns the last kaleo timer instance token in the ordered set where kaleoInstanceTokenId = ? and blocking = ? and completed = ?.
      Parameters:
      kaleoInstanceTokenId - the kaleo instance token ID
      blocking - the blocking
      completed - the completed
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kaleo timer instance token
      Throws:
      NoSuchTimerInstanceTokenException - if a matching kaleo timer instance token could not be found
    • fetchByKITI_B_C_Last

      KaleoTimerInstanceToken fetchByKITI_B_C_Last(long kaleoInstanceTokenId, boolean blocking, boolean completed, com.liferay.portal.kernel.util.OrderByComparator<KaleoTimerInstanceToken> orderByComparator)
      Returns the last kaleo timer instance token in the ordered set where kaleoInstanceTokenId = ? and blocking = ? and completed = ?.
      Parameters:
      kaleoInstanceTokenId - the kaleo instance token ID
      blocking - the blocking
      completed - the completed
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kaleo timer instance token, or null if a matching kaleo timer instance token could not be found
    • findByKITI_B_C_PrevAndNext

      KaleoTimerInstanceToken[] findByKITI_B_C_PrevAndNext(long kaleoTimerInstanceTokenId, long kaleoInstanceTokenId, boolean blocking, boolean completed, com.liferay.portal.kernel.util.OrderByComparator<KaleoTimerInstanceToken> orderByComparator) throws NoSuchTimerInstanceTokenException
      Returns the kaleo timer instance tokens before and after the current kaleo timer instance token in the ordered set where kaleoInstanceTokenId = ? and blocking = ? and completed = ?.
      Parameters:
      kaleoTimerInstanceTokenId - the primary key of the current kaleo timer instance token
      kaleoInstanceTokenId - the kaleo instance token ID
      blocking - the blocking
      completed - the completed
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kaleo timer instance token
      Throws:
      NoSuchTimerInstanceTokenException - if a kaleo timer instance token with the primary key could not be found
    • removeByKITI_B_C

      void removeByKITI_B_C(long kaleoInstanceTokenId, boolean blocking, boolean completed)
      Removes all the kaleo timer instance tokens where kaleoInstanceTokenId = ? and blocking = ? and completed = ? from the database.
      Parameters:
      kaleoInstanceTokenId - the kaleo instance token ID
      blocking - the blocking
      completed - the completed
    • countByKITI_B_C

      int countByKITI_B_C(long kaleoInstanceTokenId, boolean blocking, boolean completed)
      Returns the number of kaleo timer instance tokens where kaleoInstanceTokenId = ? and blocking = ? and completed = ?.
      Parameters:
      kaleoInstanceTokenId - the kaleo instance token ID
      blocking - the blocking
      completed - the completed
      Returns:
      the number of matching kaleo timer instance tokens
    • cacheResult

      void cacheResult(KaleoTimerInstanceToken kaleoTimerInstanceToken)
      Caches the kaleo timer instance token in the entity cache if it is enabled.
      Parameters:
      kaleoTimerInstanceToken - the kaleo timer instance token
    • cacheResult

      void cacheResult(List<KaleoTimerInstanceToken> kaleoTimerInstanceTokens)
      Caches the kaleo timer instance tokens in the entity cache if it is enabled.
      Parameters:
      kaleoTimerInstanceTokens - the kaleo timer instance tokens
    • create

      KaleoTimerInstanceToken create(long kaleoTimerInstanceTokenId)
      Creates a new kaleo timer instance token with the primary key. Does not add the kaleo timer instance token to the database.
      Parameters:
      kaleoTimerInstanceTokenId - the primary key for the new kaleo timer instance token
      Returns:
      the new kaleo timer instance token
    • remove

      KaleoTimerInstanceToken remove(long kaleoTimerInstanceTokenId) throws NoSuchTimerInstanceTokenException
      Removes the kaleo timer instance token with the primary key from the database. Also notifies the appropriate model listeners.
      Parameters:
      kaleoTimerInstanceTokenId - the primary key of the kaleo timer instance token
      Returns:
      the kaleo timer instance token that was removed
      Throws:
      NoSuchTimerInstanceTokenException - if a kaleo timer instance token with the primary key could not be found
    • updateImpl

      KaleoTimerInstanceToken updateImpl(KaleoTimerInstanceToken kaleoTimerInstanceToken)
    • findByPrimaryKey

      KaleoTimerInstanceToken findByPrimaryKey(long kaleoTimerInstanceTokenId) throws NoSuchTimerInstanceTokenException
      Returns the kaleo timer instance token with the primary key or throws a NoSuchTimerInstanceTokenException if it could not be found.
      Parameters:
      kaleoTimerInstanceTokenId - the primary key of the kaleo timer instance token
      Returns:
      the kaleo timer instance token
      Throws:
      NoSuchTimerInstanceTokenException - if a kaleo timer instance token with the primary key could not be found
    • fetchByPrimaryKey

      KaleoTimerInstanceToken fetchByPrimaryKey(long kaleoTimerInstanceTokenId)
      Returns the kaleo timer instance token with the primary key or returns null if it could not be found.
      Parameters:
      kaleoTimerInstanceTokenId - the primary key of the kaleo timer instance token
      Returns:
      the kaleo timer instance token, or null if a kaleo timer instance token with the primary key could not be found
    • findAll

      Returns all the kaleo timer instance tokens.
      Returns:
      the kaleo timer instance tokens
    • findAll

      List<KaleoTimerInstanceToken> findAll(int start, int end)
      Returns a range of all the kaleo timer instance tokens.

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

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

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

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

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

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

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

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

      void removeAll()
      Removes all the kaleo timer instance tokens from the database.
    • countAll

      int countAll()
      Returns the number of kaleo timer instance tokens.
      Returns:
      the number of kaleo timer instance tokens