Class KaleoProcessUtil
com.liferay.portal.workflow.kaleo.forms.service.persistence.impl.KaleoProcessPersistenceImpl 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(KaleoProcess kaleoProcess) Caches the kaleo process in the entity cache if it is enabled.static voidcacheResult(List<KaleoProcess> kaleoProcesses) Caches the kaleo processes in the entity cache if it is enabled.static voidstatic voidclearCache(KaleoProcess kaleoProcess) static intcountAll()Returns the number of kaleo processes.static intcountByDDLRecordSetId(long DDLRecordSetId) Returns the number of kaleo processes where DDLRecordSetId = ?.static intcountByGroupId(long groupId) Returns the number of kaleo processes where groupId = ?.static intcountByUuid(String uuid) Returns the number of kaleo processes where uuid = ?.static intcountByUuid_C(String uuid, long companyId) Returns the number of kaleo processes where uuid = ? and companyId = ?.static intcountByUUID_G(String uuid, long groupId) Returns the number of kaleo processes where uuid = ? and groupId = ?.static longcountWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static KaleoProcesscreate(long kaleoProcessId) Creates a new kaleo process with the primary key.static KaleoProcessfetchByDDLRecordSetId(long DDLRecordSetId) Returns the kaleo process where DDLRecordSetId = ? or returnsnullif it could not be found.static KaleoProcessfetchByDDLRecordSetId(long DDLRecordSetId, boolean useFinderCache) Returns the kaleo process where DDLRecordSetId = ? or returnsnullif it could not be found, optionally using the finder cache.static KaleoProcessfetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator) Returns the first kaleo process in the ordered set where groupId = ?.static KaleoProcessfetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator) Returns the last kaleo process in the ordered set where groupId = ?.static KaleoProcessfetchByPrimaryKey(long kaleoProcessId) Returns the kaleo process with the primary key or returnsnullif it could not be found.static Map<Serializable, KaleoProcess> fetchByPrimaryKeys(Set<Serializable> primaryKeys) static KaleoProcessfetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator) Returns the first kaleo process in the ordered set where uuid = ? and companyId = ?.static KaleoProcessfetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator) Returns the last kaleo process in the ordered set where uuid = ? and companyId = ?.static KaleoProcessfetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator) Returns the first kaleo process in the ordered set where uuid = ?.static KaleoProcessfetchByUUID_G(String uuid, long groupId) Returns the kaleo process where uuid = ? and groupId = ? or returnsnullif it could not be found.static KaleoProcessfetchByUUID_G(String uuid, long groupId, boolean useFinderCache) Returns the kaleo process where uuid = ? and groupId = ? or returnsnullif it could not be found, optionally using the finder cache.static KaleoProcessfetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator) Returns the last kaleo process in the ordered set where uuid = ?.static intfilterCountByGroupId(long groupId) Returns the number of kaleo processes that the user has permission to view where groupId = ?.static List<KaleoProcess> filterFindByGroupId(long groupId) Returns all the kaleo processes that the user has permission to view where groupId = ?.static List<KaleoProcess> filterFindByGroupId(long groupId, int start, int end) Returns a range of all the kaleo processes that the user has permission to view where groupId = ?.static List<KaleoProcess> filterFindByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator) Returns an ordered range of all the kaleo processes that the user has permissions to view where groupId = ?.static KaleoProcess[]filterFindByGroupId_PrevAndNext(long kaleoProcessId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator) Returns the kaleo processes before and after the current kaleo process in the ordered set of kaleo processes that the user has permission to view where groupId = ?.static List<KaleoProcess> findAll()Returns all the kaleo processes.static List<KaleoProcess> findAll(int start, int end) Returns a range of all the kaleo processes.static List<KaleoProcess> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator) Returns an ordered range of all the kaleo processes.static List<KaleoProcess> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo processes.static KaleoProcessfindByDDLRecordSetId(long DDLRecordSetId) Returns the kaleo process where DDLRecordSetId = ? or throws aNoSuchKaleoProcessExceptionif it could not be found.static List<KaleoProcess> findByGroupId(long groupId) Returns all the kaleo processes where groupId = ?.static List<KaleoProcess> findByGroupId(long groupId, int start, int end) Returns a range of all the kaleo processes where groupId = ?.static List<KaleoProcess> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator) Returns an ordered range of all the kaleo processes where groupId = ?.static List<KaleoProcess> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo processes where groupId = ?.static KaleoProcessfindByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator) Returns the first kaleo process in the ordered set where groupId = ?.static KaleoProcessfindByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator) Returns the last kaleo process in the ordered set where groupId = ?.static KaleoProcess[]findByGroupId_PrevAndNext(long kaleoProcessId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator) Returns the kaleo processes before and after the current kaleo process in the ordered set where groupId = ?.static KaleoProcessfindByPrimaryKey(long kaleoProcessId) Returns the kaleo process with the primary key or throws aNoSuchKaleoProcessExceptionif it could not be found.static List<KaleoProcess> findByUuid(String uuid) Returns all the kaleo processes where uuid = ?.static List<KaleoProcess> findByUuid(String uuid, int start, int end) Returns a range of all the kaleo processes where uuid = ?.static List<KaleoProcess> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator) Returns an ordered range of all the kaleo processes where uuid = ?.static List<KaleoProcess> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo processes where uuid = ?.static List<KaleoProcess> findByUuid_C(String uuid, long companyId) Returns all the kaleo processes where uuid = ? and companyId = ?.static List<KaleoProcess> findByUuid_C(String uuid, long companyId, int start, int end) Returns a range of all the kaleo processes where uuid = ? and companyId = ?.static List<KaleoProcess> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator) Returns an ordered range of all the kaleo processes where uuid = ? and companyId = ?.static List<KaleoProcess> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo processes where uuid = ? and companyId = ?.static KaleoProcessfindByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator) Returns the first kaleo process in the ordered set where uuid = ? and companyId = ?.static KaleoProcessfindByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator) Returns the last kaleo process in the ordered set where uuid = ? and companyId = ?.static KaleoProcess[]findByUuid_C_PrevAndNext(long kaleoProcessId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator) Returns the kaleo processes before and after the current kaleo process in the ordered set where uuid = ? and companyId = ?.static KaleoProcessfindByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator) Returns the first kaleo process in the ordered set where uuid = ?.static KaleoProcessfindByUUID_G(String uuid, long groupId) Returns the kaleo process where uuid = ? and groupId = ? or throws aNoSuchKaleoProcessExceptionif it could not be found.static KaleoProcessfindByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator) Returns the last kaleo process in the ordered set where uuid = ?.static KaleoProcess[]findByUuid_PrevAndNext(long kaleoProcessId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator) Returns the kaleo processes before and after the current kaleo process in the ordered set where uuid = ?.static List<KaleoProcess> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static List<KaleoProcess> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) static List<KaleoProcess> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator) static KaleoProcessPersistencestatic KaleoProcessremove(long kaleoProcessId) Removes the kaleo process with the primary key from the database.static voidRemoves all the kaleo processes from the database.static KaleoProcessremoveByDDLRecordSetId(long DDLRecordSetId) Removes the kaleo process where DDLRecordSetId = ? from the database.static voidremoveByGroupId(long groupId) Removes all the kaleo processes where groupId = ? from the database.static voidremoveByUuid(String uuid) Removes all the kaleo processes where uuid = ? from the database.static voidremoveByUuid_C(String uuid, long companyId) Removes all the kaleo processes where uuid = ? and companyId = ? from the database.static KaleoProcessremoveByUUID_G(String uuid, long groupId) Removes the kaleo process where uuid = ? and groupId = ? from the database.static voidsetPersistence(KaleoProcessPersistence persistence) static KaleoProcessupdate(KaleoProcess kaleoProcess) static KaleoProcessupdate(KaleoProcess kaleoProcess, com.liferay.portal.kernel.service.ServiceContext serviceContext) static KaleoProcessupdateImpl(KaleoProcess kaleoProcess)
-
Constructor Details
-
KaleoProcessUtil
public KaleoProcessUtil()
-
-
Method Details
-
clearCache
public static void clearCache()- See Also:
-
clearCache
- See Also:
-
countWithDynamicQuery
public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
fetchByPrimaryKeys
- See Also:
-
findWithDynamicQuery
public static List<KaleoProcess> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
findWithDynamicQuery
public static List<KaleoProcess> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) - See Also:
-
findWithDynamicQuery
public static List<KaleoProcess> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator) - See Also:
-
update
- See Also:
-
update
public static KaleoProcess update(KaleoProcess kaleoProcess, com.liferay.portal.kernel.service.ServiceContext serviceContext) - See Also:
-
findByUuid
Returns all the kaleo processes where uuid = ?.- Parameters:
uuid- the uuid- Returns:
- the matching kaleo processes
-
findByUuid
Returns a range of all the kaleo processes where uuid = ?.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 fromKaleoProcessModelImpl.- Parameters:
uuid- the uuidstart- the lower bound of the range of kaleo processesend- the upper bound of the range of kaleo processes (not inclusive)- Returns:
- the range of matching kaleo processes
-
findByUuid
public static List<KaleoProcess> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator) Returns an ordered range of all the kaleo processes where uuid = ?.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 fromKaleoProcessModelImpl.- Parameters:
uuid- the uuidstart- the lower bound of the range of kaleo processesend- the upper bound of the range of kaleo processes (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching kaleo processes
-
findByUuid
public static List<KaleoProcess> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo processes where uuid = ?.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 fromKaleoProcessModelImpl.- Parameters:
uuid- the uuidstart- the lower bound of the range of kaleo processesend- the upper bound of the range of kaleo processes (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 processes
-
findByUuid_First
public static KaleoProcess findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator) throws NoSuchKaleoProcessException Returns the first kaleo process in the ordered set where uuid = ?.- Parameters:
uuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching kaleo process
-
fetchByUuid_First
public static KaleoProcess fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator) Returns the first kaleo process in the ordered set where uuid = ?.- Parameters:
uuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching kaleo process, or
nullif a matching kaleo process could not be found
-
findByUuid_Last
public static KaleoProcess findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator) throws NoSuchKaleoProcessException Returns the last kaleo process in the ordered set where uuid = ?.- Parameters:
uuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching kaleo process
-
fetchByUuid_Last
public static KaleoProcess fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator) Returns the last kaleo process in the ordered set where uuid = ?.- Parameters:
uuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching kaleo process, or
nullif a matching kaleo process could not be found
-
findByUuid_PrevAndNext
public static KaleoProcess[] findByUuid_PrevAndNext(long kaleoProcessId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator) throws NoSuchKaleoProcessException Returns the kaleo processes before and after the current kaleo process in the ordered set where uuid = ?.- Parameters:
kaleoProcessId- the primary key of the current kaleo processuuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next kaleo process
-
removeByUuid
Removes all the kaleo processes where uuid = ? from the database.- Parameters:
uuid- the uuid
-
countByUuid
Returns the number of kaleo processes where uuid = ?.- Parameters:
uuid- the uuid- Returns:
- the number of matching kaleo processes
-
findByUUID_G
public static KaleoProcess findByUUID_G(String uuid, long groupId) throws NoSuchKaleoProcessException Returns the kaleo process where uuid = ? and groupId = ? or throws aNoSuchKaleoProcessExceptionif it could not be found.- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the matching kaleo process
-
fetchByUUID_G
Returns the kaleo process where uuid = ? and groupId = ? or returnsnullif it could not be found. Uses the finder cache.- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the matching kaleo process, or
nullif a matching kaleo process could not be found
-
fetchByUUID_G
Returns the kaleo process where uuid = ? and groupId = ? or returnsnullif it could not be found, optionally using the finder cache.- Parameters:
uuid- the uuidgroupId- the group IDuseFinderCache- whether to use the finder cache- Returns:
- the matching kaleo process, or
nullif a matching kaleo process could not be found
-
removeByUUID_G
public static KaleoProcess removeByUUID_G(String uuid, long groupId) throws NoSuchKaleoProcessException Removes the kaleo process where uuid = ? and groupId = ? from the database.- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the kaleo process that was removed
- Throws:
NoSuchKaleoProcessException
-
countByUUID_G
Returns the number of kaleo processes where uuid = ? and groupId = ?.- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the number of matching kaleo processes
-
findByUuid_C
Returns all the kaleo processes where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company ID- Returns:
- the matching kaleo processes
-
findByUuid_C
Returns a range of all the kaleo processes where uuid = ? and 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 fromKaleoProcessModelImpl.- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of kaleo processesend- the upper bound of the range of kaleo processes (not inclusive)- Returns:
- the range of matching kaleo processes
-
findByUuid_C
public static List<KaleoProcess> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator) Returns an ordered range of all the kaleo processes where uuid = ? and 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 fromKaleoProcessModelImpl.- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of kaleo processesend- the upper bound of the range of kaleo processes (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching kaleo processes
-
findByUuid_C
public static List<KaleoProcess> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo processes where uuid = ? and 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 fromKaleoProcessModelImpl.- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of kaleo processesend- the upper bound of the range of kaleo processes (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 processes
-
findByUuid_C_First
public static KaleoProcess findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator) throws NoSuchKaleoProcessException Returns the first kaleo process in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching kaleo process
-
fetchByUuid_C_First
public static KaleoProcess fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator) Returns the first kaleo process in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching kaleo process, or
nullif a matching kaleo process could not be found
-
findByUuid_C_Last
public static KaleoProcess findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator) throws NoSuchKaleoProcessException Returns the last kaleo process in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching kaleo process
-
fetchByUuid_C_Last
public static KaleoProcess fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator) Returns the last kaleo process in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching kaleo process, or
nullif a matching kaleo process could not be found
-
findByUuid_C_PrevAndNext
public static KaleoProcess[] findByUuid_C_PrevAndNext(long kaleoProcessId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator) throws NoSuchKaleoProcessException Returns the kaleo processes before and after the current kaleo process in the ordered set where uuid = ? and companyId = ?.- Parameters:
kaleoProcessId- the primary key of the current kaleo processuuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next kaleo process
-
removeByUuid_C
Removes all the kaleo processes where uuid = ? and companyId = ? from the database.- Parameters:
uuid- the uuidcompanyId- the company ID
-
countByUuid_C
Returns the number of kaleo processes where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company ID- Returns:
- the number of matching kaleo processes
-
findByGroupId
Returns all the kaleo processes where groupId = ?.- Parameters:
groupId- the group ID- Returns:
- the matching kaleo processes
-
findByGroupId
Returns a range of all the kaleo processes where groupId = ?.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 fromKaleoProcessModelImpl.- Parameters:
groupId- the group IDstart- the lower bound of the range of kaleo processesend- the upper bound of the range of kaleo processes (not inclusive)- Returns:
- the range of matching kaleo processes
-
findByGroupId
public static List<KaleoProcess> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator) Returns an ordered range of all the kaleo processes where groupId = ?.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 fromKaleoProcessModelImpl.- Parameters:
groupId- the group IDstart- the lower bound of the range of kaleo processesend- the upper bound of the range of kaleo processes (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching kaleo processes
-
findByGroupId
public static List<KaleoProcess> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo processes where groupId = ?.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 fromKaleoProcessModelImpl.- Parameters:
groupId- the group IDstart- the lower bound of the range of kaleo processesend- the upper bound of the range of kaleo processes (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 processes
-
findByGroupId_First
public static KaleoProcess findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator) throws NoSuchKaleoProcessException Returns the first kaleo process in the ordered set where groupId = ?.- Parameters:
groupId- the group IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching kaleo process
-
fetchByGroupId_First
public static KaleoProcess fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator) Returns the first kaleo process in the ordered set where groupId = ?.- Parameters:
groupId- the group IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching kaleo process, or
nullif a matching kaleo process could not be found
-
findByGroupId_Last
public static KaleoProcess findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator) throws NoSuchKaleoProcessException Returns the last kaleo process in the ordered set where groupId = ?.- Parameters:
groupId- the group IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching kaleo process
-
fetchByGroupId_Last
public static KaleoProcess fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator) Returns the last kaleo process in the ordered set where groupId = ?.- Parameters:
groupId- the group IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching kaleo process, or
nullif a matching kaleo process could not be found
-
findByGroupId_PrevAndNext
public static KaleoProcess[] findByGroupId_PrevAndNext(long kaleoProcessId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator) throws NoSuchKaleoProcessException Returns the kaleo processes before and after the current kaleo process in the ordered set where groupId = ?.- Parameters:
kaleoProcessId- the primary key of the current kaleo processgroupId- the group IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next kaleo process
-
filterFindByGroupId
Returns all the kaleo processes that the user has permission to view where groupId = ?.- Parameters:
groupId- the group ID- Returns:
- the matching kaleo processes that the user has permission to view
-
filterFindByGroupId
Returns a range of all the kaleo processes that the user has permission to view where groupId = ?.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 fromKaleoProcessModelImpl.- Parameters:
groupId- the group IDstart- the lower bound of the range of kaleo processesend- the upper bound of the range of kaleo processes (not inclusive)- Returns:
- the range of matching kaleo processes that the user has permission to view
-
filterFindByGroupId
public static List<KaleoProcess> filterFindByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator) Returns an ordered range of all the kaleo processes that the user has permissions to view where groupId = ?.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 fromKaleoProcessModelImpl.- Parameters:
groupId- the group IDstart- the lower bound of the range of kaleo processesend- the upper bound of the range of kaleo processes (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching kaleo processes that the user has permission to view
-
filterFindByGroupId_PrevAndNext
public static KaleoProcess[] filterFindByGroupId_PrevAndNext(long kaleoProcessId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator) throws NoSuchKaleoProcessException Returns the kaleo processes before and after the current kaleo process in the ordered set of kaleo processes that the user has permission to view where groupId = ?.- Parameters:
kaleoProcessId- the primary key of the current kaleo processgroupId- the group IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next kaleo process
-
removeByGroupId
public static void removeByGroupId(long groupId) Removes all the kaleo processes where groupId = ? from the database.- Parameters:
groupId- the group ID
-
countByGroupId
public static int countByGroupId(long groupId) Returns the number of kaleo processes where groupId = ?.- Parameters:
groupId- the group ID- Returns:
- the number of matching kaleo processes
-
filterCountByGroupId
public static int filterCountByGroupId(long groupId) Returns the number of kaleo processes that the user has permission to view where groupId = ?.- Parameters:
groupId- the group ID- Returns:
- the number of matching kaleo processes that the user has permission to view
-
findByDDLRecordSetId
public static KaleoProcess findByDDLRecordSetId(long DDLRecordSetId) throws NoSuchKaleoProcessException Returns the kaleo process where DDLRecordSetId = ? or throws aNoSuchKaleoProcessExceptionif it could not be found.- Parameters:
DDLRecordSetId- the ddl record set ID- Returns:
- the matching kaleo process
-
fetchByDDLRecordSetId
Returns the kaleo process where DDLRecordSetId = ? or returnsnullif it could not be found. Uses the finder cache.- Parameters:
DDLRecordSetId- the ddl record set ID- Returns:
- the matching kaleo process, or
nullif a matching kaleo process could not be found
-
fetchByDDLRecordSetId
Returns the kaleo process where DDLRecordSetId = ? or returnsnullif it could not be found, optionally using the finder cache.- Parameters:
DDLRecordSetId- the ddl record set IDuseFinderCache- whether to use the finder cache- Returns:
- the matching kaleo process, or
nullif a matching kaleo process could not be found
-
removeByDDLRecordSetId
public static KaleoProcess removeByDDLRecordSetId(long DDLRecordSetId) throws NoSuchKaleoProcessException Removes the kaleo process where DDLRecordSetId = ? from the database.- Parameters:
DDLRecordSetId- the ddl record set ID- Returns:
- the kaleo process that was removed
- Throws:
NoSuchKaleoProcessException
-
countByDDLRecordSetId
public static int countByDDLRecordSetId(long DDLRecordSetId) Returns the number of kaleo processes where DDLRecordSetId = ?.- Parameters:
DDLRecordSetId- the ddl record set ID- Returns:
- the number of matching kaleo processes
-
cacheResult
Caches the kaleo process in the entity cache if it is enabled.- Parameters:
kaleoProcess- the kaleo process
-
cacheResult
Caches the kaleo processes in the entity cache if it is enabled.- Parameters:
kaleoProcesses- the kaleo processes
-
create
Creates a new kaleo process with the primary key. Does not add the kaleo process to the database.- Parameters:
kaleoProcessId- the primary key for the new kaleo process- Returns:
- the new kaleo process
-
remove
Removes the kaleo process with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
kaleoProcessId- the primary key of the kaleo process- Returns:
- the kaleo process that was removed
-
updateImpl
-
findByPrimaryKey
Returns the kaleo process with the primary key or throws aNoSuchKaleoProcessExceptionif it could not be found.- Parameters:
kaleoProcessId- the primary key of the kaleo process- Returns:
- the kaleo process
-
fetchByPrimaryKey
Returns the kaleo process with the primary key or returnsnullif it could not be found.- Parameters:
kaleoProcessId- the primary key of the kaleo process- Returns:
- the kaleo process, or
nullif a kaleo process with the primary key could not be found
-
findAll
Returns all the kaleo processes.- Returns:
- the kaleo processes
-
findAll
Returns a range of all the kaleo processes.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 fromKaleoProcessModelImpl.- Parameters:
start- the lower bound of the range of kaleo processesend- the upper bound of the range of kaleo processes (not inclusive)- Returns:
- the range of kaleo processes
-
findAll
public static List<KaleoProcess> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator) Returns an ordered range of all the kaleo processes.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 fromKaleoProcessModelImpl.- Parameters:
start- the lower bound of the range of kaleo processesend- the upper bound of the range of kaleo processes (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of kaleo processes
-
findAll
public static List<KaleoProcess> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo processes.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 fromKaleoProcessModelImpl.- Parameters:
start- the lower bound of the range of kaleo processesend- the upper bound of the range of kaleo processes (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of kaleo processes
-
removeAll
public static void removeAll()Removes all the kaleo processes from the database. -
countAll
public static int countAll()Returns the number of kaleo processes.- Returns:
- the number of kaleo processes
-
getPersistence
-
setPersistence
-