@ProviderType
public class KaleoTaskInstanceTokenPersistenceImpl
extends com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken>
implements com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistence
Caching information and settings can be found in portal.properties
KaleoTaskInstanceTokenPersistence,
KaleoTaskInstanceTokenUtil| 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_CN_CPK |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_COMPANYID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_KALEODEFINITIONID |
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_KII_KTI |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_FETCH_BY_KII_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_CN_CPK |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_COMPANYID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_KALEODEFINITIONID |
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_WITHOUT_PAGINATION_FIND_ALL |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_CN_CPK |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COMPANYID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_KALEODEFINITIONID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_KALEOINSTANCEID |
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 |
|---|
KaleoTaskInstanceTokenPersistenceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet()
Initializes the kaleo task instance token persistence.
|
void |
cacheResult(com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken kaleoTaskInstanceToken)
Caches the kaleo task instance token in the entity cache if it is enabled.
|
void |
cacheResult(java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> kaleoTaskInstanceTokens)
Caches the kaleo task instance tokens in the entity cache if it is enabled.
|
protected void |
cacheUniqueFindersCache(KaleoTaskInstanceTokenModelImpl kaleoTaskInstanceTokenModelImpl,
boolean isNew) |
void |
clearCache()
Clears the cache for all kaleo task instance tokens.
|
void |
clearCache(com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken kaleoTaskInstanceToken)
Clears the cache for the kaleo task instance token.
|
void |
clearCache(java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> kaleoTaskInstanceTokens) |
protected void |
clearUniqueFindersCache(KaleoTaskInstanceTokenModelImpl kaleoTaskInstanceTokenModelImpl) |
int |
countAll()
Returns the number of kaleo task instance tokens.
|
int |
countByCN_CPK(java.lang.String className,
long classPK)
Returns the number of kaleo task instance tokens where className = ? and classPK = ?.
|
int |
countByCompanyId(long companyId)
Returns the number of kaleo task instance tokens where companyId = ?.
|
int |
countByKaleoDefinitionId(long kaleoDefinitionId)
Returns the number of kaleo task instance tokens where kaleoDefinitionId = ?.
|
int |
countByKaleoInstanceId(long kaleoInstanceId)
Returns the number of kaleo task instance tokens where kaleoInstanceId = ?.
|
int |
countByKII_KTI(long kaleoInstanceId,
long kaleoTaskId)
Returns the number of kaleo task instance tokens where kaleoInstanceId = ? and kaleoTaskId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken |
create(long kaleoTaskInstanceTokenId)
Creates a new kaleo task instance token with the primary key.
|
void |
destroy() |
com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken |
fetchByCN_CPK_First(java.lang.String className,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator)
Returns the first kaleo task instance token in the ordered set where className = ? and classPK = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken |
fetchByCN_CPK_Last(java.lang.String className,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator)
Returns the last kaleo task instance token in the ordered set where className = ? and classPK = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken |
fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator)
Returns the first kaleo task instance token in the ordered set where companyId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken |
fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator)
Returns the last kaleo task instance token in the ordered set where companyId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken |
fetchByKaleoDefinitionId_First(long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator)
Returns the first kaleo task instance token in the ordered set where kaleoDefinitionId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken |
fetchByKaleoDefinitionId_Last(long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator)
Returns the last kaleo task instance token in the ordered set where kaleoDefinitionId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken |
fetchByKaleoInstanceId_First(long kaleoInstanceId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator)
Returns the first kaleo task instance token in the ordered set where kaleoInstanceId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken |
fetchByKaleoInstanceId_Last(long kaleoInstanceId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator)
Returns the last kaleo task instance token in the ordered set where kaleoInstanceId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken |
fetchByKII_KTI(long kaleoInstanceId,
long kaleoTaskId)
Returns the kaleo task instance token where kaleoInstanceId = ? and kaleoTaskId = ? or returns
null if it could not be found. |
com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken |
fetchByKII_KTI(long kaleoInstanceId,
long kaleoTaskId,
boolean retrieveFromCache)
Returns the kaleo task instance token where kaleoInstanceId = ? and kaleoTaskId = ? or returns
null if it could not be found, optionally using the finder cache. |
com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken |
fetchByPrimaryKey(long kaleoTaskInstanceTokenId)
Returns the kaleo task instance token with the primary key or returns
null if it could not be found. |
com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken |
fetchByPrimaryKey(java.io.Serializable primaryKey)
Returns the kaleo task 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.KaleoTaskInstanceToken> |
fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys) |
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> |
findAll()
Returns all the kaleo task instance tokens.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> |
findAll(int start,
int end)
Returns a range of all the kaleo task instance tokens.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator)
Returns an ordered range of all the kaleo task instance tokens.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the kaleo task instance tokens.
|
com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken |
findByCN_CPK_First(java.lang.String className,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator)
Returns the first kaleo task instance token in the ordered set where className = ? and classPK = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken |
findByCN_CPK_Last(java.lang.String className,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator)
Returns the last kaleo task instance token in the ordered set where className = ? and classPK = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken[] |
findByCN_CPK_PrevAndNext(long kaleoTaskInstanceTokenId,
java.lang.String className,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator)
Returns the kaleo task instance tokens before and after the current kaleo task instance token in the ordered set where className = ? and classPK = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> |
findByCN_CPK(java.lang.String className,
long classPK)
Returns all the kaleo task instance tokens where className = ? and classPK = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> |
findByCN_CPK(java.lang.String className,
long classPK,
int start,
int end)
Returns a range of all the kaleo task instance tokens where className = ? and classPK = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> |
findByCN_CPK(java.lang.String className,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator)
Returns an ordered range of all the kaleo task instance tokens where className = ? and classPK = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> |
findByCN_CPK(java.lang.String className,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the kaleo task instance tokens where className = ? and classPK = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator)
Returns the first kaleo task instance token in the ordered set where companyId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator)
Returns the last kaleo task instance token in the ordered set where companyId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken[] |
findByCompanyId_PrevAndNext(long kaleoTaskInstanceTokenId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator)
Returns the kaleo task instance tokens before and after the current kaleo task instance token in the ordered set where companyId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> |
findByCompanyId(long companyId)
Returns all the kaleo task instance tokens where companyId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the kaleo task instance tokens where companyId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator)
Returns an ordered range of all the kaleo task instance tokens where companyId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the kaleo task instance tokens where companyId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken |
findByKaleoDefinitionId_First(long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator)
Returns the first kaleo task instance token in the ordered set where kaleoDefinitionId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken |
findByKaleoDefinitionId_Last(long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator)
Returns the last kaleo task instance token in the ordered set where kaleoDefinitionId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken[] |
findByKaleoDefinitionId_PrevAndNext(long kaleoTaskInstanceTokenId,
long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator)
Returns the kaleo task instance tokens before and after the current kaleo task instance token in the ordered set where kaleoDefinitionId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> |
findByKaleoDefinitionId(long kaleoDefinitionId)
Returns all the kaleo task instance tokens where kaleoDefinitionId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> |
findByKaleoDefinitionId(long kaleoDefinitionId,
int start,
int end)
Returns a range of all the kaleo task instance tokens where kaleoDefinitionId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> |
findByKaleoDefinitionId(long kaleoDefinitionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator)
Returns an ordered range of all the kaleo task instance tokens where kaleoDefinitionId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> |
findByKaleoDefinitionId(long kaleoDefinitionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the kaleo task instance tokens where kaleoDefinitionId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken |
findByKaleoInstanceId_First(long kaleoInstanceId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator)
Returns the first kaleo task instance token in the ordered set where kaleoInstanceId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken |
findByKaleoInstanceId_Last(long kaleoInstanceId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator)
Returns the last kaleo task instance token in the ordered set where kaleoInstanceId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken[] |
findByKaleoInstanceId_PrevAndNext(long kaleoTaskInstanceTokenId,
long kaleoInstanceId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator)
Returns the kaleo task instance tokens before and after the current kaleo task instance token in the ordered set where kaleoInstanceId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> |
findByKaleoInstanceId(long kaleoInstanceId)
Returns all the kaleo task instance tokens where kaleoInstanceId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> |
findByKaleoInstanceId(long kaleoInstanceId,
int start,
int end)
Returns a range of all the kaleo task instance tokens where kaleoInstanceId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> |
findByKaleoInstanceId(long kaleoInstanceId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator)
Returns an ordered range of all the kaleo task instance tokens where kaleoInstanceId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> |
findByKaleoInstanceId(long kaleoInstanceId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the kaleo task instance tokens where kaleoInstanceId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken |
findByKII_KTI(long kaleoInstanceId,
long kaleoTaskId)
Returns the kaleo task instance token where kaleoInstanceId = ? and kaleoTaskId = ? or throws a
NoSuchTaskInstanceTokenException if it could not be found. |
com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken |
findByPrimaryKey(long kaleoTaskInstanceTokenId)
Returns the kaleo task instance token with the primary key or throws a
NoSuchTaskInstanceTokenException if it could not be found. |
com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken |
findByPrimaryKey(java.io.Serializable primaryKey)
Returns the kaleo task instance token with the primary key or throws a
NoSuchModelException if it could not be found. |
protected com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken |
getByCN_CPK_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken kaleoTaskInstanceToken,
java.lang.String className,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator,
boolean previous) |
protected com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken |
getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken kaleoTaskInstanceToken,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator,
boolean previous) |
protected com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken |
getByKaleoDefinitionId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken kaleoTaskInstanceToken,
long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator,
boolean previous) |
protected com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken |
getByKaleoInstanceId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken kaleoTaskInstanceToken,
long kaleoInstanceId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator,
boolean previous) |
protected java.util.Map<java.lang.String,java.lang.Integer> |
getTableColumnsMap() |
com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken |
remove(long kaleoTaskInstanceTokenId)
Removes the kaleo task instance token with the primary key from the database.
|
com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken |
remove(java.io.Serializable primaryKey)
Removes the kaleo task instance token with the primary key from the database.
|
void |
removeAll()
Removes all the kaleo task instance tokens from the database.
|
void |
removeByCN_CPK(java.lang.String className,
long classPK)
Removes all the kaleo task instance tokens where className = ? and classPK = ? from the database.
|
void |
removeByCompanyId(long companyId)
Removes all the kaleo task instance tokens where companyId = ? from the database.
|
void |
removeByKaleoDefinitionId(long kaleoDefinitionId)
Removes all the kaleo task instance tokens where kaleoDefinitionId = ? from the database.
|
void |
removeByKaleoInstanceId(long kaleoInstanceId)
Removes all the kaleo task instance tokens where kaleoInstanceId = ? from the database.
|
com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken |
removeByKII_KTI(long kaleoInstanceId,
long kaleoTaskId)
Removes the kaleo task instance token where kaleoInstanceId = ? and kaleoTaskId = ? from the database.
|
protected com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken |
removeImpl(com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken kaleoTaskInstanceToken) |
protected com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken |
toUnwrappedModel(com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken kaleoTaskInstanceToken) |
com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken |
updateImpl(com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken kaleoTaskInstanceToken) |
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_COMPANYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COMPANYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_COMPANYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_KALEODEFINITIONID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_KALEODEFINITIONID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_KALEODEFINITIONID
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_KII_KTI
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_KII_KTI
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_CN_CPK
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_CN_CPK
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_CN_CPK
@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 KaleoTaskInstanceTokenPersistenceImpl()
public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> findByCompanyId(long companyId)
findByCompanyId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistencecompanyId - the company IDpublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> findByCompanyId(long companyId,
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 KaleoTaskInstanceTokenModelImpl. 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.
findByCompanyId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistencecompanyId - the company IDstart - the lower bound of the range of kaleo task instance tokensend - the upper bound of the range of kaleo task instance tokens (not inclusive)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> 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 KaleoTaskInstanceTokenModelImpl. 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.
findByCompanyId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistencecompanyId - the company IDstart - the lower bound of the range of kaleo task instance tokensend - the upper bound of the range of kaleo task instance tokens (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> 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 KaleoTaskInstanceTokenModelImpl. 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.
findByCompanyId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistencecompanyId - the company IDstart - the lower bound of the range of kaleo task instance tokensend - the upper bound of the range of kaleo task 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.KaleoTaskInstanceToken findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTaskInstanceTokenException
findByCompanyId_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchTaskInstanceTokenException - if a matching kaleo task instance token could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator)
fetchByCompanyId_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo task instance token could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTaskInstanceTokenException
findByCompanyId_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchTaskInstanceTokenException - if a matching kaleo task instance token could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator)
fetchByCompanyId_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo task instance token could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken[] findByCompanyId_PrevAndNext(long kaleoTaskInstanceTokenId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTaskInstanceTokenException
findByCompanyId_PrevAndNext in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistencekaleoTaskInstanceTokenId - the primary key of the current kaleo task instance tokencompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchTaskInstanceTokenException - if a kaleo task instance token with the primary key could not be foundprotected com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken kaleoTaskInstanceToken,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator,
boolean previous)
public void removeByCompanyId(long companyId)
removeByCompanyId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistencecompanyId - the company IDpublic int countByCompanyId(long companyId)
countByCompanyId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistencecompanyId - the company IDpublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> findByKaleoDefinitionId(long kaleoDefinitionId)
findByKaleoDefinitionId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistencekaleoDefinitionId - the kaleo definition IDpublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> findByKaleoDefinitionId(long kaleoDefinitionId,
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 KaleoTaskInstanceTokenModelImpl. 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.
findByKaleoDefinitionId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistencekaleoDefinitionId - the kaleo definition IDstart - the lower bound of the range of kaleo task instance tokensend - the upper bound of the range of kaleo task instance tokens (not inclusive)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> findByKaleoDefinitionId(long kaleoDefinitionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> 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 KaleoTaskInstanceTokenModelImpl. 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.
findByKaleoDefinitionId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistencekaleoDefinitionId - the kaleo definition IDstart - the lower bound of the range of kaleo task instance tokensend - the upper bound of the range of kaleo task instance tokens (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> findByKaleoDefinitionId(long kaleoDefinitionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> 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 KaleoTaskInstanceTokenModelImpl. 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.
findByKaleoDefinitionId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistencekaleoDefinitionId - the kaleo definition IDstart - the lower bound of the range of kaleo task instance tokensend - the upper bound of the range of kaleo task 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.KaleoTaskInstanceToken findByKaleoDefinitionId_First(long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTaskInstanceTokenException
findByKaleoDefinitionId_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistencekaleoDefinitionId - the kaleo definition IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchTaskInstanceTokenException - if a matching kaleo task instance token could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken fetchByKaleoDefinitionId_First(long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator)
fetchByKaleoDefinitionId_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistencekaleoDefinitionId - the kaleo definition IDorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo task instance token could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken findByKaleoDefinitionId_Last(long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTaskInstanceTokenException
findByKaleoDefinitionId_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistencekaleoDefinitionId - the kaleo definition IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchTaskInstanceTokenException - if a matching kaleo task instance token could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken fetchByKaleoDefinitionId_Last(long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator)
fetchByKaleoDefinitionId_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistencekaleoDefinitionId - the kaleo definition IDorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo task instance token could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken[] findByKaleoDefinitionId_PrevAndNext(long kaleoTaskInstanceTokenId,
long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTaskInstanceTokenException
findByKaleoDefinitionId_PrevAndNext in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistencekaleoTaskInstanceTokenId - the primary key of the current kaleo task instance tokenkaleoDefinitionId - the kaleo definition IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchTaskInstanceTokenException - if a kaleo task instance token with the primary key could not be foundprotected com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken getByKaleoDefinitionId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken kaleoTaskInstanceToken,
long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator,
boolean previous)
public void removeByKaleoDefinitionId(long kaleoDefinitionId)
removeByKaleoDefinitionId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistencekaleoDefinitionId - the kaleo definition IDpublic int countByKaleoDefinitionId(long kaleoDefinitionId)
countByKaleoDefinitionId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistencekaleoDefinitionId - the kaleo definition IDpublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> findByKaleoInstanceId(long kaleoInstanceId)
findByKaleoInstanceId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistencekaleoInstanceId - the kaleo instance IDpublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> 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 KaleoTaskInstanceTokenModelImpl. 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.KaleoTaskInstanceTokenPersistencekaleoInstanceId - the kaleo instance IDstart - the lower bound of the range of kaleo task instance tokensend - the upper bound of the range of kaleo task instance tokens (not inclusive)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> findByKaleoInstanceId(long kaleoInstanceId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> 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 KaleoTaskInstanceTokenModelImpl. 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.KaleoTaskInstanceTokenPersistencekaleoInstanceId - the kaleo instance IDstart - the lower bound of the range of kaleo task instance tokensend - the upper bound of the range of kaleo task instance tokens (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> findByKaleoInstanceId(long kaleoInstanceId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> 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 KaleoTaskInstanceTokenModelImpl. 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.KaleoTaskInstanceTokenPersistencekaleoInstanceId - the kaleo instance IDstart - the lower bound of the range of kaleo task instance tokensend - the upper bound of the range of kaleo task 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.KaleoTaskInstanceToken findByKaleoInstanceId_First(long kaleoInstanceId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTaskInstanceTokenException
findByKaleoInstanceId_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistencekaleoInstanceId - the kaleo instance IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchTaskInstanceTokenException - if a matching kaleo task instance token could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken fetchByKaleoInstanceId_First(long kaleoInstanceId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator)
fetchByKaleoInstanceId_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistencekaleoInstanceId - the kaleo instance IDorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo task instance token could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken findByKaleoInstanceId_Last(long kaleoInstanceId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTaskInstanceTokenException
findByKaleoInstanceId_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistencekaleoInstanceId - the kaleo instance IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchTaskInstanceTokenException - if a matching kaleo task instance token could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken fetchByKaleoInstanceId_Last(long kaleoInstanceId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator)
fetchByKaleoInstanceId_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistencekaleoInstanceId - the kaleo instance IDorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo task instance token could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken[] findByKaleoInstanceId_PrevAndNext(long kaleoTaskInstanceTokenId,
long kaleoInstanceId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTaskInstanceTokenException
findByKaleoInstanceId_PrevAndNext in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistencekaleoTaskInstanceTokenId - the primary key of the current kaleo task instance tokenkaleoInstanceId - the kaleo instance IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchTaskInstanceTokenException - if a kaleo task instance token with the primary key could not be foundprotected com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken getByKaleoInstanceId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken kaleoTaskInstanceToken,
long kaleoInstanceId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator,
boolean previous)
public void removeByKaleoInstanceId(long kaleoInstanceId)
removeByKaleoInstanceId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistencekaleoInstanceId - the kaleo instance IDpublic int countByKaleoInstanceId(long kaleoInstanceId)
countByKaleoInstanceId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistencekaleoInstanceId - the kaleo instance IDpublic com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken findByKII_KTI(long kaleoInstanceId,
long kaleoTaskId)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTaskInstanceTokenException
NoSuchTaskInstanceTokenException if it could not be found.findByKII_KTI in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistencekaleoInstanceId - the kaleo instance IDkaleoTaskId - the kaleo task IDcom.liferay.portal.workflow.kaleo.exception.NoSuchTaskInstanceTokenException - if a matching kaleo task instance token could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken fetchByKII_KTI(long kaleoInstanceId,
long kaleoTaskId)
null if it could not be found. Uses the finder cache.fetchByKII_KTI in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistencekaleoInstanceId - the kaleo instance IDkaleoTaskId - the kaleo task IDnull if a matching kaleo task instance token could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken fetchByKII_KTI(long kaleoInstanceId,
long kaleoTaskId,
boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.fetchByKII_KTI in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistencekaleoInstanceId - the kaleo instance IDkaleoTaskId - the kaleo task IDretrieveFromCache - whether to retrieve from the finder cachenull if a matching kaleo task instance token could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken removeByKII_KTI(long kaleoInstanceId,
long kaleoTaskId)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTaskInstanceTokenException
removeByKII_KTI in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistencekaleoInstanceId - the kaleo instance IDkaleoTaskId - the kaleo task IDcom.liferay.portal.workflow.kaleo.exception.NoSuchTaskInstanceTokenExceptionpublic int countByKII_KTI(long kaleoInstanceId,
long kaleoTaskId)
countByKII_KTI in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistencekaleoInstanceId - the kaleo instance IDkaleoTaskId - the kaleo task IDpublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> findByCN_CPK(java.lang.String className,
long classPK)
findByCN_CPK in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistenceclassName - the class nameclassPK - the class p kpublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> findByCN_CPK(java.lang.String className,
long classPK,
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 KaleoTaskInstanceTokenModelImpl. 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.
findByCN_CPK in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistenceclassName - the class nameclassPK - the class p kstart - the lower bound of the range of kaleo task instance tokensend - the upper bound of the range of kaleo task instance tokens (not inclusive)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> findByCN_CPK(java.lang.String className,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> 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 KaleoTaskInstanceTokenModelImpl. 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.
findByCN_CPK in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistenceclassName - the class nameclassPK - the class p kstart - the lower bound of the range of kaleo task instance tokensend - the upper bound of the range of kaleo task instance tokens (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> findByCN_CPK(java.lang.String className,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> 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 KaleoTaskInstanceTokenModelImpl. 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.
findByCN_CPK in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistenceclassName - the class nameclassPK - the class p kstart - the lower bound of the range of kaleo task instance tokensend - the upper bound of the range of kaleo task 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.KaleoTaskInstanceToken findByCN_CPK_First(java.lang.String className,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTaskInstanceTokenException
findByCN_CPK_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistenceclassName - the class nameclassPK - the class p korderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchTaskInstanceTokenException - if a matching kaleo task instance token could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken fetchByCN_CPK_First(java.lang.String className,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator)
fetchByCN_CPK_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistenceclassName - the class nameclassPK - the class p korderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo task instance token could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken findByCN_CPK_Last(java.lang.String className,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTaskInstanceTokenException
findByCN_CPK_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistenceclassName - the class nameclassPK - the class p korderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchTaskInstanceTokenException - if a matching kaleo task instance token could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken fetchByCN_CPK_Last(java.lang.String className,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator)
fetchByCN_CPK_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistenceclassName - the class nameclassPK - the class p korderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo task instance token could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken[] findByCN_CPK_PrevAndNext(long kaleoTaskInstanceTokenId,
java.lang.String className,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTaskInstanceTokenException
findByCN_CPK_PrevAndNext in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistencekaleoTaskInstanceTokenId - the primary key of the current kaleo task instance tokenclassName - the class nameclassPK - the class p korderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchTaskInstanceTokenException - if a kaleo task instance token with the primary key could not be foundprotected com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken getByCN_CPK_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken kaleoTaskInstanceToken,
java.lang.String className,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> orderByComparator,
boolean previous)
public void removeByCN_CPK(java.lang.String className,
long classPK)
removeByCN_CPK in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistenceclassName - the class nameclassPK - the class p kpublic int countByCN_CPK(java.lang.String className,
long classPK)
countByCN_CPK in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistenceclassName - the class nameclassPK - the class p kpublic void cacheResult(com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken kaleoTaskInstanceToken)
cacheResult in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistencekaleoTaskInstanceToken - the kaleo task instance tokenpublic void cacheResult(java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> kaleoTaskInstanceTokens)
cacheResult in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistencekaleoTaskInstanceTokens - the kaleo task 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.KaleoTaskInstanceToken>clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken>public void clearCache(com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken kaleoTaskInstanceToken)
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.KaleoTaskInstanceToken>clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken>public void clearCache(java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> kaleoTaskInstanceTokens)
clearCache in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken>clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken>protected void cacheUniqueFindersCache(KaleoTaskInstanceTokenModelImpl kaleoTaskInstanceTokenModelImpl, boolean isNew)
protected void clearUniqueFindersCache(KaleoTaskInstanceTokenModelImpl kaleoTaskInstanceTokenModelImpl)
public com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken create(long kaleoTaskInstanceTokenId)
create in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistencekaleoTaskInstanceTokenId - the primary key for the new kaleo task instance tokenpublic com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken remove(long kaleoTaskInstanceTokenId)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTaskInstanceTokenException
remove in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistencekaleoTaskInstanceTokenId - the primary key of the kaleo task instance tokencom.liferay.portal.workflow.kaleo.exception.NoSuchTaskInstanceTokenException - if a kaleo task instance token with the primary key could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken remove(java.io.Serializable primaryKey)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTaskInstanceTokenException
remove in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken>remove in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken>primaryKey - the primary key of the kaleo task instance tokencom.liferay.portal.workflow.kaleo.exception.NoSuchTaskInstanceTokenException - if a kaleo task instance token with the primary key could not be foundprotected com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken removeImpl(com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken kaleoTaskInstanceToken)
removeImpl in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken>public com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken updateImpl(com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken kaleoTaskInstanceToken)
updateImpl in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistenceupdateImpl in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken>protected com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken toUnwrappedModel(com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken kaleoTaskInstanceToken)
public com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken findByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTaskInstanceTokenException
NoSuchModelException if it could not be found.findByPrimaryKey in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken>findByPrimaryKey in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken>primaryKey - the primary key of the kaleo task instance tokencom.liferay.portal.workflow.kaleo.exception.NoSuchTaskInstanceTokenException - if a kaleo task instance token with the primary key could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken findByPrimaryKey(long kaleoTaskInstanceTokenId)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTaskInstanceTokenException
NoSuchTaskInstanceTokenException if it could not be found.findByPrimaryKey in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistencekaleoTaskInstanceTokenId - the primary key of the kaleo task instance tokencom.liferay.portal.workflow.kaleo.exception.NoSuchTaskInstanceTokenException - if a kaleo task instance token with the primary key could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken 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.KaleoTaskInstanceToken>fetchByPrimaryKey in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken>primaryKey - the primary key of the kaleo task instance tokennull if a kaleo task instance token with the primary key could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken fetchByPrimaryKey(long kaleoTaskInstanceTokenId)
null if it could not be found.fetchByPrimaryKey in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistencekaleoTaskInstanceTokenId - the primary key of the kaleo task instance tokennull if a kaleo task instance token with the primary key could not be foundpublic java.util.Map<java.io.Serializable,com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys)
fetchByPrimaryKeys in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken>fetchByPrimaryKeys in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistencefetchByPrimaryKeys in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken>public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> findAll()
findAll in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistencepublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> 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 KaleoTaskInstanceTokenModelImpl. 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.KaleoTaskInstanceTokenPersistencestart - the lower bound of the range of kaleo task instance tokensend - the upper bound of the range of kaleo task instance tokens (not inclusive)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> 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 KaleoTaskInstanceTokenModelImpl. 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.KaleoTaskInstanceTokenPersistencestart - the lower bound of the range of kaleo task instance tokensend - the upper bound of the range of kaleo task instance tokens (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken> 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 KaleoTaskInstanceTokenModelImpl. 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.KaleoTaskInstanceTokenPersistencestart - the lower bound of the range of kaleo task instance tokensend - the upper bound of the range of kaleo task 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.KaleoTaskInstanceTokenPersistencepublic int countAll()
countAll in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskInstanceTokenPersistenceprotected 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.KaleoTaskInstanceToken>public void afterPropertiesSet()
public void destroy()