Class KaleoLogUtil
com.liferay.portal.workflow.kaleo.service.persistence.impl.KaleoLogPersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcacheResult(KaleoLog kaleoLog) Caches the kaleo log in the entity cache if it is enabled.static voidcacheResult(List<KaleoLog> kaleoLogs) Caches the kaleo logs in the entity cache if it is enabled.static voidstatic voidclearCache(KaleoLog kaleoLog) static intcountAll()Returns the number of kaleo logs.static intcountByCompanyId(long companyId) Returns the number of kaleo logs where companyId = ?.static intcountByKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Returns the number of kaleo logs where kaleoDefinitionVersionId = ?.static intcountByKaleoInstanceId(long kaleoInstanceId) Returns the number of kaleo logs where kaleoInstanceId = ?.static intcountByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId) Returns the number of kaleo logs where kaleoTaskInstanceTokenId = ?.static intcountByKCN_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 = ?.static intcountByKITI_T(long kaleoInstanceTokenId, String type) Returns the number of kaleo logs where kaleoInstanceTokenId = ? and type = ?.static longcountWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static KaleoLogcreate(long kaleoLogId) Creates a new kaleo log with the primary key.static KaleoLogfetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the first kaleo log in the ordered set where companyId = ?.static KaleoLogfetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the last kaleo log in the ordered set where companyId = ?.static KaleoLogfetchByKaleoDefinitionVersionId_First(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the first kaleo log in the ordered set where kaleoDefinitionVersionId = ?.static KaleoLogfetchByKaleoDefinitionVersionId_Last(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the last kaleo log in the ordered set where kaleoDefinitionVersionId = ?.static KaleoLogfetchByKaleoInstanceId_First(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the first kaleo log in the ordered set where kaleoInstanceId = ?.static KaleoLogfetchByKaleoInstanceId_Last(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the last kaleo log in the ordered set where kaleoInstanceId = ?.static KaleoLogfetchByKaleoTaskInstanceTokenId_First(long kaleoTaskInstanceTokenId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the first kaleo log in the ordered set where kaleoTaskInstanceTokenId = ?.static KaleoLogfetchByKaleoTaskInstanceTokenId_Last(long kaleoTaskInstanceTokenId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the last kaleo log in the ordered set where kaleoTaskInstanceTokenId = ?.static KaleoLogfetchByKCN_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 = ?.static KaleoLogfetchByKCN_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 = ?.static KaleoLogfetchByKITI_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 = ?.static KaleoLogfetchByKITI_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 = ?.static KaleoLogfetchByPrimaryKey(long kaleoLogId) Returns the kaleo log with the primary key or returnsnullif it could not be found.static Map<Serializable,KaleoLog> fetchByPrimaryKeys(Set<Serializable> primaryKeys) 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 = ?.static KaleoLogfindByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the first kaleo log in the ordered set where companyId = ?.static KaleoLogfindByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the last kaleo log in the ordered set where companyId = ?.static 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 = ?.static KaleoLogfindByKaleoDefinitionVersionId_First(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the first kaleo log in the ordered set where kaleoDefinitionVersionId = ?.static KaleoLogfindByKaleoDefinitionVersionId_Last(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the last kaleo log in the ordered set where kaleoDefinitionVersionId = ?.static 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 = ?.static KaleoLogfindByKaleoInstanceId_First(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the first kaleo log in the ordered set where kaleoInstanceId = ?.static KaleoLogfindByKaleoInstanceId_Last(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the last kaleo log in the ordered set where kaleoInstanceId = ?.static 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 = ?.static KaleoLogfindByKaleoTaskInstanceTokenId_First(long kaleoTaskInstanceTokenId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the first kaleo log in the ordered set where kaleoTaskInstanceTokenId = ?.static KaleoLogfindByKaleoTaskInstanceTokenId_Last(long kaleoTaskInstanceTokenId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the last kaleo log in the ordered set where kaleoTaskInstanceTokenId = ?.static 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 = ?.static KaleoLogfindByKCN_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 = ?.static KaleoLogfindByKCN_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 = ?.static 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 = ?.static KaleoLogfindByKITI_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 = ?.static KaleoLogfindByKITI_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 = ?.static 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 = ?.static KaleoLogfindByPrimaryKey(long kaleoLogId) Returns the kaleo log with the primary key or throws aNoSuchLogExceptionif it could not be found.findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) static KaleoLogPersistencestatic KaleoLogremove(long kaleoLogId) Removes the kaleo log with the primary key from the database.static voidRemoves all the kaleo logs from the database.static voidremoveByCompanyId(long companyId) Removes all the kaleo logs where companyId = ? from the database.static voidremoveByKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Removes all the kaleo logs where kaleoDefinitionVersionId = ? from the database.static voidremoveByKaleoInstanceId(long kaleoInstanceId) Removes all the kaleo logs where kaleoInstanceId = ? from the database.static voidremoveByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId) Removes all the kaleo logs where kaleoTaskInstanceTokenId = ? from the database.static voidremoveByKCN_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.static voidremoveByKITI_T(long kaleoInstanceTokenId, String type) Removes all the kaleo logs where kaleoInstanceTokenId = ? and type = ? from the database.static voidsetPersistence(KaleoLogPersistence persistence) static KaleoLogstatic KaleoLogstatic KaleoLogupdateImpl(KaleoLog kaleoLog)
-
Constructor Details
-
KaleoLogUtil
public KaleoLogUtil()
-
-
Method Details
-
clearCache
public static void clearCache()- See Also:
-
BasePersistence.clearCache()
-
clearCache
- See Also:
-
BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
-
countWithDynamicQuery
public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.countWithDynamicQuery(DynamicQuery)
-
fetchByPrimaryKeys
- See Also:
-
BasePersistence.fetchByPrimaryKeys(Set)
-
findWithDynamicQuery
public static List<KaleoLog> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery)
-
findWithDynamicQuery
public static List<KaleoLog> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
-
findWithDynamicQuery
public static List<KaleoLog> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
-
update
- See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
-
update
public static KaleoLog update(KaleoLog kaleoLog, com.liferay.portal.kernel.service.ServiceContext serviceContext) - See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
-
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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchLogException
-
fetchByCompanyId_First
public static 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
nullif a matching kaleo log could not be found
-
findByCompanyId_Last
public static 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 foundNoSuchLogException
-
fetchByCompanyId_Last
public static 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
nullif a matching kaleo log could not be found
-
findByCompanyId_PrevAndNext
public static 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 foundNoSuchLogException
-
removeByCompanyId
public static void removeByCompanyId(long companyId) Removes all the kaleo logs where companyId = ? from the database.- Parameters:
companyId- the company ID
-
countByCompanyId
public static 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
public static List<KaleoLog> findByKaleoDefinitionVersionId(long kaleoDefinitionVersionId, int start, int end) Returns a range of all the kaleo logs where kaleoDefinitionVersionId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchLogException
-
fetchByKaleoDefinitionVersionId_First
public static 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
nullif a matching kaleo log could not be found
-
findByKaleoDefinitionVersionId_Last
public static 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 foundNoSuchLogException
-
fetchByKaleoDefinitionVersionId_Last
public static 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
nullif a matching kaleo log could not be found
-
findByKaleoDefinitionVersionId_PrevAndNext
public static 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 foundNoSuchLogException
-
removeByKaleoDefinitionVersionId
public static void removeByKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Removes all the kaleo logs where kaleoDefinitionVersionId = ? from the database.- Parameters:
kaleoDefinitionVersionId- the kaleo definition version ID
-
countByKaleoDefinitionVersionId
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchLogException
-
fetchByKaleoInstanceId_First
public static 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
nullif a matching kaleo log could not be found
-
findByKaleoInstanceId_Last
public static 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 foundNoSuchLogException
-
fetchByKaleoInstanceId_Last
public static 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
nullif a matching kaleo log could not be found
-
findByKaleoInstanceId_PrevAndNext
public static 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 foundNoSuchLogException
-
removeByKaleoInstanceId
public static void removeByKaleoInstanceId(long kaleoInstanceId) Removes all the kaleo logs where kaleoInstanceId = ? from the database.- Parameters:
kaleoInstanceId- the kaleo instance ID
-
countByKaleoInstanceId
public static 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
public static List<KaleoLog> findByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId, int start, int end) Returns a range of all the kaleo logs where kaleoTaskInstanceTokenId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchLogException
-
fetchByKaleoTaskInstanceTokenId_First
public static 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
nullif a matching kaleo log could not be found
-
findByKaleoTaskInstanceTokenId_Last
public static 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 foundNoSuchLogException
-
fetchByKaleoTaskInstanceTokenId_Last
public static 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
nullif a matching kaleo log could not be found
-
findByKaleoTaskInstanceTokenId_PrevAndNext
public static 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 foundNoSuchLogException
-
removeByKaleoTaskInstanceTokenId
public static void removeByKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId) Removes all the kaleo logs where kaleoTaskInstanceTokenId = ? from the database.- Parameters:
kaleoTaskInstanceTokenId- the kaleo task instance token ID
-
countByKaleoTaskInstanceTokenId
public static 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
public static List<KaleoLog> findByKITI_T(long kaleoInstanceTokenId, String type, int start, int end) Returns a range of all the kaleo logs where kaleoInstanceTokenId = ? and type = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchLogException
-
fetchByKITI_T_First
public static 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
nullif a matching kaleo log could not be found
-
findByKITI_T_Last
public static 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 foundNoSuchLogException
-
fetchByKITI_T_Last
public static 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
nullif a matching kaleo log could not be found
-
findByKITI_T_PrevAndNext
public static 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 foundNoSuchLogException
-
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
public static 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchLogException
-
fetchByKCN_KCPK_KITI_T_First
public static 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
nullif a matching kaleo log could not be found
-
findByKCN_KCPK_KITI_T_Last
public static 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 foundNoSuchLogException
-
fetchByKCN_KCPK_KITI_T_Last
public static 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
nullif a matching kaleo log could not be found
-
findByKCN_KCPK_KITI_T_PrevAndNext
public static 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 foundNoSuchLogException
-
removeByKCN_KCPK_KITI_T
public static 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
public static 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 foundNoSuchLogException
-
updateImpl
-
findByPrimaryKey
Returns the kaleo log with the primary key or throws aNoSuchLogExceptionif 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 foundNoSuchLogException
-
fetchByPrimaryKey
Returns the kaleo log with the primary key or returnsnullif it could not be found.- Parameters:
kaleoLogId- the primary key of the kaleo log- Returns:
- the kaleo log, or
nullif 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static void removeAll()Removes all the kaleo logs from the database. -
countAll
public static int countAll()Returns the number of kaleo logs.- Returns:
- the number of kaleo logs
-
getPersistence
-
setPersistence
-