@ProviderType
public class KaleoTimerPersistenceImpl
extends com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTimer>
implements com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerPersistence
Caching information and settings can be found in portal.properties
KaleoTimerPersistence,
KaleoTimerUtil| 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_KCN_KCPK |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_KCN_KCPK_BLOCKING |
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_KCN_KCPK |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_KCN_KCPK_BLOCKING |
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_KCN_KCPK |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_KCN_KCPK_BLOCKING |
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 |
|---|
KaleoTimerPersistenceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet()
Initializes the kaleo timer persistence.
|
void |
cacheResult(com.liferay.portal.workflow.kaleo.model.KaleoTimer kaleoTimer)
Caches the kaleo timer in the entity cache if it is enabled.
|
void |
cacheResult(java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimer> kaleoTimers)
Caches the kaleo timers in the entity cache if it is enabled.
|
void |
clearCache()
Clears the cache for all kaleo timers.
|
void |
clearCache(com.liferay.portal.workflow.kaleo.model.KaleoTimer kaleoTimer)
Clears the cache for the kaleo timer.
|
void |
clearCache(java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimer> kaleoTimers) |
int |
countAll()
Returns the number of kaleo timers.
|
int |
countByKCN_KCPK_Blocking(java.lang.String kaleoClassName,
long kaleoClassPK,
boolean blocking)
Returns the number of kaleo timers where kaleoClassName = ? and kaleoClassPK = ? and blocking = ?.
|
int |
countByKCN_KCPK(java.lang.String kaleoClassName,
long kaleoClassPK)
Returns the number of kaleo timers where kaleoClassName = ? and kaleoClassPK = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTimer |
create(long kaleoTimerId)
Creates a new kaleo timer with the primary key.
|
void |
destroy() |
com.liferay.portal.workflow.kaleo.model.KaleoTimer |
fetchByKCN_KCPK_Blocking_First(java.lang.String kaleoClassName,
long kaleoClassPK,
boolean blocking,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimer> orderByComparator)
Returns the first kaleo timer in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and blocking = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTimer |
fetchByKCN_KCPK_Blocking_Last(java.lang.String kaleoClassName,
long kaleoClassPK,
boolean blocking,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimer> orderByComparator)
Returns the last kaleo timer in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and blocking = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTimer |
fetchByKCN_KCPK_First(java.lang.String kaleoClassName,
long kaleoClassPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimer> orderByComparator)
Returns the first kaleo timer in the ordered set where kaleoClassName = ? and kaleoClassPK = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTimer |
fetchByKCN_KCPK_Last(java.lang.String kaleoClassName,
long kaleoClassPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimer> orderByComparator)
Returns the last kaleo timer in the ordered set where kaleoClassName = ? and kaleoClassPK = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTimer |
fetchByPrimaryKey(long kaleoTimerId)
Returns the kaleo timer with the primary key or returns
null if it could not be found. |
com.liferay.portal.workflow.kaleo.model.KaleoTimer |
fetchByPrimaryKey(java.io.Serializable primaryKey)
Returns the kaleo timer 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.KaleoTimer> |
fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys) |
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimer> |
findAll()
Returns all the kaleo timers.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimer> |
findAll(int start,
int end)
Returns a range of all the kaleo timers.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimer> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimer> orderByComparator)
Returns an ordered range of all the kaleo timers.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimer> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimer> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the kaleo timers.
|
com.liferay.portal.workflow.kaleo.model.KaleoTimer |
findByKCN_KCPK_Blocking_First(java.lang.String kaleoClassName,
long kaleoClassPK,
boolean blocking,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimer> orderByComparator)
Returns the first kaleo timer in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and blocking = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTimer |
findByKCN_KCPK_Blocking_Last(java.lang.String kaleoClassName,
long kaleoClassPK,
boolean blocking,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimer> orderByComparator)
Returns the last kaleo timer in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and blocking = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTimer[] |
findByKCN_KCPK_Blocking_PrevAndNext(long kaleoTimerId,
java.lang.String kaleoClassName,
long kaleoClassPK,
boolean blocking,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimer> orderByComparator)
Returns the kaleo timers before and after the current kaleo timer in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and blocking = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimer> |
findByKCN_KCPK_Blocking(java.lang.String kaleoClassName,
long kaleoClassPK,
boolean blocking)
Returns all the kaleo timers where kaleoClassName = ? and kaleoClassPK = ? and blocking = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimer> |
findByKCN_KCPK_Blocking(java.lang.String kaleoClassName,
long kaleoClassPK,
boolean blocking,
int start,
int end)
Returns a range of all the kaleo timers where kaleoClassName = ? and kaleoClassPK = ? and blocking = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimer> |
findByKCN_KCPK_Blocking(java.lang.String kaleoClassName,
long kaleoClassPK,
boolean blocking,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimer> orderByComparator)
Returns an ordered range of all the kaleo timers where kaleoClassName = ? and kaleoClassPK = ? and blocking = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimer> |
findByKCN_KCPK_Blocking(java.lang.String kaleoClassName,
long kaleoClassPK,
boolean blocking,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimer> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the kaleo timers where kaleoClassName = ? and kaleoClassPK = ? and blocking = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTimer |
findByKCN_KCPK_First(java.lang.String kaleoClassName,
long kaleoClassPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimer> orderByComparator)
Returns the first kaleo timer in the ordered set where kaleoClassName = ? and kaleoClassPK = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTimer |
findByKCN_KCPK_Last(java.lang.String kaleoClassName,
long kaleoClassPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimer> orderByComparator)
Returns the last kaleo timer in the ordered set where kaleoClassName = ? and kaleoClassPK = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTimer[] |
findByKCN_KCPK_PrevAndNext(long kaleoTimerId,
java.lang.String kaleoClassName,
long kaleoClassPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimer> orderByComparator)
Returns the kaleo timers before and after the current kaleo timer in the ordered set where kaleoClassName = ? and kaleoClassPK = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimer> |
findByKCN_KCPK(java.lang.String kaleoClassName,
long kaleoClassPK)
Returns all the kaleo timers where kaleoClassName = ? and kaleoClassPK = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimer> |
findByKCN_KCPK(java.lang.String kaleoClassName,
long kaleoClassPK,
int start,
int end)
Returns a range of all the kaleo timers where kaleoClassName = ? and kaleoClassPK = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimer> |
findByKCN_KCPK(java.lang.String kaleoClassName,
long kaleoClassPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimer> orderByComparator)
Returns an ordered range of all the kaleo timers where kaleoClassName = ? and kaleoClassPK = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimer> |
findByKCN_KCPK(java.lang.String kaleoClassName,
long kaleoClassPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimer> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the kaleo timers where kaleoClassName = ? and kaleoClassPK = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTimer |
findByPrimaryKey(long kaleoTimerId)
Returns the kaleo timer with the primary key or throws a
NoSuchTimerException if it could not be found. |
com.liferay.portal.workflow.kaleo.model.KaleoTimer |
findByPrimaryKey(java.io.Serializable primaryKey)
Returns the kaleo timer with the primary key or throws a
NoSuchModelException if it could not be found. |
protected com.liferay.portal.workflow.kaleo.model.KaleoTimer |
getByKCN_KCPK_Blocking_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoTimer kaleoTimer,
java.lang.String kaleoClassName,
long kaleoClassPK,
boolean blocking,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimer> orderByComparator,
boolean previous) |
protected com.liferay.portal.workflow.kaleo.model.KaleoTimer |
getByKCN_KCPK_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoTimer kaleoTimer,
java.lang.String kaleoClassName,
long kaleoClassPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimer> orderByComparator,
boolean previous) |
protected java.util.Map<java.lang.String,java.lang.Integer> |
getTableColumnsMap() |
com.liferay.portal.workflow.kaleo.model.KaleoTimer |
remove(long kaleoTimerId)
Removes the kaleo timer with the primary key from the database.
|
com.liferay.portal.workflow.kaleo.model.KaleoTimer |
remove(java.io.Serializable primaryKey)
Removes the kaleo timer with the primary key from the database.
|
void |
removeAll()
Removes all the kaleo timers from the database.
|
void |
removeByKCN_KCPK_Blocking(java.lang.String kaleoClassName,
long kaleoClassPK,
boolean blocking)
Removes all the kaleo timers where kaleoClassName = ? and kaleoClassPK = ? and blocking = ? from the database.
|
void |
removeByKCN_KCPK(java.lang.String kaleoClassName,
long kaleoClassPK)
Removes all the kaleo timers where kaleoClassName = ? and kaleoClassPK = ? from the database.
|
protected com.liferay.portal.workflow.kaleo.model.KaleoTimer |
removeImpl(com.liferay.portal.workflow.kaleo.model.KaleoTimer kaleoTimer) |
protected com.liferay.portal.workflow.kaleo.model.KaleoTimer |
toUnwrappedModel(com.liferay.portal.workflow.kaleo.model.KaleoTimer kaleoTimer) |
com.liferay.portal.workflow.kaleo.model.KaleoTimer |
updateImpl(com.liferay.portal.workflow.kaleo.model.KaleoTimer kaleoTimer) |
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_KCN_KCPK
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_KCN_KCPK
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_KCN_KCPK
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_KCN_KCPK_BLOCKING
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_KCN_KCPK_BLOCKING
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_KCN_KCPK_BLOCKING
@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 java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimer> findByKCN_KCPK(java.lang.String kaleoClassName,
long kaleoClassPK)
findByKCN_KCPK in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerPersistencekaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p kpublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimer> findByKCN_KCPK(java.lang.String kaleoClassName,
long kaleoClassPK,
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 KaleoTimerModelImpl. 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.
findByKCN_KCPK in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerPersistencekaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p kstart - the lower bound of the range of kaleo timersend - the upper bound of the range of kaleo timers (not inclusive)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimer> findByKCN_KCPK(java.lang.String kaleoClassName,
long kaleoClassPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimer> 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 KaleoTimerModelImpl. 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.
findByKCN_KCPK in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerPersistencekaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p kstart - the lower bound of the range of kaleo timersend - the upper bound of the range of kaleo timers (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimer> findByKCN_KCPK(java.lang.String kaleoClassName,
long kaleoClassPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimer> 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 KaleoTimerModelImpl. 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.
findByKCN_KCPK in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerPersistencekaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p kstart - the lower bound of the range of kaleo timersend - the upper bound of the range of kaleo timers (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.KaleoTimer findByKCN_KCPK_First(java.lang.String kaleoClassName,
long kaleoClassPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimer> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTimerException
findByKCN_KCPK_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerPersistencekaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p korderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchTimerException - if a matching kaleo timer could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTimer fetchByKCN_KCPK_First(java.lang.String kaleoClassName,
long kaleoClassPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimer> orderByComparator)
fetchByKCN_KCPK_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerPersistencekaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p korderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo timer could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTimer findByKCN_KCPK_Last(java.lang.String kaleoClassName,
long kaleoClassPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimer> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTimerException
findByKCN_KCPK_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerPersistencekaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p korderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchTimerException - if a matching kaleo timer could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTimer fetchByKCN_KCPK_Last(java.lang.String kaleoClassName,
long kaleoClassPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimer> orderByComparator)
fetchByKCN_KCPK_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerPersistencekaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p korderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo timer could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTimer[] findByKCN_KCPK_PrevAndNext(long kaleoTimerId,
java.lang.String kaleoClassName,
long kaleoClassPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimer> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTimerException
findByKCN_KCPK_PrevAndNext in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerPersistencekaleoTimerId - the primary key of the current kaleo timerkaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p korderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchTimerException - if a kaleo timer with the primary key could not be foundprotected com.liferay.portal.workflow.kaleo.model.KaleoTimer getByKCN_KCPK_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoTimer kaleoTimer,
java.lang.String kaleoClassName,
long kaleoClassPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimer> orderByComparator,
boolean previous)
public void removeByKCN_KCPK(java.lang.String kaleoClassName,
long kaleoClassPK)
removeByKCN_KCPK in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerPersistencekaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p kpublic int countByKCN_KCPK(java.lang.String kaleoClassName,
long kaleoClassPK)
countByKCN_KCPK in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerPersistencekaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p kpublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimer> findByKCN_KCPK_Blocking(java.lang.String kaleoClassName,
long kaleoClassPK,
boolean blocking)
findByKCN_KCPK_Blocking in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerPersistencekaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p kblocking - the blockingpublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimer> findByKCN_KCPK_Blocking(java.lang.String kaleoClassName,
long kaleoClassPK,
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 KaleoTimerModelImpl. 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.
findByKCN_KCPK_Blocking in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerPersistencekaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p kblocking - the blockingstart - the lower bound of the range of kaleo timersend - the upper bound of the range of kaleo timers (not inclusive)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimer> findByKCN_KCPK_Blocking(java.lang.String kaleoClassName,
long kaleoClassPK,
boolean blocking,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimer> 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 KaleoTimerModelImpl. 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.
findByKCN_KCPK_Blocking in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerPersistencekaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p kblocking - the blockingstart - the lower bound of the range of kaleo timersend - the upper bound of the range of kaleo timers (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimer> findByKCN_KCPK_Blocking(java.lang.String kaleoClassName,
long kaleoClassPK,
boolean blocking,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimer> 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 KaleoTimerModelImpl. 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.
findByKCN_KCPK_Blocking in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerPersistencekaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p kblocking - the blockingstart - the lower bound of the range of kaleo timersend - the upper bound of the range of kaleo timers (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.KaleoTimer findByKCN_KCPK_Blocking_First(java.lang.String kaleoClassName,
long kaleoClassPK,
boolean blocking,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimer> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTimerException
findByKCN_KCPK_Blocking_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerPersistencekaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p kblocking - the blockingorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchTimerException - if a matching kaleo timer could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTimer fetchByKCN_KCPK_Blocking_First(java.lang.String kaleoClassName,
long kaleoClassPK,
boolean blocking,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimer> orderByComparator)
fetchByKCN_KCPK_Blocking_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerPersistencekaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p kblocking - the blockingorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo timer could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTimer findByKCN_KCPK_Blocking_Last(java.lang.String kaleoClassName,
long kaleoClassPK,
boolean blocking,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimer> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTimerException
findByKCN_KCPK_Blocking_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerPersistencekaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p kblocking - the blockingorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchTimerException - if a matching kaleo timer could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTimer fetchByKCN_KCPK_Blocking_Last(java.lang.String kaleoClassName,
long kaleoClassPK,
boolean blocking,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimer> orderByComparator)
fetchByKCN_KCPK_Blocking_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerPersistencekaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p kblocking - the blockingorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo timer could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTimer[] findByKCN_KCPK_Blocking_PrevAndNext(long kaleoTimerId,
java.lang.String kaleoClassName,
long kaleoClassPK,
boolean blocking,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimer> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTimerException
findByKCN_KCPK_Blocking_PrevAndNext in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerPersistencekaleoTimerId - the primary key of the current kaleo timerkaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p kblocking - the blockingorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchTimerException - if a kaleo timer with the primary key could not be foundprotected com.liferay.portal.workflow.kaleo.model.KaleoTimer getByKCN_KCPK_Blocking_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoTimer kaleoTimer,
java.lang.String kaleoClassName,
long kaleoClassPK,
boolean blocking,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimer> orderByComparator,
boolean previous)
public void removeByKCN_KCPK_Blocking(java.lang.String kaleoClassName,
long kaleoClassPK,
boolean blocking)
removeByKCN_KCPK_Blocking in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerPersistencekaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p kblocking - the blockingpublic int countByKCN_KCPK_Blocking(java.lang.String kaleoClassName,
long kaleoClassPK,
boolean blocking)
countByKCN_KCPK_Blocking in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerPersistencekaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p kblocking - the blockingpublic void cacheResult(com.liferay.portal.workflow.kaleo.model.KaleoTimer kaleoTimer)
cacheResult in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerPersistencekaleoTimer - the kaleo timerpublic void cacheResult(java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimer> kaleoTimers)
cacheResult in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerPersistencekaleoTimers - the kaleo timerspublic 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.KaleoTimer>clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTimer>public void clearCache(com.liferay.portal.workflow.kaleo.model.KaleoTimer kaleoTimer)
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.KaleoTimer>clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTimer>public void clearCache(java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimer> kaleoTimers)
clearCache in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.workflow.kaleo.model.KaleoTimer>clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTimer>public com.liferay.portal.workflow.kaleo.model.KaleoTimer create(long kaleoTimerId)
create in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerPersistencekaleoTimerId - the primary key for the new kaleo timerpublic com.liferay.portal.workflow.kaleo.model.KaleoTimer remove(long kaleoTimerId)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTimerException
remove in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerPersistencekaleoTimerId - the primary key of the kaleo timercom.liferay.portal.workflow.kaleo.exception.NoSuchTimerException - if a kaleo timer with the primary key could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTimer remove(java.io.Serializable primaryKey)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTimerException
remove in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.workflow.kaleo.model.KaleoTimer>remove in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTimer>primaryKey - the primary key of the kaleo timercom.liferay.portal.workflow.kaleo.exception.NoSuchTimerException - if a kaleo timer with the primary key could not be foundprotected com.liferay.portal.workflow.kaleo.model.KaleoTimer removeImpl(com.liferay.portal.workflow.kaleo.model.KaleoTimer kaleoTimer)
removeImpl in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTimer>public com.liferay.portal.workflow.kaleo.model.KaleoTimer updateImpl(com.liferay.portal.workflow.kaleo.model.KaleoTimer kaleoTimer)
updateImpl in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerPersistenceupdateImpl in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTimer>protected com.liferay.portal.workflow.kaleo.model.KaleoTimer toUnwrappedModel(com.liferay.portal.workflow.kaleo.model.KaleoTimer kaleoTimer)
public com.liferay.portal.workflow.kaleo.model.KaleoTimer findByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTimerException
NoSuchModelException if it could not be found.findByPrimaryKey in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.workflow.kaleo.model.KaleoTimer>findByPrimaryKey in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTimer>primaryKey - the primary key of the kaleo timercom.liferay.portal.workflow.kaleo.exception.NoSuchTimerException - if a kaleo timer with the primary key could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTimer findByPrimaryKey(long kaleoTimerId)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTimerException
NoSuchTimerException if it could not be found.findByPrimaryKey in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerPersistencekaleoTimerId - the primary key of the kaleo timercom.liferay.portal.workflow.kaleo.exception.NoSuchTimerException - if a kaleo timer with the primary key could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTimer 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.KaleoTimer>fetchByPrimaryKey in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTimer>primaryKey - the primary key of the kaleo timernull if a kaleo timer with the primary key could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTimer fetchByPrimaryKey(long kaleoTimerId)
null if it could not be found.fetchByPrimaryKey in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerPersistencekaleoTimerId - the primary key of the kaleo timernull if a kaleo timer with the primary key could not be foundpublic java.util.Map<java.io.Serializable,com.liferay.portal.workflow.kaleo.model.KaleoTimer> fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys)
fetchByPrimaryKeys in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.workflow.kaleo.model.KaleoTimer>fetchByPrimaryKeys in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerPersistencefetchByPrimaryKeys in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTimer>public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimer> findAll()
findAll in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerPersistencepublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimer> 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 KaleoTimerModelImpl. 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.KaleoTimerPersistencestart - the lower bound of the range of kaleo timersend - the upper bound of the range of kaleo timers (not inclusive)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimer> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimer> 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 KaleoTimerModelImpl. 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.KaleoTimerPersistencestart - the lower bound of the range of kaleo timersend - the upper bound of the range of kaleo timers (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTimer> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTimer> 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 KaleoTimerModelImpl. 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.KaleoTimerPersistencestart - the lower bound of the range of kaleo timersend - the upper bound of the range of kaleo timers (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.KaleoTimerPersistencepublic int countAll()
countAll in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTimerPersistenceprotected 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.KaleoTimer>public void afterPropertiesSet()
public void destroy()