Class KaleoActionUtil
com.liferay.portal.workflow.kaleo.service.persistence.impl.KaleoActionPersistenceImpl 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(KaleoAction kaleoAction) Caches the kaleo action in the entity cache if it is enabled.static voidcacheResult(List<KaleoAction> kaleoActions) Caches the kaleo actions in the entity cache if it is enabled.static voidstatic voidclearCache(KaleoAction kaleoAction) static intcountAll()Returns the number of kaleo actions.static intcountByC_KCN_KCPK(long companyId, String kaleoClassName, long kaleoClassPK) Returns the number of kaleo actions where companyId = ? and kaleoClassName = ? and kaleoClassPK = ?.static intcountByC_KCN_KCPK_ET(long companyId, String kaleoClassName, long kaleoClassPK, String executionType) Returns the number of kaleo actions where companyId = ? and kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.static intcountByCompanyId(long companyId) Returns the number of kaleo actions where companyId = ?.static intcountByKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Returns the number of kaleo actions where kaleoDefinitionVersionId = ?.static intcountByKCN_KCPK(String kaleoClassName, long kaleoClassPK) Returns the number of kaleo actions where kaleoClassName = ? and kaleoClassPK = ?.static intcountByKCN_KCPK_ET(String kaleoClassName, long kaleoClassPK, String executionType) Returns the number of kaleo actions where kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.static longcountWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static KaleoActioncreate(long kaleoActionId) Creates a new kaleo action with the primary key.static KaleoActionfetchByC_KCN_KCPK_ET_First(long companyId, String kaleoClassName, long kaleoClassPK, String executionType, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns the first kaleo action in the ordered set where companyId = ? and kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.static KaleoActionfetchByC_KCN_KCPK_ET_Last(long companyId, String kaleoClassName, long kaleoClassPK, String executionType, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns the last kaleo action in the ordered set where companyId = ? and kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.static KaleoActionfetchByC_KCN_KCPK_First(long companyId, String kaleoClassName, long kaleoClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns the first kaleo action in the ordered set where companyId = ? and kaleoClassName = ? and kaleoClassPK = ?.static KaleoActionfetchByC_KCN_KCPK_Last(long companyId, String kaleoClassName, long kaleoClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns the last kaleo action in the ordered set where companyId = ? and kaleoClassName = ? and kaleoClassPK = ?.static KaleoActionfetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns the first kaleo action in the ordered set where companyId = ?.static KaleoActionfetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns the last kaleo action in the ordered set where companyId = ?.static KaleoActionfetchByKaleoDefinitionVersionId_First(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns the first kaleo action in the ordered set where kaleoDefinitionVersionId = ?.static KaleoActionfetchByKaleoDefinitionVersionId_Last(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns the last kaleo action in the ordered set where kaleoDefinitionVersionId = ?.static KaleoActionfetchByKCN_KCPK_ET_First(String kaleoClassName, long kaleoClassPK, String executionType, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns the first kaleo action in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.static KaleoActionfetchByKCN_KCPK_ET_Last(String kaleoClassName, long kaleoClassPK, String executionType, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns the last kaleo action in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.static KaleoActionfetchByKCN_KCPK_First(String kaleoClassName, long kaleoClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns the first kaleo action in the ordered set where kaleoClassName = ? and kaleoClassPK = ?.static KaleoActionfetchByKCN_KCPK_Last(String kaleoClassName, long kaleoClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns the last kaleo action in the ordered set where kaleoClassName = ? and kaleoClassPK = ?.static KaleoActionfetchByPrimaryKey(long kaleoActionId) Returns the kaleo action with the primary key or returnsnullif it could not be found.static Map<Serializable,KaleoAction> fetchByPrimaryKeys(Set<Serializable> primaryKeys) static List<KaleoAction>findAll()Returns all the kaleo actions.static List<KaleoAction>findAll(int start, int end) Returns a range of all the kaleo actions.static List<KaleoAction>findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns an ordered range of all the kaleo actions.static List<KaleoAction>findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo actions.static List<KaleoAction>findByC_KCN_KCPK(long companyId, String kaleoClassName, long kaleoClassPK) Returns all the kaleo actions where companyId = ? and kaleoClassName = ? and kaleoClassPK = ?.static List<KaleoAction>findByC_KCN_KCPK(long companyId, String kaleoClassName, long kaleoClassPK, int start, int end) Returns a range of all the kaleo actions where companyId = ? and kaleoClassName = ? and kaleoClassPK = ?.static List<KaleoAction>findByC_KCN_KCPK(long companyId, String kaleoClassName, long kaleoClassPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns an ordered range of all the kaleo actions where companyId = ? and kaleoClassName = ? and kaleoClassPK = ?.static List<KaleoAction>findByC_KCN_KCPK(long companyId, String kaleoClassName, long kaleoClassPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo actions where companyId = ? and kaleoClassName = ? and kaleoClassPK = ?.static List<KaleoAction>findByC_KCN_KCPK_ET(long companyId, String kaleoClassName, long kaleoClassPK, String executionType) Returns all the kaleo actions where companyId = ? and kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.static List<KaleoAction>findByC_KCN_KCPK_ET(long companyId, String kaleoClassName, long kaleoClassPK, String executionType, int start, int end) Returns a range of all the kaleo actions where companyId = ? and kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.static List<KaleoAction>findByC_KCN_KCPK_ET(long companyId, String kaleoClassName, long kaleoClassPK, String executionType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns an ordered range of all the kaleo actions where companyId = ? and kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.static List<KaleoAction>findByC_KCN_KCPK_ET(long companyId, String kaleoClassName, long kaleoClassPK, String executionType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo actions where companyId = ? and kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.static KaleoActionfindByC_KCN_KCPK_ET_First(long companyId, String kaleoClassName, long kaleoClassPK, String executionType, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns the first kaleo action in the ordered set where companyId = ? and kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.static KaleoActionfindByC_KCN_KCPK_ET_Last(long companyId, String kaleoClassName, long kaleoClassPK, String executionType, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns the last kaleo action in the ordered set where companyId = ? and kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.static KaleoAction[]findByC_KCN_KCPK_ET_PrevAndNext(long kaleoActionId, long companyId, String kaleoClassName, long kaleoClassPK, String executionType, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns the kaleo actions before and after the current kaleo action in the ordered set where companyId = ? and kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.static KaleoActionfindByC_KCN_KCPK_First(long companyId, String kaleoClassName, long kaleoClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns the first kaleo action in the ordered set where companyId = ? and kaleoClassName = ? and kaleoClassPK = ?.static KaleoActionfindByC_KCN_KCPK_Last(long companyId, String kaleoClassName, long kaleoClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns the last kaleo action in the ordered set where companyId = ? and kaleoClassName = ? and kaleoClassPK = ?.static KaleoAction[]findByC_KCN_KCPK_PrevAndNext(long kaleoActionId, long companyId, String kaleoClassName, long kaleoClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns the kaleo actions before and after the current kaleo action in the ordered set where companyId = ? and kaleoClassName = ? and kaleoClassPK = ?.static List<KaleoAction>findByCompanyId(long companyId) Returns all the kaleo actions where companyId = ?.static List<KaleoAction>findByCompanyId(long companyId, int start, int end) Returns a range of all the kaleo actions where companyId = ?.static List<KaleoAction>findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns an ordered range of all the kaleo actions where companyId = ?.static List<KaleoAction>findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo actions where companyId = ?.static KaleoActionfindByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns the first kaleo action in the ordered set where companyId = ?.static KaleoActionfindByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns the last kaleo action in the ordered set where companyId = ?.static KaleoAction[]findByCompanyId_PrevAndNext(long kaleoActionId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns the kaleo actions before and after the current kaleo action in the ordered set where companyId = ?.static List<KaleoAction>findByKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Returns all the kaleo actions where kaleoDefinitionVersionId = ?.static List<KaleoAction>findByKaleoDefinitionVersionId(long kaleoDefinitionVersionId, int start, int end) Returns a range of all the kaleo actions where kaleoDefinitionVersionId = ?.static List<KaleoAction>findByKaleoDefinitionVersionId(long kaleoDefinitionVersionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns an ordered range of all the kaleo actions where kaleoDefinitionVersionId = ?.static List<KaleoAction>findByKaleoDefinitionVersionId(long kaleoDefinitionVersionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo actions where kaleoDefinitionVersionId = ?.static KaleoActionfindByKaleoDefinitionVersionId_First(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns the first kaleo action in the ordered set where kaleoDefinitionVersionId = ?.static KaleoActionfindByKaleoDefinitionVersionId_Last(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns the last kaleo action in the ordered set where kaleoDefinitionVersionId = ?.static KaleoAction[]findByKaleoDefinitionVersionId_PrevAndNext(long kaleoActionId, long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns the kaleo actions before and after the current kaleo action in the ordered set where kaleoDefinitionVersionId = ?.static List<KaleoAction>findByKCN_KCPK(String kaleoClassName, long kaleoClassPK) Returns all the kaleo actions where kaleoClassName = ? and kaleoClassPK = ?.static List<KaleoAction>findByKCN_KCPK(String kaleoClassName, long kaleoClassPK, int start, int end) Returns a range of all the kaleo actions where kaleoClassName = ? and kaleoClassPK = ?.static List<KaleoAction>findByKCN_KCPK(String kaleoClassName, long kaleoClassPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns an ordered range of all the kaleo actions where kaleoClassName = ? and kaleoClassPK = ?.static List<KaleoAction>findByKCN_KCPK(String kaleoClassName, long kaleoClassPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo actions where kaleoClassName = ? and kaleoClassPK = ?.static List<KaleoAction>findByKCN_KCPK_ET(String kaleoClassName, long kaleoClassPK, String executionType) Returns all the kaleo actions where kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.static List<KaleoAction>findByKCN_KCPK_ET(String kaleoClassName, long kaleoClassPK, String executionType, int start, int end) Returns a range of all the kaleo actions where kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.static List<KaleoAction>findByKCN_KCPK_ET(String kaleoClassName, long kaleoClassPK, String executionType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns an ordered range of all the kaleo actions where kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.static List<KaleoAction>findByKCN_KCPK_ET(String kaleoClassName, long kaleoClassPK, String executionType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo actions where kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.static KaleoActionfindByKCN_KCPK_ET_First(String kaleoClassName, long kaleoClassPK, String executionType, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns the first kaleo action in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.static KaleoActionfindByKCN_KCPK_ET_Last(String kaleoClassName, long kaleoClassPK, String executionType, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns the last kaleo action in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.static KaleoAction[]findByKCN_KCPK_ET_PrevAndNext(long kaleoActionId, String kaleoClassName, long kaleoClassPK, String executionType, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns the kaleo actions before and after the current kaleo action in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.static KaleoActionfindByKCN_KCPK_First(String kaleoClassName, long kaleoClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns the first kaleo action in the ordered set where kaleoClassName = ? and kaleoClassPK = ?.static KaleoActionfindByKCN_KCPK_Last(String kaleoClassName, long kaleoClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns the last kaleo action in the ordered set where kaleoClassName = ? and kaleoClassPK = ?.static KaleoAction[]findByKCN_KCPK_PrevAndNext(long kaleoActionId, String kaleoClassName, long kaleoClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns the kaleo actions before and after the current kaleo action in the ordered set where kaleoClassName = ? and kaleoClassPK = ?.static KaleoActionfindByPrimaryKey(long kaleoActionId) Returns the kaleo action with the primary key or throws aNoSuchActionExceptionif it could not be found.static List<KaleoAction>findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static List<KaleoAction>findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) static List<KaleoAction>findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) static KaleoActionPersistencestatic KaleoActionremove(long kaleoActionId) Removes the kaleo action with the primary key from the database.static voidRemoves all the kaleo actions from the database.static voidremoveByC_KCN_KCPK(long companyId, String kaleoClassName, long kaleoClassPK) Removes all the kaleo actions where companyId = ? and kaleoClassName = ? and kaleoClassPK = ? from the database.static voidremoveByC_KCN_KCPK_ET(long companyId, String kaleoClassName, long kaleoClassPK, String executionType) Removes all the kaleo actions where companyId = ? and kaleoClassName = ? and kaleoClassPK = ? and executionType = ? from the database.static voidremoveByCompanyId(long companyId) Removes all the kaleo actions where companyId = ? from the database.static voidremoveByKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Removes all the kaleo actions where kaleoDefinitionVersionId = ? from the database.static voidremoveByKCN_KCPK(String kaleoClassName, long kaleoClassPK) Removes all the kaleo actions where kaleoClassName = ? and kaleoClassPK = ? from the database.static voidremoveByKCN_KCPK_ET(String kaleoClassName, long kaleoClassPK, String executionType) Removes all the kaleo actions where kaleoClassName = ? and kaleoClassPK = ? and executionType = ? from the database.static voidsetPersistence(KaleoActionPersistence persistence) static KaleoActionupdate(KaleoAction kaleoAction) static KaleoActionupdate(KaleoAction kaleoAction, com.liferay.portal.kernel.service.ServiceContext serviceContext) static KaleoActionupdateImpl(KaleoAction kaleoAction)
-
Constructor Details
-
KaleoActionUtil
public KaleoActionUtil()
-
-
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<KaleoAction> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery)
-
findWithDynamicQuery
public static List<KaleoAction> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
-
findWithDynamicQuery
public static List<KaleoAction> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
-
update
- See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
-
update
public static KaleoAction update(KaleoAction kaleoAction, com.liferay.portal.kernel.service.ServiceContext serviceContext) - See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
-
findByCompanyId
Returns all the kaleo actions where companyId = ?.- Parameters:
companyId- the company ID- Returns:
- the matching kaleo actions
-
findByCompanyId
Returns a range of all the kaleo actions 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 fromKaleoActionModelImpl.- Parameters:
companyId- the company IDstart- the lower bound of the range of kaleo actionsend- the upper bound of the range of kaleo actions (not inclusive)- Returns:
- the range of matching kaleo actions
-
findByCompanyId
public static List<KaleoAction> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns an ordered range of all the kaleo actions 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 fromKaleoActionModelImpl.- Parameters:
companyId- the company IDstart- the lower bound of the range of kaleo actionsend- the upper bound of the range of kaleo actions (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching kaleo actions
-
findByCompanyId
public static List<KaleoAction> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo actions 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 fromKaleoActionModelImpl.- Parameters:
companyId- the company IDstart- the lower bound of the range of kaleo actionsend- the upper bound of the range of kaleo actions (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 actions
-
findByCompanyId_First
public static KaleoAction findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) throws NoSuchActionException Returns the first kaleo action in the ordered set where companyId = ?.- Parameters:
companyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching kaleo action
- Throws:
NoSuchActionException- if a matching kaleo action could not be foundNoSuchActionException
-
fetchByCompanyId_First
public static KaleoAction fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns the first kaleo action in the ordered set where companyId = ?.- Parameters:
companyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching kaleo action, or
nullif a matching kaleo action could not be found
-
findByCompanyId_Last
public static KaleoAction findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) throws NoSuchActionException Returns the last kaleo action in the ordered set where companyId = ?.- Parameters:
companyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching kaleo action
- Throws:
NoSuchActionException- if a matching kaleo action could not be foundNoSuchActionException
-
fetchByCompanyId_Last
public static KaleoAction fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns the last kaleo action in the ordered set where companyId = ?.- Parameters:
companyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching kaleo action, or
nullif a matching kaleo action could not be found
-
findByCompanyId_PrevAndNext
public static KaleoAction[] findByCompanyId_PrevAndNext(long kaleoActionId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) throws NoSuchActionException Returns the kaleo actions before and after the current kaleo action in the ordered set where companyId = ?.- Parameters:
kaleoActionId- the primary key of the current kaleo actioncompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next kaleo action
- Throws:
NoSuchActionException- if a kaleo action with the primary key could not be foundNoSuchActionException
-
removeByCompanyId
public static void removeByCompanyId(long companyId) Removes all the kaleo actions where companyId = ? from the database.- Parameters:
companyId- the company ID
-
countByCompanyId
public static int countByCompanyId(long companyId) Returns the number of kaleo actions where companyId = ?.- Parameters:
companyId- the company ID- Returns:
- the number of matching kaleo actions
-
findByKaleoDefinitionVersionId
Returns all the kaleo actions where kaleoDefinitionVersionId = ?.- Parameters:
kaleoDefinitionVersionId- the kaleo definition version ID- Returns:
- the matching kaleo actions
-
findByKaleoDefinitionVersionId
public static List<KaleoAction> findByKaleoDefinitionVersionId(long kaleoDefinitionVersionId, int start, int end) Returns a range of all the kaleo actions 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 fromKaleoActionModelImpl.- Parameters:
kaleoDefinitionVersionId- the kaleo definition version IDstart- the lower bound of the range of kaleo actionsend- the upper bound of the range of kaleo actions (not inclusive)- Returns:
- the range of matching kaleo actions
-
findByKaleoDefinitionVersionId
public static List<KaleoAction> findByKaleoDefinitionVersionId(long kaleoDefinitionVersionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns an ordered range of all the kaleo actions 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 fromKaleoActionModelImpl.- Parameters:
kaleoDefinitionVersionId- the kaleo definition version IDstart- the lower bound of the range of kaleo actionsend- the upper bound of the range of kaleo actions (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching kaleo actions
-
findByKaleoDefinitionVersionId
public static List<KaleoAction> findByKaleoDefinitionVersionId(long kaleoDefinitionVersionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo actions 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 fromKaleoActionModelImpl.- Parameters:
kaleoDefinitionVersionId- the kaleo definition version IDstart- the lower bound of the range of kaleo actionsend- the upper bound of the range of kaleo actions (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 actions
-
findByKaleoDefinitionVersionId_First
public static KaleoAction findByKaleoDefinitionVersionId_First(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) throws NoSuchActionException Returns the first kaleo action 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 action
- Throws:
NoSuchActionException- if a matching kaleo action could not be foundNoSuchActionException
-
fetchByKaleoDefinitionVersionId_First
public static KaleoAction fetchByKaleoDefinitionVersionId_First(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns the first kaleo action 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 action, or
nullif a matching kaleo action could not be found
-
findByKaleoDefinitionVersionId_Last
public static KaleoAction findByKaleoDefinitionVersionId_Last(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) throws NoSuchActionException Returns the last kaleo action 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 action
- Throws:
NoSuchActionException- if a matching kaleo action could not be foundNoSuchActionException
-
fetchByKaleoDefinitionVersionId_Last
public static KaleoAction fetchByKaleoDefinitionVersionId_Last(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns the last kaleo action 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 action, or
nullif a matching kaleo action could not be found
-
findByKaleoDefinitionVersionId_PrevAndNext
public static KaleoAction[] findByKaleoDefinitionVersionId_PrevAndNext(long kaleoActionId, long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) throws NoSuchActionException Returns the kaleo actions before and after the current kaleo action in the ordered set where kaleoDefinitionVersionId = ?.- Parameters:
kaleoActionId- the primary key of the current kaleo actionkaleoDefinitionVersionId- the kaleo definition version IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next kaleo action
- Throws:
NoSuchActionException- if a kaleo action with the primary key could not be foundNoSuchActionException
-
removeByKaleoDefinitionVersionId
public static void removeByKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Removes all the kaleo actions where kaleoDefinitionVersionId = ? from the database.- Parameters:
kaleoDefinitionVersionId- the kaleo definition version ID
-
countByKaleoDefinitionVersionId
public static int countByKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Returns the number of kaleo actions where kaleoDefinitionVersionId = ?.- Parameters:
kaleoDefinitionVersionId- the kaleo definition version ID- Returns:
- the number of matching kaleo actions
-
findByKCN_KCPK
Returns all the kaleo actions where kaleoClassName = ? and kaleoClassPK = ?.- Parameters:
kaleoClassName- the kaleo class namekaleoClassPK- the kaleo class pk- Returns:
- the matching kaleo actions
-
findByKCN_KCPK
public static List<KaleoAction> findByKCN_KCPK(String kaleoClassName, long kaleoClassPK, int start, int end) Returns a range of all the kaleo actions where kaleoClassName = ? and kaleoClassPK = ?.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 fromKaleoActionModelImpl.- Parameters:
kaleoClassName- the kaleo class namekaleoClassPK- the kaleo class pkstart- the lower bound of the range of kaleo actionsend- the upper bound of the range of kaleo actions (not inclusive)- Returns:
- the range of matching kaleo actions
-
findByKCN_KCPK
public static List<KaleoAction> findByKCN_KCPK(String kaleoClassName, long kaleoClassPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns an ordered range of all the kaleo actions where kaleoClassName = ? and kaleoClassPK = ?.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 fromKaleoActionModelImpl.- Parameters:
kaleoClassName- the kaleo class namekaleoClassPK- the kaleo class pkstart- the lower bound of the range of kaleo actionsend- the upper bound of the range of kaleo actions (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching kaleo actions
-
findByKCN_KCPK
public static List<KaleoAction> findByKCN_KCPK(String kaleoClassName, long kaleoClassPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo actions where kaleoClassName = ? and kaleoClassPK = ?.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 fromKaleoActionModelImpl.- Parameters:
kaleoClassName- the kaleo class namekaleoClassPK- the kaleo class pkstart- the lower bound of the range of kaleo actionsend- the upper bound of the range of kaleo actions (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 actions
-
findByKCN_KCPK_First
public static KaleoAction findByKCN_KCPK_First(String kaleoClassName, long kaleoClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) throws NoSuchActionException Returns the first kaleo action in the ordered set where kaleoClassName = ? and kaleoClassPK = ?.- Parameters:
kaleoClassName- the kaleo class namekaleoClassPK- the kaleo class pkorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching kaleo action
- Throws:
NoSuchActionException- if a matching kaleo action could not be foundNoSuchActionException
-
fetchByKCN_KCPK_First
public static KaleoAction fetchByKCN_KCPK_First(String kaleoClassName, long kaleoClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns the first kaleo action in the ordered set where kaleoClassName = ? and kaleoClassPK = ?.- Parameters:
kaleoClassName- the kaleo class namekaleoClassPK- the kaleo class pkorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching kaleo action, or
nullif a matching kaleo action could not be found
-
findByKCN_KCPK_Last
public static KaleoAction findByKCN_KCPK_Last(String kaleoClassName, long kaleoClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) throws NoSuchActionException Returns the last kaleo action in the ordered set where kaleoClassName = ? and kaleoClassPK = ?.- Parameters:
kaleoClassName- the kaleo class namekaleoClassPK- the kaleo class pkorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching kaleo action
- Throws:
NoSuchActionException- if a matching kaleo action could not be foundNoSuchActionException
-
fetchByKCN_KCPK_Last
public static KaleoAction fetchByKCN_KCPK_Last(String kaleoClassName, long kaleoClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns the last kaleo action in the ordered set where kaleoClassName = ? and kaleoClassPK = ?.- Parameters:
kaleoClassName- the kaleo class namekaleoClassPK- the kaleo class pkorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching kaleo action, or
nullif a matching kaleo action could not be found
-
findByKCN_KCPK_PrevAndNext
public static KaleoAction[] findByKCN_KCPK_PrevAndNext(long kaleoActionId, String kaleoClassName, long kaleoClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) throws NoSuchActionException Returns the kaleo actions before and after the current kaleo action in the ordered set where kaleoClassName = ? and kaleoClassPK = ?.- Parameters:
kaleoActionId- the primary key of the current kaleo actionkaleoClassName- the kaleo class namekaleoClassPK- the kaleo class pkorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next kaleo action
- Throws:
NoSuchActionException- if a kaleo action with the primary key could not be foundNoSuchActionException
-
removeByKCN_KCPK
Removes all the kaleo actions where kaleoClassName = ? and kaleoClassPK = ? from the database.- Parameters:
kaleoClassName- the kaleo class namekaleoClassPK- the kaleo class pk
-
countByKCN_KCPK
Returns the number of kaleo actions where kaleoClassName = ? and kaleoClassPK = ?.- Parameters:
kaleoClassName- the kaleo class namekaleoClassPK- the kaleo class pk- Returns:
- the number of matching kaleo actions
-
findByC_KCN_KCPK
public static List<KaleoAction> findByC_KCN_KCPK(long companyId, String kaleoClassName, long kaleoClassPK) Returns all the kaleo actions where companyId = ? and kaleoClassName = ? and kaleoClassPK = ?.- Parameters:
companyId- the company IDkaleoClassName- the kaleo class namekaleoClassPK- the kaleo class pk- Returns:
- the matching kaleo actions
-
findByC_KCN_KCPK
public static List<KaleoAction> findByC_KCN_KCPK(long companyId, String kaleoClassName, long kaleoClassPK, int start, int end) Returns a range of all the kaleo actions where companyId = ? and kaleoClassName = ? and kaleoClassPK = ?.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 fromKaleoActionModelImpl.- Parameters:
companyId- the company IDkaleoClassName- the kaleo class namekaleoClassPK- the kaleo class pkstart- the lower bound of the range of kaleo actionsend- the upper bound of the range of kaleo actions (not inclusive)- Returns:
- the range of matching kaleo actions
-
findByC_KCN_KCPK
public static List<KaleoAction> findByC_KCN_KCPK(long companyId, String kaleoClassName, long kaleoClassPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns an ordered range of all the kaleo actions where companyId = ? and kaleoClassName = ? and kaleoClassPK = ?.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 fromKaleoActionModelImpl.- Parameters:
companyId- the company IDkaleoClassName- the kaleo class namekaleoClassPK- the kaleo class pkstart- the lower bound of the range of kaleo actionsend- the upper bound of the range of kaleo actions (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching kaleo actions
-
findByC_KCN_KCPK
public static List<KaleoAction> findByC_KCN_KCPK(long companyId, String kaleoClassName, long kaleoClassPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo actions where companyId = ? and kaleoClassName = ? and kaleoClassPK = ?.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 fromKaleoActionModelImpl.- Parameters:
companyId- the company IDkaleoClassName- the kaleo class namekaleoClassPK- the kaleo class pkstart- the lower bound of the range of kaleo actionsend- the upper bound of the range of kaleo actions (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 actions
-
findByC_KCN_KCPK_First
public static KaleoAction findByC_KCN_KCPK_First(long companyId, String kaleoClassName, long kaleoClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) throws NoSuchActionException Returns the first kaleo action in the ordered set where companyId = ? and kaleoClassName = ? and kaleoClassPK = ?.- Parameters:
companyId- the company IDkaleoClassName- the kaleo class namekaleoClassPK- the kaleo class pkorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching kaleo action
- Throws:
NoSuchActionException- if a matching kaleo action could not be foundNoSuchActionException
-
fetchByC_KCN_KCPK_First
public static KaleoAction fetchByC_KCN_KCPK_First(long companyId, String kaleoClassName, long kaleoClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns the first kaleo action in the ordered set where companyId = ? and kaleoClassName = ? and kaleoClassPK = ?.- Parameters:
companyId- the company IDkaleoClassName- the kaleo class namekaleoClassPK- the kaleo class pkorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching kaleo action, or
nullif a matching kaleo action could not be found
-
findByC_KCN_KCPK_Last
public static KaleoAction findByC_KCN_KCPK_Last(long companyId, String kaleoClassName, long kaleoClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) throws NoSuchActionException Returns the last kaleo action in the ordered set where companyId = ? and kaleoClassName = ? and kaleoClassPK = ?.- Parameters:
companyId- the company IDkaleoClassName- the kaleo class namekaleoClassPK- the kaleo class pkorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching kaleo action
- Throws:
NoSuchActionException- if a matching kaleo action could not be foundNoSuchActionException
-
fetchByC_KCN_KCPK_Last
public static KaleoAction fetchByC_KCN_KCPK_Last(long companyId, String kaleoClassName, long kaleoClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns the last kaleo action in the ordered set where companyId = ? and kaleoClassName = ? and kaleoClassPK = ?.- Parameters:
companyId- the company IDkaleoClassName- the kaleo class namekaleoClassPK- the kaleo class pkorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching kaleo action, or
nullif a matching kaleo action could not be found
-
findByC_KCN_KCPK_PrevAndNext
public static KaleoAction[] findByC_KCN_KCPK_PrevAndNext(long kaleoActionId, long companyId, String kaleoClassName, long kaleoClassPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) throws NoSuchActionException Returns the kaleo actions before and after the current kaleo action in the ordered set where companyId = ? and kaleoClassName = ? and kaleoClassPK = ?.- Parameters:
kaleoActionId- the primary key of the current kaleo actioncompanyId- the company IDkaleoClassName- the kaleo class namekaleoClassPK- the kaleo class pkorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next kaleo action
- Throws:
NoSuchActionException- if a kaleo action with the primary key could not be foundNoSuchActionException
-
removeByC_KCN_KCPK
Removes all the kaleo actions where companyId = ? and kaleoClassName = ? and kaleoClassPK = ? from the database.- Parameters:
companyId- the company IDkaleoClassName- the kaleo class namekaleoClassPK- the kaleo class pk
-
countByC_KCN_KCPK
Returns the number of kaleo actions where companyId = ? and kaleoClassName = ? and kaleoClassPK = ?.- Parameters:
companyId- the company IDkaleoClassName- the kaleo class namekaleoClassPK- the kaleo class pk- Returns:
- the number of matching kaleo actions
-
findByKCN_KCPK_ET
public static List<KaleoAction> findByKCN_KCPK_ET(String kaleoClassName, long kaleoClassPK, String executionType) Returns all the kaleo actions where kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.- Parameters:
kaleoClassName- the kaleo class namekaleoClassPK- the kaleo class pkexecutionType- the execution type- Returns:
- the matching kaleo actions
-
findByKCN_KCPK_ET
public static List<KaleoAction> findByKCN_KCPK_ET(String kaleoClassName, long kaleoClassPK, String executionType, int start, int end) Returns a range of all the kaleo actions where kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.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 fromKaleoActionModelImpl.- Parameters:
kaleoClassName- the kaleo class namekaleoClassPK- the kaleo class pkexecutionType- the execution typestart- the lower bound of the range of kaleo actionsend- the upper bound of the range of kaleo actions (not inclusive)- Returns:
- the range of matching kaleo actions
-
findByKCN_KCPK_ET
public static List<KaleoAction> findByKCN_KCPK_ET(String kaleoClassName, long kaleoClassPK, String executionType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns an ordered range of all the kaleo actions where kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.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 fromKaleoActionModelImpl.- Parameters:
kaleoClassName- the kaleo class namekaleoClassPK- the kaleo class pkexecutionType- the execution typestart- the lower bound of the range of kaleo actionsend- the upper bound of the range of kaleo actions (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching kaleo actions
-
findByKCN_KCPK_ET
public static List<KaleoAction> findByKCN_KCPK_ET(String kaleoClassName, long kaleoClassPK, String executionType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo actions where kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.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 fromKaleoActionModelImpl.- Parameters:
kaleoClassName- the kaleo class namekaleoClassPK- the kaleo class pkexecutionType- the execution typestart- the lower bound of the range of kaleo actionsend- the upper bound of the range of kaleo actions (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 actions
-
findByKCN_KCPK_ET_First
public static KaleoAction findByKCN_KCPK_ET_First(String kaleoClassName, long kaleoClassPK, String executionType, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) throws NoSuchActionException Returns the first kaleo action in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.- Parameters:
kaleoClassName- the kaleo class namekaleoClassPK- the kaleo class pkexecutionType- the execution typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching kaleo action
- Throws:
NoSuchActionException- if a matching kaleo action could not be foundNoSuchActionException
-
fetchByKCN_KCPK_ET_First
public static KaleoAction fetchByKCN_KCPK_ET_First(String kaleoClassName, long kaleoClassPK, String executionType, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns the first kaleo action in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.- Parameters:
kaleoClassName- the kaleo class namekaleoClassPK- the kaleo class pkexecutionType- the execution typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching kaleo action, or
nullif a matching kaleo action could not be found
-
findByKCN_KCPK_ET_Last
public static KaleoAction findByKCN_KCPK_ET_Last(String kaleoClassName, long kaleoClassPK, String executionType, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) throws NoSuchActionException Returns the last kaleo action in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.- Parameters:
kaleoClassName- the kaleo class namekaleoClassPK- the kaleo class pkexecutionType- the execution typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching kaleo action
- Throws:
NoSuchActionException- if a matching kaleo action could not be foundNoSuchActionException
-
fetchByKCN_KCPK_ET_Last
public static KaleoAction fetchByKCN_KCPK_ET_Last(String kaleoClassName, long kaleoClassPK, String executionType, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns the last kaleo action in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.- Parameters:
kaleoClassName- the kaleo class namekaleoClassPK- the kaleo class pkexecutionType- the execution typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching kaleo action, or
nullif a matching kaleo action could not be found
-
findByKCN_KCPK_ET_PrevAndNext
public static KaleoAction[] findByKCN_KCPK_ET_PrevAndNext(long kaleoActionId, String kaleoClassName, long kaleoClassPK, String executionType, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) throws NoSuchActionException Returns the kaleo actions before and after the current kaleo action in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.- Parameters:
kaleoActionId- the primary key of the current kaleo actionkaleoClassName- the kaleo class namekaleoClassPK- the kaleo class pkexecutionType- the execution typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next kaleo action
- Throws:
NoSuchActionException- if a kaleo action with the primary key could not be foundNoSuchActionException
-
removeByKCN_KCPK_ET
public static void removeByKCN_KCPK_ET(String kaleoClassName, long kaleoClassPK, String executionType) Removes all the kaleo actions where kaleoClassName = ? and kaleoClassPK = ? and executionType = ? from the database.- Parameters:
kaleoClassName- the kaleo class namekaleoClassPK- the kaleo class pkexecutionType- the execution type
-
countByKCN_KCPK_ET
public static int countByKCN_KCPK_ET(String kaleoClassName, long kaleoClassPK, String executionType) Returns the number of kaleo actions where kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.- Parameters:
kaleoClassName- the kaleo class namekaleoClassPK- the kaleo class pkexecutionType- the execution type- Returns:
- the number of matching kaleo actions
-
findByC_KCN_KCPK_ET
public static List<KaleoAction> findByC_KCN_KCPK_ET(long companyId, String kaleoClassName, long kaleoClassPK, String executionType) Returns all the kaleo actions where companyId = ? and kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.- Parameters:
companyId- the company IDkaleoClassName- the kaleo class namekaleoClassPK- the kaleo class pkexecutionType- the execution type- Returns:
- the matching kaleo actions
-
findByC_KCN_KCPK_ET
public static List<KaleoAction> findByC_KCN_KCPK_ET(long companyId, String kaleoClassName, long kaleoClassPK, String executionType, int start, int end) Returns a range of all the kaleo actions where companyId = ? and kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.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 fromKaleoActionModelImpl.- Parameters:
companyId- the company IDkaleoClassName- the kaleo class namekaleoClassPK- the kaleo class pkexecutionType- the execution typestart- the lower bound of the range of kaleo actionsend- the upper bound of the range of kaleo actions (not inclusive)- Returns:
- the range of matching kaleo actions
-
findByC_KCN_KCPK_ET
public static List<KaleoAction> findByC_KCN_KCPK_ET(long companyId, String kaleoClassName, long kaleoClassPK, String executionType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns an ordered range of all the kaleo actions where companyId = ? and kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.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 fromKaleoActionModelImpl.- Parameters:
companyId- the company IDkaleoClassName- the kaleo class namekaleoClassPK- the kaleo class pkexecutionType- the execution typestart- the lower bound of the range of kaleo actionsend- the upper bound of the range of kaleo actions (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching kaleo actions
-
findByC_KCN_KCPK_ET
public static List<KaleoAction> findByC_KCN_KCPK_ET(long companyId, String kaleoClassName, long kaleoClassPK, String executionType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo actions where companyId = ? and kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.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 fromKaleoActionModelImpl.- Parameters:
companyId- the company IDkaleoClassName- the kaleo class namekaleoClassPK- the kaleo class pkexecutionType- the execution typestart- the lower bound of the range of kaleo actionsend- the upper bound of the range of kaleo actions (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 actions
-
findByC_KCN_KCPK_ET_First
public static KaleoAction findByC_KCN_KCPK_ET_First(long companyId, String kaleoClassName, long kaleoClassPK, String executionType, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) throws NoSuchActionException Returns the first kaleo action in the ordered set where companyId = ? and kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.- Parameters:
companyId- the company IDkaleoClassName- the kaleo class namekaleoClassPK- the kaleo class pkexecutionType- the execution typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching kaleo action
- Throws:
NoSuchActionException- if a matching kaleo action could not be foundNoSuchActionException
-
fetchByC_KCN_KCPK_ET_First
public static KaleoAction fetchByC_KCN_KCPK_ET_First(long companyId, String kaleoClassName, long kaleoClassPK, String executionType, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns the first kaleo action in the ordered set where companyId = ? and kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.- Parameters:
companyId- the company IDkaleoClassName- the kaleo class namekaleoClassPK- the kaleo class pkexecutionType- the execution typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching kaleo action, or
nullif a matching kaleo action could not be found
-
findByC_KCN_KCPK_ET_Last
public static KaleoAction findByC_KCN_KCPK_ET_Last(long companyId, String kaleoClassName, long kaleoClassPK, String executionType, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) throws NoSuchActionException Returns the last kaleo action in the ordered set where companyId = ? and kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.- Parameters:
companyId- the company IDkaleoClassName- the kaleo class namekaleoClassPK- the kaleo class pkexecutionType- the execution typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching kaleo action
- Throws:
NoSuchActionException- if a matching kaleo action could not be foundNoSuchActionException
-
fetchByC_KCN_KCPK_ET_Last
public static KaleoAction fetchByC_KCN_KCPK_ET_Last(long companyId, String kaleoClassName, long kaleoClassPK, String executionType, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns the last kaleo action in the ordered set where companyId = ? and kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.- Parameters:
companyId- the company IDkaleoClassName- the kaleo class namekaleoClassPK- the kaleo class pkexecutionType- the execution typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching kaleo action, or
nullif a matching kaleo action could not be found
-
findByC_KCN_KCPK_ET_PrevAndNext
public static KaleoAction[] findByC_KCN_KCPK_ET_PrevAndNext(long kaleoActionId, long companyId, String kaleoClassName, long kaleoClassPK, String executionType, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) throws NoSuchActionException Returns the kaleo actions before and after the current kaleo action in the ordered set where companyId = ? and kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.- Parameters:
kaleoActionId- the primary key of the current kaleo actioncompanyId- the company IDkaleoClassName- the kaleo class namekaleoClassPK- the kaleo class pkexecutionType- the execution typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next kaleo action
- Throws:
NoSuchActionException- if a kaleo action with the primary key could not be foundNoSuchActionException
-
removeByC_KCN_KCPK_ET
public static void removeByC_KCN_KCPK_ET(long companyId, String kaleoClassName, long kaleoClassPK, String executionType) Removes all the kaleo actions where companyId = ? and kaleoClassName = ? and kaleoClassPK = ? and executionType = ? from the database.- Parameters:
companyId- the company IDkaleoClassName- the kaleo class namekaleoClassPK- the kaleo class pkexecutionType- the execution type
-
countByC_KCN_KCPK_ET
public static int countByC_KCN_KCPK_ET(long companyId, String kaleoClassName, long kaleoClassPK, String executionType) Returns the number of kaleo actions where companyId = ? and kaleoClassName = ? and kaleoClassPK = ? and executionType = ?.- Parameters:
companyId- the company IDkaleoClassName- the kaleo class namekaleoClassPK- the kaleo class pkexecutionType- the execution type- Returns:
- the number of matching kaleo actions
-
cacheResult
Caches the kaleo action in the entity cache if it is enabled.- Parameters:
kaleoAction- the kaleo action
-
cacheResult
Caches the kaleo actions in the entity cache if it is enabled.- Parameters:
kaleoActions- the kaleo actions
-
create
Creates a new kaleo action with the primary key. Does not add the kaleo action to the database.- Parameters:
kaleoActionId- the primary key for the new kaleo action- Returns:
- the new kaleo action
-
remove
Removes the kaleo action with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
kaleoActionId- the primary key of the kaleo action- Returns:
- the kaleo action that was removed
- Throws:
NoSuchActionException- if a kaleo action with the primary key could not be foundNoSuchActionException
-
updateImpl
-
findByPrimaryKey
Returns the kaleo action with the primary key or throws aNoSuchActionExceptionif it could not be found.- Parameters:
kaleoActionId- the primary key of the kaleo action- Returns:
- the kaleo action
- Throws:
NoSuchActionException- if a kaleo action with the primary key could not be foundNoSuchActionException
-
fetchByPrimaryKey
Returns the kaleo action with the primary key or returnsnullif it could not be found.- Parameters:
kaleoActionId- the primary key of the kaleo action- Returns:
- the kaleo action, or
nullif a kaleo action with the primary key could not be found
-
findAll
Returns all the kaleo actions.- Returns:
- the kaleo actions
-
findAll
Returns a range of all the kaleo actions.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 fromKaleoActionModelImpl.- Parameters:
start- the lower bound of the range of kaleo actionsend- the upper bound of the range of kaleo actions (not inclusive)- Returns:
- the range of kaleo actions
-
findAll
public static List<KaleoAction> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator) Returns an ordered range of all the kaleo actions.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 fromKaleoActionModelImpl.- Parameters:
start- the lower bound of the range of kaleo actionsend- the upper bound of the range of kaleo actions (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of kaleo actions
-
findAll
public static List<KaleoAction> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoAction> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo actions.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 fromKaleoActionModelImpl.- Parameters:
start- the lower bound of the range of kaleo actionsend- the upper bound of the range of kaleo actions (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of kaleo actions
-
removeAll
public static void removeAll()Removes all the kaleo actions from the database. -
countAll
public static int countAll()Returns the number of kaleo actions.- Returns:
- the number of kaleo actions
-
getPersistence
-
setPersistence
-