Interface KaleoProcessPersistence

All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<KaleoProcess>

@ProviderType public interface KaleoProcessPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<KaleoProcess>
The persistence interface for the kaleo process service.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    cacheResult(KaleoProcess kaleoProcess)
    Caches the kaleo process in the entity cache if it is enabled.
    void
    cacheResult(List<KaleoProcess> kaleoProcesses)
    Caches the kaleo processes in the entity cache if it is enabled.
    int
    Returns the number of kaleo processes.
    int
    countByDDLRecordSetId(long DDLRecordSetId)
    Returns the number of kaleo processes where DDLRecordSetId = ?.
    int
    countByGroupId(long groupId)
    Returns the number of kaleo processes where groupId = ?.
    int
    Returns the number of kaleo processes where uuid = ?.
    int
    countByUuid_C(String uuid, long companyId)
    Returns the number of kaleo processes where uuid = ? and companyId = ?.
    int
    countByUUID_G(String uuid, long groupId)
    Returns the number of kaleo processes where uuid = ? and groupId = ?.
    create(long kaleoProcessId)
    Creates a new kaleo process with the primary key.
    fetchByDDLRecordSetId(long DDLRecordSetId)
    Returns the kaleo process where DDLRecordSetId = ? or returns null if it could not be found.
    fetchByDDLRecordSetId(long DDLRecordSetId, boolean useFinderCache)
    Returns the kaleo process where DDLRecordSetId = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator)
    Returns the first kaleo process in the ordered set where groupId = ?.
    fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator)
    Returns the last kaleo process in the ordered set where groupId = ?.
    fetchByPrimaryKey(long kaleoProcessId)
    Returns the kaleo process with the primary key or returns null if it could not be found.
    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 = ?.
    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 = ?.
    fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator)
    Returns the first kaleo process in the ordered set where uuid = ?.
    fetchByUUID_G(String uuid, long groupId)
    Returns the kaleo process where uuid = ? and groupId = ? or returns null if it could not be found.
    fetchByUUID_G(String uuid, long groupId, boolean useFinderCache)
    Returns the kaleo process where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator)
    Returns the last kaleo process in the ordered set where uuid = ?.
    int
    filterCountByGroupId(long groupId)
    Returns the number of kaleo processes that the user has permission to view where groupId = ?.
    filterFindByGroupId(long groupId)
    Returns all the kaleo processes that the user has permission to view where groupId = ?.
    filterFindByGroupId(long groupId, int start, int end)
    Returns a range of all the kaleo processes that the user has permission to view where groupId = ?.
    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 = ?.
    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 = ?.
    Returns all the kaleo processes.
    findAll(int start, int end)
    Returns a range of all the kaleo processes.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator)
    Returns an ordered range of all the kaleo processes.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kaleo processes.
    findByDDLRecordSetId(long DDLRecordSetId)
    Returns the kaleo process where DDLRecordSetId = ? or throws a NoSuchKaleoProcessException if it could not be found.
    findByGroupId(long groupId)
    Returns all the kaleo processes where groupId = ?.
    findByGroupId(long groupId, int start, int end)
    Returns a range of all the kaleo processes where groupId = ?.
    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 = ?.
    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 = ?.
    findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator)
    Returns the first kaleo process in the ordered set where groupId = ?.
    findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator)
    Returns the last kaleo process in the ordered set where groupId = ?.
    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 = ?.
    findByPrimaryKey(long kaleoProcessId)
    Returns the kaleo process with the primary key or throws a NoSuchKaleoProcessException if it could not be found.
    Returns all the kaleo processes where uuid = ?.
    findByUuid(String uuid, int start, int end)
    Returns a range of all the kaleo processes where uuid = ?.
    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 = ?.
    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 = ?.
    findByUuid_C(String uuid, long companyId)
    Returns all the kaleo processes where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end)
    Returns a range of all the kaleo processes where uuid = ? and companyId = ?.
    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 = ?.
    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 = ?.
    findByUuid_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 = ?.
    findByUuid_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 = ?.
    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 = ?.
    findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator)
    Returns the first kaleo process in the ordered set where uuid = ?.
    findByUUID_G(String uuid, long groupId)
    Returns the kaleo process where uuid = ? and groupId = ? or throws a NoSuchKaleoProcessException if it could not be found.
    findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator)
    Returns the last kaleo process in the ordered set where uuid = ?.
    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 = ?.
    remove(long kaleoProcessId)
    Removes the kaleo process with the primary key from the database.
    void
    Removes all the kaleo processes from the database.
    removeByDDLRecordSetId(long DDLRecordSetId)
    Removes the kaleo process where DDLRecordSetId = ? from the database.
    void
    removeByGroupId(long groupId)
    Removes all the kaleo processes where groupId = ? from the database.
    void
    Removes all the kaleo processes where uuid = ? from the database.
    void
    removeByUuid_C(String uuid, long companyId)
    Removes all the kaleo processes where uuid = ? and companyId = ? from the database.
    removeByUUID_G(String uuid, long groupId)
    Removes the kaleo process where uuid = ? and groupId = ? from the database.
    updateImpl(KaleoProcess kaleoProcess)
     

    Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence

    clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, removeByFunction, setDataSource, unregisterListener, update, update
  • Method Details

    • findByUuid

      List<KaleoProcess> findByUuid(String uuid)
      Returns all the kaleo processes where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching kaleo processes
    • findByUuid

      List<KaleoProcess> findByUuid(String uuid, int start, int end)
      Returns a range of all the kaleo processes where uuid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from KaleoProcessModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of kaleo processes
      end - the upper bound of the range of kaleo processes (not inclusive)
      Returns:
      the range of matching kaleo processes
    • findByUuid

      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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from KaleoProcessModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of kaleo processes
      end - the upper bound of the range of kaleo processes (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kaleo processes
    • findByUuid

      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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from KaleoProcessModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of kaleo processes
      end - the upper bound of the range of kaleo processes (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching kaleo processes
    • findByUuid_First

      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 uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kaleo process
      Throws:
      NoSuchKaleoProcessException - if a matching kaleo process could not be found
    • fetchByUuid_First

      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 uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kaleo process, or null if a matching kaleo process could not be found
    • findByUuid_Last

      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 uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kaleo process
      Throws:
      NoSuchKaleoProcessException - if a matching kaleo process could not be found
    • fetchByUuid_Last

      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 uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kaleo process, or null if a matching kaleo process could not be found
    • findByUuid_PrevAndNext

      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 process
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kaleo process
      Throws:
      NoSuchKaleoProcessException - if a kaleo process with the primary key could not be found
    • removeByUuid

      void removeByUuid(String uuid)
      Removes all the kaleo processes where uuid = ? from the database.
      Parameters:
      uuid - the uuid
    • countByUuid

      int countByUuid(String uuid)
      Returns the number of kaleo processes where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the number of matching kaleo processes
    • findByUUID_G

      KaleoProcess findByUUID_G(String uuid, long groupId) throws NoSuchKaleoProcessException
      Returns the kaleo process where uuid = ? and groupId = ? or throws a NoSuchKaleoProcessException if it could not be found.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the matching kaleo process
      Throws:
      NoSuchKaleoProcessException - if a matching kaleo process could not be found
    • fetchByUUID_G

      KaleoProcess fetchByUUID_G(String uuid, long groupId)
      Returns the kaleo process where uuid = ? and groupId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the matching kaleo process, or null if a matching kaleo process could not be found
    • fetchByUUID_G

      KaleoProcess fetchByUUID_G(String uuid, long groupId, boolean useFinderCache)
      Returns the kaleo process where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      useFinderCache - whether to use the finder cache
      Returns:
      the matching kaleo process, or null if a matching kaleo process could not be found
    • removeByUUID_G

      KaleoProcess removeByUUID_G(String uuid, long groupId) throws NoSuchKaleoProcessException
      Removes the kaleo process where uuid = ? and groupId = ? from the database.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the kaleo process that was removed
      Throws:
      NoSuchKaleoProcessException
    • countByUUID_G

      int countByUUID_G(String uuid, long groupId)
      Returns the number of kaleo processes where uuid = ? and groupId = ?.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the number of matching kaleo processes
    • findByUuid_C

      List<KaleoProcess> findByUuid_C(String uuid, long companyId)
      Returns all the kaleo processes where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the matching kaleo processes
    • findByUuid_C

      List<KaleoProcess> findByUuid_C(String uuid, long companyId, int start, int end)
      Returns a range of all the kaleo processes where uuid = ? and companyId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from KaleoProcessModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of kaleo processes
      end - the upper bound of the range of kaleo processes (not inclusive)
      Returns:
      the range of matching kaleo processes
    • findByUuid_C

      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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from KaleoProcessModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of kaleo processes
      end - the upper bound of the range of kaleo processes (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kaleo processes
    • findByUuid_C

      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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from KaleoProcessModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of kaleo processes
      end - the upper bound of the range of kaleo processes (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching kaleo processes
    • findByUuid_C_First

      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 uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kaleo process
      Throws:
      NoSuchKaleoProcessException - if a matching kaleo process could not be found
    • fetchByUuid_C_First

      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 uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kaleo process, or null if a matching kaleo process could not be found
    • findByUuid_C_Last

      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 uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kaleo process
      Throws:
      NoSuchKaleoProcessException - if a matching kaleo process could not be found
    • fetchByUuid_C_Last

      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 uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kaleo process, or null if a matching kaleo process could not be found
    • findByUuid_C_PrevAndNext

      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 process
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kaleo process
      Throws:
      NoSuchKaleoProcessException - if a kaleo process with the primary key could not be found
    • removeByUuid_C

      void removeByUuid_C(String uuid, long companyId)
      Removes all the kaleo processes where uuid = ? and companyId = ? from the database.
      Parameters:
      uuid - the uuid
      companyId - the company ID
    • countByUuid_C

      int countByUuid_C(String uuid, long companyId)
      Returns the number of kaleo processes where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the number of matching kaleo processes
    • findByGroupId

      List<KaleoProcess> findByGroupId(long groupId)
      Returns all the kaleo processes where groupId = ?.
      Parameters:
      groupId - the group ID
      Returns:
      the matching kaleo processes
    • findByGroupId

      List<KaleoProcess> findByGroupId(long groupId, int start, int end)
      Returns a range of all the kaleo processes where groupId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from KaleoProcessModelImpl.

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of kaleo processes
      end - the upper bound of the range of kaleo processes (not inclusive)
      Returns:
      the range of matching kaleo processes
    • findByGroupId

      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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from KaleoProcessModelImpl.

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of kaleo processes
      end - the upper bound of the range of kaleo processes (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kaleo processes
    • findByGroupId

      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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from KaleoProcessModelImpl.

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of kaleo processes
      end - the upper bound of the range of kaleo processes (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching kaleo processes
    • findByGroupId_First

      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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kaleo process
      Throws:
      NoSuchKaleoProcessException - if a matching kaleo process could not be found
    • fetchByGroupId_First

      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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kaleo process, or null if a matching kaleo process could not be found
    • findByGroupId_Last

      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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kaleo process
      Throws:
      NoSuchKaleoProcessException - if a matching kaleo process could not be found
    • fetchByGroupId_Last

      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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kaleo process, or null if a matching kaleo process could not be found
    • findByGroupId_PrevAndNext

      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 process
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kaleo process
      Throws:
      NoSuchKaleoProcessException - if a kaleo process with the primary key could not be found
    • filterFindByGroupId

      List<KaleoProcess> filterFindByGroupId(long groupId)
      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

      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 = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from KaleoProcessModelImpl.

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of kaleo processes
      end - 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

      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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from KaleoProcessModelImpl.

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of kaleo processes
      end - the upper bound of the range of kaleo processes (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kaleo processes that the user has permission to view
    • filterFindByGroupId_PrevAndNext

      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 process
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kaleo process
      Throws:
      NoSuchKaleoProcessException - if a kaleo process with the primary key could not be found
    • removeByGroupId

      void removeByGroupId(long groupId)
      Removes all the kaleo processes where groupId = ? from the database.
      Parameters:
      groupId - the group ID
    • countByGroupId

      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

      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

      KaleoProcess findByDDLRecordSetId(long DDLRecordSetId) throws NoSuchKaleoProcessException
      Returns the kaleo process where DDLRecordSetId = ? or throws a NoSuchKaleoProcessException if it could not be found.
      Parameters:
      DDLRecordSetId - the ddl record set ID
      Returns:
      the matching kaleo process
      Throws:
      NoSuchKaleoProcessException - if a matching kaleo process could not be found
    • fetchByDDLRecordSetId

      KaleoProcess fetchByDDLRecordSetId(long DDLRecordSetId)
      Returns the kaleo process where DDLRecordSetId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      DDLRecordSetId - the ddl record set ID
      Returns:
      the matching kaleo process, or null if a matching kaleo process could not be found
    • fetchByDDLRecordSetId

      KaleoProcess fetchByDDLRecordSetId(long DDLRecordSetId, boolean useFinderCache)
      Returns the kaleo process where DDLRecordSetId = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      DDLRecordSetId - the ddl record set ID
      useFinderCache - whether to use the finder cache
      Returns:
      the matching kaleo process, or null if a matching kaleo process could not be found
    • removeByDDLRecordSetId

      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

      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

      void cacheResult(KaleoProcess kaleoProcess)
      Caches the kaleo process in the entity cache if it is enabled.
      Parameters:
      kaleoProcess - the kaleo process
    • cacheResult

      void cacheResult(List<KaleoProcess> kaleoProcesses)
      Caches the kaleo processes in the entity cache if it is enabled.
      Parameters:
      kaleoProcesses - the kaleo processes
    • create

      KaleoProcess create(long kaleoProcessId)
      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

      KaleoProcess remove(long kaleoProcessId) throws NoSuchKaleoProcessException
      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
      Throws:
      NoSuchKaleoProcessException - if a kaleo process with the primary key could not be found
    • updateImpl

      KaleoProcess updateImpl(KaleoProcess kaleoProcess)
    • findByPrimaryKey

      KaleoProcess findByPrimaryKey(long kaleoProcessId) throws NoSuchKaleoProcessException
      Returns the kaleo process with the primary key or throws a NoSuchKaleoProcessException if it could not be found.
      Parameters:
      kaleoProcessId - the primary key of the kaleo process
      Returns:
      the kaleo process
      Throws:
      NoSuchKaleoProcessException - if a kaleo process with the primary key could not be found
    • fetchByPrimaryKey

      KaleoProcess fetchByPrimaryKey(long kaleoProcessId)
      Returns the kaleo process with the primary key or returns null if it could not be found.
      Parameters:
      kaleoProcessId - the primary key of the kaleo process
      Returns:
      the kaleo process, or null if a kaleo process with the primary key could not be found
    • findAll

      List<KaleoProcess> findAll()
      Returns all the kaleo processes.
      Returns:
      the kaleo processes
    • findAll

      List<KaleoProcess> findAll(int start, int end)
      Returns a range of all the kaleo processes.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from KaleoProcessModelImpl.

      Parameters:
      start - the lower bound of the range of kaleo processes
      end - the upper bound of the range of kaleo processes (not inclusive)
      Returns:
      the range of kaleo processes
    • findAll

      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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from KaleoProcessModelImpl.

      Parameters:
      start - the lower bound of the range of kaleo processes
      end - the upper bound of the range of kaleo processes (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of kaleo processes
    • findAll

      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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from KaleoProcessModelImpl.

      Parameters:
      start - the lower bound of the range of kaleo processes
      end - the upper bound of the range of kaleo processes (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of kaleo processes
    • removeAll

      void removeAll()
      Removes all the kaleo processes from the database.
    • countAll

      int countAll()
      Returns the number of kaleo processes.
      Returns:
      the number of kaleo processes