Interface KaleoLogPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<KaleoLog>
,com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<KaleoLog>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(KaleoLog kaleoLog) Caches the kaleo log in the entity cache if it is enabled.void
cacheResult
(List<KaleoLog> kaleoLogs) Caches the kaleo logs in the entity cache if it is enabled.int
countAll()
Returns the number of kaleo logs.int
countByCompanyId
(long companyId) Returns the number of kaleo logs where companyId = ?.int
countByKaleoDefinitionVersionId
(long kaleoDefinitionVersionId) Returns the number of kaleo logs where kaleoDefinitionVersionId = ?.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
(String kaleoClassName, long kaleoClassPK, long kaleoInstanceTokenId, String type) Returns the number of kaleo logs where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ?.int
countByKITI_T
(long kaleoInstanceTokenId, String type) Returns the number of kaleo logs where kaleoInstanceTokenId = ? and type = ?.create
(long kaleoLogId) Creates a new kaleo log with the primary key.fetchByCompanyId_First
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the first kaleo log in the ordered set where companyId = ?.fetchByCompanyId_Last
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the last kaleo log in the ordered set where companyId = ?.fetchByKaleoDefinitionVersionId_First
(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the first kaleo log in the ordered set where kaleoDefinitionVersionId = ?.fetchByKaleoDefinitionVersionId_Last
(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the last kaleo log in the ordered set where kaleoDefinitionVersionId = ?.fetchByKaleoInstanceId_First
(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the first kaleo log in the ordered set where kaleoInstanceId = ?.fetchByKaleoInstanceId_Last
(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the last kaleo log in the ordered set where kaleoInstanceId = ?.fetchByKaleoTaskInstanceTokenId_First
(long kaleoTaskInstanceTokenId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the first kaleo log in the ordered set where kaleoTaskInstanceTokenId = ?.fetchByKaleoTaskInstanceTokenId_Last
(long kaleoTaskInstanceTokenId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the last kaleo log in the ordered set where kaleoTaskInstanceTokenId = ?.fetchByKCN_KCPK_KITI_T_First
(String kaleoClassName, long kaleoClassPK, long kaleoInstanceTokenId, String type, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the first kaleo log in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ?.fetchByKCN_KCPK_KITI_T_Last
(String kaleoClassName, long kaleoClassPK, long kaleoInstanceTokenId, String type, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the last kaleo log in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ?.fetchByKITI_T_First
(long kaleoInstanceTokenId, String type, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the first kaleo log in the ordered set where kaleoInstanceTokenId = ? and type = ?.fetchByKITI_T_Last
(long kaleoInstanceTokenId, String type, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the last kaleo log in the ordered set where kaleoInstanceTokenId = ? and type = ?.fetchByPrimaryKey
(long kaleoLogId) Returns the kaleo log with the primary key or returnsnull
if it could not be found.findAll()
Returns all the kaleo logs.findAll
(int start, int end) Returns a range of all the kaleo logs.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns an ordered range of all the kaleo logs.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo logs.findByCompanyId
(long companyId) Returns all the kaleo logs where companyId = ?.findByCompanyId
(long companyId, int start, int end) Returns a range of all the kaleo logs where companyId = ?.findByCompanyId
(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns an ordered range of all the kaleo logs where companyId = ?.findByCompanyId
(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo logs where companyId = ?.findByCompanyId_First
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the first kaleo log in the ordered set where companyId = ?.findByCompanyId_Last
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the last kaleo log in the ordered set where companyId = ?.KaleoLog[]
findByCompanyId_PrevAndNext
(long kaleoLogId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the kaleo logs before and after the current kaleo log in the ordered set where companyId = ?.findByKaleoDefinitionVersionId
(long kaleoDefinitionVersionId) Returns all the kaleo logs where kaleoDefinitionVersionId = ?.findByKaleoDefinitionVersionId
(long kaleoDefinitionVersionId, int start, int end) Returns a range of all the kaleo logs where kaleoDefinitionVersionId = ?.findByKaleoDefinitionVersionId
(long kaleoDefinitionVersionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns an ordered range of all the kaleo logs where kaleoDefinitionVersionId = ?.findByKaleoDefinitionVersionId
(long kaleoDefinitionVersionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo logs where kaleoDefinitionVersionId = ?.findByKaleoDefinitionVersionId_First
(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the first kaleo log in the ordered set where kaleoDefinitionVersionId = ?.findByKaleoDefinitionVersionId_Last
(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the last kaleo log in the ordered set where kaleoDefinitionVersionId = ?.KaleoLog[]
findByKaleoDefinitionVersionId_PrevAndNext
(long kaleoLogId, long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the kaleo logs before and after the current kaleo log in the ordered set where kaleoDefinitionVersionId = ?.findByKaleoInstanceId
(long kaleoInstanceId) Returns all the kaleo logs where kaleoInstanceId = ?.findByKaleoInstanceId
(long kaleoInstanceId, int start, int end) Returns a range of all the kaleo logs where kaleoInstanceId = ?.findByKaleoInstanceId
(long kaleoInstanceId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns an ordered range of all the kaleo logs where kaleoInstanceId = ?.findByKaleoInstanceId
(long kaleoInstanceId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo logs where kaleoInstanceId = ?.findByKaleoInstanceId_First
(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the first kaleo log in the ordered set where kaleoInstanceId = ?.findByKaleoInstanceId_Last
(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the last kaleo log in the ordered set where kaleoInstanceId = ?.KaleoLog[]
findByKaleoInstanceId_PrevAndNext
(long kaleoLogId, long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the kaleo logs before and after the current kaleo log in the ordered set where kaleoInstanceId = ?.findByKaleoTaskInstanceTokenId
(long kaleoTaskInstanceTokenId) Returns all the kaleo logs where kaleoTaskInstanceTokenId = ?.findByKaleoTaskInstanceTokenId
(long kaleoTaskInstanceTokenId, int start, int end) Returns a range of all the kaleo logs where kaleoTaskInstanceTokenId = ?.findByKaleoTaskInstanceTokenId
(long kaleoTaskInstanceTokenId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns an ordered range of all the kaleo logs where kaleoTaskInstanceTokenId = ?.findByKaleoTaskInstanceTokenId
(long kaleoTaskInstanceTokenId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo logs where kaleoTaskInstanceTokenId = ?.findByKaleoTaskInstanceTokenId_First
(long kaleoTaskInstanceTokenId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the first kaleo log in the ordered set where kaleoTaskInstanceTokenId = ?.findByKaleoTaskInstanceTokenId_Last
(long kaleoTaskInstanceTokenId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the last kaleo log in the ordered set where kaleoTaskInstanceTokenId = ?.KaleoLog[]
findByKaleoTaskInstanceTokenId_PrevAndNext
(long kaleoLogId, long kaleoTaskInstanceTokenId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the kaleo logs before and after the current kaleo log in the ordered set where kaleoTaskInstanceTokenId = ?.findByKCN_KCPK_KITI_T
(String kaleoClassName, long kaleoClassPK, long kaleoInstanceTokenId, String type) Returns all the kaleo logs where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ?.findByKCN_KCPK_KITI_T
(String kaleoClassName, long kaleoClassPK, long kaleoInstanceTokenId, String type, int start, int end) Returns a range of all the kaleo logs where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ?.findByKCN_KCPK_KITI_T
(String kaleoClassName, long kaleoClassPK, long kaleoInstanceTokenId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns an ordered range of all the kaleo logs where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ?.findByKCN_KCPK_KITI_T
(String kaleoClassName, long kaleoClassPK, long kaleoInstanceTokenId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo logs where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ?.findByKCN_KCPK_KITI_T_First
(String kaleoClassName, long kaleoClassPK, long kaleoInstanceTokenId, String type, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the first kaleo log in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ?.findByKCN_KCPK_KITI_T_Last
(String kaleoClassName, long kaleoClassPK, long kaleoInstanceTokenId, String type, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the last kaleo log in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ?.KaleoLog[]
findByKCN_KCPK_KITI_T_PrevAndNext
(long kaleoLogId, String kaleoClassName, long kaleoClassPK, long kaleoInstanceTokenId, String type, com.liferay.portal.kernel.util.OrderByComparator<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 = ?.findByKITI_T
(long kaleoInstanceTokenId, String type) Returns all the kaleo logs where kaleoInstanceTokenId = ? and type = ?.findByKITI_T
(long kaleoInstanceTokenId, String type, int start, int end) Returns a range of all the kaleo logs where kaleoInstanceTokenId = ? and type = ?.findByKITI_T
(long kaleoInstanceTokenId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns an ordered range of all the kaleo logs where kaleoInstanceTokenId = ? and type = ?.findByKITI_T
(long kaleoInstanceTokenId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo logs where kaleoInstanceTokenId = ? and type = ?.findByKITI_T_First
(long kaleoInstanceTokenId, String type, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the first kaleo log in the ordered set where kaleoInstanceTokenId = ? and type = ?.findByKITI_T_Last
(long kaleoInstanceTokenId, String type, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the last kaleo log in the ordered set where kaleoInstanceTokenId = ? and type = ?.KaleoLog[]
findByKITI_T_PrevAndNext
(long kaleoLogId, long kaleoInstanceTokenId, String type, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the kaleo logs before and after the current kaleo log in the ordered set where kaleoInstanceTokenId = ? and type = ?.findByPrimaryKey
(long kaleoLogId) Returns the kaleo log with the primary key or throws aNoSuchLogException
if it could not be found.remove
(long kaleoLogId) Removes the kaleo log with the primary key from the database.void
Removes all the kaleo logs from the database.void
removeByCompanyId
(long companyId) Removes all the kaleo logs where companyId = ? from the database.void
removeByKaleoDefinitionVersionId
(long kaleoDefinitionVersionId) Removes all the kaleo logs where kaleoDefinitionVersionId = ? 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
(String kaleoClassName, long kaleoClassPK, long kaleoInstanceTokenId, String type) Removes all the kaleo logs where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ? from the database.void
removeByKITI_T
(long kaleoInstanceTokenId, String type) Removes all the kaleo logs where kaleoInstanceTokenId = ? and type = ? from the database.updateImpl
(KaleoLog kaleoLog) Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, removeByFunction, setDataSource, unregisterListener, update, update
Methods inherited from interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence
getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
-
Method Details
-
findByCompanyId
Returns all the kaleo logs where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the matching kaleo logs
-
findByCompanyId
Returns a range of all the kaleo logs where companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKaleoLogModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of kaleo logsend
- the upper bound of the range of kaleo logs (not inclusive)- Returns:
- the range of matching kaleo logs
-
findByCompanyId
List<KaleoLog> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns an ordered range of all the kaleo logs where companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKaleoLogModelImpl
.- Parameters:
companyId
- 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 (optionallynull
)- Returns:
- the ordered range of matching kaleo logs
-
findByCompanyId
List<KaleoLog> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo logs where companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKaleoLogModelImpl
.- Parameters:
companyId
- 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kaleo logs
-
findByCompanyId_First
KaleoLog findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) throws NoSuchLogException Returns the first kaleo log in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kaleo log
- Throws:
NoSuchLogException
- if a matching kaleo log could not be found
-
fetchByCompanyId_First
KaleoLog fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the first kaleo log in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kaleo log, or
null
if a matching kaleo log could not be found
-
findByCompanyId_Last
KaleoLog findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) throws NoSuchLogException Returns the last kaleo log in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kaleo log
- Throws:
NoSuchLogException
- if a matching kaleo log could not be found
-
fetchByCompanyId_Last
KaleoLog fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the last kaleo log in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kaleo log, or
null
if a matching kaleo log could not be found
-
findByCompanyId_PrevAndNext
KaleoLog[] findByCompanyId_PrevAndNext(long kaleoLogId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) throws NoSuchLogException Returns the kaleo logs before and after the current kaleo log in the ordered set where companyId = ?.- Parameters:
kaleoLogId
- the primary key of the current kaleo logcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kaleo log
- Throws:
NoSuchLogException
- if a kaleo log with the primary key could not be found
-
removeByCompanyId
void removeByCompanyId(long companyId) Removes all the kaleo logs where companyId = ? from the database.- Parameters:
companyId
- the company ID
-
countByCompanyId
int countByCompanyId(long companyId) Returns the number of kaleo logs where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the number of matching kaleo logs
-
findByKaleoDefinitionVersionId
Returns all the kaleo logs where kaleoDefinitionVersionId = ?.- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version ID- Returns:
- the matching kaleo logs
-
findByKaleoDefinitionVersionId
Returns a range of all the kaleo logs where kaleoDefinitionVersionId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKaleoLogModelImpl
.- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version IDstart
- the lower bound of the range of kaleo logsend
- the upper bound of the range of kaleo logs (not inclusive)- Returns:
- the range of matching kaleo logs
-
findByKaleoDefinitionVersionId
List<KaleoLog> findByKaleoDefinitionVersionId(long kaleoDefinitionVersionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns an ordered range of all the kaleo logs where kaleoDefinitionVersionId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKaleoLogModelImpl
.- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version 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 (optionallynull
)- Returns:
- the ordered range of matching kaleo logs
-
findByKaleoDefinitionVersionId
List<KaleoLog> findByKaleoDefinitionVersionId(long kaleoDefinitionVersionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo logs where kaleoDefinitionVersionId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKaleoLogModelImpl
.- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kaleo logs
-
findByKaleoDefinitionVersionId_First
KaleoLog findByKaleoDefinitionVersionId_First(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) throws NoSuchLogException Returns the first kaleo log in the ordered set where kaleoDefinitionVersionId = ?.- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kaleo log
- Throws:
NoSuchLogException
- if a matching kaleo log could not be found
-
fetchByKaleoDefinitionVersionId_First
KaleoLog fetchByKaleoDefinitionVersionId_First(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the first kaleo log in the ordered set where kaleoDefinitionVersionId = ?.- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kaleo log, or
null
if a matching kaleo log could not be found
-
findByKaleoDefinitionVersionId_Last
KaleoLog findByKaleoDefinitionVersionId_Last(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) throws NoSuchLogException Returns the last kaleo log in the ordered set where kaleoDefinitionVersionId = ?.- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kaleo log
- Throws:
NoSuchLogException
- if a matching kaleo log could not be found
-
fetchByKaleoDefinitionVersionId_Last
KaleoLog fetchByKaleoDefinitionVersionId_Last(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the last kaleo log in the ordered set where kaleoDefinitionVersionId = ?.- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kaleo log, or
null
if a matching kaleo log could not be found
-
findByKaleoDefinitionVersionId_PrevAndNext
KaleoLog[] findByKaleoDefinitionVersionId_PrevAndNext(long kaleoLogId, long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) throws NoSuchLogException Returns the kaleo logs before and after the current kaleo log in the ordered set where kaleoDefinitionVersionId = ?.- Parameters:
kaleoLogId
- the primary key of the current kaleo logkaleoDefinitionVersionId
- the kaleo definition version IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kaleo log
- Throws:
NoSuchLogException
- if a kaleo log with the primary key could not be found
-
removeByKaleoDefinitionVersionId
void removeByKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Removes all the kaleo logs where kaleoDefinitionVersionId = ? from the database.- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version ID
-
countByKaleoDefinitionVersionId
int countByKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Returns the number of kaleo logs where kaleoDefinitionVersionId = ?.- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version ID- Returns:
- the number of matching kaleo logs
-
findByKaleoInstanceId
Returns all the kaleo logs where kaleoInstanceId = ?.- Parameters:
kaleoInstanceId
- the kaleo instance ID- Returns:
- the matching kaleo logs
-
findByKaleoInstanceId
Returns a range of all the kaleo logs where kaleoInstanceId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKaleoLogModelImpl
.- Parameters:
kaleoInstanceId
- the kaleo instance IDstart
- the lower bound of the range of kaleo logsend
- the upper bound of the range of kaleo logs (not inclusive)- Returns:
- the range of matching kaleo logs
-
findByKaleoInstanceId
List<KaleoLog> findByKaleoInstanceId(long kaleoInstanceId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns an ordered range of all the kaleo logs where kaleoInstanceId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKaleoLogModelImpl
.- Parameters:
kaleoInstanceId
- 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 (optionallynull
)- Returns:
- the ordered range of matching kaleo logs
-
findByKaleoInstanceId
List<KaleoLog> findByKaleoInstanceId(long kaleoInstanceId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo logs where kaleoInstanceId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKaleoLogModelImpl
.- Parameters:
kaleoInstanceId
- 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kaleo logs
-
findByKaleoInstanceId_First
KaleoLog findByKaleoInstanceId_First(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) throws NoSuchLogException Returns the first kaleo log in the ordered set where kaleoInstanceId = ?.- Parameters:
kaleoInstanceId
- the kaleo instance IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kaleo log
- Throws:
NoSuchLogException
- if a matching kaleo log could not be found
-
fetchByKaleoInstanceId_First
KaleoLog fetchByKaleoInstanceId_First(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the first kaleo log in the ordered set where kaleoInstanceId = ?.- Parameters:
kaleoInstanceId
- the kaleo instance IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kaleo log, or
null
if a matching kaleo log could not be found
-
findByKaleoInstanceId_Last
KaleoLog findByKaleoInstanceId_Last(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) throws NoSuchLogException Returns the last kaleo log in the ordered set where kaleoInstanceId = ?.- Parameters:
kaleoInstanceId
- the kaleo instance IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kaleo log
- Throws:
NoSuchLogException
- if a matching kaleo log could not be found
-
fetchByKaleoInstanceId_Last
KaleoLog fetchByKaleoInstanceId_Last(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the last kaleo log in the ordered set where kaleoInstanceId = ?.- Parameters:
kaleoInstanceId
- the kaleo instance IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kaleo log, or
null
if a matching kaleo log could not be found
-
findByKaleoInstanceId_PrevAndNext
KaleoLog[] findByKaleoInstanceId_PrevAndNext(long kaleoLogId, long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) throws NoSuchLogException Returns the kaleo logs before and after the current kaleo log in the ordered set where kaleoInstanceId = ?.- Parameters:
kaleoLogId
- the primary key of the current kaleo logkaleoInstanceId
- the kaleo instance IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kaleo log
- Throws:
NoSuchLogException
- if a kaleo log with the primary key could not be found
-
removeByKaleoInstanceId
void removeByKaleoInstanceId(long kaleoInstanceId) Removes all the kaleo logs where kaleoInstanceId = ? from the database.- Parameters:
kaleoInstanceId
- the kaleo instance ID
-
countByKaleoInstanceId
int countByKaleoInstanceId(long kaleoInstanceId) Returns the number of kaleo logs where kaleoInstanceId = ?.- Parameters:
kaleoInstanceId
- the kaleo instance ID- Returns:
- the number of matching kaleo logs
-
findByKaleoTaskInstanceTokenId
Returns all the kaleo logs where kaleoTaskInstanceTokenId = ?.- Parameters:
kaleoTaskInstanceTokenId
- the kaleo task instance token ID- Returns:
- the matching kaleo logs
-
findByKaleoTaskInstanceTokenId
Returns a range of all the kaleo logs where kaleoTaskInstanceTokenId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKaleoLogModelImpl
.- Parameters:
kaleoTaskInstanceTokenId
- 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)- Returns:
- the range of matching kaleo logs
-
findByKaleoTaskInstanceTokenId
List<KaleoLog> findByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns an ordered range of all the kaleo logs where kaleoTaskInstanceTokenId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKaleoLogModelImpl
.- Parameters:
kaleoTaskInstanceTokenId
- 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 (optionallynull
)- Returns:
- the ordered range of matching kaleo logs
-
findByKaleoTaskInstanceTokenId
List<KaleoLog> findByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo logs where kaleoTaskInstanceTokenId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKaleoLogModelImpl
.- Parameters:
kaleoTaskInstanceTokenId
- 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kaleo logs
-
findByKaleoTaskInstanceTokenId_First
KaleoLog findByKaleoTaskInstanceTokenId_First(long kaleoTaskInstanceTokenId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) throws NoSuchLogException Returns the first kaleo log in the ordered set where kaleoTaskInstanceTokenId = ?.- Parameters:
kaleoTaskInstanceTokenId
- the kaleo task instance token IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kaleo log
- Throws:
NoSuchLogException
- if a matching kaleo log could not be found
-
fetchByKaleoTaskInstanceTokenId_First
KaleoLog fetchByKaleoTaskInstanceTokenId_First(long kaleoTaskInstanceTokenId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the first kaleo log in the ordered set where kaleoTaskInstanceTokenId = ?.- Parameters:
kaleoTaskInstanceTokenId
- the kaleo task instance token IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kaleo log, or
null
if a matching kaleo log could not be found
-
findByKaleoTaskInstanceTokenId_Last
KaleoLog findByKaleoTaskInstanceTokenId_Last(long kaleoTaskInstanceTokenId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) throws NoSuchLogException Returns the last kaleo log in the ordered set where kaleoTaskInstanceTokenId = ?.- Parameters:
kaleoTaskInstanceTokenId
- the kaleo task instance token IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kaleo log
- Throws:
NoSuchLogException
- if a matching kaleo log could not be found
-
fetchByKaleoTaskInstanceTokenId_Last
KaleoLog fetchByKaleoTaskInstanceTokenId_Last(long kaleoTaskInstanceTokenId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the last kaleo log in the ordered set where kaleoTaskInstanceTokenId = ?.- Parameters:
kaleoTaskInstanceTokenId
- the kaleo task instance token IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kaleo log, or
null
if a matching kaleo log could not be found
-
findByKaleoTaskInstanceTokenId_PrevAndNext
KaleoLog[] findByKaleoTaskInstanceTokenId_PrevAndNext(long kaleoLogId, long kaleoTaskInstanceTokenId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) throws NoSuchLogException Returns the kaleo logs before and after the current kaleo log in the ordered set where kaleoTaskInstanceTokenId = ?.- Parameters:
kaleoLogId
- the primary key of the current kaleo logkaleoTaskInstanceTokenId
- the kaleo task instance token IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kaleo log
- Throws:
NoSuchLogException
- if a kaleo log with the primary key could not be found
-
removeByKaleoTaskInstanceTokenId
void removeByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId) Removes all the kaleo logs where kaleoTaskInstanceTokenId = ? from the database.- Parameters:
kaleoTaskInstanceTokenId
- the kaleo task instance token ID
-
countByKaleoTaskInstanceTokenId
int countByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId) Returns the number of kaleo logs where kaleoTaskInstanceTokenId = ?.- Parameters:
kaleoTaskInstanceTokenId
- the kaleo task instance token ID- Returns:
- the number of matching kaleo logs
-
findByKITI_T
Returns all the kaleo logs where kaleoInstanceTokenId = ? and type = ?.- Parameters:
kaleoInstanceTokenId
- the kaleo instance token IDtype
- the type- Returns:
- the matching kaleo logs
-
findByKITI_T
Returns a range of all the kaleo logs where kaleoInstanceTokenId = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKaleoLogModelImpl
.- Parameters:
kaleoInstanceTokenId
- 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)- Returns:
- the range of matching kaleo logs
-
findByKITI_T
List<KaleoLog> findByKITI_T(long kaleoInstanceTokenId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns an ordered range of all the kaleo logs where kaleoInstanceTokenId = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKaleoLogModelImpl
.- Parameters:
kaleoInstanceTokenId
- 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 (optionallynull
)- Returns:
- the ordered range of matching kaleo logs
-
findByKITI_T
List<KaleoLog> findByKITI_T(long kaleoInstanceTokenId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo logs where kaleoInstanceTokenId = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKaleoLogModelImpl
.- Parameters:
kaleoInstanceTokenId
- 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kaleo logs
-
findByKITI_T_First
KaleoLog findByKITI_T_First(long kaleoInstanceTokenId, String type, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) throws NoSuchLogException Returns the first kaleo log in the ordered set where kaleoInstanceTokenId = ? and type = ?.- Parameters:
kaleoInstanceTokenId
- the kaleo instance token IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kaleo log
- Throws:
NoSuchLogException
- if a matching kaleo log could not be found
-
fetchByKITI_T_First
KaleoLog fetchByKITI_T_First(long kaleoInstanceTokenId, String type, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the first kaleo log in the ordered set where kaleoInstanceTokenId = ? and type = ?.- Parameters:
kaleoInstanceTokenId
- the kaleo instance token IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kaleo log, or
null
if a matching kaleo log could not be found
-
findByKITI_T_Last
KaleoLog findByKITI_T_Last(long kaleoInstanceTokenId, String type, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) throws NoSuchLogException Returns the last kaleo log in the ordered set where kaleoInstanceTokenId = ? and type = ?.- Parameters:
kaleoInstanceTokenId
- the kaleo instance token IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kaleo log
- Throws:
NoSuchLogException
- if a matching kaleo log could not be found
-
fetchByKITI_T_Last
KaleoLog fetchByKITI_T_Last(long kaleoInstanceTokenId, String type, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the last kaleo log in the ordered set where kaleoInstanceTokenId = ? and type = ?.- Parameters:
kaleoInstanceTokenId
- the kaleo instance token IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kaleo log, or
null
if a matching kaleo log could not be found
-
findByKITI_T_PrevAndNext
KaleoLog[] findByKITI_T_PrevAndNext(long kaleoLogId, long kaleoInstanceTokenId, String type, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) throws NoSuchLogException Returns the kaleo logs before and after the current kaleo log in the ordered set where kaleoInstanceTokenId = ? and type = ?.- Parameters:
kaleoLogId
- the primary key of the current kaleo logkaleoInstanceTokenId
- the kaleo instance token IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kaleo log
- Throws:
NoSuchLogException
- if a kaleo log with the primary key could not be found
-
removeByKITI_T
Removes all the kaleo logs where kaleoInstanceTokenId = ? and type = ? from the database.- Parameters:
kaleoInstanceTokenId
- the kaleo instance token IDtype
- the type
-
countByKITI_T
Returns the number of kaleo logs where kaleoInstanceTokenId = ? and type = ?.- Parameters:
kaleoInstanceTokenId
- the kaleo instance token IDtype
- the type- Returns:
- the number of matching kaleo logs
-
findByKCN_KCPK_KITI_T
List<KaleoLog> findByKCN_KCPK_KITI_T(String kaleoClassName, long kaleoClassPK, long kaleoInstanceTokenId, String type) Returns all the kaleo logs where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ?.- Parameters:
kaleoClassName
- the kaleo class namekaleoClassPK
- the kaleo class pkkaleoInstanceTokenId
- the kaleo instance token IDtype
- the type- Returns:
- the matching kaleo logs
-
findByKCN_KCPK_KITI_T
List<KaleoLog> findByKCN_KCPK_KITI_T(String kaleoClassName, long kaleoClassPK, long kaleoInstanceTokenId, String type, int start, int end) Returns a range of all the kaleo logs where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKaleoLogModelImpl
.- Parameters:
kaleoClassName
- the kaleo class namekaleoClassPK
- the kaleo class pkkaleoInstanceTokenId
- 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)- Returns:
- the range of matching kaleo logs
-
findByKCN_KCPK_KITI_T
List<KaleoLog> findByKCN_KCPK_KITI_T(String kaleoClassName, long kaleoClassPK, long kaleoInstanceTokenId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns an ordered range of all the kaleo logs where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKaleoLogModelImpl
.- Parameters:
kaleoClassName
- the kaleo class namekaleoClassPK
- the kaleo class pkkaleoInstanceTokenId
- 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 (optionallynull
)- Returns:
- the ordered range of matching kaleo logs
-
findByKCN_KCPK_KITI_T
List<KaleoLog> findByKCN_KCPK_KITI_T(String kaleoClassName, long kaleoClassPK, long kaleoInstanceTokenId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo logs where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKaleoLogModelImpl
.- Parameters:
kaleoClassName
- the kaleo class namekaleoClassPK
- the kaleo class pkkaleoInstanceTokenId
- 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kaleo logs
-
findByKCN_KCPK_KITI_T_First
KaleoLog findByKCN_KCPK_KITI_T_First(String kaleoClassName, long kaleoClassPK, long kaleoInstanceTokenId, String type, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) throws NoSuchLogException Returns the first kaleo log in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ?.- Parameters:
kaleoClassName
- the kaleo class namekaleoClassPK
- the kaleo class pkkaleoInstanceTokenId
- the kaleo instance token IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kaleo log
- Throws:
NoSuchLogException
- if a matching kaleo log could not be found
-
fetchByKCN_KCPK_KITI_T_First
KaleoLog fetchByKCN_KCPK_KITI_T_First(String kaleoClassName, long kaleoClassPK, long kaleoInstanceTokenId, String type, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the first kaleo log in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ?.- Parameters:
kaleoClassName
- the kaleo class namekaleoClassPK
- the kaleo class pkkaleoInstanceTokenId
- the kaleo instance token IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kaleo log, or
null
if a matching kaleo log could not be found
-
findByKCN_KCPK_KITI_T_Last
KaleoLog findByKCN_KCPK_KITI_T_Last(String kaleoClassName, long kaleoClassPK, long kaleoInstanceTokenId, String type, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) throws NoSuchLogException Returns the last kaleo log in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ?.- Parameters:
kaleoClassName
- the kaleo class namekaleoClassPK
- the kaleo class pkkaleoInstanceTokenId
- the kaleo instance token IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kaleo log
- Throws:
NoSuchLogException
- if a matching kaleo log could not be found
-
fetchByKCN_KCPK_KITI_T_Last
KaleoLog fetchByKCN_KCPK_KITI_T_Last(String kaleoClassName, long kaleoClassPK, long kaleoInstanceTokenId, String type, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the last kaleo log in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ?.- Parameters:
kaleoClassName
- the kaleo class namekaleoClassPK
- the kaleo class pkkaleoInstanceTokenId
- the kaleo instance token IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kaleo log, or
null
if a matching kaleo log could not be found
-
findByKCN_KCPK_KITI_T_PrevAndNext
KaleoLog[] findByKCN_KCPK_KITI_T_PrevAndNext(long kaleoLogId, String kaleoClassName, long kaleoClassPK, long kaleoInstanceTokenId, String type, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) throws NoSuchLogException Returns the kaleo logs before and after the current kaleo log in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ?.- Parameters:
kaleoLogId
- the primary key of the current kaleo logkaleoClassName
- the kaleo class namekaleoClassPK
- the kaleo class pkkaleoInstanceTokenId
- the kaleo instance token IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kaleo log
- Throws:
NoSuchLogException
- if a kaleo log with the primary key could not be found
-
removeByKCN_KCPK_KITI_T
void removeByKCN_KCPK_KITI_T(String kaleoClassName, long kaleoClassPK, long kaleoInstanceTokenId, String type) Removes all the kaleo logs where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ? from the database.- Parameters:
kaleoClassName
- the kaleo class namekaleoClassPK
- the kaleo class pkkaleoInstanceTokenId
- the kaleo instance token IDtype
- the type
-
countByKCN_KCPK_KITI_T
int countByKCN_KCPK_KITI_T(String kaleoClassName, long kaleoClassPK, long kaleoInstanceTokenId, String type) Returns the number of kaleo logs where kaleoClassName = ? and kaleoClassPK = ? and kaleoInstanceTokenId = ? and type = ?.- Parameters:
kaleoClassName
- the kaleo class namekaleoClassPK
- the kaleo class pkkaleoInstanceTokenId
- the kaleo instance token IDtype
- the type- Returns:
- the number of matching kaleo logs
-
cacheResult
Caches the kaleo log in the entity cache if it is enabled.- Parameters:
kaleoLog
- the kaleo log
-
cacheResult
Caches the kaleo logs in the entity cache if it is enabled.- Parameters:
kaleoLogs
- the kaleo logs
-
create
Creates a new kaleo log with the primary key. Does not add the kaleo log to the database.- Parameters:
kaleoLogId
- the primary key for the new kaleo log- Returns:
- the new kaleo log
-
remove
Removes the kaleo log with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
kaleoLogId
- the primary key of the kaleo log- Returns:
- the kaleo log that was removed
- Throws:
NoSuchLogException
- if a kaleo log with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
Returns the kaleo log with the primary key or throws aNoSuchLogException
if it could not be found.- Parameters:
kaleoLogId
- the primary key of the kaleo log- Returns:
- the kaleo log
- Throws:
NoSuchLogException
- if a kaleo log with the primary key could not be found
-
fetchByPrimaryKey
Returns the kaleo log with the primary key or returnsnull
if it could not be found.- Parameters:
kaleoLogId
- the primary key of the kaleo log- Returns:
- the kaleo log, or
null
if a kaleo log with the primary key could not be found
-
findAll
Returns all the kaleo logs.- Returns:
- the kaleo logs
-
findAll
Returns a range of all the kaleo logs.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKaleoLogModelImpl
.- Parameters:
start
- the lower bound of the range of kaleo logsend
- the upper bound of the range of kaleo logs (not inclusive)- Returns:
- the range of kaleo logs
-
findAll
List<KaleoLog> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns an ordered range of all the kaleo logs.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKaleoLogModelImpl
.- Parameters:
start
- 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 (optionallynull
)- Returns:
- the ordered range of kaleo logs
-
findAll
List<KaleoLog> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo logs.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKaleoLogModelImpl
.- Parameters:
start
- 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of kaleo logs
-
removeAll
void removeAll()Removes all the kaleo logs from the database. -
countAll
int countAll()Returns the number of kaleo logs.- Returns:
- the number of kaleo logs
-