@ProviderType
public class KaleoInstancePersistenceImpl
extends com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoInstance>
implements com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistence
Caching information and settings can be found in portal.properties
KaleoInstancePersistence,
KaleoInstanceUtil| 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_C_KDN_KDV_CD |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_C_U |
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_KDI_C |
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_C_KDN_KDV_CD |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_C_U |
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_KDI_C |
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_C_KDN_KDV_CD |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_U |
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_KDI_C |
protected com.liferay.portal.kernel.dao.orm.FinderCache |
finderCache |
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, NULL_SAFE_STRING_COMPARATOR, 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 |
|---|
KaleoInstancePersistenceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet()
Initializes the kaleo instance persistence.
|
void |
cacheResult(com.liferay.portal.workflow.kaleo.model.KaleoInstance kaleoInstance)
Caches the kaleo instance in the entity cache if it is enabled.
|
void |
cacheResult(java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> kaleoInstances)
Caches the kaleo instances in the entity cache if it is enabled.
|
void |
clearCache()
Clears the cache for all kaleo instances.
|
void |
clearCache(com.liferay.portal.workflow.kaleo.model.KaleoInstance kaleoInstance)
Clears the cache for the kaleo instance.
|
void |
clearCache(java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> kaleoInstances) |
int |
countAll()
Returns the number of kaleo instances.
|
int |
countByC_KDN_KDV_CD(long companyId,
java.lang.String kaleoDefinitionName,
int kaleoDefinitionVersion,
java.util.Date completionDate)
Returns the number of kaleo instances where companyId = ? and kaleoDefinitionName = ? and kaleoDefinitionVersion = ? and completionDate = ?.
|
int |
countByC_U(long companyId,
long userId)
Returns the number of kaleo instances where companyId = ? and userId = ?.
|
int |
countByCN_CPK(java.lang.String className,
long classPK)
Returns the number of kaleo instances where className = ? and classPK = ?.
|
int |
countByCompanyId(long companyId)
Returns the number of kaleo instances where companyId = ?.
|
int |
countByKaleoDefinitionId(long kaleoDefinitionId)
Returns the number of kaleo instances where kaleoDefinitionId = ?.
|
int |
countByKDI_C(long kaleoDefinitionId,
boolean completed)
Returns the number of kaleo instances where kaleoDefinitionId = ? and completed = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoInstance |
create(long kaleoInstanceId)
Creates a new kaleo instance with the primary key.
|
void |
destroy() |
com.liferay.portal.workflow.kaleo.model.KaleoInstance |
fetchByC_KDN_KDV_CD_First(long companyId,
java.lang.String kaleoDefinitionName,
int kaleoDefinitionVersion,
java.util.Date completionDate,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
Returns the first kaleo instance in the ordered set where companyId = ? and kaleoDefinitionName = ? and kaleoDefinitionVersion = ? and completionDate = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoInstance |
fetchByC_KDN_KDV_CD_Last(long companyId,
java.lang.String kaleoDefinitionName,
int kaleoDefinitionVersion,
java.util.Date completionDate,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
Returns the last kaleo instance in the ordered set where companyId = ? and kaleoDefinitionName = ? and kaleoDefinitionVersion = ? and completionDate = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoInstance |
fetchByC_U_First(long companyId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
Returns the first kaleo instance in the ordered set where companyId = ? and userId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoInstance |
fetchByC_U_Last(long companyId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
Returns the last kaleo instance in the ordered set where companyId = ? and userId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoInstance |
fetchByCN_CPK_First(java.lang.String className,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
Returns the first kaleo instance in the ordered set where className = ? and classPK = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoInstance |
fetchByCN_CPK_Last(java.lang.String className,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
Returns the last kaleo instance in the ordered set where className = ? and classPK = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoInstance |
fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
Returns the first kaleo instance in the ordered set where companyId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoInstance |
fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
Returns the last kaleo instance in the ordered set where companyId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoInstance |
fetchByKaleoDefinitionId_First(long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
Returns the first kaleo instance in the ordered set where kaleoDefinitionId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoInstance |
fetchByKaleoDefinitionId_Last(long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
Returns the last kaleo instance in the ordered set where kaleoDefinitionId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoInstance |
fetchByKDI_C_First(long kaleoDefinitionId,
boolean completed,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
Returns the first kaleo instance in the ordered set where kaleoDefinitionId = ? and completed = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoInstance |
fetchByKDI_C_Last(long kaleoDefinitionId,
boolean completed,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
Returns the last kaleo instance in the ordered set where kaleoDefinitionId = ? and completed = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoInstance |
fetchByPrimaryKey(long kaleoInstanceId)
Returns the kaleo instance with the primary key or returns
null if it could not be found. |
com.liferay.portal.workflow.kaleo.model.KaleoInstance |
fetchByPrimaryKey(java.io.Serializable primaryKey)
Returns the kaleo instance 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.KaleoInstance> |
fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys) |
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> |
findAll()
Returns all the kaleo instances.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> |
findAll(int start,
int end)
Returns a range of all the kaleo instances.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
Returns an ordered range of all the kaleo instances.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the kaleo instances.
|
com.liferay.portal.workflow.kaleo.model.KaleoInstance |
findByC_KDN_KDV_CD_First(long companyId,
java.lang.String kaleoDefinitionName,
int kaleoDefinitionVersion,
java.util.Date completionDate,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
Returns the first kaleo instance in the ordered set where companyId = ? and kaleoDefinitionName = ? and kaleoDefinitionVersion = ? and completionDate = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoInstance |
findByC_KDN_KDV_CD_Last(long companyId,
java.lang.String kaleoDefinitionName,
int kaleoDefinitionVersion,
java.util.Date completionDate,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
Returns the last kaleo instance in the ordered set where companyId = ? and kaleoDefinitionName = ? and kaleoDefinitionVersion = ? and completionDate = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoInstance[] |
findByC_KDN_KDV_CD_PrevAndNext(long kaleoInstanceId,
long companyId,
java.lang.String kaleoDefinitionName,
int kaleoDefinitionVersion,
java.util.Date completionDate,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
Returns the kaleo instances before and after the current kaleo instance in the ordered set where companyId = ? and kaleoDefinitionName = ? and kaleoDefinitionVersion = ? and completionDate = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> |
findByC_KDN_KDV_CD(long companyId,
java.lang.String kaleoDefinitionName,
int kaleoDefinitionVersion,
java.util.Date completionDate)
Returns all the kaleo instances where companyId = ? and kaleoDefinitionName = ? and kaleoDefinitionVersion = ? and completionDate = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> |
findByC_KDN_KDV_CD(long companyId,
java.lang.String kaleoDefinitionName,
int kaleoDefinitionVersion,
java.util.Date completionDate,
int start,
int end)
Returns a range of all the kaleo instances where companyId = ? and kaleoDefinitionName = ? and kaleoDefinitionVersion = ? and completionDate = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> |
findByC_KDN_KDV_CD(long companyId,
java.lang.String kaleoDefinitionName,
int kaleoDefinitionVersion,
java.util.Date completionDate,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
Returns an ordered range of all the kaleo instances where companyId = ? and kaleoDefinitionName = ? and kaleoDefinitionVersion = ? and completionDate = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> |
findByC_KDN_KDV_CD(long companyId,
java.lang.String kaleoDefinitionName,
int kaleoDefinitionVersion,
java.util.Date completionDate,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the kaleo instances where companyId = ? and kaleoDefinitionName = ? and kaleoDefinitionVersion = ? and completionDate = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoInstance |
findByC_U_First(long companyId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
Returns the first kaleo instance in the ordered set where companyId = ? and userId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoInstance |
findByC_U_Last(long companyId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
Returns the last kaleo instance in the ordered set where companyId = ? and userId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoInstance[] |
findByC_U_PrevAndNext(long kaleoInstanceId,
long companyId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
Returns the kaleo instances before and after the current kaleo instance in the ordered set where companyId = ? and userId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> |
findByC_U(long companyId,
long userId)
Returns all the kaleo instances where companyId = ? and userId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> |
findByC_U(long companyId,
long userId,
int start,
int end)
Returns a range of all the kaleo instances where companyId = ? and userId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> |
findByC_U(long companyId,
long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
Returns an ordered range of all the kaleo instances where companyId = ? and userId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> |
findByC_U(long companyId,
long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the kaleo instances where companyId = ? and userId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoInstance |
findByCN_CPK_First(java.lang.String className,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
Returns the first kaleo instance in the ordered set where className = ? and classPK = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoInstance |
findByCN_CPK_Last(java.lang.String className,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
Returns the last kaleo instance in the ordered set where className = ? and classPK = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoInstance[] |
findByCN_CPK_PrevAndNext(long kaleoInstanceId,
java.lang.String className,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
Returns the kaleo instances before and after the current kaleo instance in the ordered set where className = ? and classPK = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> |
findByCN_CPK(java.lang.String className,
long classPK)
Returns all the kaleo instances where className = ? and classPK = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> |
findByCN_CPK(java.lang.String className,
long classPK,
int start,
int end)
Returns a range of all the kaleo instances where className = ? and classPK = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> |
findByCN_CPK(java.lang.String className,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
Returns an ordered range of all the kaleo instances where className = ? and classPK = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> |
findByCN_CPK(java.lang.String className,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the kaleo instances where className = ? and classPK = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoInstance |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
Returns the first kaleo instance in the ordered set where companyId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoInstance |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
Returns the last kaleo instance in the ordered set where companyId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoInstance[] |
findByCompanyId_PrevAndNext(long kaleoInstanceId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
Returns the kaleo instances before and after the current kaleo instance in the ordered set where companyId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> |
findByCompanyId(long companyId)
Returns all the kaleo instances where companyId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the kaleo instances where companyId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
Returns an ordered range of all the kaleo instances where companyId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the kaleo instances where companyId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoInstance |
findByKaleoDefinitionId_First(long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
Returns the first kaleo instance in the ordered set where kaleoDefinitionId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoInstance |
findByKaleoDefinitionId_Last(long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
Returns the last kaleo instance in the ordered set where kaleoDefinitionId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoInstance[] |
findByKaleoDefinitionId_PrevAndNext(long kaleoInstanceId,
long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
Returns the kaleo instances before and after the current kaleo instance in the ordered set where kaleoDefinitionId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> |
findByKaleoDefinitionId(long kaleoDefinitionId)
Returns all the kaleo instances where kaleoDefinitionId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> |
findByKaleoDefinitionId(long kaleoDefinitionId,
int start,
int end)
Returns a range of all the kaleo instances where kaleoDefinitionId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> |
findByKaleoDefinitionId(long kaleoDefinitionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
Returns an ordered range of all the kaleo instances where kaleoDefinitionId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> |
findByKaleoDefinitionId(long kaleoDefinitionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the kaleo instances where kaleoDefinitionId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoInstance |
findByKDI_C_First(long kaleoDefinitionId,
boolean completed,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
Returns the first kaleo instance in the ordered set where kaleoDefinitionId = ? and completed = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoInstance |
findByKDI_C_Last(long kaleoDefinitionId,
boolean completed,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
Returns the last kaleo instance in the ordered set where kaleoDefinitionId = ? and completed = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoInstance[] |
findByKDI_C_PrevAndNext(long kaleoInstanceId,
long kaleoDefinitionId,
boolean completed,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
Returns the kaleo instances before and after the current kaleo instance in the ordered set where kaleoDefinitionId = ? and completed = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> |
findByKDI_C(long kaleoDefinitionId,
boolean completed)
Returns all the kaleo instances where kaleoDefinitionId = ? and completed = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> |
findByKDI_C(long kaleoDefinitionId,
boolean completed,
int start,
int end)
Returns a range of all the kaleo instances where kaleoDefinitionId = ? and completed = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> |
findByKDI_C(long kaleoDefinitionId,
boolean completed,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
Returns an ordered range of all the kaleo instances where kaleoDefinitionId = ? and completed = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> |
findByKDI_C(long kaleoDefinitionId,
boolean completed,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the kaleo instances where kaleoDefinitionId = ? and completed = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoInstance |
findByPrimaryKey(long kaleoInstanceId)
Returns the kaleo instance with the primary key or throws a
NoSuchInstanceException if it could not be found. |
com.liferay.portal.workflow.kaleo.model.KaleoInstance |
findByPrimaryKey(java.io.Serializable primaryKey)
Returns the kaleo instance with the primary key or throws a
NoSuchModelException if it could not be found. |
protected com.liferay.portal.workflow.kaleo.model.KaleoInstance |
getByC_KDN_KDV_CD_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoInstance kaleoInstance,
long companyId,
java.lang.String kaleoDefinitionName,
int kaleoDefinitionVersion,
java.util.Date completionDate,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator,
boolean previous) |
protected com.liferay.portal.workflow.kaleo.model.KaleoInstance |
getByC_U_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoInstance kaleoInstance,
long companyId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator,
boolean previous) |
protected com.liferay.portal.workflow.kaleo.model.KaleoInstance |
getByCN_CPK_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoInstance kaleoInstance,
java.lang.String className,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator,
boolean previous) |
protected com.liferay.portal.workflow.kaleo.model.KaleoInstance |
getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoInstance kaleoInstance,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator,
boolean previous) |
protected com.liferay.portal.workflow.kaleo.model.KaleoInstance |
getByKaleoDefinitionId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoInstance kaleoInstance,
long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator,
boolean previous) |
protected com.liferay.portal.workflow.kaleo.model.KaleoInstance |
getByKDI_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoInstance kaleoInstance,
long kaleoDefinitionId,
boolean completed,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator,
boolean previous) |
protected java.util.Map<java.lang.String,java.lang.Integer> |
getTableColumnsMap() |
com.liferay.portal.workflow.kaleo.model.KaleoInstance |
remove(long kaleoInstanceId)
Removes the kaleo instance with the primary key from the database.
|
com.liferay.portal.workflow.kaleo.model.KaleoInstance |
remove(java.io.Serializable primaryKey)
Removes the kaleo instance with the primary key from the database.
|
void |
removeAll()
Removes all the kaleo instances from the database.
|
void |
removeByC_KDN_KDV_CD(long companyId,
java.lang.String kaleoDefinitionName,
int kaleoDefinitionVersion,
java.util.Date completionDate)
Removes all the kaleo instances where companyId = ? and kaleoDefinitionName = ? and kaleoDefinitionVersion = ? and completionDate = ? from the database.
|
void |
removeByC_U(long companyId,
long userId)
Removes all the kaleo instances where companyId = ? and userId = ? from the database.
|
void |
removeByCN_CPK(java.lang.String className,
long classPK)
Removes all the kaleo instances where className = ? and classPK = ? from the database.
|
void |
removeByCompanyId(long companyId)
Removes all the kaleo instances where companyId = ? from the database.
|
void |
removeByKaleoDefinitionId(long kaleoDefinitionId)
Removes all the kaleo instances where kaleoDefinitionId = ? from the database.
|
void |
removeByKDI_C(long kaleoDefinitionId,
boolean completed)
Removes all the kaleo instances where kaleoDefinitionId = ? and completed = ? from the database.
|
protected com.liferay.portal.workflow.kaleo.model.KaleoInstance |
removeImpl(com.liferay.portal.workflow.kaleo.model.KaleoInstance kaleoInstance) |
protected com.liferay.portal.workflow.kaleo.model.KaleoInstance |
toUnwrappedModel(com.liferay.portal.workflow.kaleo.model.KaleoInstance kaleoInstance) |
com.liferay.portal.workflow.kaleo.model.KaleoInstance |
updateImpl(com.liferay.portal.workflow.kaleo.model.KaleoInstance kaleoInstance) |
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_C_U
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_U
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_U
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_KDI_C
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_KDI_C
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_KDI_C
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
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_KDN_KDV_CD
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_KDN_KDV_CD
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_KDN_KDV_CD
@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.KaleoInstance> findByCompanyId(long companyId)
findByCompanyId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencecompanyId - the company IDpublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> 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 KaleoInstanceModelImpl. 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.KaleoInstancePersistencecompanyId - the company IDstart - the lower bound of the range of kaleo instancesend - the upper bound of the range of kaleo instances (not inclusive)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> 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 KaleoInstanceModelImpl. 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.KaleoInstancePersistencecompanyId - the company IDstart - the lower bound of the range of kaleo instancesend - the upper bound of the range of kaleo instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> 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 KaleoInstanceModelImpl. 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.KaleoInstancePersistencecompanyId - the company IDstart - the lower bound of the range of kaleo instancesend - the upper bound of the range of kaleo instances (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.KaleoInstance findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchInstanceException
findByCompanyId_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchInstanceException - if a matching kaleo instance could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoInstance fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
fetchByCompanyId_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo instance could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoInstance findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchInstanceException
findByCompanyId_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchInstanceException - if a matching kaleo instance could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoInstance fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
fetchByCompanyId_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo instance could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoInstance[] findByCompanyId_PrevAndNext(long kaleoInstanceId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchInstanceException
findByCompanyId_PrevAndNext in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencekaleoInstanceId - the primary key of the current kaleo instancecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchInstanceException - if a kaleo instance with the primary key could not be foundprotected com.liferay.portal.workflow.kaleo.model.KaleoInstance getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoInstance kaleoInstance,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator,
boolean previous)
public void removeByCompanyId(long companyId)
removeByCompanyId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencecompanyId - the company IDpublic int countByCompanyId(long companyId)
countByCompanyId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencecompanyId - the company IDpublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> findByKaleoDefinitionId(long kaleoDefinitionId)
findByKaleoDefinitionId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencekaleoDefinitionId - the kaleo definition IDpublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> 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 KaleoInstanceModelImpl. 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.KaleoInstancePersistencekaleoDefinitionId - the kaleo definition IDstart - the lower bound of the range of kaleo instancesend - the upper bound of the range of kaleo instances (not inclusive)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> findByKaleoDefinitionId(long kaleoDefinitionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> 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 KaleoInstanceModelImpl. 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.KaleoInstancePersistencekaleoDefinitionId - the kaleo definition IDstart - the lower bound of the range of kaleo instancesend - the upper bound of the range of kaleo instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> findByKaleoDefinitionId(long kaleoDefinitionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> 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 KaleoInstanceModelImpl. 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.KaleoInstancePersistencekaleoDefinitionId - the kaleo definition IDstart - the lower bound of the range of kaleo instancesend - the upper bound of the range of kaleo instances (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.KaleoInstance findByKaleoDefinitionId_First(long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchInstanceException
findByKaleoDefinitionId_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencekaleoDefinitionId - the kaleo definition IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchInstanceException - if a matching kaleo instance could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoInstance fetchByKaleoDefinitionId_First(long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
fetchByKaleoDefinitionId_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencekaleoDefinitionId - the kaleo definition IDorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo instance could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoInstance findByKaleoDefinitionId_Last(long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchInstanceException
findByKaleoDefinitionId_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencekaleoDefinitionId - the kaleo definition IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchInstanceException - if a matching kaleo instance could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoInstance fetchByKaleoDefinitionId_Last(long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
fetchByKaleoDefinitionId_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencekaleoDefinitionId - the kaleo definition IDorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo instance could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoInstance[] findByKaleoDefinitionId_PrevAndNext(long kaleoInstanceId,
long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchInstanceException
findByKaleoDefinitionId_PrevAndNext in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencekaleoInstanceId - the primary key of the current kaleo instancekaleoDefinitionId - the kaleo definition IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchInstanceException - if a kaleo instance with the primary key could not be foundprotected com.liferay.portal.workflow.kaleo.model.KaleoInstance getByKaleoDefinitionId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoInstance kaleoInstance,
long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator,
boolean previous)
public void removeByKaleoDefinitionId(long kaleoDefinitionId)
removeByKaleoDefinitionId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencekaleoDefinitionId - the kaleo definition IDpublic int countByKaleoDefinitionId(long kaleoDefinitionId)
countByKaleoDefinitionId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencekaleoDefinitionId - the kaleo definition IDpublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> findByC_U(long companyId,
long userId)
findByC_U in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencecompanyId - the company IDuserId - the user IDpublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> findByC_U(long companyId,
long userId,
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 KaleoInstanceModelImpl. 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.
findByC_U in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencecompanyId - the company IDuserId - the user IDstart - the lower bound of the range of kaleo instancesend - the upper bound of the range of kaleo instances (not inclusive)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> findByC_U(long companyId,
long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> 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 KaleoInstanceModelImpl. 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.
findByC_U in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencecompanyId - the company IDuserId - the user IDstart - the lower bound of the range of kaleo instancesend - the upper bound of the range of kaleo instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> findByC_U(long companyId,
long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> 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 KaleoInstanceModelImpl. 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.
findByC_U in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencecompanyId - the company IDuserId - the user IDstart - the lower bound of the range of kaleo instancesend - the upper bound of the range of kaleo instances (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.KaleoInstance findByC_U_First(long companyId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchInstanceException
findByC_U_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencecompanyId - the company IDuserId - the user IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchInstanceException - if a matching kaleo instance could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoInstance fetchByC_U_First(long companyId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
fetchByC_U_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencecompanyId - the company IDuserId - the user IDorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo instance could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoInstance findByC_U_Last(long companyId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchInstanceException
findByC_U_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencecompanyId - the company IDuserId - the user IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchInstanceException - if a matching kaleo instance could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoInstance fetchByC_U_Last(long companyId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
fetchByC_U_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencecompanyId - the company IDuserId - the user IDorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo instance could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoInstance[] findByC_U_PrevAndNext(long kaleoInstanceId,
long companyId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchInstanceException
findByC_U_PrevAndNext in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencekaleoInstanceId - the primary key of the current kaleo instancecompanyId - the company IDuserId - the user IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchInstanceException - if a kaleo instance with the primary key could not be foundprotected com.liferay.portal.workflow.kaleo.model.KaleoInstance getByC_U_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoInstance kaleoInstance,
long companyId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator,
boolean previous)
public void removeByC_U(long companyId,
long userId)
removeByC_U in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencecompanyId - the company IDuserId - the user IDpublic int countByC_U(long companyId,
long userId)
countByC_U in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencecompanyId - the company IDuserId - the user IDpublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> findByKDI_C(long kaleoDefinitionId,
boolean completed)
findByKDI_C in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencekaleoDefinitionId - the kaleo definition IDcompleted - the completedpublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> findByKDI_C(long kaleoDefinitionId,
boolean completed,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from KaleoInstanceModelImpl. 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.
findByKDI_C in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencekaleoDefinitionId - the kaleo definition IDcompleted - the completedstart - the lower bound of the range of kaleo instancesend - the upper bound of the range of kaleo instances (not inclusive)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> findByKDI_C(long kaleoDefinitionId,
boolean completed,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> 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 KaleoInstanceModelImpl. 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.
findByKDI_C in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencekaleoDefinitionId - the kaleo definition IDcompleted - the completedstart - the lower bound of the range of kaleo instancesend - the upper bound of the range of kaleo instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> findByKDI_C(long kaleoDefinitionId,
boolean completed,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> 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 KaleoInstanceModelImpl. 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.
findByKDI_C in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencekaleoDefinitionId - the kaleo definition IDcompleted - the completedstart - the lower bound of the range of kaleo instancesend - the upper bound of the range of kaleo instances (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.KaleoInstance findByKDI_C_First(long kaleoDefinitionId,
boolean completed,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchInstanceException
findByKDI_C_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencekaleoDefinitionId - the kaleo definition IDcompleted - the completedorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchInstanceException - if a matching kaleo instance could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoInstance fetchByKDI_C_First(long kaleoDefinitionId,
boolean completed,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
fetchByKDI_C_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencekaleoDefinitionId - the kaleo definition IDcompleted - the completedorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo instance could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoInstance findByKDI_C_Last(long kaleoDefinitionId,
boolean completed,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchInstanceException
findByKDI_C_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencekaleoDefinitionId - the kaleo definition IDcompleted - the completedorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchInstanceException - if a matching kaleo instance could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoInstance fetchByKDI_C_Last(long kaleoDefinitionId,
boolean completed,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
fetchByKDI_C_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencekaleoDefinitionId - the kaleo definition IDcompleted - the completedorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo instance could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoInstance[] findByKDI_C_PrevAndNext(long kaleoInstanceId,
long kaleoDefinitionId,
boolean completed,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchInstanceException
findByKDI_C_PrevAndNext in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencekaleoInstanceId - the primary key of the current kaleo instancekaleoDefinitionId - the kaleo definition IDcompleted - the completedorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchInstanceException - if a kaleo instance with the primary key could not be foundprotected com.liferay.portal.workflow.kaleo.model.KaleoInstance getByKDI_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoInstance kaleoInstance,
long kaleoDefinitionId,
boolean completed,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator,
boolean previous)
public void removeByKDI_C(long kaleoDefinitionId,
boolean completed)
removeByKDI_C in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencekaleoDefinitionId - the kaleo definition IDcompleted - the completedpublic int countByKDI_C(long kaleoDefinitionId,
boolean completed)
countByKDI_C in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencekaleoDefinitionId - the kaleo definition IDcompleted - the completedpublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> findByCN_CPK(java.lang.String className,
long classPK)
findByCN_CPK in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistenceclassName - the class nameclassPK - the class p kpublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> 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 KaleoInstanceModelImpl. 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.KaleoInstancePersistenceclassName - the class nameclassPK - the class p kstart - the lower bound of the range of kaleo instancesend - the upper bound of the range of kaleo instances (not inclusive)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> findByCN_CPK(java.lang.String className,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> 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 KaleoInstanceModelImpl. 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.KaleoInstancePersistenceclassName - the class nameclassPK - the class p kstart - the lower bound of the range of kaleo instancesend - the upper bound of the range of kaleo instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> findByCN_CPK(java.lang.String className,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> 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 KaleoInstanceModelImpl. 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.KaleoInstancePersistenceclassName - the class nameclassPK - the class p kstart - the lower bound of the range of kaleo instancesend - the upper bound of the range of kaleo instances (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.KaleoInstance findByCN_CPK_First(java.lang.String className,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchInstanceException
findByCN_CPK_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistenceclassName - the class nameclassPK - the class p korderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchInstanceException - if a matching kaleo instance could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoInstance fetchByCN_CPK_First(java.lang.String className,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
fetchByCN_CPK_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistenceclassName - the class nameclassPK - the class p korderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo instance could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoInstance findByCN_CPK_Last(java.lang.String className,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchInstanceException
findByCN_CPK_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistenceclassName - the class nameclassPK - the class p korderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchInstanceException - if a matching kaleo instance could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoInstance fetchByCN_CPK_Last(java.lang.String className,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
fetchByCN_CPK_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistenceclassName - the class nameclassPK - the class p korderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo instance could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoInstance[] findByCN_CPK_PrevAndNext(long kaleoInstanceId,
java.lang.String className,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchInstanceException
findByCN_CPK_PrevAndNext in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencekaleoInstanceId - the primary key of the current kaleo instanceclassName - the class nameclassPK - the class p korderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchInstanceException - if a kaleo instance with the primary key could not be foundprotected com.liferay.portal.workflow.kaleo.model.KaleoInstance getByCN_CPK_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoInstance kaleoInstance,
java.lang.String className,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator,
boolean previous)
public void removeByCN_CPK(java.lang.String className,
long classPK)
removeByCN_CPK in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistenceclassName - 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.KaleoInstancePersistenceclassName - the class nameclassPK - the class p kpublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> findByC_KDN_KDV_CD(long companyId,
java.lang.String kaleoDefinitionName,
int kaleoDefinitionVersion,
java.util.Date completionDate)
findByC_KDN_KDV_CD in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencecompanyId - the company IDkaleoDefinitionName - the kaleo definition namekaleoDefinitionVersion - the kaleo definition versioncompletionDate - the completion datepublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> findByC_KDN_KDV_CD(long companyId,
java.lang.String kaleoDefinitionName,
int kaleoDefinitionVersion,
java.util.Date completionDate,
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 KaleoInstanceModelImpl. 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.
findByC_KDN_KDV_CD in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencecompanyId - the company IDkaleoDefinitionName - the kaleo definition namekaleoDefinitionVersion - the kaleo definition versioncompletionDate - the completion datestart - the lower bound of the range of kaleo instancesend - the upper bound of the range of kaleo instances (not inclusive)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> findByC_KDN_KDV_CD(long companyId,
java.lang.String kaleoDefinitionName,
int kaleoDefinitionVersion,
java.util.Date completionDate,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> 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 KaleoInstanceModelImpl. 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.
findByC_KDN_KDV_CD in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencecompanyId - the company IDkaleoDefinitionName - the kaleo definition namekaleoDefinitionVersion - the kaleo definition versioncompletionDate - the completion datestart - the lower bound of the range of kaleo instancesend - the upper bound of the range of kaleo instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> findByC_KDN_KDV_CD(long companyId,
java.lang.String kaleoDefinitionName,
int kaleoDefinitionVersion,
java.util.Date completionDate,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> 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 KaleoInstanceModelImpl. 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.
findByC_KDN_KDV_CD in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencecompanyId - the company IDkaleoDefinitionName - the kaleo definition namekaleoDefinitionVersion - the kaleo definition versioncompletionDate - the completion datestart - the lower bound of the range of kaleo instancesend - the upper bound of the range of kaleo instances (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.KaleoInstance findByC_KDN_KDV_CD_First(long companyId,
java.lang.String kaleoDefinitionName,
int kaleoDefinitionVersion,
java.util.Date completionDate,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchInstanceException
findByC_KDN_KDV_CD_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencecompanyId - the company IDkaleoDefinitionName - the kaleo definition namekaleoDefinitionVersion - the kaleo definition versioncompletionDate - the completion dateorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchInstanceException - if a matching kaleo instance could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoInstance fetchByC_KDN_KDV_CD_First(long companyId,
java.lang.String kaleoDefinitionName,
int kaleoDefinitionVersion,
java.util.Date completionDate,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
fetchByC_KDN_KDV_CD_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencecompanyId - the company IDkaleoDefinitionName - the kaleo definition namekaleoDefinitionVersion - the kaleo definition versioncompletionDate - the completion dateorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo instance could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoInstance findByC_KDN_KDV_CD_Last(long companyId,
java.lang.String kaleoDefinitionName,
int kaleoDefinitionVersion,
java.util.Date completionDate,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchInstanceException
findByC_KDN_KDV_CD_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencecompanyId - the company IDkaleoDefinitionName - the kaleo definition namekaleoDefinitionVersion - the kaleo definition versioncompletionDate - the completion dateorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchInstanceException - if a matching kaleo instance could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoInstance fetchByC_KDN_KDV_CD_Last(long companyId,
java.lang.String kaleoDefinitionName,
int kaleoDefinitionVersion,
java.util.Date completionDate,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
fetchByC_KDN_KDV_CD_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencecompanyId - the company IDkaleoDefinitionName - the kaleo definition namekaleoDefinitionVersion - the kaleo definition versioncompletionDate - the completion dateorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo instance could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoInstance[] findByC_KDN_KDV_CD_PrevAndNext(long kaleoInstanceId,
long companyId,
java.lang.String kaleoDefinitionName,
int kaleoDefinitionVersion,
java.util.Date completionDate,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchInstanceException
findByC_KDN_KDV_CD_PrevAndNext in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencekaleoInstanceId - the primary key of the current kaleo instancecompanyId - the company IDkaleoDefinitionName - the kaleo definition namekaleoDefinitionVersion - the kaleo definition versioncompletionDate - the completion dateorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchInstanceException - if a kaleo instance with the primary key could not be foundprotected com.liferay.portal.workflow.kaleo.model.KaleoInstance getByC_KDN_KDV_CD_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoInstance kaleoInstance,
long companyId,
java.lang.String kaleoDefinitionName,
int kaleoDefinitionVersion,
java.util.Date completionDate,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> orderByComparator,
boolean previous)
public void removeByC_KDN_KDV_CD(long companyId,
java.lang.String kaleoDefinitionName,
int kaleoDefinitionVersion,
java.util.Date completionDate)
removeByC_KDN_KDV_CD in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencecompanyId - the company IDkaleoDefinitionName - the kaleo definition namekaleoDefinitionVersion - the kaleo definition versioncompletionDate - the completion datepublic int countByC_KDN_KDV_CD(long companyId,
java.lang.String kaleoDefinitionName,
int kaleoDefinitionVersion,
java.util.Date completionDate)
countByC_KDN_KDV_CD in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencecompanyId - the company IDkaleoDefinitionName - the kaleo definition namekaleoDefinitionVersion - the kaleo definition versioncompletionDate - the completion datepublic void cacheResult(com.liferay.portal.workflow.kaleo.model.KaleoInstance kaleoInstance)
cacheResult in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencekaleoInstance - the kaleo instancepublic void cacheResult(java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> kaleoInstances)
cacheResult in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencekaleoInstances - the kaleo instancespublic 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.KaleoInstance>clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoInstance>public void clearCache(com.liferay.portal.workflow.kaleo.model.KaleoInstance kaleoInstance)
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.KaleoInstance>clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoInstance>public void clearCache(java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> kaleoInstances)
clearCache in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.workflow.kaleo.model.KaleoInstance>clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoInstance>public com.liferay.portal.workflow.kaleo.model.KaleoInstance create(long kaleoInstanceId)
create in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencekaleoInstanceId - the primary key for the new kaleo instancepublic com.liferay.portal.workflow.kaleo.model.KaleoInstance remove(long kaleoInstanceId)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchInstanceException
remove in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencekaleoInstanceId - the primary key of the kaleo instancecom.liferay.portal.workflow.kaleo.exception.NoSuchInstanceException - if a kaleo instance with the primary key could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoInstance remove(java.io.Serializable primaryKey)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchInstanceException
remove in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.workflow.kaleo.model.KaleoInstance>remove in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoInstance>primaryKey - the primary key of the kaleo instancecom.liferay.portal.workflow.kaleo.exception.NoSuchInstanceException - if a kaleo instance with the primary key could not be foundprotected com.liferay.portal.workflow.kaleo.model.KaleoInstance removeImpl(com.liferay.portal.workflow.kaleo.model.KaleoInstance kaleoInstance)
removeImpl in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoInstance>public com.liferay.portal.workflow.kaleo.model.KaleoInstance updateImpl(com.liferay.portal.workflow.kaleo.model.KaleoInstance kaleoInstance)
updateImpl in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistenceupdateImpl in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoInstance>protected com.liferay.portal.workflow.kaleo.model.KaleoInstance toUnwrappedModel(com.liferay.portal.workflow.kaleo.model.KaleoInstance kaleoInstance)
public com.liferay.portal.workflow.kaleo.model.KaleoInstance findByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchInstanceException
NoSuchModelException if it could not be found.findByPrimaryKey in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.workflow.kaleo.model.KaleoInstance>findByPrimaryKey in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoInstance>primaryKey - the primary key of the kaleo instancecom.liferay.portal.workflow.kaleo.exception.NoSuchInstanceException - if a kaleo instance with the primary key could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoInstance findByPrimaryKey(long kaleoInstanceId)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchInstanceException
NoSuchInstanceException if it could not be found.findByPrimaryKey in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencekaleoInstanceId - the primary key of the kaleo instancecom.liferay.portal.workflow.kaleo.exception.NoSuchInstanceException - if a kaleo instance with the primary key could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoInstance 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.KaleoInstance>fetchByPrimaryKey in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoInstance>primaryKey - the primary key of the kaleo instancenull if a kaleo instance with the primary key could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoInstance fetchByPrimaryKey(long kaleoInstanceId)
null if it could not be found.fetchByPrimaryKey in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencekaleoInstanceId - the primary key of the kaleo instancenull if a kaleo instance with the primary key could not be foundpublic java.util.Map<java.io.Serializable,com.liferay.portal.workflow.kaleo.model.KaleoInstance> fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys)
fetchByPrimaryKeys in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.workflow.kaleo.model.KaleoInstance>fetchByPrimaryKeys in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencefetchByPrimaryKeys in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoInstance>public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> findAll()
findAll in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistencepublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> 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 KaleoInstanceModelImpl. 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.KaleoInstancePersistencestart - the lower bound of the range of kaleo instancesend - the upper bound of the range of kaleo instances (not inclusive)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> 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 KaleoInstanceModelImpl. 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.KaleoInstancePersistencestart - the lower bound of the range of kaleo instancesend - the upper bound of the range of kaleo instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoInstance> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoInstance> 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 KaleoInstanceModelImpl. 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.KaleoInstancePersistencestart - the lower bound of the range of kaleo instancesend - the upper bound of the range of kaleo instances (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.KaleoInstancePersistencepublic int countAll()
countAll in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoInstancePersistenceprotected 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.KaleoInstance>public void afterPropertiesSet()
public void destroy()