Interface KaleoTimerInstanceTokenPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<KaleoTimerInstanceToken>,com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<KaleoTimerInstanceToken>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoidcacheResult(KaleoTimerInstanceToken kaleoTimerInstanceToken) Caches the kaleo timer instance token in the entity cache if it is enabled.voidcacheResult(List<KaleoTimerInstanceToken> kaleoTimerInstanceTokens) Caches the kaleo timer instance tokens in the entity cache if it is enabled.intcountAll()Returns the number of kaleo timer instance tokens.intcountByKaleoInstanceId(long kaleoInstanceId) Returns the number of kaleo timer instance tokens where kaleoInstanceId = ?.intcountByKITI_B_C(long kaleoInstanceTokenId, boolean blocking, boolean completed) Returns the number of kaleo timer instance tokens where kaleoInstanceTokenId = ? and blocking = ? and completed = ?.intcountByKITI_C(long kaleoInstanceTokenId, boolean completed) Returns the number of kaleo timer instance tokens where kaleoInstanceTokenId = ? and completed = ?.intcountByKITI_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 returnsnullif it could not be found.fetchByKITI_KTI(long kaleoInstanceTokenId, long kaleoTimerId, boolean useFinderCache) Returns the kaleo timer instance token where kaleoInstanceTokenId = ? and kaleoTimerId = ? or returnsnullif it could not be found, optionally using the finder cache.fetchByPrimaryKey(long kaleoTimerInstanceTokenId) Returns the kaleo timer instance token with the primary key or returnsnullif it could not be found.findAll()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 aNoSuchTimerInstanceTokenExceptionif it could not be found.findByPrimaryKey(long kaleoTimerInstanceTokenId) Returns the kaleo timer instance token with the primary key or throws aNoSuchTimerInstanceTokenExceptionif it could not be found.remove(long kaleoTimerInstanceTokenId) Removes the kaleo timer instance token with the primary key from the database.voidRemoves all the kaleo timer instance tokens from the database.voidremoveByKaleoInstanceId(long kaleoInstanceId) Removes all the kaleo timer instance tokens where kaleoInstanceId = ? from the database.voidremoveByKITI_B_C(long kaleoInstanceTokenId, boolean blocking, boolean completed) Removes all the kaleo timer instance tokens where kaleoInstanceTokenId = ? and blocking = ? and completed = ? from the database.voidremoveByKITI_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, updateMethods inherited from interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence
getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
-
Method Details
-
findByKaleoInstanceId
Returns all the kaleo timer instance tokens where kaleoInstanceId = ?.- Parameters:
kaleoInstanceId- the kaleo instance ID- Returns:
- the matching kaleo timer instance tokens
-
findByKaleoInstanceId
Returns a range of all the kaleo timer instance tokens where kaleoInstanceId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromKaleoTimerInstanceTokenModelImpl.- Parameters:
kaleoInstanceId- the kaleo instance IDstart- the lower bound of the range of kaleo timer instance tokensend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromKaleoTimerInstanceTokenModelImpl.- Parameters:
kaleoInstanceId- the kaleo instance IDstart- the lower bound of the range of kaleo timer instance tokensend- the upper bound of the range of kaleo timer instance tokens (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromKaleoTimerInstanceTokenModelImpl.- Parameters:
kaleoInstanceId- the kaleo instance IDstart- the lower bound of the range of kaleo timer instance tokensend- the upper bound of the range of kaleo timer instance tokens (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)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 IDorderByComparator- the comparator to order the set by (optionallynull)- 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 IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching kaleo timer instance token, or
nullif 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 IDorderByComparator- the comparator to order the set by (optionallynull)- 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 IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching kaleo timer instance token, or
nullif 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 tokenkaleoInstanceId- the kaleo instance IDorderByComparator- the comparator to order the set by (optionallynull)- 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 aNoSuchTimerInstanceTokenExceptionif it could not be found.- Parameters:
kaleoInstanceTokenId- the kaleo instance token IDkaleoTimerId- 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
Returns the kaleo timer instance token where kaleoInstanceTokenId = ? and kaleoTimerId = ? or returnsnullif it could not be found. Uses the finder cache.- Parameters:
kaleoInstanceTokenId- the kaleo instance token IDkaleoTimerId- the kaleo timer ID- Returns:
- the matching kaleo timer instance token, or
nullif 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 returnsnullif it could not be found, optionally using the finder cache.- Parameters:
kaleoInstanceTokenId- the kaleo instance token IDkaleoTimerId- the kaleo timer IDuseFinderCache- whether to use the finder cache- Returns:
- the matching kaleo timer instance token, or
nullif 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 IDkaleoTimerId- 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 IDkaleoTimerId- the kaleo timer ID- Returns:
- the number of matching kaleo timer instance tokens
-
findByKITI_C
Returns all the kaleo timer instance tokens where kaleoInstanceTokenId = ? and completed = ?.- Parameters:
kaleoInstanceTokenId- the kaleo instance token IDcompleted- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromKaleoTimerInstanceTokenModelImpl.- Parameters:
kaleoInstanceTokenId- the kaleo instance token IDcompleted- the completedstart- the lower bound of the range of kaleo timer instance tokensend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromKaleoTimerInstanceTokenModelImpl.- Parameters:
kaleoInstanceTokenId- the kaleo instance token IDcompleted- the completedstart- the lower bound of the range of kaleo timer instance tokensend- the upper bound of the range of kaleo timer instance tokens (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromKaleoTimerInstanceTokenModelImpl.- Parameters:
kaleoInstanceTokenId- the kaleo instance token IDcompleted- the completedstart- the lower bound of the range of kaleo timer instance tokensend- the upper bound of the range of kaleo timer instance tokens (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)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 IDcompleted- the completedorderByComparator- the comparator to order the set by (optionallynull)- 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 IDcompleted- the completedorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching kaleo timer instance token, or
nullif 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 IDcompleted- the completedorderByComparator- the comparator to order the set by (optionallynull)- 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 IDcompleted- the completedorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching kaleo timer instance token, or
nullif 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 tokenkaleoInstanceTokenId- the kaleo instance token IDcompleted- the completedorderByComparator- the comparator to order the set by (optionallynull)- 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 IDcompleted- 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 IDcompleted- 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 IDblocking- the blockingcompleted- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromKaleoTimerInstanceTokenModelImpl.- Parameters:
kaleoInstanceTokenId- the kaleo instance token IDblocking- the blockingcompleted- the completedstart- the lower bound of the range of kaleo timer instance tokensend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromKaleoTimerInstanceTokenModelImpl.- Parameters:
kaleoInstanceTokenId- the kaleo instance token IDblocking- the blockingcompleted- the completedstart- the lower bound of the range of kaleo timer instance tokensend- the upper bound of the range of kaleo timer instance tokens (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromKaleoTimerInstanceTokenModelImpl.- Parameters:
kaleoInstanceTokenId- the kaleo instance token IDblocking- the blockingcompleted- the completedstart- the lower bound of the range of kaleo timer instance tokensend- the upper bound of the range of kaleo timer instance tokens (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)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 IDblocking- the blockingcompleted- the completedorderByComparator- the comparator to order the set by (optionallynull)- 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 IDblocking- the blockingcompleted- the completedorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching kaleo timer instance token, or
nullif 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 IDblocking- the blockingcompleted- the completedorderByComparator- the comparator to order the set by (optionallynull)- 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 IDblocking- the blockingcompleted- the completedorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching kaleo timer instance token, or
nullif 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 tokenkaleoInstanceTokenId- the kaleo instance token IDblocking- the blockingcompleted- the completedorderByComparator- the comparator to order the set by (optionallynull)- 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 IDblocking- the blockingcompleted- 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 IDblocking- the blockingcompleted- the completed- Returns:
- the number of matching kaleo timer instance tokens
-
cacheResult
Caches the kaleo timer instance token in the entity cache if it is enabled.- Parameters:
kaleoTimerInstanceToken- the kaleo timer instance token
-
cacheResult
Caches the kaleo timer instance tokens in the entity cache if it is enabled.- Parameters:
kaleoTimerInstanceTokens- the kaleo timer instance tokens
-
create
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
-
findByPrimaryKey
KaleoTimerInstanceToken findByPrimaryKey(long kaleoTimerInstanceTokenId) throws NoSuchTimerInstanceTokenException Returns the kaleo timer instance token with the primary key or throws aNoSuchTimerInstanceTokenExceptionif 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
Returns the kaleo timer instance token with the primary key or returnsnullif it could not be found.- Parameters:
kaleoTimerInstanceTokenId- the primary key of the kaleo timer instance token- Returns:
- the kaleo timer instance token, or
nullif a kaleo timer instance token with the primary key could not be found
-
findAll
List<KaleoTimerInstanceToken> findAll()Returns all the kaleo timer instance tokens.- Returns:
- the kaleo timer instance tokens
-
findAll
Returns a range of all the kaleo timer instance tokens.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromKaleoTimerInstanceTokenModelImpl.- Parameters:
start- the lower bound of the range of kaleo timer instance tokensend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromKaleoTimerInstanceTokenModelImpl.- Parameters:
start- the lower bound of the range of kaleo timer instance tokensend- the upper bound of the range of kaleo timer instance tokens (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromKaleoTimerInstanceTokenModelImpl.- Parameters:
start- the lower bound of the range of kaleo timer instance tokensend- the upper bound of the range of kaleo timer instance tokens (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)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
-