Interface DispatchTriggerPersistence

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

@ProviderType public interface DispatchTriggerPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<DispatchTrigger>
The persistence interface for the dispatch trigger service.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    cacheResult(DispatchTrigger dispatchTrigger)
    Caches the dispatch trigger in the entity cache if it is enabled.
    void
    cacheResult(List<DispatchTrigger> dispatchTriggers)
    Caches the dispatch triggers in the entity cache if it is enabled.
    int
    Returns the number of dispatch triggers.
    int
    countByA_DTCM(boolean active, int dispatchTaskClusterMode)
    Returns the number of dispatch triggers where active = ? and dispatchTaskClusterMode = ?.
    int
    countByA_DTCM(boolean active, int[] dispatchTaskClusterModes)
    Returns the number of dispatch triggers where active = ? and dispatchTaskClusterMode = any ?.
    int
    countByActive(boolean active)
    Returns the number of dispatch triggers where active = ?.
    int
    countByC_DTET(long companyId, String dispatchTaskExecutorType)
    Returns the number of dispatch triggers where companyId = ? and dispatchTaskExecutorType = ?.
    int
    countByC_N(long companyId, String name)
    Returns the number of dispatch triggers where companyId = ? and name = ?.
    int
    countByC_U(long companyId, long userId)
    Returns the number of dispatch triggers where companyId = ? and userId = ?.
    int
    countByCompanyId(long companyId)
    Returns the number of dispatch triggers where companyId = ?.
    int
    countByERC_C(String externalReferenceCode, long companyId)
    Returns the number of dispatch triggers where externalReferenceCode = ? and companyId = ?.
    int
    Returns the number of dispatch triggers where uuid = ?.
    int
    countByUuid_C(String uuid, long companyId)
    Returns the number of dispatch triggers where uuid = ? and companyId = ?.
    create(long dispatchTriggerId)
    Creates a new dispatch trigger with the primary key.
    fetchByA_DTCM_First(boolean active, int dispatchTaskClusterMode, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns the first dispatch trigger in the ordered set where active = ? and dispatchTaskClusterMode = ?.
    fetchByA_DTCM_Last(boolean active, int dispatchTaskClusterMode, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns the last dispatch trigger in the ordered set where active = ? and dispatchTaskClusterMode = ?.
    fetchByActive_First(boolean active, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns the first dispatch trigger in the ordered set where active = ?.
    fetchByActive_Last(boolean active, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns the last dispatch trigger in the ordered set where active = ?.
    fetchByC_DTET_First(long companyId, String dispatchTaskExecutorType, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns the first dispatch trigger in the ordered set where companyId = ? and dispatchTaskExecutorType = ?.
    fetchByC_DTET_Last(long companyId, String dispatchTaskExecutorType, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns the last dispatch trigger in the ordered set where companyId = ? and dispatchTaskExecutorType = ?.
    fetchByC_N(long companyId, String name)
    Returns the dispatch trigger where companyId = ? and name = ? or returns null if it could not be found.
    fetchByC_N(long companyId, String name, boolean useFinderCache)
    Returns the dispatch trigger where companyId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByC_U_First(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns the first dispatch trigger in the ordered set where companyId = ? and userId = ?.
    fetchByC_U_Last(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns the last dispatch trigger in the ordered set where companyId = ? and userId = ?.
    fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns the first dispatch trigger in the ordered set where companyId = ?.
    fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns the last dispatch trigger in the ordered set where companyId = ?.
    fetchByERC_C(String externalReferenceCode, long companyId)
    Returns the dispatch trigger where externalReferenceCode = ? and companyId = ? or returns null if it could not be found.
    fetchByERC_C(String externalReferenceCode, long companyId, boolean useFinderCache)
    Returns the dispatch trigger where externalReferenceCode = ? and companyId = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByPrimaryKey(long dispatchTriggerId)
    Returns the dispatch trigger 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<DispatchTrigger> orderByComparator)
    Returns the first dispatch trigger in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns the last dispatch trigger in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns the first dispatch trigger in the ordered set where uuid = ?.
    fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns the last dispatch trigger in the ordered set where uuid = ?.
    int
    filterCountByA_DTCM(boolean active, int dispatchTaskClusterMode)
    Returns the number of dispatch triggers that the user has permission to view where active = ? and dispatchTaskClusterMode = ?.
    int
    filterCountByA_DTCM(boolean active, int[] dispatchTaskClusterModes)
    Returns the number of dispatch triggers that the user has permission to view where active = ? and dispatchTaskClusterMode = any ?.
    int
    filterCountByActive(boolean active)
    Returns the number of dispatch triggers that the user has permission to view where active = ?.
    int
    filterCountByC_DTET(long companyId, String dispatchTaskExecutorType)
    Returns the number of dispatch triggers that the user has permission to view where companyId = ? and dispatchTaskExecutorType = ?.
    int
    filterCountByC_U(long companyId, long userId)
    Returns the number of dispatch triggers that the user has permission to view where companyId = ? and userId = ?.
    int
    filterCountByCompanyId(long companyId)
    Returns the number of dispatch triggers that the user has permission to view where companyId = ?.
    int
    Returns the number of dispatch triggers that the user has permission to view where uuid = ?.
    int
    filterCountByUuid_C(String uuid, long companyId)
    Returns the number of dispatch triggers that the user has permission to view where uuid = ? and companyId = ?.
    filterFindByA_DTCM(boolean active, int dispatchTaskClusterMode)
    Returns all the dispatch triggers that the user has permission to view where active = ? and dispatchTaskClusterMode = ?.
    filterFindByA_DTCM(boolean active, int[] dispatchTaskClusterModes)
    Returns all the dispatch triggers that the user has permission to view where active = ? and dispatchTaskClusterMode = any ?.
    filterFindByA_DTCM(boolean active, int[] dispatchTaskClusterModes, int start, int end)
    Returns a range of all the dispatch triggers that the user has permission to view where active = ? and dispatchTaskClusterMode = any ?.
    filterFindByA_DTCM(boolean active, int[] dispatchTaskClusterModes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns an ordered range of all the dispatch triggers that the user has permission to view where active = ? and dispatchTaskClusterMode = any ?.
    filterFindByA_DTCM(boolean active, int dispatchTaskClusterMode, int start, int end)
    Returns a range of all the dispatch triggers that the user has permission to view where active = ? and dispatchTaskClusterMode = ?.
    filterFindByA_DTCM(boolean active, int dispatchTaskClusterMode, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns an ordered range of all the dispatch triggers that the user has permissions to view where active = ? and dispatchTaskClusterMode = ?.
    filterFindByA_DTCM_PrevAndNext(long dispatchTriggerId, boolean active, int dispatchTaskClusterMode, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns the dispatch triggers before and after the current dispatch trigger in the ordered set of dispatch triggers that the user has permission to view where active = ? and dispatchTaskClusterMode = ?.
    filterFindByActive(boolean active)
    Returns all the dispatch triggers that the user has permission to view where active = ?.
    filterFindByActive(boolean active, int start, int end)
    Returns a range of all the dispatch triggers that the user has permission to view where active = ?.
    filterFindByActive(boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns an ordered range of all the dispatch triggers that the user has permissions to view where active = ?.
    filterFindByActive_PrevAndNext(long dispatchTriggerId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns the dispatch triggers before and after the current dispatch trigger in the ordered set of dispatch triggers that the user has permission to view where active = ?.
    filterFindByC_DTET(long companyId, String dispatchTaskExecutorType)
    Returns all the dispatch triggers that the user has permission to view where companyId = ? and dispatchTaskExecutorType = ?.
    filterFindByC_DTET(long companyId, String dispatchTaskExecutorType, int start, int end)
    Returns a range of all the dispatch triggers that the user has permission to view where companyId = ? and dispatchTaskExecutorType = ?.
    filterFindByC_DTET(long companyId, String dispatchTaskExecutorType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns an ordered range of all the dispatch triggers that the user has permissions to view where companyId = ? and dispatchTaskExecutorType = ?.
    filterFindByC_DTET_PrevAndNext(long dispatchTriggerId, long companyId, String dispatchTaskExecutorType, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns the dispatch triggers before and after the current dispatch trigger in the ordered set of dispatch triggers that the user has permission to view where companyId = ? and dispatchTaskExecutorType = ?.
    filterFindByC_U(long companyId, long userId)
    Returns all the dispatch triggers that the user has permission to view where companyId = ? and userId = ?.
    filterFindByC_U(long companyId, long userId, int start, int end)
    Returns a range of all the dispatch triggers that the user has permission to view where companyId = ? and userId = ?.
    filterFindByC_U(long companyId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns an ordered range of all the dispatch triggers that the user has permissions to view where companyId = ? and userId = ?.
    filterFindByC_U_PrevAndNext(long dispatchTriggerId, long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns the dispatch triggers before and after the current dispatch trigger in the ordered set of dispatch triggers that the user has permission to view where companyId = ? and userId = ?.
    filterFindByCompanyId(long companyId)
    Returns all the dispatch triggers that the user has permission to view where companyId = ?.
    filterFindByCompanyId(long companyId, int start, int end)
    Returns a range of all the dispatch triggers that the user has permission to view where companyId = ?.
    filterFindByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns an ordered range of all the dispatch triggers that the user has permissions to view where companyId = ?.
    filterFindByCompanyId_PrevAndNext(long dispatchTriggerId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns the dispatch triggers before and after the current dispatch trigger in the ordered set of dispatch triggers that the user has permission to view where companyId = ?.
    Returns all the dispatch triggers that the user has permission to view where uuid = ?.
    filterFindByUuid(String uuid, int start, int end)
    Returns a range of all the dispatch triggers that the user has permission to view where uuid = ?.
    filterFindByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns an ordered range of all the dispatch triggers that the user has permissions to view where uuid = ?.
    filterFindByUuid_C(String uuid, long companyId)
    Returns all the dispatch triggers that the user has permission to view where uuid = ? and companyId = ?.
    filterFindByUuid_C(String uuid, long companyId, int start, int end)
    Returns a range of all the dispatch triggers that the user has permission to view where uuid = ? and companyId = ?.
    filterFindByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns an ordered range of all the dispatch triggers that the user has permissions to view where uuid = ? and companyId = ?.
    filterFindByUuid_C_PrevAndNext(long dispatchTriggerId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns the dispatch triggers before and after the current dispatch trigger in the ordered set of dispatch triggers that the user has permission to view where uuid = ? and companyId = ?.
    filterFindByUuid_PrevAndNext(long dispatchTriggerId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns the dispatch triggers before and after the current dispatch trigger in the ordered set of dispatch triggers that the user has permission to view where uuid = ?.
    Returns all the dispatch triggers.
    findAll(int start, int end)
    Returns a range of all the dispatch triggers.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns an ordered range of all the dispatch triggers.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the dispatch triggers.
    findByA_DTCM(boolean active, int dispatchTaskClusterMode)
    Returns all the dispatch triggers where active = ? and dispatchTaskClusterMode = ?.
    findByA_DTCM(boolean active, int[] dispatchTaskClusterModes)
    Returns all the dispatch triggers where active = ? and dispatchTaskClusterMode = any ?.
    findByA_DTCM(boolean active, int[] dispatchTaskClusterModes, int start, int end)
    Returns a range of all the dispatch triggers where active = ? and dispatchTaskClusterMode = any ?.
    findByA_DTCM(boolean active, int[] dispatchTaskClusterModes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns an ordered range of all the dispatch triggers where active = ? and dispatchTaskClusterMode = any ?.
    findByA_DTCM(boolean active, int[] dispatchTaskClusterModes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the dispatch triggers where active = ? and dispatchTaskClusterMode = ?, optionally using the finder cache.
    findByA_DTCM(boolean active, int dispatchTaskClusterMode, int start, int end)
    Returns a range of all the dispatch triggers where active = ? and dispatchTaskClusterMode = ?.
    findByA_DTCM(boolean active, int dispatchTaskClusterMode, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns an ordered range of all the dispatch triggers where active = ? and dispatchTaskClusterMode = ?.
    findByA_DTCM(boolean active, int dispatchTaskClusterMode, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the dispatch triggers where active = ? and dispatchTaskClusterMode = ?.
    findByA_DTCM_First(boolean active, int dispatchTaskClusterMode, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns the first dispatch trigger in the ordered set where active = ? and dispatchTaskClusterMode = ?.
    findByA_DTCM_Last(boolean active, int dispatchTaskClusterMode, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns the last dispatch trigger in the ordered set where active = ? and dispatchTaskClusterMode = ?.
    findByA_DTCM_PrevAndNext(long dispatchTriggerId, boolean active, int dispatchTaskClusterMode, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns the dispatch triggers before and after the current dispatch trigger in the ordered set where active = ? and dispatchTaskClusterMode = ?.
    findByActive(boolean active)
    Returns all the dispatch triggers where active = ?.
    findByActive(boolean active, int start, int end)
    Returns a range of all the dispatch triggers where active = ?.
    findByActive(boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns an ordered range of all the dispatch triggers where active = ?.
    findByActive(boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the dispatch triggers where active = ?.
    findByActive_First(boolean active, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns the first dispatch trigger in the ordered set where active = ?.
    findByActive_Last(boolean active, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns the last dispatch trigger in the ordered set where active = ?.
    findByActive_PrevAndNext(long dispatchTriggerId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns the dispatch triggers before and after the current dispatch trigger in the ordered set where active = ?.
    findByC_DTET(long companyId, String dispatchTaskExecutorType)
    Returns all the dispatch triggers where companyId = ? and dispatchTaskExecutorType = ?.
    findByC_DTET(long companyId, String dispatchTaskExecutorType, int start, int end)
    Returns a range of all the dispatch triggers where companyId = ? and dispatchTaskExecutorType = ?.
    findByC_DTET(long companyId, String dispatchTaskExecutorType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns an ordered range of all the dispatch triggers where companyId = ? and dispatchTaskExecutorType = ?.
    findByC_DTET(long companyId, String dispatchTaskExecutorType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the dispatch triggers where companyId = ? and dispatchTaskExecutorType = ?.
    findByC_DTET_First(long companyId, String dispatchTaskExecutorType, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns the first dispatch trigger in the ordered set where companyId = ? and dispatchTaskExecutorType = ?.
    findByC_DTET_Last(long companyId, String dispatchTaskExecutorType, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns the last dispatch trigger in the ordered set where companyId = ? and dispatchTaskExecutorType = ?.
    findByC_DTET_PrevAndNext(long dispatchTriggerId, long companyId, String dispatchTaskExecutorType, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns the dispatch triggers before and after the current dispatch trigger in the ordered set where companyId = ? and dispatchTaskExecutorType = ?.
    findByC_N(long companyId, String name)
    Returns the dispatch trigger where companyId = ? and name = ? or throws a NoSuchTriggerException if it could not be found.
    findByC_U(long companyId, long userId)
    Returns all the dispatch triggers where companyId = ? and userId = ?.
    findByC_U(long companyId, long userId, int start, int end)
    Returns a range of all the dispatch triggers where companyId = ? and userId = ?.
    findByC_U(long companyId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns an ordered range of all the dispatch triggers where companyId = ? and userId = ?.
    findByC_U(long companyId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the dispatch triggers where companyId = ? and userId = ?.
    findByC_U_First(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns the first dispatch trigger in the ordered set where companyId = ? and userId = ?.
    findByC_U_Last(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns the last dispatch trigger in the ordered set where companyId = ? and userId = ?.
    findByC_U_PrevAndNext(long dispatchTriggerId, long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns the dispatch triggers before and after the current dispatch trigger in the ordered set where companyId = ? and userId = ?.
    findByCompanyId(long companyId)
    Returns all the dispatch triggers where companyId = ?.
    findByCompanyId(long companyId, int start, int end)
    Returns a range of all the dispatch triggers where companyId = ?.
    findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns an ordered range of all the dispatch triggers where companyId = ?.
    findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the dispatch triggers where companyId = ?.
    findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns the first dispatch trigger in the ordered set where companyId = ?.
    findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns the last dispatch trigger in the ordered set where companyId = ?.
    findByCompanyId_PrevAndNext(long dispatchTriggerId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns the dispatch triggers before and after the current dispatch trigger in the ordered set where companyId = ?.
    findByERC_C(String externalReferenceCode, long companyId)
    Returns the dispatch trigger where externalReferenceCode = ? and companyId = ? or throws a NoSuchTriggerException if it could not be found.
    findByPrimaryKey(long dispatchTriggerId)
    Returns the dispatch trigger with the primary key or throws a NoSuchTriggerException if it could not be found.
    Returns all the dispatch triggers where uuid = ?.
    findByUuid(String uuid, int start, int end)
    Returns a range of all the dispatch triggers where uuid = ?.
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns an ordered range of all the dispatch triggers where uuid = ?.
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the dispatch triggers where uuid = ?.
    findByUuid_C(String uuid, long companyId)
    Returns all the dispatch triggers where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end)
    Returns a range of all the dispatch triggers where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns an ordered range of all the dispatch triggers where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the dispatch triggers where uuid = ? and companyId = ?.
    findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns the first dispatch trigger in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns the last dispatch trigger in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_PrevAndNext(long dispatchTriggerId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns the dispatch triggers before and after the current dispatch trigger in the ordered set where uuid = ? and companyId = ?.
    findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns the first dispatch trigger in the ordered set where uuid = ?.
    findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns the last dispatch trigger in the ordered set where uuid = ?.
    findByUuid_PrevAndNext(long dispatchTriggerId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
    Returns the dispatch triggers before and after the current dispatch trigger in the ordered set where uuid = ?.
    remove(long dispatchTriggerId)
    Removes the dispatch trigger with the primary key from the database.
    void
    Removes all the dispatch triggers from the database.
    void
    removeByA_DTCM(boolean active, int dispatchTaskClusterMode)
    Removes all the dispatch triggers where active = ? and dispatchTaskClusterMode = ? from the database.
    void
    removeByActive(boolean active)
    Removes all the dispatch triggers where active = ? from the database.
    void
    removeByC_DTET(long companyId, String dispatchTaskExecutorType)
    Removes all the dispatch triggers where companyId = ? and dispatchTaskExecutorType = ? from the database.
    removeByC_N(long companyId, String name)
    Removes the dispatch trigger where companyId = ? and name = ? from the database.
    void
    removeByC_U(long companyId, long userId)
    Removes all the dispatch triggers where companyId = ? and userId = ? from the database.
    void
    removeByCompanyId(long companyId)
    Removes all the dispatch triggers where companyId = ? from the database.
    removeByERC_C(String externalReferenceCode, long companyId)
    Removes the dispatch trigger where externalReferenceCode = ? and companyId = ? from the database.
    void
    Removes all the dispatch triggers where uuid = ? from the database.
    void
    removeByUuid_C(String uuid, long companyId)
    Removes all the dispatch triggers where uuid = ? and companyId = ? from the database.
    updateImpl(DispatchTrigger dispatchTrigger)
     

    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<DispatchTrigger> findByUuid(String uuid)
      Returns all the dispatch triggers where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching dispatch triggers
    • findByUuid

      List<DispatchTrigger> findByUuid(String uuid, int start, int end)
      Returns a range of all the dispatch triggers 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 DispatchTriggerModelImpl.

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

      List<DispatchTrigger> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
      Returns an ordered range of all the dispatch triggers 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 DispatchTriggerModelImpl.

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

      List<DispatchTrigger> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the dispatch triggers 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 DispatchTriggerModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of dispatch triggers
      end - the upper bound of the range of dispatch triggers (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 dispatch triggers
    • findByUuid_First

      DispatchTrigger findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator) throws NoSuchTriggerException
      Returns the first dispatch trigger in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching dispatch trigger
      Throws:
      NoSuchTriggerException - if a matching dispatch trigger could not be found
    • fetchByUuid_First

      DispatchTrigger fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
      Returns the first dispatch trigger in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching dispatch trigger, or null if a matching dispatch trigger could not be found
    • findByUuid_Last

      DispatchTrigger findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator) throws NoSuchTriggerException
      Returns the last dispatch trigger in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching dispatch trigger
      Throws:
      NoSuchTriggerException - if a matching dispatch trigger could not be found
    • fetchByUuid_Last

      DispatchTrigger fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
      Returns the last dispatch trigger in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching dispatch trigger, or null if a matching dispatch trigger could not be found
    • findByUuid_PrevAndNext

      DispatchTrigger[] findByUuid_PrevAndNext(long dispatchTriggerId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator) throws NoSuchTriggerException
      Returns the dispatch triggers before and after the current dispatch trigger in the ordered set where uuid = ?.
      Parameters:
      dispatchTriggerId - the primary key of the current dispatch trigger
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next dispatch trigger
      Throws:
      NoSuchTriggerException - if a dispatch trigger with the primary key could not be found
    • filterFindByUuid

      List<DispatchTrigger> filterFindByUuid(String uuid)
      Returns all the dispatch triggers that the user has permission to view where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching dispatch triggers that the user has permission to view
    • filterFindByUuid

      List<DispatchTrigger> filterFindByUuid(String uuid, int start, int end)
      Returns a range of all the dispatch triggers that the user has permission to view 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 DispatchTriggerModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of dispatch triggers
      end - the upper bound of the range of dispatch triggers (not inclusive)
      Returns:
      the range of matching dispatch triggers that the user has permission to view
    • filterFindByUuid

      List<DispatchTrigger> filterFindByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
      Returns an ordered range of all the dispatch triggers that the user has permissions to view 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 DispatchTriggerModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of dispatch triggers
      end - the upper bound of the range of dispatch triggers (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching dispatch triggers that the user has permission to view
    • filterFindByUuid_PrevAndNext

      DispatchTrigger[] filterFindByUuid_PrevAndNext(long dispatchTriggerId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator) throws NoSuchTriggerException
      Returns the dispatch triggers before and after the current dispatch trigger in the ordered set of dispatch triggers that the user has permission to view where uuid = ?.
      Parameters:
      dispatchTriggerId - the primary key of the current dispatch trigger
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next dispatch trigger
      Throws:
      NoSuchTriggerException - if a dispatch trigger with the primary key could not be found
    • removeByUuid

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

      int countByUuid(String uuid)
      Returns the number of dispatch triggers where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the number of matching dispatch triggers
    • filterCountByUuid

      int filterCountByUuid(String uuid)
      Returns the number of dispatch triggers that the user has permission to view where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the number of matching dispatch triggers that the user has permission to view
    • findByUuid_C

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

      List<DispatchTrigger> findByUuid_C(String uuid, long companyId, int start, int end)
      Returns a range of all the dispatch triggers 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 DispatchTriggerModelImpl.

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

      List<DispatchTrigger> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
      Returns an ordered range of all the dispatch triggers 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 DispatchTriggerModelImpl.

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

      List<DispatchTrigger> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the dispatch triggers 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 DispatchTriggerModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of dispatch triggers
      end - the upper bound of the range of dispatch triggers (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 dispatch triggers
    • findByUuid_C_First

      DispatchTrigger findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator) throws NoSuchTriggerException
      Returns the first dispatch trigger 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 dispatch trigger
      Throws:
      NoSuchTriggerException - if a matching dispatch trigger could not be found
    • fetchByUuid_C_First

      DispatchTrigger fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
      Returns the first dispatch trigger 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 dispatch trigger, or null if a matching dispatch trigger could not be found
    • findByUuid_C_Last

      DispatchTrigger findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator) throws NoSuchTriggerException
      Returns the last dispatch trigger 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 dispatch trigger
      Throws:
      NoSuchTriggerException - if a matching dispatch trigger could not be found
    • fetchByUuid_C_Last

      DispatchTrigger fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
      Returns the last dispatch trigger 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 dispatch trigger, or null if a matching dispatch trigger could not be found
    • findByUuid_C_PrevAndNext

      DispatchTrigger[] findByUuid_C_PrevAndNext(long dispatchTriggerId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator) throws NoSuchTriggerException
      Returns the dispatch triggers before and after the current dispatch trigger in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      dispatchTriggerId - the primary key of the current dispatch trigger
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next dispatch trigger
      Throws:
      NoSuchTriggerException - if a dispatch trigger with the primary key could not be found
    • filterFindByUuid_C

      List<DispatchTrigger> filterFindByUuid_C(String uuid, long companyId)
      Returns all the dispatch triggers that the user has permission to view where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the matching dispatch triggers that the user has permission to view
    • filterFindByUuid_C

      List<DispatchTrigger> filterFindByUuid_C(String uuid, long companyId, int start, int end)
      Returns a range of all the dispatch triggers that the user has permission to view 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 DispatchTriggerModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of dispatch triggers
      end - the upper bound of the range of dispatch triggers (not inclusive)
      Returns:
      the range of matching dispatch triggers that the user has permission to view
    • filterFindByUuid_C

      List<DispatchTrigger> filterFindByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
      Returns an ordered range of all the dispatch triggers that the user has permissions to view 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 DispatchTriggerModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of dispatch triggers
      end - the upper bound of the range of dispatch triggers (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching dispatch triggers that the user has permission to view
    • filterFindByUuid_C_PrevAndNext

      DispatchTrigger[] filterFindByUuid_C_PrevAndNext(long dispatchTriggerId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator) throws NoSuchTriggerException
      Returns the dispatch triggers before and after the current dispatch trigger in the ordered set of dispatch triggers that the user has permission to view where uuid = ? and companyId = ?.
      Parameters:
      dispatchTriggerId - the primary key of the current dispatch trigger
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next dispatch trigger
      Throws:
      NoSuchTriggerException - if a dispatch trigger with the primary key could not be found
    • removeByUuid_C

      void removeByUuid_C(String uuid, long companyId)
      Removes all the dispatch triggers 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 dispatch triggers where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the number of matching dispatch triggers
    • filterCountByUuid_C

      int filterCountByUuid_C(String uuid, long companyId)
      Returns the number of dispatch triggers that the user has permission to view where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the number of matching dispatch triggers that the user has permission to view
    • findByCompanyId

      List<DispatchTrigger> findByCompanyId(long companyId)
      Returns all the dispatch triggers where companyId = ?.
      Parameters:
      companyId - the company ID
      Returns:
      the matching dispatch triggers
    • findByCompanyId

      List<DispatchTrigger> findByCompanyId(long companyId, int start, int end)
      Returns a range of all the dispatch triggers where 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 DispatchTriggerModelImpl.

      Parameters:
      companyId - the company ID
      start - the lower bound of the range of dispatch triggers
      end - the upper bound of the range of dispatch triggers (not inclusive)
      Returns:
      the range of matching dispatch triggers
    • findByCompanyId

      List<DispatchTrigger> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
      Returns an ordered range of all the dispatch triggers where 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 DispatchTriggerModelImpl.

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

      List<DispatchTrigger> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the dispatch triggers where 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 DispatchTriggerModelImpl.

      Parameters:
      companyId - the company ID
      start - the lower bound of the range of dispatch triggers
      end - the upper bound of the range of dispatch triggers (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 dispatch triggers
    • findByCompanyId_First

      DispatchTrigger findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator) throws NoSuchTriggerException
      Returns the first dispatch trigger in the ordered set where companyId = ?.
      Parameters:
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching dispatch trigger
      Throws:
      NoSuchTriggerException - if a matching dispatch trigger could not be found
    • fetchByCompanyId_First

      DispatchTrigger fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
      Returns the first dispatch trigger in the ordered set where companyId = ?.
      Parameters:
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching dispatch trigger, or null if a matching dispatch trigger could not be found
    • findByCompanyId_Last

      DispatchTrigger findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator) throws NoSuchTriggerException
      Returns the last dispatch trigger in the ordered set where companyId = ?.
      Parameters:
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching dispatch trigger
      Throws:
      NoSuchTriggerException - if a matching dispatch trigger could not be found
    • fetchByCompanyId_Last

      DispatchTrigger fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
      Returns the last dispatch trigger in the ordered set where companyId = ?.
      Parameters:
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching dispatch trigger, or null if a matching dispatch trigger could not be found
    • findByCompanyId_PrevAndNext

      DispatchTrigger[] findByCompanyId_PrevAndNext(long dispatchTriggerId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator) throws NoSuchTriggerException
      Returns the dispatch triggers before and after the current dispatch trigger in the ordered set where companyId = ?.
      Parameters:
      dispatchTriggerId - the primary key of the current dispatch trigger
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next dispatch trigger
      Throws:
      NoSuchTriggerException - if a dispatch trigger with the primary key could not be found
    • filterFindByCompanyId

      List<DispatchTrigger> filterFindByCompanyId(long companyId)
      Returns all the dispatch triggers that the user has permission to view where companyId = ?.
      Parameters:
      companyId - the company ID
      Returns:
      the matching dispatch triggers that the user has permission to view
    • filterFindByCompanyId

      List<DispatchTrigger> filterFindByCompanyId(long companyId, int start, int end)
      Returns a range of all the dispatch triggers that the user has permission to view where 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 DispatchTriggerModelImpl.

      Parameters:
      companyId - the company ID
      start - the lower bound of the range of dispatch triggers
      end - the upper bound of the range of dispatch triggers (not inclusive)
      Returns:
      the range of matching dispatch triggers that the user has permission to view
    • filterFindByCompanyId

      List<DispatchTrigger> filterFindByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
      Returns an ordered range of all the dispatch triggers that the user has permissions to view where 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 DispatchTriggerModelImpl.

      Parameters:
      companyId - the company ID
      start - the lower bound of the range of dispatch triggers
      end - the upper bound of the range of dispatch triggers (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching dispatch triggers that the user has permission to view
    • filterFindByCompanyId_PrevAndNext

      DispatchTrigger[] filterFindByCompanyId_PrevAndNext(long dispatchTriggerId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator) throws NoSuchTriggerException
      Returns the dispatch triggers before and after the current dispatch trigger in the ordered set of dispatch triggers that the user has permission to view where companyId = ?.
      Parameters:
      dispatchTriggerId - the primary key of the current dispatch trigger
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next dispatch trigger
      Throws:
      NoSuchTriggerException - if a dispatch trigger with the primary key could not be found
    • removeByCompanyId

      void removeByCompanyId(long companyId)
      Removes all the dispatch triggers where companyId = ? from the database.
      Parameters:
      companyId - the company ID
    • countByCompanyId

      int countByCompanyId(long companyId)
      Returns the number of dispatch triggers where companyId = ?.
      Parameters:
      companyId - the company ID
      Returns:
      the number of matching dispatch triggers
    • filterCountByCompanyId

      int filterCountByCompanyId(long companyId)
      Returns the number of dispatch triggers that the user has permission to view where companyId = ?.
      Parameters:
      companyId - the company ID
      Returns:
      the number of matching dispatch triggers that the user has permission to view
    • findByActive

      List<DispatchTrigger> findByActive(boolean active)
      Returns all the dispatch triggers where active = ?.
      Parameters:
      active - the active
      Returns:
      the matching dispatch triggers
    • findByActive

      List<DispatchTrigger> findByActive(boolean active, int start, int end)
      Returns a range of all the dispatch triggers where active = ?.

      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 DispatchTriggerModelImpl.

      Parameters:
      active - the active
      start - the lower bound of the range of dispatch triggers
      end - the upper bound of the range of dispatch triggers (not inclusive)
      Returns:
      the range of matching dispatch triggers
    • findByActive

      List<DispatchTrigger> findByActive(boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
      Returns an ordered range of all the dispatch triggers where active = ?.

      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 DispatchTriggerModelImpl.

      Parameters:
      active - the active
      start - the lower bound of the range of dispatch triggers
      end - the upper bound of the range of dispatch triggers (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching dispatch triggers
    • findByActive

      List<DispatchTrigger> findByActive(boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the dispatch triggers where active = ?.

      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 DispatchTriggerModelImpl.

      Parameters:
      active - the active
      start - the lower bound of the range of dispatch triggers
      end - the upper bound of the range of dispatch triggers (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 dispatch triggers
    • findByActive_First

      DispatchTrigger findByActive_First(boolean active, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator) throws NoSuchTriggerException
      Returns the first dispatch trigger in the ordered set where active = ?.
      Parameters:
      active - the active
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching dispatch trigger
      Throws:
      NoSuchTriggerException - if a matching dispatch trigger could not be found
    • fetchByActive_First

      DispatchTrigger fetchByActive_First(boolean active, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
      Returns the first dispatch trigger in the ordered set where active = ?.
      Parameters:
      active - the active
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching dispatch trigger, or null if a matching dispatch trigger could not be found
    • findByActive_Last

      DispatchTrigger findByActive_Last(boolean active, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator) throws NoSuchTriggerException
      Returns the last dispatch trigger in the ordered set where active = ?.
      Parameters:
      active - the active
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching dispatch trigger
      Throws:
      NoSuchTriggerException - if a matching dispatch trigger could not be found
    • fetchByActive_Last

      DispatchTrigger fetchByActive_Last(boolean active, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
      Returns the last dispatch trigger in the ordered set where active = ?.
      Parameters:
      active - the active
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching dispatch trigger, or null if a matching dispatch trigger could not be found
    • findByActive_PrevAndNext

      DispatchTrigger[] findByActive_PrevAndNext(long dispatchTriggerId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator) throws NoSuchTriggerException
      Returns the dispatch triggers before and after the current dispatch trigger in the ordered set where active = ?.
      Parameters:
      dispatchTriggerId - the primary key of the current dispatch trigger
      active - the active
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next dispatch trigger
      Throws:
      NoSuchTriggerException - if a dispatch trigger with the primary key could not be found
    • filterFindByActive

      List<DispatchTrigger> filterFindByActive(boolean active)
      Returns all the dispatch triggers that the user has permission to view where active = ?.
      Parameters:
      active - the active
      Returns:
      the matching dispatch triggers that the user has permission to view
    • filterFindByActive

      List<DispatchTrigger> filterFindByActive(boolean active, int start, int end)
      Returns a range of all the dispatch triggers that the user has permission to view where active = ?.

      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 DispatchTriggerModelImpl.

      Parameters:
      active - the active
      start - the lower bound of the range of dispatch triggers
      end - the upper bound of the range of dispatch triggers (not inclusive)
      Returns:
      the range of matching dispatch triggers that the user has permission to view
    • filterFindByActive

      List<DispatchTrigger> filterFindByActive(boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
      Returns an ordered range of all the dispatch triggers that the user has permissions to view where active = ?.

      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 DispatchTriggerModelImpl.

      Parameters:
      active - the active
      start - the lower bound of the range of dispatch triggers
      end - the upper bound of the range of dispatch triggers (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching dispatch triggers that the user has permission to view
    • filterFindByActive_PrevAndNext

      DispatchTrigger[] filterFindByActive_PrevAndNext(long dispatchTriggerId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator) throws NoSuchTriggerException
      Returns the dispatch triggers before and after the current dispatch trigger in the ordered set of dispatch triggers that the user has permission to view where active = ?.
      Parameters:
      dispatchTriggerId - the primary key of the current dispatch trigger
      active - the active
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next dispatch trigger
      Throws:
      NoSuchTriggerException - if a dispatch trigger with the primary key could not be found
    • removeByActive

      void removeByActive(boolean active)
      Removes all the dispatch triggers where active = ? from the database.
      Parameters:
      active - the active
    • countByActive

      int countByActive(boolean active)
      Returns the number of dispatch triggers where active = ?.
      Parameters:
      active - the active
      Returns:
      the number of matching dispatch triggers
    • filterCountByActive

      int filterCountByActive(boolean active)
      Returns the number of dispatch triggers that the user has permission to view where active = ?.
      Parameters:
      active - the active
      Returns:
      the number of matching dispatch triggers that the user has permission to view
    • findByC_U

      List<DispatchTrigger> findByC_U(long companyId, long userId)
      Returns all the dispatch triggers where companyId = ? and userId = ?.
      Parameters:
      companyId - the company ID
      userId - the user ID
      Returns:
      the matching dispatch triggers
    • findByC_U

      List<DispatchTrigger> findByC_U(long companyId, long userId, int start, int end)
      Returns a range of all the dispatch triggers where companyId = ? and userId = ?.

      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 DispatchTriggerModelImpl.

      Parameters:
      companyId - the company ID
      userId - the user ID
      start - the lower bound of the range of dispatch triggers
      end - the upper bound of the range of dispatch triggers (not inclusive)
      Returns:
      the range of matching dispatch triggers
    • findByC_U

      List<DispatchTrigger> findByC_U(long companyId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
      Returns an ordered range of all the dispatch triggers where companyId = ? and userId = ?.

      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 DispatchTriggerModelImpl.

      Parameters:
      companyId - the company ID
      userId - the user ID
      start - the lower bound of the range of dispatch triggers
      end - the upper bound of the range of dispatch triggers (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching dispatch triggers
    • findByC_U

      List<DispatchTrigger> findByC_U(long companyId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the dispatch triggers where companyId = ? and userId = ?.

      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 DispatchTriggerModelImpl.

      Parameters:
      companyId - the company ID
      userId - the user ID
      start - the lower bound of the range of dispatch triggers
      end - the upper bound of the range of dispatch triggers (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 dispatch triggers
    • findByC_U_First

      DispatchTrigger findByC_U_First(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator) throws NoSuchTriggerException
      Returns the first dispatch trigger in the ordered set where companyId = ? and userId = ?.
      Parameters:
      companyId - the company ID
      userId - the user ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching dispatch trigger
      Throws:
      NoSuchTriggerException - if a matching dispatch trigger could not be found
    • fetchByC_U_First

      DispatchTrigger fetchByC_U_First(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
      Returns the first dispatch trigger in the ordered set where companyId = ? and userId = ?.
      Parameters:
      companyId - the company ID
      userId - the user ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching dispatch trigger, or null if a matching dispatch trigger could not be found
    • findByC_U_Last

      DispatchTrigger findByC_U_Last(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator) throws NoSuchTriggerException
      Returns the last dispatch trigger in the ordered set where companyId = ? and userId = ?.
      Parameters:
      companyId - the company ID
      userId - the user ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching dispatch trigger
      Throws:
      NoSuchTriggerException - if a matching dispatch trigger could not be found
    • fetchByC_U_Last

      DispatchTrigger fetchByC_U_Last(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
      Returns the last dispatch trigger in the ordered set where companyId = ? and userId = ?.
      Parameters:
      companyId - the company ID
      userId - the user ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching dispatch trigger, or null if a matching dispatch trigger could not be found
    • findByC_U_PrevAndNext

      DispatchTrigger[] findByC_U_PrevAndNext(long dispatchTriggerId, long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator) throws NoSuchTriggerException
      Returns the dispatch triggers before and after the current dispatch trigger in the ordered set where companyId = ? and userId = ?.
      Parameters:
      dispatchTriggerId - the primary key of the current dispatch trigger
      companyId - the company ID
      userId - the user ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next dispatch trigger
      Throws:
      NoSuchTriggerException - if a dispatch trigger with the primary key could not be found
    • filterFindByC_U

      List<DispatchTrigger> filterFindByC_U(long companyId, long userId)
      Returns all the dispatch triggers that the user has permission to view where companyId = ? and userId = ?.
      Parameters:
      companyId - the company ID
      userId - the user ID
      Returns:
      the matching dispatch triggers that the user has permission to view
    • filterFindByC_U

      List<DispatchTrigger> filterFindByC_U(long companyId, long userId, int start, int end)
      Returns a range of all the dispatch triggers that the user has permission to view where companyId = ? and userId = ?.

      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 DispatchTriggerModelImpl.

      Parameters:
      companyId - the company ID
      userId - the user ID
      start - the lower bound of the range of dispatch triggers
      end - the upper bound of the range of dispatch triggers (not inclusive)
      Returns:
      the range of matching dispatch triggers that the user has permission to view
    • filterFindByC_U

      List<DispatchTrigger> filterFindByC_U(long companyId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
      Returns an ordered range of all the dispatch triggers that the user has permissions to view where companyId = ? and userId = ?.

      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 DispatchTriggerModelImpl.

      Parameters:
      companyId - the company ID
      userId - the user ID
      start - the lower bound of the range of dispatch triggers
      end - the upper bound of the range of dispatch triggers (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching dispatch triggers that the user has permission to view
    • filterFindByC_U_PrevAndNext

      DispatchTrigger[] filterFindByC_U_PrevAndNext(long dispatchTriggerId, long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator) throws NoSuchTriggerException
      Returns the dispatch triggers before and after the current dispatch trigger in the ordered set of dispatch triggers that the user has permission to view where companyId = ? and userId = ?.
      Parameters:
      dispatchTriggerId - the primary key of the current dispatch trigger
      companyId - the company ID
      userId - the user ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next dispatch trigger
      Throws:
      NoSuchTriggerException - if a dispatch trigger with the primary key could not be found
    • removeByC_U

      void removeByC_U(long companyId, long userId)
      Removes all the dispatch triggers where companyId = ? and userId = ? from the database.
      Parameters:
      companyId - the company ID
      userId - the user ID
    • countByC_U

      int countByC_U(long companyId, long userId)
      Returns the number of dispatch triggers where companyId = ? and userId = ?.
      Parameters:
      companyId - the company ID
      userId - the user ID
      Returns:
      the number of matching dispatch triggers
    • filterCountByC_U

      int filterCountByC_U(long companyId, long userId)
      Returns the number of dispatch triggers that the user has permission to view where companyId = ? and userId = ?.
      Parameters:
      companyId - the company ID
      userId - the user ID
      Returns:
      the number of matching dispatch triggers that the user has permission to view
    • findByC_DTET

      List<DispatchTrigger> findByC_DTET(long companyId, String dispatchTaskExecutorType)
      Returns all the dispatch triggers where companyId = ? and dispatchTaskExecutorType = ?.
      Parameters:
      companyId - the company ID
      dispatchTaskExecutorType - the dispatch task executor type
      Returns:
      the matching dispatch triggers
    • findByC_DTET

      List<DispatchTrigger> findByC_DTET(long companyId, String dispatchTaskExecutorType, int start, int end)
      Returns a range of all the dispatch triggers where companyId = ? and dispatchTaskExecutorType = ?.

      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 DispatchTriggerModelImpl.

      Parameters:
      companyId - the company ID
      dispatchTaskExecutorType - the dispatch task executor type
      start - the lower bound of the range of dispatch triggers
      end - the upper bound of the range of dispatch triggers (not inclusive)
      Returns:
      the range of matching dispatch triggers
    • findByC_DTET

      List<DispatchTrigger> findByC_DTET(long companyId, String dispatchTaskExecutorType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
      Returns an ordered range of all the dispatch triggers where companyId = ? and dispatchTaskExecutorType = ?.

      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 DispatchTriggerModelImpl.

      Parameters:
      companyId - the company ID
      dispatchTaskExecutorType - the dispatch task executor type
      start - the lower bound of the range of dispatch triggers
      end - the upper bound of the range of dispatch triggers (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching dispatch triggers
    • findByC_DTET

      List<DispatchTrigger> findByC_DTET(long companyId, String dispatchTaskExecutorType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the dispatch triggers where companyId = ? and dispatchTaskExecutorType = ?.

      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 DispatchTriggerModelImpl.

      Parameters:
      companyId - the company ID
      dispatchTaskExecutorType - the dispatch task executor type
      start - the lower bound of the range of dispatch triggers
      end - the upper bound of the range of dispatch triggers (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 dispatch triggers
    • findByC_DTET_First

      DispatchTrigger findByC_DTET_First(long companyId, String dispatchTaskExecutorType, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator) throws NoSuchTriggerException
      Returns the first dispatch trigger in the ordered set where companyId = ? and dispatchTaskExecutorType = ?.
      Parameters:
      companyId - the company ID
      dispatchTaskExecutorType - the dispatch task executor type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching dispatch trigger
      Throws:
      NoSuchTriggerException - if a matching dispatch trigger could not be found
    • fetchByC_DTET_First

      DispatchTrigger fetchByC_DTET_First(long companyId, String dispatchTaskExecutorType, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
      Returns the first dispatch trigger in the ordered set where companyId = ? and dispatchTaskExecutorType = ?.
      Parameters:
      companyId - the company ID
      dispatchTaskExecutorType - the dispatch task executor type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching dispatch trigger, or null if a matching dispatch trigger could not be found
    • findByC_DTET_Last

      DispatchTrigger findByC_DTET_Last(long companyId, String dispatchTaskExecutorType, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator) throws NoSuchTriggerException
      Returns the last dispatch trigger in the ordered set where companyId = ? and dispatchTaskExecutorType = ?.
      Parameters:
      companyId - the company ID
      dispatchTaskExecutorType - the dispatch task executor type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching dispatch trigger
      Throws:
      NoSuchTriggerException - if a matching dispatch trigger could not be found
    • fetchByC_DTET_Last

      DispatchTrigger fetchByC_DTET_Last(long companyId, String dispatchTaskExecutorType, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
      Returns the last dispatch trigger in the ordered set where companyId = ? and dispatchTaskExecutorType = ?.
      Parameters:
      companyId - the company ID
      dispatchTaskExecutorType - the dispatch task executor type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching dispatch trigger, or null if a matching dispatch trigger could not be found
    • findByC_DTET_PrevAndNext

      DispatchTrigger[] findByC_DTET_PrevAndNext(long dispatchTriggerId, long companyId, String dispatchTaskExecutorType, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator) throws NoSuchTriggerException
      Returns the dispatch triggers before and after the current dispatch trigger in the ordered set where companyId = ? and dispatchTaskExecutorType = ?.
      Parameters:
      dispatchTriggerId - the primary key of the current dispatch trigger
      companyId - the company ID
      dispatchTaskExecutorType - the dispatch task executor type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next dispatch trigger
      Throws:
      NoSuchTriggerException - if a dispatch trigger with the primary key could not be found
    • filterFindByC_DTET

      List<DispatchTrigger> filterFindByC_DTET(long companyId, String dispatchTaskExecutorType)
      Returns all the dispatch triggers that the user has permission to view where companyId = ? and dispatchTaskExecutorType = ?.
      Parameters:
      companyId - the company ID
      dispatchTaskExecutorType - the dispatch task executor type
      Returns:
      the matching dispatch triggers that the user has permission to view
    • filterFindByC_DTET

      List<DispatchTrigger> filterFindByC_DTET(long companyId, String dispatchTaskExecutorType, int start, int end)
      Returns a range of all the dispatch triggers that the user has permission to view where companyId = ? and dispatchTaskExecutorType = ?.

      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 DispatchTriggerModelImpl.

      Parameters:
      companyId - the company ID
      dispatchTaskExecutorType - the dispatch task executor type
      start - the lower bound of the range of dispatch triggers
      end - the upper bound of the range of dispatch triggers (not inclusive)
      Returns:
      the range of matching dispatch triggers that the user has permission to view
    • filterFindByC_DTET

      List<DispatchTrigger> filterFindByC_DTET(long companyId, String dispatchTaskExecutorType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
      Returns an ordered range of all the dispatch triggers that the user has permissions to view where companyId = ? and dispatchTaskExecutorType = ?.

      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 DispatchTriggerModelImpl.

      Parameters:
      companyId - the company ID
      dispatchTaskExecutorType - the dispatch task executor type
      start - the lower bound of the range of dispatch triggers
      end - the upper bound of the range of dispatch triggers (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching dispatch triggers that the user has permission to view
    • filterFindByC_DTET_PrevAndNext

      DispatchTrigger[] filterFindByC_DTET_PrevAndNext(long dispatchTriggerId, long companyId, String dispatchTaskExecutorType, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator) throws NoSuchTriggerException
      Returns the dispatch triggers before and after the current dispatch trigger in the ordered set of dispatch triggers that the user has permission to view where companyId = ? and dispatchTaskExecutorType = ?.
      Parameters:
      dispatchTriggerId - the primary key of the current dispatch trigger
      companyId - the company ID
      dispatchTaskExecutorType - the dispatch task executor type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next dispatch trigger
      Throws:
      NoSuchTriggerException - if a dispatch trigger with the primary key could not be found
    • removeByC_DTET

      void removeByC_DTET(long companyId, String dispatchTaskExecutorType)
      Removes all the dispatch triggers where companyId = ? and dispatchTaskExecutorType = ? from the database.
      Parameters:
      companyId - the company ID
      dispatchTaskExecutorType - the dispatch task executor type
    • countByC_DTET

      int countByC_DTET(long companyId, String dispatchTaskExecutorType)
      Returns the number of dispatch triggers where companyId = ? and dispatchTaskExecutorType = ?.
      Parameters:
      companyId - the company ID
      dispatchTaskExecutorType - the dispatch task executor type
      Returns:
      the number of matching dispatch triggers
    • filterCountByC_DTET

      int filterCountByC_DTET(long companyId, String dispatchTaskExecutorType)
      Returns the number of dispatch triggers that the user has permission to view where companyId = ? and dispatchTaskExecutorType = ?.
      Parameters:
      companyId - the company ID
      dispatchTaskExecutorType - the dispatch task executor type
      Returns:
      the number of matching dispatch triggers that the user has permission to view
    • findByC_N

      DispatchTrigger findByC_N(long companyId, String name) throws NoSuchTriggerException
      Returns the dispatch trigger where companyId = ? and name = ? or throws a NoSuchTriggerException if it could not be found.
      Parameters:
      companyId - the company ID
      name - the name
      Returns:
      the matching dispatch trigger
      Throws:
      NoSuchTriggerException - if a matching dispatch trigger could not be found
    • fetchByC_N

      DispatchTrigger fetchByC_N(long companyId, String name)
      Returns the dispatch trigger where companyId = ? and name = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      companyId - the company ID
      name - the name
      Returns:
      the matching dispatch trigger, or null if a matching dispatch trigger could not be found
    • fetchByC_N

      DispatchTrigger fetchByC_N(long companyId, String name, boolean useFinderCache)
      Returns the dispatch trigger where companyId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      companyId - the company ID
      name - the name
      useFinderCache - whether to use the finder cache
      Returns:
      the matching dispatch trigger, or null if a matching dispatch trigger could not be found
    • removeByC_N

      DispatchTrigger removeByC_N(long companyId, String name) throws NoSuchTriggerException
      Removes the dispatch trigger where companyId = ? and name = ? from the database.
      Parameters:
      companyId - the company ID
      name - the name
      Returns:
      the dispatch trigger that was removed
      Throws:
      NoSuchTriggerException
    • countByC_N

      int countByC_N(long companyId, String name)
      Returns the number of dispatch triggers where companyId = ? and name = ?.
      Parameters:
      companyId - the company ID
      name - the name
      Returns:
      the number of matching dispatch triggers
    • findByA_DTCM

      List<DispatchTrigger> findByA_DTCM(boolean active, int dispatchTaskClusterMode)
      Returns all the dispatch triggers where active = ? and dispatchTaskClusterMode = ?.
      Parameters:
      active - the active
      dispatchTaskClusterMode - the dispatch task cluster mode
      Returns:
      the matching dispatch triggers
    • findByA_DTCM

      List<DispatchTrigger> findByA_DTCM(boolean active, int dispatchTaskClusterMode, int start, int end)
      Returns a range of all the dispatch triggers where active = ? and dispatchTaskClusterMode = ?.

      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 DispatchTriggerModelImpl.

      Parameters:
      active - the active
      dispatchTaskClusterMode - the dispatch task cluster mode
      start - the lower bound of the range of dispatch triggers
      end - the upper bound of the range of dispatch triggers (not inclusive)
      Returns:
      the range of matching dispatch triggers
    • findByA_DTCM

      List<DispatchTrigger> findByA_DTCM(boolean active, int dispatchTaskClusterMode, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
      Returns an ordered range of all the dispatch triggers where active = ? and dispatchTaskClusterMode = ?.

      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 DispatchTriggerModelImpl.

      Parameters:
      active - the active
      dispatchTaskClusterMode - the dispatch task cluster mode
      start - the lower bound of the range of dispatch triggers
      end - the upper bound of the range of dispatch triggers (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching dispatch triggers
    • findByA_DTCM

      List<DispatchTrigger> findByA_DTCM(boolean active, int dispatchTaskClusterMode, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the dispatch triggers where active = ? and dispatchTaskClusterMode = ?.

      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 DispatchTriggerModelImpl.

      Parameters:
      active - the active
      dispatchTaskClusterMode - the dispatch task cluster mode
      start - the lower bound of the range of dispatch triggers
      end - the upper bound of the range of dispatch triggers (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 dispatch triggers
    • findByA_DTCM_First

      DispatchTrigger findByA_DTCM_First(boolean active, int dispatchTaskClusterMode, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator) throws NoSuchTriggerException
      Returns the first dispatch trigger in the ordered set where active = ? and dispatchTaskClusterMode = ?.
      Parameters:
      active - the active
      dispatchTaskClusterMode - the dispatch task cluster mode
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching dispatch trigger
      Throws:
      NoSuchTriggerException - if a matching dispatch trigger could not be found
    • fetchByA_DTCM_First

      DispatchTrigger fetchByA_DTCM_First(boolean active, int dispatchTaskClusterMode, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
      Returns the first dispatch trigger in the ordered set where active = ? and dispatchTaskClusterMode = ?.
      Parameters:
      active - the active
      dispatchTaskClusterMode - the dispatch task cluster mode
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching dispatch trigger, or null if a matching dispatch trigger could not be found
    • findByA_DTCM_Last

      DispatchTrigger findByA_DTCM_Last(boolean active, int dispatchTaskClusterMode, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator) throws NoSuchTriggerException
      Returns the last dispatch trigger in the ordered set where active = ? and dispatchTaskClusterMode = ?.
      Parameters:
      active - the active
      dispatchTaskClusterMode - the dispatch task cluster mode
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching dispatch trigger
      Throws:
      NoSuchTriggerException - if a matching dispatch trigger could not be found
    • fetchByA_DTCM_Last

      DispatchTrigger fetchByA_DTCM_Last(boolean active, int dispatchTaskClusterMode, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
      Returns the last dispatch trigger in the ordered set where active = ? and dispatchTaskClusterMode = ?.
      Parameters:
      active - the active
      dispatchTaskClusterMode - the dispatch task cluster mode
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching dispatch trigger, or null if a matching dispatch trigger could not be found
    • findByA_DTCM_PrevAndNext

      DispatchTrigger[] findByA_DTCM_PrevAndNext(long dispatchTriggerId, boolean active, int dispatchTaskClusterMode, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator) throws NoSuchTriggerException
      Returns the dispatch triggers before and after the current dispatch trigger in the ordered set where active = ? and dispatchTaskClusterMode = ?.
      Parameters:
      dispatchTriggerId - the primary key of the current dispatch trigger
      active - the active
      dispatchTaskClusterMode - the dispatch task cluster mode
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next dispatch trigger
      Throws:
      NoSuchTriggerException - if a dispatch trigger with the primary key could not be found
    • filterFindByA_DTCM

      List<DispatchTrigger> filterFindByA_DTCM(boolean active, int dispatchTaskClusterMode)
      Returns all the dispatch triggers that the user has permission to view where active = ? and dispatchTaskClusterMode = ?.
      Parameters:
      active - the active
      dispatchTaskClusterMode - the dispatch task cluster mode
      Returns:
      the matching dispatch triggers that the user has permission to view
    • filterFindByA_DTCM

      List<DispatchTrigger> filterFindByA_DTCM(boolean active, int dispatchTaskClusterMode, int start, int end)
      Returns a range of all the dispatch triggers that the user has permission to view where active = ? and dispatchTaskClusterMode = ?.

      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 DispatchTriggerModelImpl.

      Parameters:
      active - the active
      dispatchTaskClusterMode - the dispatch task cluster mode
      start - the lower bound of the range of dispatch triggers
      end - the upper bound of the range of dispatch triggers (not inclusive)
      Returns:
      the range of matching dispatch triggers that the user has permission to view
    • filterFindByA_DTCM

      List<DispatchTrigger> filterFindByA_DTCM(boolean active, int dispatchTaskClusterMode, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
      Returns an ordered range of all the dispatch triggers that the user has permissions to view where active = ? and dispatchTaskClusterMode = ?.

      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 DispatchTriggerModelImpl.

      Parameters:
      active - the active
      dispatchTaskClusterMode - the dispatch task cluster mode
      start - the lower bound of the range of dispatch triggers
      end - the upper bound of the range of dispatch triggers (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching dispatch triggers that the user has permission to view
    • filterFindByA_DTCM_PrevAndNext

      DispatchTrigger[] filterFindByA_DTCM_PrevAndNext(long dispatchTriggerId, boolean active, int dispatchTaskClusterMode, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator) throws NoSuchTriggerException
      Returns the dispatch triggers before and after the current dispatch trigger in the ordered set of dispatch triggers that the user has permission to view where active = ? and dispatchTaskClusterMode = ?.
      Parameters:
      dispatchTriggerId - the primary key of the current dispatch trigger
      active - the active
      dispatchTaskClusterMode - the dispatch task cluster mode
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next dispatch trigger
      Throws:
      NoSuchTriggerException - if a dispatch trigger with the primary key could not be found
    • filterFindByA_DTCM

      List<DispatchTrigger> filterFindByA_DTCM(boolean active, int[] dispatchTaskClusterModes)
      Returns all the dispatch triggers that the user has permission to view where active = ? and dispatchTaskClusterMode = any ?.
      Parameters:
      active - the active
      dispatchTaskClusterModes - the dispatch task cluster modes
      Returns:
      the matching dispatch triggers that the user has permission to view
    • filterFindByA_DTCM

      List<DispatchTrigger> filterFindByA_DTCM(boolean active, int[] dispatchTaskClusterModes, int start, int end)
      Returns a range of all the dispatch triggers that the user has permission to view where active = ? and dispatchTaskClusterMode = any ?.

      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 DispatchTriggerModelImpl.

      Parameters:
      active - the active
      dispatchTaskClusterModes - the dispatch task cluster modes
      start - the lower bound of the range of dispatch triggers
      end - the upper bound of the range of dispatch triggers (not inclusive)
      Returns:
      the range of matching dispatch triggers that the user has permission to view
    • filterFindByA_DTCM

      List<DispatchTrigger> filterFindByA_DTCM(boolean active, int[] dispatchTaskClusterModes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
      Returns an ordered range of all the dispatch triggers that the user has permission to view where active = ? and dispatchTaskClusterMode = any ?.

      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 DispatchTriggerModelImpl.

      Parameters:
      active - the active
      dispatchTaskClusterModes - the dispatch task cluster modes
      start - the lower bound of the range of dispatch triggers
      end - the upper bound of the range of dispatch triggers (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching dispatch triggers that the user has permission to view
    • findByA_DTCM

      List<DispatchTrigger> findByA_DTCM(boolean active, int[] dispatchTaskClusterModes)
      Returns all the dispatch triggers where active = ? and dispatchTaskClusterMode = any ?.

      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 DispatchTriggerModelImpl.

      Parameters:
      active - the active
      dispatchTaskClusterModes - the dispatch task cluster modes
      Returns:
      the matching dispatch triggers
    • findByA_DTCM

      List<DispatchTrigger> findByA_DTCM(boolean active, int[] dispatchTaskClusterModes, int start, int end)
      Returns a range of all the dispatch triggers where active = ? and dispatchTaskClusterMode = any ?.

      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 DispatchTriggerModelImpl.

      Parameters:
      active - the active
      dispatchTaskClusterModes - the dispatch task cluster modes
      start - the lower bound of the range of dispatch triggers
      end - the upper bound of the range of dispatch triggers (not inclusive)
      Returns:
      the range of matching dispatch triggers
    • findByA_DTCM

      List<DispatchTrigger> findByA_DTCM(boolean active, int[] dispatchTaskClusterModes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
      Returns an ordered range of all the dispatch triggers where active = ? and dispatchTaskClusterMode = any ?.

      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 DispatchTriggerModelImpl.

      Parameters:
      active - the active
      dispatchTaskClusterModes - the dispatch task cluster modes
      start - the lower bound of the range of dispatch triggers
      end - the upper bound of the range of dispatch triggers (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching dispatch triggers
    • findByA_DTCM

      List<DispatchTrigger> findByA_DTCM(boolean active, int[] dispatchTaskClusterModes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the dispatch triggers where active = ? and dispatchTaskClusterMode = ?, optionally using the finder cache.

      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 DispatchTriggerModelImpl.

      Parameters:
      active - the active
      dispatchTaskClusterModes - the dispatch task cluster modes
      start - the lower bound of the range of dispatch triggers
      end - the upper bound of the range of dispatch triggers (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 dispatch triggers
    • removeByA_DTCM

      void removeByA_DTCM(boolean active, int dispatchTaskClusterMode)
      Removes all the dispatch triggers where active = ? and dispatchTaskClusterMode = ? from the database.
      Parameters:
      active - the active
      dispatchTaskClusterMode - the dispatch task cluster mode
    • countByA_DTCM

      int countByA_DTCM(boolean active, int dispatchTaskClusterMode)
      Returns the number of dispatch triggers where active = ? and dispatchTaskClusterMode = ?.
      Parameters:
      active - the active
      dispatchTaskClusterMode - the dispatch task cluster mode
      Returns:
      the number of matching dispatch triggers
    • countByA_DTCM

      int countByA_DTCM(boolean active, int[] dispatchTaskClusterModes)
      Returns the number of dispatch triggers where active = ? and dispatchTaskClusterMode = any ?.
      Parameters:
      active - the active
      dispatchTaskClusterModes - the dispatch task cluster modes
      Returns:
      the number of matching dispatch triggers
    • filterCountByA_DTCM

      int filterCountByA_DTCM(boolean active, int dispatchTaskClusterMode)
      Returns the number of dispatch triggers that the user has permission to view where active = ? and dispatchTaskClusterMode = ?.
      Parameters:
      active - the active
      dispatchTaskClusterMode - the dispatch task cluster mode
      Returns:
      the number of matching dispatch triggers that the user has permission to view
    • filterCountByA_DTCM

      int filterCountByA_DTCM(boolean active, int[] dispatchTaskClusterModes)
      Returns the number of dispatch triggers that the user has permission to view where active = ? and dispatchTaskClusterMode = any ?.
      Parameters:
      active - the active
      dispatchTaskClusterModes - the dispatch task cluster modes
      Returns:
      the number of matching dispatch triggers that the user has permission to view
    • findByERC_C

      DispatchTrigger findByERC_C(String externalReferenceCode, long companyId) throws NoSuchTriggerException
      Returns the dispatch trigger where externalReferenceCode = ? and companyId = ? or throws a NoSuchTriggerException if it could not be found.
      Parameters:
      externalReferenceCode - the external reference code
      companyId - the company ID
      Returns:
      the matching dispatch trigger
      Throws:
      NoSuchTriggerException - if a matching dispatch trigger could not be found
    • fetchByERC_C

      DispatchTrigger fetchByERC_C(String externalReferenceCode, long companyId)
      Returns the dispatch trigger where externalReferenceCode = ? and companyId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      externalReferenceCode - the external reference code
      companyId - the company ID
      Returns:
      the matching dispatch trigger, or null if a matching dispatch trigger could not be found
    • fetchByERC_C

      DispatchTrigger fetchByERC_C(String externalReferenceCode, long companyId, boolean useFinderCache)
      Returns the dispatch trigger where externalReferenceCode = ? and companyId = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      externalReferenceCode - the external reference code
      companyId - the company ID
      useFinderCache - whether to use the finder cache
      Returns:
      the matching dispatch trigger, or null if a matching dispatch trigger could not be found
    • removeByERC_C

      DispatchTrigger removeByERC_C(String externalReferenceCode, long companyId) throws NoSuchTriggerException
      Removes the dispatch trigger where externalReferenceCode = ? and companyId = ? from the database.
      Parameters:
      externalReferenceCode - the external reference code
      companyId - the company ID
      Returns:
      the dispatch trigger that was removed
      Throws:
      NoSuchTriggerException
    • countByERC_C

      int countByERC_C(String externalReferenceCode, long companyId)
      Returns the number of dispatch triggers where externalReferenceCode = ? and companyId = ?.
      Parameters:
      externalReferenceCode - the external reference code
      companyId - the company ID
      Returns:
      the number of matching dispatch triggers
    • cacheResult

      void cacheResult(DispatchTrigger dispatchTrigger)
      Caches the dispatch trigger in the entity cache if it is enabled.
      Parameters:
      dispatchTrigger - the dispatch trigger
    • cacheResult

      void cacheResult(List<DispatchTrigger> dispatchTriggers)
      Caches the dispatch triggers in the entity cache if it is enabled.
      Parameters:
      dispatchTriggers - the dispatch triggers
    • create

      DispatchTrigger create(long dispatchTriggerId)
      Creates a new dispatch trigger with the primary key. Does not add the dispatch trigger to the database.
      Parameters:
      dispatchTriggerId - the primary key for the new dispatch trigger
      Returns:
      the new dispatch trigger
    • remove

      DispatchTrigger remove(long dispatchTriggerId) throws NoSuchTriggerException
      Removes the dispatch trigger with the primary key from the database. Also notifies the appropriate model listeners.
      Parameters:
      dispatchTriggerId - the primary key of the dispatch trigger
      Returns:
      the dispatch trigger that was removed
      Throws:
      NoSuchTriggerException - if a dispatch trigger with the primary key could not be found
    • updateImpl

      DispatchTrigger updateImpl(DispatchTrigger dispatchTrigger)
    • findByPrimaryKey

      DispatchTrigger findByPrimaryKey(long dispatchTriggerId) throws NoSuchTriggerException
      Returns the dispatch trigger with the primary key or throws a NoSuchTriggerException if it could not be found.
      Parameters:
      dispatchTriggerId - the primary key of the dispatch trigger
      Returns:
      the dispatch trigger
      Throws:
      NoSuchTriggerException - if a dispatch trigger with the primary key could not be found
    • fetchByPrimaryKey

      DispatchTrigger fetchByPrimaryKey(long dispatchTriggerId)
      Returns the dispatch trigger with the primary key or returns null if it could not be found.
      Parameters:
      dispatchTriggerId - the primary key of the dispatch trigger
      Returns:
      the dispatch trigger, or null if a dispatch trigger with the primary key could not be found
    • findAll

      List<DispatchTrigger> findAll()
      Returns all the dispatch triggers.
      Returns:
      the dispatch triggers
    • findAll

      List<DispatchTrigger> findAll(int start, int end)
      Returns a range of all the dispatch triggers.

      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 DispatchTriggerModelImpl.

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

      List<DispatchTrigger> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator)
      Returns an ordered range of all the dispatch triggers.

      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 DispatchTriggerModelImpl.

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

      List<DispatchTrigger> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchTrigger> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the dispatch triggers.

      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 DispatchTriggerModelImpl.

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

      void removeAll()
      Removes all the dispatch triggers from the database.
    • countAll

      int countAll()
      Returns the number of dispatch triggers.
      Returns:
      the number of dispatch triggers