@ProviderType
public class KaleoLogPersistenceImpl
extends com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoLog>
implements com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistence
Caching information and settings can be found in portal.properties
KaleoLogPersistence,
KaleoLogUtil| 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_COMPANYID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_KALEODEFINITIONID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_KALEOINSTANCEID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_KALEOTASKINSTANCETOKENID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_KCN_KCPK_KITI_T |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_KITI_T |
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_COMPANYID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_KALEODEFINITIONID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_KALEOINSTANCEID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_KALEOTASKINSTANCETOKENID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_KCN_KCPK_KITI_T |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_KITI_T |
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_COMPANYID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_KALEODEFINITIONID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_KALEOINSTANCEID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_KALEOTASKINSTANCETOKENID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_KCN_KCPK_KITI_T |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_KITI_T |
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 |
|---|
KaleoLogPersistenceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet()
Initializes the kaleo log persistence.
|
void |
cacheResult(com.liferay.portal.workflow.kaleo.model.KaleoLog kaleoLog)
Caches the kaleo log in the entity cache if it is enabled.
|
void |
cacheResult(java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> kaleoLogs)
Caches the kaleo logs in the entity cache if it is enabled.
|
void |
clearCache()
Clears the cache for all kaleo logs.
|
void |
clearCache(com.liferay.portal.workflow.kaleo.model.KaleoLog kaleoLog)
Clears the cache for the kaleo log.
|
void |
clearCache(java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> kaleoLogs) |
int |
countAll()
Returns the number of kaleo logs.
|
int |
countByCompanyId(long companyId)
Returns the number of kaleo logs where companyId = ?.
|
int |
countByKaleoDefinitionId(long kaleoDefinitionId)
Returns the number of kaleo logs where kaleoDefinitionId = ?.
|
int |
countByKaleoInstanceId(long kaleoInstanceId)
Returns the number of kaleo logs where kaleoInstanceId = ?.
|
int |
countByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId)
Returns the number of kaleo logs where kaleoTaskInstanceTokenId = ?.
|
int |
countByKCN_KCPK_KITI_T(java.lang.String kaleoClassName,
long kaleoClassPK,
long kaleoInstanceTokenId,
java.lang.String type)
Returns the number of kaleo logs where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ?.
|
int |
countByKITI_T(long kaleoInstanceTokenId,
java.lang.String type)
Returns the number of kaleo logs where kaleoInstanceTokenId = ? and type = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoLog |
create(long kaleoLogId)
Creates a new kaleo log with the primary key.
|
void |
destroy() |
com.liferay.portal.workflow.kaleo.model.KaleoLog |
fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
Returns the first kaleo log in the ordered set where companyId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoLog |
fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
Returns the last kaleo log in the ordered set where companyId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoLog |
fetchByKaleoDefinitionId_First(long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
Returns the first kaleo log in the ordered set where kaleoDefinitionId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoLog |
fetchByKaleoDefinitionId_Last(long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
Returns the last kaleo log in the ordered set where kaleoDefinitionId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoLog |
fetchByKaleoInstanceId_First(long kaleoInstanceId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
Returns the first kaleo log in the ordered set where kaleoInstanceId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoLog |
fetchByKaleoInstanceId_Last(long kaleoInstanceId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
Returns the last kaleo log in the ordered set where kaleoInstanceId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoLog |
fetchByKaleoTaskInstanceTokenId_First(long kaleoTaskInstanceTokenId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
Returns the first kaleo log in the ordered set where kaleoTaskInstanceTokenId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoLog |
fetchByKaleoTaskInstanceTokenId_Last(long kaleoTaskInstanceTokenId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
Returns the last kaleo log in the ordered set where kaleoTaskInstanceTokenId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoLog |
fetchByKCN_KCPK_KITI_T_First(java.lang.String kaleoClassName,
long kaleoClassPK,
long kaleoInstanceTokenId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
Returns the first kaleo log in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoLog |
fetchByKCN_KCPK_KITI_T_Last(java.lang.String kaleoClassName,
long kaleoClassPK,
long kaleoInstanceTokenId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
Returns the last kaleo log in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoLog |
fetchByKITI_T_First(long kaleoInstanceTokenId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
Returns the first kaleo log in the ordered set where kaleoInstanceTokenId = ? and type = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoLog |
fetchByKITI_T_Last(long kaleoInstanceTokenId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
Returns the last kaleo log in the ordered set where kaleoInstanceTokenId = ? and type = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoLog |
fetchByPrimaryKey(long kaleoLogId)
Returns the kaleo log with the primary key or returns
null if it could not be found. |
com.liferay.portal.workflow.kaleo.model.KaleoLog |
fetchByPrimaryKey(java.io.Serializable primaryKey)
Returns the kaleo log 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.KaleoLog> |
fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys) |
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> |
findAll()
Returns all the kaleo logs.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> |
findAll(int start,
int end)
Returns a range of all the kaleo logs.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
Returns an ordered range of all the kaleo logs.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the kaleo logs.
|
com.liferay.portal.workflow.kaleo.model.KaleoLog |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
Returns the first kaleo log in the ordered set where companyId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoLog |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
Returns the last kaleo log in the ordered set where companyId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoLog[] |
findByCompanyId_PrevAndNext(long kaleoLogId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
Returns the kaleo logs before and after the current kaleo log in the ordered set where companyId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> |
findByCompanyId(long companyId)
Returns all the kaleo logs where companyId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the kaleo logs where companyId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
Returns an ordered range of all the kaleo logs where companyId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the kaleo logs where companyId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoLog |
findByKaleoDefinitionId_First(long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
Returns the first kaleo log in the ordered set where kaleoDefinitionId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoLog |
findByKaleoDefinitionId_Last(long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
Returns the last kaleo log in the ordered set where kaleoDefinitionId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoLog[] |
findByKaleoDefinitionId_PrevAndNext(long kaleoLogId,
long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
Returns the kaleo logs before and after the current kaleo log in the ordered set where kaleoDefinitionId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> |
findByKaleoDefinitionId(long kaleoDefinitionId)
Returns all the kaleo logs where kaleoDefinitionId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> |
findByKaleoDefinitionId(long kaleoDefinitionId,
int start,
int end)
Returns a range of all the kaleo logs where kaleoDefinitionId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> |
findByKaleoDefinitionId(long kaleoDefinitionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
Returns an ordered range of all the kaleo logs where kaleoDefinitionId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> |
findByKaleoDefinitionId(long kaleoDefinitionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the kaleo logs where kaleoDefinitionId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoLog |
findByKaleoInstanceId_First(long kaleoInstanceId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
Returns the first kaleo log in the ordered set where kaleoInstanceId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoLog |
findByKaleoInstanceId_Last(long kaleoInstanceId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
Returns the last kaleo log in the ordered set where kaleoInstanceId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoLog[] |
findByKaleoInstanceId_PrevAndNext(long kaleoLogId,
long kaleoInstanceId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
Returns the kaleo logs before and after the current kaleo log in the ordered set where kaleoInstanceId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> |
findByKaleoInstanceId(long kaleoInstanceId)
Returns all the kaleo logs where kaleoInstanceId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> |
findByKaleoInstanceId(long kaleoInstanceId,
int start,
int end)
Returns a range of all the kaleo logs where kaleoInstanceId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> |
findByKaleoInstanceId(long kaleoInstanceId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
Returns an ordered range of all the kaleo logs where kaleoInstanceId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> |
findByKaleoInstanceId(long kaleoInstanceId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the kaleo logs where kaleoInstanceId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoLog |
findByKaleoTaskInstanceTokenId_First(long kaleoTaskInstanceTokenId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
Returns the first kaleo log in the ordered set where kaleoTaskInstanceTokenId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoLog |
findByKaleoTaskInstanceTokenId_Last(long kaleoTaskInstanceTokenId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
Returns the last kaleo log in the ordered set where kaleoTaskInstanceTokenId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoLog[] |
findByKaleoTaskInstanceTokenId_PrevAndNext(long kaleoLogId,
long kaleoTaskInstanceTokenId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
Returns the kaleo logs before and after the current kaleo log in the ordered set where kaleoTaskInstanceTokenId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> |
findByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId)
Returns all the kaleo logs where kaleoTaskInstanceTokenId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> |
findByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId,
int start,
int end)
Returns a range of all the kaleo logs where kaleoTaskInstanceTokenId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> |
findByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
Returns an ordered range of all the kaleo logs where kaleoTaskInstanceTokenId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> |
findByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the kaleo logs where kaleoTaskInstanceTokenId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoLog |
findByKCN_KCPK_KITI_T_First(java.lang.String kaleoClassName,
long kaleoClassPK,
long kaleoInstanceTokenId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
Returns the first kaleo log in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoLog |
findByKCN_KCPK_KITI_T_Last(java.lang.String kaleoClassName,
long kaleoClassPK,
long kaleoInstanceTokenId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
Returns the last kaleo log in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoLog[] |
findByKCN_KCPK_KITI_T_PrevAndNext(long kaleoLogId,
java.lang.String kaleoClassName,
long kaleoClassPK,
long kaleoInstanceTokenId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
Returns the kaleo logs before and after the current kaleo log in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> |
findByKCN_KCPK_KITI_T(java.lang.String kaleoClassName,
long kaleoClassPK,
long kaleoInstanceTokenId,
java.lang.String type)
Returns all the kaleo logs where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> |
findByKCN_KCPK_KITI_T(java.lang.String kaleoClassName,
long kaleoClassPK,
long kaleoInstanceTokenId,
java.lang.String type,
int start,
int end)
Returns a range of all the kaleo logs where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> |
findByKCN_KCPK_KITI_T(java.lang.String kaleoClassName,
long kaleoClassPK,
long kaleoInstanceTokenId,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
Returns an ordered range of all the kaleo logs where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> |
findByKCN_KCPK_KITI_T(java.lang.String kaleoClassName,
long kaleoClassPK,
long kaleoInstanceTokenId,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the kaleo logs where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoLog |
findByKITI_T_First(long kaleoInstanceTokenId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
Returns the first kaleo log in the ordered set where kaleoInstanceTokenId = ? and type = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoLog |
findByKITI_T_Last(long kaleoInstanceTokenId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
Returns the last kaleo log in the ordered set where kaleoInstanceTokenId = ? and type = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoLog[] |
findByKITI_T_PrevAndNext(long kaleoLogId,
long kaleoInstanceTokenId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
Returns the kaleo logs before and after the current kaleo log in the ordered set where kaleoInstanceTokenId = ? and type = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> |
findByKITI_T(long kaleoInstanceTokenId,
java.lang.String type)
Returns all the kaleo logs where kaleoInstanceTokenId = ? and type = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> |
findByKITI_T(long kaleoInstanceTokenId,
java.lang.String type,
int start,
int end)
Returns a range of all the kaleo logs where kaleoInstanceTokenId = ? and type = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> |
findByKITI_T(long kaleoInstanceTokenId,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
Returns an ordered range of all the kaleo logs where kaleoInstanceTokenId = ? and type = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> |
findByKITI_T(long kaleoInstanceTokenId,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the kaleo logs where kaleoInstanceTokenId = ? and type = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoLog |
findByPrimaryKey(long kaleoLogId)
Returns the kaleo log with the primary key or throws a
NoSuchLogException if it could not be found. |
com.liferay.portal.workflow.kaleo.model.KaleoLog |
findByPrimaryKey(java.io.Serializable primaryKey)
Returns the kaleo log with the primary key or throws a
NoSuchModelException if it could not be found. |
java.util.Set<java.lang.String> |
getBadColumnNames() |
protected com.liferay.portal.workflow.kaleo.model.KaleoLog |
getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoLog kaleoLog,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator,
boolean previous) |
protected com.liferay.portal.workflow.kaleo.model.KaleoLog |
getByKaleoDefinitionId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoLog kaleoLog,
long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator,
boolean previous) |
protected com.liferay.portal.workflow.kaleo.model.KaleoLog |
getByKaleoInstanceId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoLog kaleoLog,
long kaleoInstanceId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator,
boolean previous) |
protected com.liferay.portal.workflow.kaleo.model.KaleoLog |
getByKaleoTaskInstanceTokenId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoLog kaleoLog,
long kaleoTaskInstanceTokenId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator,
boolean previous) |
protected com.liferay.portal.workflow.kaleo.model.KaleoLog |
getByKCN_KCPK_KITI_T_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoLog kaleoLog,
java.lang.String kaleoClassName,
long kaleoClassPK,
long kaleoInstanceTokenId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator,
boolean previous) |
protected com.liferay.portal.workflow.kaleo.model.KaleoLog |
getByKITI_T_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoLog kaleoLog,
long kaleoInstanceTokenId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator,
boolean previous) |
protected java.util.Map<java.lang.String,java.lang.Integer> |
getTableColumnsMap() |
com.liferay.portal.workflow.kaleo.model.KaleoLog |
remove(long kaleoLogId)
Removes the kaleo log with the primary key from the database.
|
com.liferay.portal.workflow.kaleo.model.KaleoLog |
remove(java.io.Serializable primaryKey)
Removes the kaleo log with the primary key from the database.
|
void |
removeAll()
Removes all the kaleo logs from the database.
|
void |
removeByCompanyId(long companyId)
Removes all the kaleo logs where companyId = ? from the database.
|
void |
removeByKaleoDefinitionId(long kaleoDefinitionId)
Removes all the kaleo logs where kaleoDefinitionId = ? from the database.
|
void |
removeByKaleoInstanceId(long kaleoInstanceId)
Removes all the kaleo logs where kaleoInstanceId = ? from the database.
|
void |
removeByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId)
Removes all the kaleo logs where kaleoTaskInstanceTokenId = ? from the database.
|
void |
removeByKCN_KCPK_KITI_T(java.lang.String kaleoClassName,
long kaleoClassPK,
long kaleoInstanceTokenId,
java.lang.String type)
Removes all the kaleo logs where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ? from the database.
|
void |
removeByKITI_T(long kaleoInstanceTokenId,
java.lang.String type)
Removes all the kaleo logs where kaleoInstanceTokenId = ? and type = ? from the database.
|
protected com.liferay.portal.workflow.kaleo.model.KaleoLog |
removeImpl(com.liferay.portal.workflow.kaleo.model.KaleoLog kaleoLog) |
protected com.liferay.portal.workflow.kaleo.model.KaleoLog |
toUnwrappedModel(com.liferay.portal.workflow.kaleo.model.KaleoLog kaleoLog) |
com.liferay.portal.workflow.kaleo.model.KaleoLog |
updateImpl(com.liferay.portal.workflow.kaleo.model.KaleoLog kaleoLog) |
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, 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, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, updatepublic static final java.lang.String FINDER_CLASS_NAME_ENTITY
public static final java.lang.String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final java.lang.String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_COMPANYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COMPANYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_COMPANYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_KALEODEFINITIONID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_KALEODEFINITIONID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_KALEODEFINITIONID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_KALEOINSTANCEID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_KALEOINSTANCEID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_KALEOINSTANCEID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_KALEOTASKINSTANCETOKENID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_KALEOTASKINSTANCETOKENID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_KALEOTASKINSTANCETOKENID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_KITI_T
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_KITI_T
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_KITI_T
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_KCN_KCPK_KITI_T
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_KCN_KCPK_KITI_T
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_KCN_KCPK_KITI_T
@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.KaleoLog> findByCompanyId(long companyId)
findByCompanyId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencecompanyId - the company IDpublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> 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 KaleoLogModelImpl. 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.KaleoLogPersistencecompanyId - the company IDstart - the lower bound of the range of kaleo logsend - the upper bound of the range of kaleo logs (not inclusive)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> 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 KaleoLogModelImpl. 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.KaleoLogPersistencecompanyId - the company IDstart - the lower bound of the range of kaleo logsend - the upper bound of the range of kaleo logs (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> 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 KaleoLogModelImpl. 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.KaleoLogPersistencecompanyId - the company IDstart - the lower bound of the range of kaleo logsend - the upper bound of the range of kaleo logs (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.KaleoLog findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchLogException
findByCompanyId_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchLogException - if a matching kaleo log could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoLog fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
fetchByCompanyId_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo log could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoLog findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchLogException
findByCompanyId_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchLogException - if a matching kaleo log could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoLog fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
fetchByCompanyId_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo log could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoLog[] findByCompanyId_PrevAndNext(long kaleoLogId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchLogException
findByCompanyId_PrevAndNext in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoLogId - the primary key of the current kaleo logcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchLogException - if a kaleo log with the primary key could not be foundprotected com.liferay.portal.workflow.kaleo.model.KaleoLog getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoLog kaleoLog,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator,
boolean previous)
public void removeByCompanyId(long companyId)
removeByCompanyId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencecompanyId - the company IDpublic int countByCompanyId(long companyId)
countByCompanyId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencecompanyId - the company IDpublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> findByKaleoDefinitionId(long kaleoDefinitionId)
findByKaleoDefinitionId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoDefinitionId - the kaleo definition IDpublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> 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 KaleoLogModelImpl. 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.KaleoLogPersistencekaleoDefinitionId - the kaleo definition IDstart - the lower bound of the range of kaleo logsend - the upper bound of the range of kaleo logs (not inclusive)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> findByKaleoDefinitionId(long kaleoDefinitionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> 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 KaleoLogModelImpl. 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.KaleoLogPersistencekaleoDefinitionId - the kaleo definition IDstart - the lower bound of the range of kaleo logsend - the upper bound of the range of kaleo logs (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> findByKaleoDefinitionId(long kaleoDefinitionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> 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 KaleoLogModelImpl. 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.KaleoLogPersistencekaleoDefinitionId - the kaleo definition IDstart - the lower bound of the range of kaleo logsend - the upper bound of the range of kaleo logs (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.KaleoLog findByKaleoDefinitionId_First(long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchLogException
findByKaleoDefinitionId_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoDefinitionId - the kaleo definition IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchLogException - if a matching kaleo log could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoLog fetchByKaleoDefinitionId_First(long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
fetchByKaleoDefinitionId_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoDefinitionId - the kaleo definition IDorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo log could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoLog findByKaleoDefinitionId_Last(long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchLogException
findByKaleoDefinitionId_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoDefinitionId - the kaleo definition IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchLogException - if a matching kaleo log could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoLog fetchByKaleoDefinitionId_Last(long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
fetchByKaleoDefinitionId_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoDefinitionId - the kaleo definition IDorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo log could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoLog[] findByKaleoDefinitionId_PrevAndNext(long kaleoLogId,
long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchLogException
findByKaleoDefinitionId_PrevAndNext in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoLogId - the primary key of the current kaleo logkaleoDefinitionId - the kaleo definition IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchLogException - if a kaleo log with the primary key could not be foundprotected com.liferay.portal.workflow.kaleo.model.KaleoLog getByKaleoDefinitionId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoLog kaleoLog,
long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator,
boolean previous)
public void removeByKaleoDefinitionId(long kaleoDefinitionId)
removeByKaleoDefinitionId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoDefinitionId - the kaleo definition IDpublic int countByKaleoDefinitionId(long kaleoDefinitionId)
countByKaleoDefinitionId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoDefinitionId - the kaleo definition IDpublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> findByKaleoInstanceId(long kaleoInstanceId)
findByKaleoInstanceId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoInstanceId - the kaleo instance IDpublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> findByKaleoInstanceId(long kaleoInstanceId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from KaleoLogModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByKaleoInstanceId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoInstanceId - the kaleo instance IDstart - the lower bound of the range of kaleo logsend - the upper bound of the range of kaleo logs (not inclusive)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> findByKaleoInstanceId(long kaleoInstanceId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> 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 KaleoLogModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByKaleoInstanceId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoInstanceId - the kaleo instance IDstart - the lower bound of the range of kaleo logsend - the upper bound of the range of kaleo logs (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> findByKaleoInstanceId(long kaleoInstanceId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> 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 KaleoLogModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByKaleoInstanceId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoInstanceId - the kaleo instance IDstart - the lower bound of the range of kaleo logsend - the upper bound of the range of kaleo logs (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.KaleoLog findByKaleoInstanceId_First(long kaleoInstanceId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchLogException
findByKaleoInstanceId_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoInstanceId - the kaleo instance IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchLogException - if a matching kaleo log could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoLog fetchByKaleoInstanceId_First(long kaleoInstanceId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
fetchByKaleoInstanceId_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoInstanceId - the kaleo instance IDorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo log could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoLog findByKaleoInstanceId_Last(long kaleoInstanceId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchLogException
findByKaleoInstanceId_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoInstanceId - the kaleo instance IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchLogException - if a matching kaleo log could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoLog fetchByKaleoInstanceId_Last(long kaleoInstanceId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
fetchByKaleoInstanceId_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoInstanceId - the kaleo instance IDorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo log could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoLog[] findByKaleoInstanceId_PrevAndNext(long kaleoLogId,
long kaleoInstanceId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchLogException
findByKaleoInstanceId_PrevAndNext in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoLogId - the primary key of the current kaleo logkaleoInstanceId - the kaleo instance IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchLogException - if a kaleo log with the primary key could not be foundprotected com.liferay.portal.workflow.kaleo.model.KaleoLog getByKaleoInstanceId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoLog kaleoLog,
long kaleoInstanceId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator,
boolean previous)
public void removeByKaleoInstanceId(long kaleoInstanceId)
removeByKaleoInstanceId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoInstanceId - the kaleo instance IDpublic int countByKaleoInstanceId(long kaleoInstanceId)
countByKaleoInstanceId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoInstanceId - the kaleo instance IDpublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> findByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId)
findByKaleoTaskInstanceTokenId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoTaskInstanceTokenId - the kaleo task instance token IDpublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> findByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId,
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 KaleoLogModelImpl. 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.
findByKaleoTaskInstanceTokenId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoTaskInstanceTokenId - the kaleo task instance token IDstart - the lower bound of the range of kaleo logsend - the upper bound of the range of kaleo logs (not inclusive)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> findByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> 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 KaleoLogModelImpl. 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.
findByKaleoTaskInstanceTokenId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoTaskInstanceTokenId - the kaleo task instance token IDstart - the lower bound of the range of kaleo logsend - the upper bound of the range of kaleo logs (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> findByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> 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 KaleoLogModelImpl. 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.
findByKaleoTaskInstanceTokenId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoTaskInstanceTokenId - the kaleo task instance token IDstart - the lower bound of the range of kaleo logsend - the upper bound of the range of kaleo logs (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.KaleoLog findByKaleoTaskInstanceTokenId_First(long kaleoTaskInstanceTokenId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchLogException
findByKaleoTaskInstanceTokenId_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoTaskInstanceTokenId - the kaleo task instance token IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchLogException - if a matching kaleo log could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoLog fetchByKaleoTaskInstanceTokenId_First(long kaleoTaskInstanceTokenId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
fetchByKaleoTaskInstanceTokenId_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoTaskInstanceTokenId - the kaleo task instance token IDorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo log could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoLog findByKaleoTaskInstanceTokenId_Last(long kaleoTaskInstanceTokenId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchLogException
findByKaleoTaskInstanceTokenId_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoTaskInstanceTokenId - the kaleo task instance token IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchLogException - if a matching kaleo log could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoLog fetchByKaleoTaskInstanceTokenId_Last(long kaleoTaskInstanceTokenId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
fetchByKaleoTaskInstanceTokenId_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoTaskInstanceTokenId - the kaleo task instance token IDorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo log could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoLog[] findByKaleoTaskInstanceTokenId_PrevAndNext(long kaleoLogId,
long kaleoTaskInstanceTokenId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchLogException
findByKaleoTaskInstanceTokenId_PrevAndNext in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoLogId - the primary key of the current kaleo logkaleoTaskInstanceTokenId - the kaleo task instance token IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchLogException - if a kaleo log with the primary key could not be foundprotected com.liferay.portal.workflow.kaleo.model.KaleoLog getByKaleoTaskInstanceTokenId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoLog kaleoLog,
long kaleoTaskInstanceTokenId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator,
boolean previous)
public void removeByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId)
removeByKaleoTaskInstanceTokenId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoTaskInstanceTokenId - the kaleo task instance token IDpublic int countByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId)
countByKaleoTaskInstanceTokenId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoTaskInstanceTokenId - the kaleo task instance token IDpublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> findByKITI_T(long kaleoInstanceTokenId,
java.lang.String type)
findByKITI_T in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoInstanceTokenId - the kaleo instance token IDtype - the typepublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> findByKITI_T(long kaleoInstanceTokenId,
java.lang.String type,
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 KaleoLogModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByKITI_T in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoInstanceTokenId - the kaleo instance token IDtype - the typestart - the lower bound of the range of kaleo logsend - the upper bound of the range of kaleo logs (not inclusive)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> findByKITI_T(long kaleoInstanceTokenId,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> 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 KaleoLogModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByKITI_T in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoInstanceTokenId - the kaleo instance token IDtype - the typestart - the lower bound of the range of kaleo logsend - the upper bound of the range of kaleo logs (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> findByKITI_T(long kaleoInstanceTokenId,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> 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 KaleoLogModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByKITI_T in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoInstanceTokenId - the kaleo instance token IDtype - the typestart - the lower bound of the range of kaleo logsend - the upper bound of the range of kaleo logs (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.KaleoLog findByKITI_T_First(long kaleoInstanceTokenId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchLogException
findByKITI_T_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoInstanceTokenId - the kaleo instance token IDtype - the typeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchLogException - if a matching kaleo log could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoLog fetchByKITI_T_First(long kaleoInstanceTokenId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
fetchByKITI_T_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoInstanceTokenId - the kaleo instance token IDtype - the typeorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo log could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoLog findByKITI_T_Last(long kaleoInstanceTokenId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchLogException
findByKITI_T_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoInstanceTokenId - the kaleo instance token IDtype - the typeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchLogException - if a matching kaleo log could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoLog fetchByKITI_T_Last(long kaleoInstanceTokenId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
fetchByKITI_T_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoInstanceTokenId - the kaleo instance token IDtype - the typeorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo log could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoLog[] findByKITI_T_PrevAndNext(long kaleoLogId,
long kaleoInstanceTokenId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchLogException
findByKITI_T_PrevAndNext in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoLogId - the primary key of the current kaleo logkaleoInstanceTokenId - the kaleo instance token IDtype - the typeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchLogException - if a kaleo log with the primary key could not be foundprotected com.liferay.portal.workflow.kaleo.model.KaleoLog getByKITI_T_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoLog kaleoLog,
long kaleoInstanceTokenId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator,
boolean previous)
public void removeByKITI_T(long kaleoInstanceTokenId,
java.lang.String type)
removeByKITI_T in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoInstanceTokenId - the kaleo instance token IDtype - the typepublic int countByKITI_T(long kaleoInstanceTokenId,
java.lang.String type)
countByKITI_T in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoInstanceTokenId - the kaleo instance token IDtype - the typepublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> findByKCN_KCPK_KITI_T(java.lang.String kaleoClassName,
long kaleoClassPK,
long kaleoInstanceTokenId,
java.lang.String type)
findByKCN_KCPK_KITI_T in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p kkaleoInstanceTokenId - the kaleo instance token IDtype - the typepublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> findByKCN_KCPK_KITI_T(java.lang.String kaleoClassName,
long kaleoClassPK,
long kaleoInstanceTokenId,
java.lang.String type,
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 KaleoLogModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByKCN_KCPK_KITI_T in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p kkaleoInstanceTokenId - the kaleo instance token IDtype - the typestart - the lower bound of the range of kaleo logsend - the upper bound of the range of kaleo logs (not inclusive)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> findByKCN_KCPK_KITI_T(java.lang.String kaleoClassName,
long kaleoClassPK,
long kaleoInstanceTokenId,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> 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 KaleoLogModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByKCN_KCPK_KITI_T in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p kkaleoInstanceTokenId - the kaleo instance token IDtype - the typestart - the lower bound of the range of kaleo logsend - the upper bound of the range of kaleo logs (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> findByKCN_KCPK_KITI_T(java.lang.String kaleoClassName,
long kaleoClassPK,
long kaleoInstanceTokenId,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> 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 KaleoLogModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByKCN_KCPK_KITI_T in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p kkaleoInstanceTokenId - the kaleo instance token IDtype - the typestart - the lower bound of the range of kaleo logsend - the upper bound of the range of kaleo logs (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.KaleoLog findByKCN_KCPK_KITI_T_First(java.lang.String kaleoClassName,
long kaleoClassPK,
long kaleoInstanceTokenId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchLogException
findByKCN_KCPK_KITI_T_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p kkaleoInstanceTokenId - the kaleo instance token IDtype - the typeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchLogException - if a matching kaleo log could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoLog fetchByKCN_KCPK_KITI_T_First(java.lang.String kaleoClassName,
long kaleoClassPK,
long kaleoInstanceTokenId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
fetchByKCN_KCPK_KITI_T_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p kkaleoInstanceTokenId - the kaleo instance token IDtype - the typeorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo log could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoLog findByKCN_KCPK_KITI_T_Last(java.lang.String kaleoClassName,
long kaleoClassPK,
long kaleoInstanceTokenId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchLogException
findByKCN_KCPK_KITI_T_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p kkaleoInstanceTokenId - the kaleo instance token IDtype - the typeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchLogException - if a matching kaleo log could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoLog fetchByKCN_KCPK_KITI_T_Last(java.lang.String kaleoClassName,
long kaleoClassPK,
long kaleoInstanceTokenId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
fetchByKCN_KCPK_KITI_T_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p kkaleoInstanceTokenId - the kaleo instance token IDtype - the typeorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo log could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoLog[] findByKCN_KCPK_KITI_T_PrevAndNext(long kaleoLogId,
java.lang.String kaleoClassName,
long kaleoClassPK,
long kaleoInstanceTokenId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchLogException
findByKCN_KCPK_KITI_T_PrevAndNext in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoLogId - the primary key of the current kaleo logkaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p kkaleoInstanceTokenId - the kaleo instance token IDtype - the typeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchLogException - if a kaleo log with the primary key could not be foundprotected com.liferay.portal.workflow.kaleo.model.KaleoLog getByKCN_KCPK_KITI_T_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoLog kaleoLog,
java.lang.String kaleoClassName,
long kaleoClassPK,
long kaleoInstanceTokenId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> orderByComparator,
boolean previous)
public void removeByKCN_KCPK_KITI_T(java.lang.String kaleoClassName,
long kaleoClassPK,
long kaleoInstanceTokenId,
java.lang.String type)
removeByKCN_KCPK_KITI_T in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p kkaleoInstanceTokenId - the kaleo instance token IDtype - the typepublic int countByKCN_KCPK_KITI_T(java.lang.String kaleoClassName,
long kaleoClassPK,
long kaleoInstanceTokenId,
java.lang.String type)
countByKCN_KCPK_KITI_T in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p kkaleoInstanceTokenId - the kaleo instance token IDtype - the typepublic void cacheResult(com.liferay.portal.workflow.kaleo.model.KaleoLog kaleoLog)
cacheResult in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoLog - the kaleo logpublic void cacheResult(java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> kaleoLogs)
cacheResult in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoLogs - the kaleo logspublic 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.KaleoLog>clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoLog>public void clearCache(com.liferay.portal.workflow.kaleo.model.KaleoLog kaleoLog)
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.KaleoLog>clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoLog>public void clearCache(java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> kaleoLogs)
clearCache in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.workflow.kaleo.model.KaleoLog>clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoLog>public com.liferay.portal.workflow.kaleo.model.KaleoLog create(long kaleoLogId)
create in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoLogId - the primary key for the new kaleo logpublic com.liferay.portal.workflow.kaleo.model.KaleoLog remove(long kaleoLogId)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchLogException
remove in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoLogId - the primary key of the kaleo logcom.liferay.portal.workflow.kaleo.exception.NoSuchLogException - if a kaleo log with the primary key could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoLog remove(java.io.Serializable primaryKey)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchLogException
remove in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.workflow.kaleo.model.KaleoLog>remove in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoLog>primaryKey - the primary key of the kaleo logcom.liferay.portal.workflow.kaleo.exception.NoSuchLogException - if a kaleo log with the primary key could not be foundprotected com.liferay.portal.workflow.kaleo.model.KaleoLog removeImpl(com.liferay.portal.workflow.kaleo.model.KaleoLog kaleoLog)
removeImpl in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoLog>public com.liferay.portal.workflow.kaleo.model.KaleoLog updateImpl(com.liferay.portal.workflow.kaleo.model.KaleoLog kaleoLog)
updateImpl in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistenceupdateImpl in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoLog>protected com.liferay.portal.workflow.kaleo.model.KaleoLog toUnwrappedModel(com.liferay.portal.workflow.kaleo.model.KaleoLog kaleoLog)
public com.liferay.portal.workflow.kaleo.model.KaleoLog findByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchLogException
NoSuchModelException if it could not be found.findByPrimaryKey in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.workflow.kaleo.model.KaleoLog>findByPrimaryKey in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoLog>primaryKey - the primary key of the kaleo logcom.liferay.portal.workflow.kaleo.exception.NoSuchLogException - if a kaleo log with the primary key could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoLog findByPrimaryKey(long kaleoLogId)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchLogException
NoSuchLogException if it could not be found.findByPrimaryKey in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoLogId - the primary key of the kaleo logcom.liferay.portal.workflow.kaleo.exception.NoSuchLogException - if a kaleo log with the primary key could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoLog 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.KaleoLog>fetchByPrimaryKey in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoLog>primaryKey - the primary key of the kaleo lognull if a kaleo log with the primary key could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoLog fetchByPrimaryKey(long kaleoLogId)
null if it could not be found.fetchByPrimaryKey in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencekaleoLogId - the primary key of the kaleo lognull if a kaleo log with the primary key could not be foundpublic java.util.Map<java.io.Serializable,com.liferay.portal.workflow.kaleo.model.KaleoLog> fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys)
fetchByPrimaryKeys in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.workflow.kaleo.model.KaleoLog>fetchByPrimaryKeys in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencefetchByPrimaryKeys in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoLog>public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> findAll()
findAll in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencepublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> 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 KaleoLogModelImpl. 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.KaleoLogPersistencestart - the lower bound of the range of kaleo logsend - the upper bound of the range of kaleo logs (not inclusive)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> 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 KaleoLogModelImpl. 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.KaleoLogPersistencestart - the lower bound of the range of kaleo logsend - the upper bound of the range of kaleo logs (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoLog> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> 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 KaleoLogModelImpl. 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.KaleoLogPersistencestart - the lower bound of the range of kaleo logsend - the upper bound of the range of kaleo logs (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.KaleoLogPersistencepublic int countAll()
countAll in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencepublic java.util.Set<java.lang.String> getBadColumnNames()
getBadColumnNames in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.workflow.kaleo.model.KaleoLog>getBadColumnNames in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoLogPersistencegetBadColumnNames in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoLog>protected 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.KaleoLog>public void afterPropertiesSet()
public void destroy()