@ProviderType
public class KaleoTimerInstanceTokenPersistenceImpl
extends com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken>
implements com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistence
Caching information and settings can be found in portal.properties
KaleoTimerInstanceTokenPersistence,
KaleoTimerInstanceTokenUtil| Modifier and Type | Field and Description |
|---|---|
protected com.liferay.portal.kernel.service.persistence.CompanyProvider |
companyProvider |
protected com.liferay.portal.kernel.dao.orm.EntityCache |
entityCache |
static java.lang.String |
FINDER_CLASS_NAME_ENTITY |
static java.lang.String |
FINDER_CLASS_NAME_LIST_WITH_PAGINATION |
static java.lang.String |
FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_ALL |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_KALEOINSTANCEID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_KITI_C |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_KITI_C_B |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_KITI_KTI |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_FETCH_BY_KITI_KTI |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_ALL |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_KALEOINSTANCEID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_KITI_C |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_KITI_C_B |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_KALEOINSTANCEID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_KITI_C |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_KITI_C_B |
protected com.liferay.portal.kernel.dao.orm.FinderCache |
finderCache |
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, NULL_SAFE_STRING_COMPARATOR, nullModel, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR| Constructor and Description |
|---|
KaleoTimerInstanceTokenPersistenceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet()
Initializes the kaleo timer instance token persistence.
|
void |
cacheResult(com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken kaleoTimerInstanceToken)
Caches the kaleo timer instance token in the entity cache if it is enabled.
|
void |
cacheResult(java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> kaleoTimerInstanceTokens)
Caches the kaleo timer instance tokens in the entity cache if it is enabled.
|
protected void |
cacheUniqueFindersCache(KaleoTimerInstanceTokenModelImpl kaleoTimerInstanceTokenModelImpl,
boolean isNew) |
void |
clearCache()
Clears the cache for all kaleo timer instance tokens.
|
void |
clearCache(com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken kaleoTimerInstanceToken)
Clears the cache for the kaleo timer instance token.
|
void |
clearCache(java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> kaleoTimerInstanceTokens) |
protected void |
clearUniqueFindersCache(KaleoTimerInstanceTokenModelImpl kaleoTimerInstanceTokenModelImpl) |
int |
countAll()
Returns the number of kaleo timer instance tokens.
|
int |
countByKaleoInstanceId(long kaleoInstanceId)
Returns the number of kaleo timer instance tokens where kaleoInstanceId = ?.
|
int |
countByKITI_C_B(long kaleoInstanceTokenId,
boolean completed,
boolean blocking)
Returns the number of kaleo timer instance tokens where kaleoInstanceTokenId = ? and completed = ? and blocking = ?.
|
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 = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken |
create(long kaleoTimerInstanceTokenId)
Creates a new kaleo timer instance token with the primary key.
|
void |
destroy() |
com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken |
fetchByKaleoInstanceId_First(long kaleoInstanceId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> orderByComparator)
Returns the first kaleo timer instance token in the ordered set where kaleoInstanceId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken |
fetchByKaleoInstanceId_Last(long kaleoInstanceId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> orderByComparator)
Returns the last kaleo timer instance token in the ordered set where kaleoInstanceId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken |
fetchByKITI_C_B_First(long kaleoInstanceTokenId,
boolean completed,
boolean blocking,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> orderByComparator)
Returns the first kaleo timer instance token in the ordered set where kaleoInstanceTokenId = ? and completed = ? and blocking = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken |
fetchByKITI_C_B_Last(long kaleoInstanceTokenId,
boolean completed,
boolean blocking,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> orderByComparator)
Returns the last kaleo timer instance token in the ordered set where kaleoInstanceTokenId = ? and completed = ? and blocking = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken |
fetchByKITI_C_First(long kaleoInstanceTokenId,
boolean completed,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> orderByComparator)
Returns the first kaleo timer instance token in the ordered set where kaleoInstanceTokenId = ? and completed = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken |
fetchByKITI_C_Last(long kaleoInstanceTokenId,
boolean completed,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> orderByComparator)
Returns the last kaleo timer instance token in the ordered set where kaleoInstanceTokenId = ? and completed = ?.
|
com.liferay.portal.workflow.kaleo.model.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. |
com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken |
fetchByKITI_KTI(long kaleoInstanceTokenId,
long kaleoTimerId,
boolean retrieveFromCache)
Returns the kaleo timer instance token where kaleoInstanceTokenId = ? and kaleoTimerId = ? or returns
null if it could not be found, optionally using the finder cache. |
com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken |
fetchByPrimaryKey(long kaleoTimerInstanceTokenId)
Returns the kaleo timer instance token with the primary key or returns
null if it could not be found. |
com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken |
fetchByPrimaryKey(java.io.Serializable primaryKey)
Returns the kaleo timer instance token with the primary key or returns
null if it could not be found. |
java.util.Map<java.io.Serializable,com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> |
fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys) |
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> |
findAll()
Returns all the kaleo timer instance tokens.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> |
findAll(int start,
int end)
Returns a range of all the kaleo timer instance tokens.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> orderByComparator)
Returns an ordered range of all the kaleo timer instance tokens.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the kaleo timer instance tokens.
|
com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken |
findByKaleoInstanceId_First(long kaleoInstanceId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> orderByComparator)
Returns the first kaleo timer instance token in the ordered set where kaleoInstanceId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken |
findByKaleoInstanceId_Last(long kaleoInstanceId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> orderByComparator)
Returns the last kaleo timer instance token in the ordered set where kaleoInstanceId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken[] |
findByKaleoInstanceId_PrevAndNext(long kaleoTimerInstanceTokenId,
long kaleoInstanceId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> orderByComparator)
Returns the kaleo timer instance tokens before and after the current kaleo timer instance token in the ordered set where kaleoInstanceId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> |
findByKaleoInstanceId(long kaleoInstanceId)
Returns all the kaleo timer instance tokens where kaleoInstanceId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> |
findByKaleoInstanceId(long kaleoInstanceId,
int start,
int end)
Returns a range of all the kaleo timer instance tokens where kaleoInstanceId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> |
findByKaleoInstanceId(long kaleoInstanceId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> orderByComparator)
Returns an ordered range of all the kaleo timer instance tokens where kaleoInstanceId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> |
findByKaleoInstanceId(long kaleoInstanceId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the kaleo timer instance tokens where kaleoInstanceId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken |
findByKITI_C_B_First(long kaleoInstanceTokenId,
boolean completed,
boolean blocking,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> orderByComparator)
Returns the first kaleo timer instance token in the ordered set where kaleoInstanceTokenId = ? and completed = ? and blocking = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken |
findByKITI_C_B_Last(long kaleoInstanceTokenId,
boolean completed,
boolean blocking,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> orderByComparator)
Returns the last kaleo timer instance token in the ordered set where kaleoInstanceTokenId = ? and completed = ? and blocking = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken[] |
findByKITI_C_B_PrevAndNext(long kaleoTimerInstanceTokenId,
long kaleoInstanceTokenId,
boolean completed,
boolean blocking,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.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 = ? and blocking = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> |
findByKITI_C_B(long kaleoInstanceTokenId,
boolean completed,
boolean blocking)
Returns all the kaleo timer instance tokens where kaleoInstanceTokenId = ? and completed = ? and blocking = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> |
findByKITI_C_B(long kaleoInstanceTokenId,
boolean completed,
boolean blocking,
int start,
int end)
Returns a range of all the kaleo timer instance tokens where kaleoInstanceTokenId = ? and completed = ? and blocking = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> |
findByKITI_C_B(long kaleoInstanceTokenId,
boolean completed,
boolean blocking,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> orderByComparator)
Returns an ordered range of all the kaleo timer instance tokens where kaleoInstanceTokenId = ? and completed = ? and blocking = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> |
findByKITI_C_B(long kaleoInstanceTokenId,
boolean completed,
boolean blocking,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the kaleo timer instance tokens where kaleoInstanceTokenId = ? and completed = ? and blocking = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken |
findByKITI_C_First(long kaleoInstanceTokenId,
boolean completed,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> orderByComparator)
Returns the first kaleo timer instance token in the ordered set where kaleoInstanceTokenId = ? and completed = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken |
findByKITI_C_Last(long kaleoInstanceTokenId,
boolean completed,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> orderByComparator)
Returns the last kaleo timer instance token in the ordered set where kaleoInstanceTokenId = ? and completed = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken[] |
findByKITI_C_PrevAndNext(long kaleoTimerInstanceTokenId,
long kaleoInstanceTokenId,
boolean completed,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.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 = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> |
findByKITI_C(long kaleoInstanceTokenId,
boolean completed)
Returns all the kaleo timer instance tokens where kaleoInstanceTokenId = ? and completed = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.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 = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> |
findByKITI_C(long kaleoInstanceTokenId,
boolean completed,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> orderByComparator)
Returns an ordered range of all the kaleo timer instance tokens where kaleoInstanceTokenId = ? and completed = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> |
findByKITI_C(long kaleoInstanceTokenId,
boolean completed,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the kaleo timer instance tokens where kaleoInstanceTokenId = ? and completed = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken |
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. |
com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken |
findByPrimaryKey(long kaleoTimerInstanceTokenId)
Returns the kaleo timer instance token with the primary key or throws a
NoSuchTimerInstanceTokenException if it could not be found. |
com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken |
findByPrimaryKey(java.io.Serializable primaryKey)
Returns the kaleo timer instance token with the primary key or throws a
NoSuchModelException if it could not be found. |
protected com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken |
getByKaleoInstanceId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken kaleoTimerInstanceToken,
long kaleoInstanceId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> orderByComparator,
boolean previous) |
protected com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken |
getByKITI_C_B_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken kaleoTimerInstanceToken,
long kaleoInstanceTokenId,
boolean completed,
boolean blocking,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> orderByComparator,
boolean previous) |
protected com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken |
getByKITI_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken kaleoTimerInstanceToken,
long kaleoInstanceTokenId,
boolean completed,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> orderByComparator,
boolean previous) |
protected java.util.Map<java.lang.String,java.lang.Integer> |
getTableColumnsMap() |
com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken |
remove(long kaleoTimerInstanceTokenId)
Removes the kaleo timer instance token with the primary key from the database.
|
com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken |
remove(java.io.Serializable primaryKey)
Removes the kaleo timer instance token with the primary key from the database.
|
void |
removeAll()
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_C_B(long kaleoInstanceTokenId,
boolean completed,
boolean blocking)
Removes all the kaleo timer instance tokens where kaleoInstanceTokenId = ? and completed = ? and blocking = ? from the database.
|
void |
removeByKITI_C(long kaleoInstanceTokenId,
boolean completed)
Removes all the kaleo timer instance tokens where kaleoInstanceTokenId = ? and completed = ? from the database.
|
com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken |
removeByKITI_KTI(long kaleoInstanceTokenId,
long kaleoTimerId)
Removes the kaleo timer instance token where kaleoInstanceTokenId = ? and kaleoTimerId = ? from the database.
|
protected com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken |
removeImpl(com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken kaleoTimerInstanceToken) |
protected com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken |
toUnwrappedModel(com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken kaleoTimerInstanceToken) |
com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken |
updateImpl(com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken kaleoTimerInstanceToken) |
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getClassLoader, getColumnName, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcloseSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, updatepublic static final java.lang.String FINDER_CLASS_NAME_ENTITY
public static final java.lang.String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final java.lang.String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_KALEOINSTANCEID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_KALEOINSTANCEID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_KALEOINSTANCEID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_KITI_KTI
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_KITI_KTI
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_KITI_C
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_KITI_C
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_KITI_C
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_KITI_C_B
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_KITI_C_B
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_KITI_C_B
@ServiceReference(type=com.liferay.portal.kernel.service.persistence.CompanyProviderWrapper.class) protected com.liferay.portal.kernel.service.persistence.CompanyProvider companyProvider
@ServiceReference(type=com.liferay.portal.kernel.dao.orm.EntityCache.class) protected com.liferay.portal.kernel.dao.orm.EntityCache entityCache
@ServiceReference(type=com.liferay.portal.kernel.dao.orm.FinderCache.class) protected com.liferay.portal.kernel.dao.orm.FinderCache finderCache
public KaleoTimerInstanceTokenPersistenceImpl()
public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> findByKaleoInstanceId(long kaleoInstanceId)
findByKaleoInstanceId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistencekaleoInstanceId - the kaleo instance IDpublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> findByKaleoInstanceId(long kaleoInstanceId,
int start,
int end)
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from KaleoTimerInstanceTokenModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByKaleoInstanceId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistencekaleoInstanceId - 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)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> findByKaleoInstanceId(long kaleoInstanceId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> orderByComparator)
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from KaleoTimerInstanceTokenModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByKaleoInstanceId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistencekaleoInstanceId - 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 (optionally null)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> findByKaleoInstanceId(long kaleoInstanceId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> orderByComparator,
boolean retrieveFromCache)
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from KaleoTimerInstanceTokenModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByKaleoInstanceId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistencekaleoInstanceId - 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 (optionally null)retrieveFromCache - whether to retrieve from the finder cachepublic com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken findByKaleoInstanceId_First(long kaleoInstanceId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTimerInstanceTokenException
findByKaleoInstanceId_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistencekaleoInstanceId - the kaleo instance IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchTimerInstanceTokenException - if a matching kaleo timer instance token could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken fetchByKaleoInstanceId_First(long kaleoInstanceId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> orderByComparator)
fetchByKaleoInstanceId_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistencekaleoInstanceId - the kaleo instance IDorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo timer instance token could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken findByKaleoInstanceId_Last(long kaleoInstanceId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTimerInstanceTokenException
findByKaleoInstanceId_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistencekaleoInstanceId - the kaleo instance IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchTimerInstanceTokenException - if a matching kaleo timer instance token could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken fetchByKaleoInstanceId_Last(long kaleoInstanceId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> orderByComparator)
fetchByKaleoInstanceId_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistencekaleoInstanceId - the kaleo instance IDorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo timer instance token could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken[] findByKaleoInstanceId_PrevAndNext(long kaleoTimerInstanceTokenId,
long kaleoInstanceId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTimerInstanceTokenException
findByKaleoInstanceId_PrevAndNext in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistencekaleoTimerInstanceTokenId - the primary key of the current kaleo timer instance tokenkaleoInstanceId - the kaleo instance IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchTimerInstanceTokenException - if a kaleo timer instance token with the primary key could not be foundprotected com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken getByKaleoInstanceId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken kaleoTimerInstanceToken,
long kaleoInstanceId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> orderByComparator,
boolean previous)
public void removeByKaleoInstanceId(long kaleoInstanceId)
removeByKaleoInstanceId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistencekaleoInstanceId - the kaleo instance IDpublic int countByKaleoInstanceId(long kaleoInstanceId)
countByKaleoInstanceId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistencekaleoInstanceId - the kaleo instance IDpublic com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken findByKITI_KTI(long kaleoInstanceTokenId,
long kaleoTimerId)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTimerInstanceTokenException
NoSuchTimerInstanceTokenException if it could not be found.findByKITI_KTI in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistencekaleoInstanceTokenId - the kaleo instance token IDkaleoTimerId - the kaleo timer IDcom.liferay.portal.workflow.kaleo.exception.NoSuchTimerInstanceTokenException - if a matching kaleo timer instance token could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken fetchByKITI_KTI(long kaleoInstanceTokenId,
long kaleoTimerId)
null if it could not be found. Uses the finder cache.fetchByKITI_KTI in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistencekaleoInstanceTokenId - the kaleo instance token IDkaleoTimerId - the kaleo timer IDnull if a matching kaleo timer instance token could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken fetchByKITI_KTI(long kaleoInstanceTokenId,
long kaleoTimerId,
boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.fetchByKITI_KTI in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistencekaleoInstanceTokenId - the kaleo instance token IDkaleoTimerId - the kaleo timer IDretrieveFromCache - whether to retrieve from the finder cachenull if a matching kaleo timer instance token could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken removeByKITI_KTI(long kaleoInstanceTokenId,
long kaleoTimerId)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTimerInstanceTokenException
removeByKITI_KTI in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistencekaleoInstanceTokenId - the kaleo instance token IDkaleoTimerId - the kaleo timer IDcom.liferay.portal.workflow.kaleo.exception.NoSuchTimerInstanceTokenExceptionpublic int countByKITI_KTI(long kaleoInstanceTokenId,
long kaleoTimerId)
countByKITI_KTI in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistencekaleoInstanceTokenId - the kaleo instance token IDkaleoTimerId - the kaleo timer IDpublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> findByKITI_C(long kaleoInstanceTokenId,
boolean completed)
findByKITI_C in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistencekaleoInstanceTokenId - the kaleo instance token IDcompleted - the completedpublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> findByKITI_C(long kaleoInstanceTokenId,
boolean completed,
int start,
int end)
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from KaleoTimerInstanceTokenModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByKITI_C in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistencekaleoInstanceTokenId - 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)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> findByKITI_C(long kaleoInstanceTokenId,
boolean completed,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> orderByComparator)
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from KaleoTimerInstanceTokenModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByKITI_C in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistencekaleoInstanceTokenId - 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 (optionally null)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> findByKITI_C(long kaleoInstanceTokenId,
boolean completed,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> orderByComparator,
boolean retrieveFromCache)
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from KaleoTimerInstanceTokenModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByKITI_C in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistencekaleoInstanceTokenId - 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 (optionally null)retrieveFromCache - whether to retrieve from the finder cachepublic com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken findByKITI_C_First(long kaleoInstanceTokenId,
boolean completed,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTimerInstanceTokenException
findByKITI_C_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistencekaleoInstanceTokenId - the kaleo instance token IDcompleted - the completedorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchTimerInstanceTokenException - if a matching kaleo timer instance token could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken fetchByKITI_C_First(long kaleoInstanceTokenId,
boolean completed,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> orderByComparator)
fetchByKITI_C_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistencekaleoInstanceTokenId - the kaleo instance token IDcompleted - the completedorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo timer instance token could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken findByKITI_C_Last(long kaleoInstanceTokenId,
boolean completed,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTimerInstanceTokenException
findByKITI_C_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistencekaleoInstanceTokenId - the kaleo instance token IDcompleted - the completedorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchTimerInstanceTokenException - if a matching kaleo timer instance token could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken fetchByKITI_C_Last(long kaleoInstanceTokenId,
boolean completed,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> orderByComparator)
fetchByKITI_C_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistencekaleoInstanceTokenId - the kaleo instance token IDcompleted - the completedorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo timer instance token could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken[] findByKITI_C_PrevAndNext(long kaleoTimerInstanceTokenId,
long kaleoInstanceTokenId,
boolean completed,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTimerInstanceTokenException
findByKITI_C_PrevAndNext in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistencekaleoTimerInstanceTokenId - the primary key of the current kaleo timer instance tokenkaleoInstanceTokenId - the kaleo instance token IDcompleted - the completedorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchTimerInstanceTokenException - if a kaleo timer instance token with the primary key could not be foundprotected com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken getByKITI_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken kaleoTimerInstanceToken,
long kaleoInstanceTokenId,
boolean completed,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> orderByComparator,
boolean previous)
public void removeByKITI_C(long kaleoInstanceTokenId,
boolean completed)
removeByKITI_C in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistencekaleoInstanceTokenId - the kaleo instance token IDcompleted - the completedpublic int countByKITI_C(long kaleoInstanceTokenId,
boolean completed)
countByKITI_C in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistencekaleoInstanceTokenId - the kaleo instance token IDcompleted - the completedpublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> findByKITI_C_B(long kaleoInstanceTokenId,
boolean completed,
boolean blocking)
findByKITI_C_B in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistencekaleoInstanceTokenId - the kaleo instance token IDcompleted - the completedblocking - the blockingpublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> findByKITI_C_B(long kaleoInstanceTokenId,
boolean completed,
boolean blocking,
int start,
int end)
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from KaleoTimerInstanceTokenModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByKITI_C_B in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistencekaleoInstanceTokenId - the kaleo instance token IDcompleted - the completedblocking - the blockingstart - the lower bound of the range of kaleo timer instance tokensend - the upper bound of the range of kaleo timer instance tokens (not inclusive)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> findByKITI_C_B(long kaleoInstanceTokenId,
boolean completed,
boolean blocking,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> orderByComparator)
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from KaleoTimerInstanceTokenModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByKITI_C_B in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistencekaleoInstanceTokenId - the kaleo instance token IDcompleted - the completedblocking - the blockingstart - 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 (optionally null)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> findByKITI_C_B(long kaleoInstanceTokenId,
boolean completed,
boolean blocking,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> orderByComparator,
boolean retrieveFromCache)
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from KaleoTimerInstanceTokenModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByKITI_C_B in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistencekaleoInstanceTokenId - the kaleo instance token IDcompleted - the completedblocking - the blockingstart - 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 (optionally null)retrieveFromCache - whether to retrieve from the finder cachepublic com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken findByKITI_C_B_First(long kaleoInstanceTokenId,
boolean completed,
boolean blocking,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTimerInstanceTokenException
findByKITI_C_B_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistencekaleoInstanceTokenId - the kaleo instance token IDcompleted - the completedblocking - the blockingorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchTimerInstanceTokenException - if a matching kaleo timer instance token could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken fetchByKITI_C_B_First(long kaleoInstanceTokenId,
boolean completed,
boolean blocking,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> orderByComparator)
fetchByKITI_C_B_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistencekaleoInstanceTokenId - the kaleo instance token IDcompleted - the completedblocking - the blockingorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo timer instance token could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken findByKITI_C_B_Last(long kaleoInstanceTokenId,
boolean completed,
boolean blocking,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTimerInstanceTokenException
findByKITI_C_B_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistencekaleoInstanceTokenId - the kaleo instance token IDcompleted - the completedblocking - the blockingorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchTimerInstanceTokenException - if a matching kaleo timer instance token could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken fetchByKITI_C_B_Last(long kaleoInstanceTokenId,
boolean completed,
boolean blocking,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> orderByComparator)
fetchByKITI_C_B_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistencekaleoInstanceTokenId - the kaleo instance token IDcompleted - the completedblocking - the blockingorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo timer instance token could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken[] findByKITI_C_B_PrevAndNext(long kaleoTimerInstanceTokenId,
long kaleoInstanceTokenId,
boolean completed,
boolean blocking,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTimerInstanceTokenException
findByKITI_C_B_PrevAndNext in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistencekaleoTimerInstanceTokenId - the primary key of the current kaleo timer instance tokenkaleoInstanceTokenId - the kaleo instance token IDcompleted - the completedblocking - the blockingorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchTimerInstanceTokenException - if a kaleo timer instance token with the primary key could not be foundprotected com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken getByKITI_C_B_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken kaleoTimerInstanceToken,
long kaleoInstanceTokenId,
boolean completed,
boolean blocking,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> orderByComparator,
boolean previous)
public void removeByKITI_C_B(long kaleoInstanceTokenId,
boolean completed,
boolean blocking)
removeByKITI_C_B in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistencekaleoInstanceTokenId - the kaleo instance token IDcompleted - the completedblocking - the blockingpublic int countByKITI_C_B(long kaleoInstanceTokenId,
boolean completed,
boolean blocking)
countByKITI_C_B in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistencekaleoInstanceTokenId - the kaleo instance token IDcompleted - the completedblocking - the blockingpublic void cacheResult(com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken kaleoTimerInstanceToken)
cacheResult in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistencekaleoTimerInstanceToken - the kaleo timer instance tokenpublic void cacheResult(java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> kaleoTimerInstanceTokens)
cacheResult in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistencekaleoTimerInstanceTokens - the kaleo timer instance tokenspublic void clearCache()
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken>clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken>public void clearCache(com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken kaleoTimerInstanceToken)
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken>clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken>public void clearCache(java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> kaleoTimerInstanceTokens)
clearCache in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken>clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken>protected void cacheUniqueFindersCache(KaleoTimerInstanceTokenModelImpl kaleoTimerInstanceTokenModelImpl, boolean isNew)
protected void clearUniqueFindersCache(KaleoTimerInstanceTokenModelImpl kaleoTimerInstanceTokenModelImpl)
public com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken create(long kaleoTimerInstanceTokenId)
create in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistencekaleoTimerInstanceTokenId - the primary key for the new kaleo timer instance tokenpublic com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken remove(long kaleoTimerInstanceTokenId)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTimerInstanceTokenException
remove in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistencekaleoTimerInstanceTokenId - the primary key of the kaleo timer instance tokencom.liferay.portal.workflow.kaleo.exception.NoSuchTimerInstanceTokenException - if a kaleo timer instance token with the primary key could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken remove(java.io.Serializable primaryKey)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTimerInstanceTokenException
remove in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken>remove in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken>primaryKey - the primary key of the kaleo timer instance tokencom.liferay.portal.workflow.kaleo.exception.NoSuchTimerInstanceTokenException - if a kaleo timer instance token with the primary key could not be foundprotected com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken removeImpl(com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken kaleoTimerInstanceToken)
removeImpl in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken>public com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken updateImpl(com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken kaleoTimerInstanceToken)
updateImpl in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistenceupdateImpl in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken>protected com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken toUnwrappedModel(com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken kaleoTimerInstanceToken)
public com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken findByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTimerInstanceTokenException
NoSuchModelException if it could not be found.findByPrimaryKey in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken>findByPrimaryKey in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken>primaryKey - the primary key of the kaleo timer instance tokencom.liferay.portal.workflow.kaleo.exception.NoSuchTimerInstanceTokenException - if a kaleo timer instance token with the primary key could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken findByPrimaryKey(long kaleoTimerInstanceTokenId)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTimerInstanceTokenException
NoSuchTimerInstanceTokenException if it could not be found.findByPrimaryKey in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistencekaleoTimerInstanceTokenId - the primary key of the kaleo timer instance tokencom.liferay.portal.workflow.kaleo.exception.NoSuchTimerInstanceTokenException - if a kaleo timer instance token with the primary key could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken fetchByPrimaryKey(java.io.Serializable primaryKey)
null if it could not be found.fetchByPrimaryKey in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken>fetchByPrimaryKey in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken>primaryKey - the primary key of the kaleo timer instance tokennull if a kaleo timer instance token with the primary key could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken fetchByPrimaryKey(long kaleoTimerInstanceTokenId)
null if it could not be found.fetchByPrimaryKey in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistencekaleoTimerInstanceTokenId - the primary key of the kaleo timer instance tokennull if a kaleo timer instance token with the primary key could not be foundpublic java.util.Map<java.io.Serializable,com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys)
fetchByPrimaryKeys in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken>fetchByPrimaryKeys in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistencefetchByPrimaryKeys in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken>public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> findAll()
findAll in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistencepublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> findAll(int start,
int end)
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from KaleoTimerInstanceTokenModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistencestart - the lower bound of the range of kaleo timer instance tokensend - the upper bound of the range of kaleo timer instance tokens (not inclusive)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> orderByComparator)
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from KaleoTimerInstanceTokenModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistencestart - 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 (optionally null)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken> orderByComparator,
boolean retrieveFromCache)
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from KaleoTimerInstanceTokenModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistencestart - 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 (optionally null)retrieveFromCache - whether to retrieve from the finder cachepublic void removeAll()
removeAll in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistencepublic int countAll()
countAll in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerInstanceTokenPersistenceprotected java.util.Map<java.lang.String,java.lang.Integer> getTableColumnsMap()
getTableColumnsMap in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken>public void afterPropertiesSet()
public void destroy()