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 void
cacheResult
(KaleoLog kaleoLog) Caches the kaleo log in the entity cache if it is enabled.static void
cacheResult
(List<KaleoLog> kaleoLogs) Caches the kaleo logs in the entity cache if it is enabled.static void
static void
clearCache
(KaleoLog kaleoLog) static int
countAll()
Returns the number of kaleo logs.static int
countByCompanyId
(long companyId) Returns the number of kaleo logs where companyId = ?.static int
countByKaleoDefinitionVersionId
(long kaleoDefinitionVersionId) Returns the number of kaleo logs where kaleoDefinitionVersionId = ?.static int
countByKaleoInstanceId
(long kaleoInstanceId) Returns the number of kaleo logs where kaleoInstanceId = ?.static int
countByKaleoTaskInstanceTokenId
(long kaleoTaskInstanceTokenId) Returns the number of kaleo logs where kaleoTaskInstanceTokenId = ?.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 = ?.static int
countByKITI_T
(long kaleoInstanceTokenId, String type) Returns the number of kaleo logs where kaleoInstanceTokenId = ? and type = ?.static long
countWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static KaleoLog
create
(long kaleoLogId) Creates a new kaleo log with the primary key.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.static KaleoLog
fetchByPrimaryKey
(long kaleoLogId) Returns the kaleo log with the primary key or returnsnull
if 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 KaleoLog
findByCompanyId_First
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the first kaleo log in the ordered set where companyId = ?.static KaleoLog
findByCompanyId_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 KaleoLog
findByKaleoDefinitionVersionId_First
(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the first kaleo log in the ordered set where kaleoDefinitionVersionId = ?.static KaleoLog
findByKaleoDefinitionVersionId_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 KaleoLog
findByKaleoInstanceId_First
(long kaleoInstanceId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the first kaleo log in the ordered set where kaleoInstanceId = ?.static KaleoLog
findByKaleoInstanceId_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 KaleoLog
findByKaleoTaskInstanceTokenId_First
(long kaleoTaskInstanceTokenId, com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) Returns the first kaleo log in the ordered set where kaleoTaskInstanceTokenId = ?.static KaleoLog
findByKaleoTaskInstanceTokenId_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 KaleoLog
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 = ?.static KaleoLog
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 = ?.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 KaleoLog
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 = ?.static KaleoLog
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 = ?.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 KaleoLog
findByPrimaryKey
(long kaleoLogId) Returns the kaleo log with the primary key or throws aNoSuchLogException
if 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 KaleoLogPersistence
static KaleoLog
remove
(long kaleoLogId) Removes the kaleo log with the primary key from the database.static void
Removes all the kaleo logs from the database.static void
removeByCompanyId
(long companyId) Removes all the kaleo logs where companyId = ? from the database.static void
removeByKaleoDefinitionVersionId
(long kaleoDefinitionVersionId) Removes all the kaleo logs where kaleoDefinitionVersionId = ? from the database.static void
removeByKaleoInstanceId
(long kaleoInstanceId) Removes all the kaleo logs where kaleoInstanceId = ? from the database.static void
removeByKaleoTaskInstanceTokenId
(long kaleoTaskInstanceTokenId) Removes all the kaleo logs where kaleoTaskInstanceTokenId = ? from the database.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.static void
removeByKITI_T
(long kaleoInstanceTokenId, String type) Removes all the kaleo logs where kaleoInstanceTokenId = ? and type = ? from the database.static void
setPersistence
(KaleoLogPersistence persistence) static KaleoLog
static KaleoLog
static KaleoLog
updateImpl
(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 - 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
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 - 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
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 - 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
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
null
if 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
null
if 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 - 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
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 - 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
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 - 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
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
null
if 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
null
if 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 - 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
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 - 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
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 - 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
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
null
if 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
null
if 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 - 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
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 - 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
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 - 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
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
null
if 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
null
if 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 - 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
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 - 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
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 - 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
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
null
if 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
null
if 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 - 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
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 - 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
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 - 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
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
null
if 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
null
if 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 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 foundNoSuchLogException
-
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
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 - 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
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 - 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
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
-