Interface DispatchTriggerPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<DispatchTrigger>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoidcacheResult(DispatchTrigger dispatchTrigger) Caches the dispatch trigger in the entity cache if it is enabled.voidcacheResult(List<DispatchTrigger> dispatchTriggers) Caches the dispatch triggers in the entity cache if it is enabled.intcountAll()Returns the number of dispatch triggers.intcountByA_DTCM(boolean active, int dispatchTaskClusterMode) Returns the number of dispatch triggers where active = ? and dispatchTaskClusterMode = ?.intcountByA_DTCM(boolean active, int[] dispatchTaskClusterModes) Returns the number of dispatch triggers where active = ? and dispatchTaskClusterMode = any ?.intcountByActive(boolean active) Returns the number of dispatch triggers where active = ?.intcountByC_DTET(long companyId, String dispatchTaskExecutorType) Returns the number of dispatch triggers where companyId = ? and dispatchTaskExecutorType = ?.intcountByC_N(long companyId, String name) Returns the number of dispatch triggers where companyId = ? and name = ?.intcountByC_U(long companyId, long userId) Returns the number of dispatch triggers where companyId = ? and userId = ?.intcountByCompanyId(long companyId) Returns the number of dispatch triggers where companyId = ?.intcountByERC_C(String externalReferenceCode, long companyId) Returns the number of dispatch triggers where externalReferenceCode = ? and companyId = ?.intcountByUuid(String uuid) Returns the number of dispatch triggers where uuid = ?.intcountByUuid_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 returnsnullif it could not be found.fetchByC_N(long companyId, String name, boolean useFinderCache) Returns the dispatch trigger where companyId = ? and name = ? or returnsnullif 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 returnsnullif it could not be found.fetchByERC_C(String externalReferenceCode, long companyId, boolean useFinderCache) Returns the dispatch trigger where externalReferenceCode = ? and companyId = ? or returnsnullif it could not be found, optionally using the finder cache.fetchByPrimaryKey(long dispatchTriggerId) Returns the dispatch trigger with the primary key or returnsnullif 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 = ?.intfilterCountByA_DTCM(boolean active, int dispatchTaskClusterMode) Returns the number of dispatch triggers that the user has permission to view where active = ? and dispatchTaskClusterMode = ?.intfilterCountByA_DTCM(boolean active, int[] dispatchTaskClusterModes) Returns the number of dispatch triggers that the user has permission to view where active = ? and dispatchTaskClusterMode = any ?.intfilterCountByActive(boolean active) Returns the number of dispatch triggers that the user has permission to view where active = ?.intfilterCountByC_DTET(long companyId, String dispatchTaskExecutorType) Returns the number of dispatch triggers that the user has permission to view where companyId = ? and dispatchTaskExecutorType = ?.intfilterCountByC_U(long companyId, long userId) Returns the number of dispatch triggers that the user has permission to view where companyId = ? and userId = ?.intfilterCountByCompanyId(long companyId) Returns the number of dispatch triggers that the user has permission to view where companyId = ?.intfilterCountByUuid(String uuid) Returns the number of dispatch triggers that the user has permission to view where uuid = ?.intfilterCountByUuid_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 = ?.filterFindByUuid(String uuid) 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 = ?.findAll()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 = ?.Returns the dispatch trigger where companyId = ? and name = ? or throws aNoSuchTriggerExceptionif 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 aNoSuchTriggerExceptionif it could not be found.findByPrimaryKey(long dispatchTriggerId) Returns the dispatch trigger with the primary key or throws aNoSuchTriggerExceptionif it could not be found.findByUuid(String uuid) 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.voidRemoves all the dispatch triggers from the database.voidremoveByA_DTCM(boolean active, int dispatchTaskClusterMode) Removes all the dispatch triggers where active = ? and dispatchTaskClusterMode = ? from the database.voidremoveByActive(boolean active) Removes all the dispatch triggers where active = ? from the database.voidremoveByC_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.voidremoveByC_U(long companyId, long userId) Removes all the dispatch triggers where companyId = ? and userId = ? from the database.voidremoveByCompanyId(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.voidremoveByUuid(String uuid) Removes all the dispatch triggers where uuid = ? from the database.voidremoveByUuid_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
Returns all the dispatch triggers where uuid = ?.- Parameters:
uuid- the uuid- Returns:
- the matching dispatch triggers
-
findByUuid
Returns a range of all the dispatch triggers where uuid = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDispatchTriggerModelImpl.- Parameters:
uuid- the uuidstart- the lower bound of the range of dispatch triggersend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDispatchTriggerModelImpl.- Parameters:
uuid- the uuidstart- the lower bound of the range of dispatch triggersend- the upper bound of the range of dispatch triggers (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDispatchTriggerModelImpl.- Parameters:
uuid- the uuidstart- the lower bound of the range of dispatch triggersend- the upper bound of the range of dispatch triggers (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)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 uuidorderByComparator- the comparator to order the set by (optionallynull)- 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 uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching dispatch trigger, or
nullif 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 uuidorderByComparator- the comparator to order the set by (optionallynull)- 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 uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching dispatch trigger, or
nullif 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 triggeruuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next dispatch trigger
- Throws:
NoSuchTriggerException- if a dispatch trigger with the primary key could not be found
-
filterFindByUuid
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
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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDispatchTriggerModelImpl.- Parameters:
uuid- the uuidstart- the lower bound of the range of dispatch triggersend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDispatchTriggerModelImpl.- Parameters:
uuid- the uuidstart- the lower bound of the range of dispatch triggersend- the upper bound of the range of dispatch triggers (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- 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 triggeruuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next dispatch trigger
- Throws:
NoSuchTriggerException- if a dispatch trigger with the primary key could not be found
-
removeByUuid
Removes all the dispatch triggers where uuid = ? from the database.- Parameters:
uuid- the uuid
-
countByUuid
Returns the number of dispatch triggers where uuid = ?.- Parameters:
uuid- the uuid- Returns:
- the number of matching dispatch triggers
-
filterCountByUuid
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
Returns all the dispatch triggers where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company ID- Returns:
- the matching dispatch triggers
-
findByUuid_C
Returns a range of all the dispatch triggers where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDispatchTriggerModelImpl.- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of dispatch triggersend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDispatchTriggerModelImpl.- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of dispatch triggersend- the upper bound of the range of dispatch triggers (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDispatchTriggerModelImpl.- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of dispatch triggersend- the upper bound of the range of dispatch triggers (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)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 uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- 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 uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching dispatch trigger, or
nullif 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 uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- 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 uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching dispatch trigger, or
nullif 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 triggeruuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next dispatch trigger
- Throws:
NoSuchTriggerException- if a dispatch trigger with the primary key could not be found
-
filterFindByUuid_C
Returns all the dispatch triggers that the user has permission to view where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company ID- Returns:
- the matching dispatch triggers that the user has permission to view
-
filterFindByUuid_C
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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDispatchTriggerModelImpl.- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of dispatch triggersend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDispatchTriggerModelImpl.- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of dispatch triggersend- the upper bound of the range of dispatch triggers (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- 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 triggeruuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next dispatch trigger
- Throws:
NoSuchTriggerException- if a dispatch trigger with the primary key could not be found
-
removeByUuid_C
Removes all the dispatch triggers where uuid = ? and companyId = ? from the database.- Parameters:
uuid- the uuidcompanyId- the company ID
-
countByUuid_C
Returns the number of dispatch triggers where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company ID- Returns:
- the number of matching dispatch triggers
-
filterCountByUuid_C
Returns the number of dispatch triggers that the user has permission to view where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company ID- Returns:
- the number of matching dispatch triggers that the user has permission to view
-
findByCompanyId
Returns all the dispatch triggers where companyId = ?.- Parameters:
companyId- the company ID- Returns:
- the matching dispatch triggers
-
findByCompanyId
Returns a range of all the dispatch triggers where companyId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDispatchTriggerModelImpl.- Parameters:
companyId- the company IDstart- the lower bound of the range of dispatch triggersend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDispatchTriggerModelImpl.- Parameters:
companyId- the company IDstart- the lower bound of the range of dispatch triggersend- the upper bound of the range of dispatch triggers (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDispatchTriggerModelImpl.- Parameters:
companyId- the company IDstart- the lower bound of the range of dispatch triggersend- the upper bound of the range of dispatch triggers (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)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 IDorderByComparator- the comparator to order the set by (optionallynull)- 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 IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching dispatch trigger, or
nullif 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 IDorderByComparator- the comparator to order the set by (optionallynull)- 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 IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching dispatch trigger, or
nullif 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 triggercompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next dispatch trigger
- Throws:
NoSuchTriggerException- if a dispatch trigger with the primary key could not be found
-
filterFindByCompanyId
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
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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDispatchTriggerModelImpl.- Parameters:
companyId- the company IDstart- the lower bound of the range of dispatch triggersend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDispatchTriggerModelImpl.- Parameters:
companyId- the company IDstart- the lower bound of the range of dispatch triggersend- the upper bound of the range of dispatch triggers (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- 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 triggercompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- 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
Returns all the dispatch triggers where active = ?.- Parameters:
active- the active- Returns:
- the matching dispatch triggers
-
findByActive
Returns a range of all the dispatch triggers where active = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDispatchTriggerModelImpl.- Parameters:
active- the activestart- the lower bound of the range of dispatch triggersend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDispatchTriggerModelImpl.- Parameters:
active- the activestart- the lower bound of the range of dispatch triggersend- the upper bound of the range of dispatch triggers (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDispatchTriggerModelImpl.- Parameters:
active- the activestart- the lower bound of the range of dispatch triggersend- the upper bound of the range of dispatch triggers (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)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 activeorderByComparator- the comparator to order the set by (optionallynull)- 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 activeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching dispatch trigger, or
nullif 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 activeorderByComparator- the comparator to order the set by (optionallynull)- 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 activeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching dispatch trigger, or
nullif 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 triggeractive- the activeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next dispatch trigger
- Throws:
NoSuchTriggerException- if a dispatch trigger with the primary key could not be found
-
filterFindByActive
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
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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDispatchTriggerModelImpl.- Parameters:
active- the activestart- the lower bound of the range of dispatch triggersend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDispatchTriggerModelImpl.- Parameters:
active- the activestart- the lower bound of the range of dispatch triggersend- the upper bound of the range of dispatch triggers (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- 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 triggeractive- the activeorderByComparator- the comparator to order the set by (optionallynull)- 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
Returns all the dispatch triggers where companyId = ? and userId = ?.- Parameters:
companyId- the company IDuserId- the user ID- Returns:
- the matching dispatch triggers
-
findByC_U
Returns a range of all the dispatch triggers where companyId = ? and userId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDispatchTriggerModelImpl.- Parameters:
companyId- the company IDuserId- the user IDstart- the lower bound of the range of dispatch triggersend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDispatchTriggerModelImpl.- Parameters:
companyId- the company IDuserId- the user IDstart- the lower bound of the range of dispatch triggersend- the upper bound of the range of dispatch triggers (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDispatchTriggerModelImpl.- Parameters:
companyId- the company IDuserId- the user IDstart- the lower bound of the range of dispatch triggersend- the upper bound of the range of dispatch triggers (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)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 IDuserId- the user IDorderByComparator- the comparator to order the set by (optionallynull)- 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 IDuserId- the user IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching dispatch trigger, or
nullif 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 IDuserId- the user IDorderByComparator- the comparator to order the set by (optionallynull)- 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 IDuserId- the user IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching dispatch trigger, or
nullif 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 triggercompanyId- the company IDuserId- the user IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next dispatch trigger
- Throws:
NoSuchTriggerException- if a dispatch trigger with the primary key could not be found
-
filterFindByC_U
Returns all the dispatch triggers that the user has permission to view where companyId = ? and userId = ?.- Parameters:
companyId- the company IDuserId- the user ID- Returns:
- the matching dispatch triggers that the user has permission to view
-
filterFindByC_U
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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDispatchTriggerModelImpl.- Parameters:
companyId- the company IDuserId- the user IDstart- the lower bound of the range of dispatch triggersend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDispatchTriggerModelImpl.- Parameters:
companyId- the company IDuserId- the user IDstart- the lower bound of the range of dispatch triggersend- the upper bound of the range of dispatch triggers (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- 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 triggercompanyId- the company IDuserId- the user IDorderByComparator- the comparator to order the set by (optionallynull)- 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 IDuserId- 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 IDuserId- 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 IDuserId- the user ID- Returns:
- the number of matching dispatch triggers that the user has permission to view
-
findByC_DTET
Returns all the dispatch triggers where companyId = ? and dispatchTaskExecutorType = ?.- Parameters:
companyId- the company IDdispatchTaskExecutorType- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDispatchTriggerModelImpl.- Parameters:
companyId- the company IDdispatchTaskExecutorType- the dispatch task executor typestart- the lower bound of the range of dispatch triggersend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDispatchTriggerModelImpl.- Parameters:
companyId- the company IDdispatchTaskExecutorType- the dispatch task executor typestart- the lower bound of the range of dispatch triggersend- the upper bound of the range of dispatch triggers (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDispatchTriggerModelImpl.- Parameters:
companyId- the company IDdispatchTaskExecutorType- the dispatch task executor typestart- the lower bound of the range of dispatch triggersend- the upper bound of the range of dispatch triggers (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)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 IDdispatchTaskExecutorType- the dispatch task executor typeorderByComparator- the comparator to order the set by (optionallynull)- 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 IDdispatchTaskExecutorType- the dispatch task executor typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching dispatch trigger, or
nullif 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 IDdispatchTaskExecutorType- the dispatch task executor typeorderByComparator- the comparator to order the set by (optionallynull)- 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 IDdispatchTaskExecutorType- the dispatch task executor typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching dispatch trigger, or
nullif 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 triggercompanyId- the company IDdispatchTaskExecutorType- the dispatch task executor typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next dispatch trigger
- Throws:
NoSuchTriggerException- if a dispatch trigger with the primary key could not be found
-
filterFindByC_DTET
Returns all the dispatch triggers that the user has permission to view where companyId = ? and dispatchTaskExecutorType = ?.- Parameters:
companyId- the company IDdispatchTaskExecutorType- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDispatchTriggerModelImpl.- Parameters:
companyId- the company IDdispatchTaskExecutorType- the dispatch task executor typestart- the lower bound of the range of dispatch triggersend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDispatchTriggerModelImpl.- Parameters:
companyId- the company IDdispatchTaskExecutorType- the dispatch task executor typestart- the lower bound of the range of dispatch triggersend- the upper bound of the range of dispatch triggers (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- 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 triggercompanyId- the company IDdispatchTaskExecutorType- the dispatch task executor typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next dispatch trigger
- Throws:
NoSuchTriggerException- if a dispatch trigger with the primary key could not be found
-
removeByC_DTET
Removes all the dispatch triggers where companyId = ? and dispatchTaskExecutorType = ? from the database.- Parameters:
companyId- the company IDdispatchTaskExecutorType- the dispatch task executor type
-
countByC_DTET
Returns the number of dispatch triggers where companyId = ? and dispatchTaskExecutorType = ?.- Parameters:
companyId- the company IDdispatchTaskExecutorType- the dispatch task executor type- Returns:
- the number of matching dispatch triggers
-
filterCountByC_DTET
Returns the number of dispatch triggers that the user has permission to view where companyId = ? and dispatchTaskExecutorType = ?.- Parameters:
companyId- the company IDdispatchTaskExecutorType- the dispatch task executor type- Returns:
- the number of matching dispatch triggers that the user has permission to view
-
findByC_N
Returns the dispatch trigger where companyId = ? and name = ? or throws aNoSuchTriggerExceptionif it could not be found.- Parameters:
companyId- the company IDname- the name- Returns:
- the matching dispatch trigger
- Throws:
NoSuchTriggerException- if a matching dispatch trigger could not be found
-
fetchByC_N
Returns the dispatch trigger where companyId = ? and name = ? or returnsnullif it could not be found. Uses the finder cache.- Parameters:
companyId- the company IDname- the name- Returns:
- the matching dispatch trigger, or
nullif a matching dispatch trigger could not be found
-
fetchByC_N
Returns the dispatch trigger where companyId = ? and name = ? or returnsnullif it could not be found, optionally using the finder cache.- Parameters:
companyId- the company IDname- the nameuseFinderCache- whether to use the finder cache- Returns:
- the matching dispatch trigger, or
nullif a matching dispatch trigger could not be found
-
removeByC_N
Removes the dispatch trigger where companyId = ? and name = ? from the database.- Parameters:
companyId- the company IDname- the name- Returns:
- the dispatch trigger that was removed
- Throws:
NoSuchTriggerException
-
countByC_N
Returns the number of dispatch triggers where companyId = ? and name = ?.- Parameters:
companyId- the company IDname- the name- Returns:
- the number of matching dispatch triggers
-
findByA_DTCM
Returns all the dispatch triggers where active = ? and dispatchTaskClusterMode = ?.- Parameters:
active- the activedispatchTaskClusterMode- the dispatch task cluster mode- Returns:
- the matching dispatch triggers
-
findByA_DTCM
Returns a range of all the dispatch triggers where active = ? and dispatchTaskClusterMode = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDispatchTriggerModelImpl.- Parameters:
active- the activedispatchTaskClusterMode- the dispatch task cluster modestart- the lower bound of the range of dispatch triggersend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDispatchTriggerModelImpl.- Parameters:
active- the activedispatchTaskClusterMode- the dispatch task cluster modestart- the lower bound of the range of dispatch triggersend- the upper bound of the range of dispatch triggers (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDispatchTriggerModelImpl.- Parameters:
active- the activedispatchTaskClusterMode- the dispatch task cluster modestart- the lower bound of the range of dispatch triggersend- the upper bound of the range of dispatch triggers (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)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 activedispatchTaskClusterMode- the dispatch task cluster modeorderByComparator- the comparator to order the set by (optionallynull)- 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 activedispatchTaskClusterMode- the dispatch task cluster modeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching dispatch trigger, or
nullif 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 activedispatchTaskClusterMode- the dispatch task cluster modeorderByComparator- the comparator to order the set by (optionallynull)- 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 activedispatchTaskClusterMode- the dispatch task cluster modeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching dispatch trigger, or
nullif 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 triggeractive- the activedispatchTaskClusterMode- the dispatch task cluster modeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next dispatch trigger
- Throws:
NoSuchTriggerException- if a dispatch trigger with the primary key could not be found
-
filterFindByA_DTCM
Returns all the dispatch triggers that the user has permission to view where active = ? and dispatchTaskClusterMode = ?.- Parameters:
active- the activedispatchTaskClusterMode- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDispatchTriggerModelImpl.- Parameters:
active- the activedispatchTaskClusterMode- the dispatch task cluster modestart- the lower bound of the range of dispatch triggersend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDispatchTriggerModelImpl.- Parameters:
active- the activedispatchTaskClusterMode- the dispatch task cluster modestart- the lower bound of the range of dispatch triggersend- the upper bound of the range of dispatch triggers (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- 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 triggeractive- the activedispatchTaskClusterMode- the dispatch task cluster modeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next dispatch trigger
- Throws:
NoSuchTriggerException- if a dispatch trigger with the primary key could not be found
-
filterFindByA_DTCM
Returns all the dispatch triggers that the user has permission to view where active = ? and dispatchTaskClusterMode = any ?.- Parameters:
active- the activedispatchTaskClusterModes- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDispatchTriggerModelImpl.- Parameters:
active- the activedispatchTaskClusterModes- the dispatch task cluster modesstart- the lower bound of the range of dispatch triggersend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDispatchTriggerModelImpl.- Parameters:
active- the activedispatchTaskClusterModes- the dispatch task cluster modesstart- the lower bound of the range of dispatch triggersend- the upper bound of the range of dispatch triggers (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching dispatch triggers that the user has permission to view
-
findByA_DTCM
Returns all the dispatch triggers where active = ? and dispatchTaskClusterMode = any ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDispatchTriggerModelImpl.- Parameters:
active- the activedispatchTaskClusterModes- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDispatchTriggerModelImpl.- Parameters:
active- the activedispatchTaskClusterModes- the dispatch task cluster modesstart- the lower bound of the range of dispatch triggersend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDispatchTriggerModelImpl.- Parameters:
active- the activedispatchTaskClusterModes- the dispatch task cluster modesstart- the lower bound of the range of dispatch triggersend- the upper bound of the range of dispatch triggers (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDispatchTriggerModelImpl.- Parameters:
active- the activedispatchTaskClusterModes- the dispatch task cluster modesstart- the lower bound of the range of dispatch triggersend- the upper bound of the range of dispatch triggers (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)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 activedispatchTaskClusterMode- 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 activedispatchTaskClusterMode- 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 activedispatchTaskClusterModes- 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 activedispatchTaskClusterMode- 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 activedispatchTaskClusterModes- 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 aNoSuchTriggerExceptionif it could not be found.- Parameters:
externalReferenceCode- the external reference codecompanyId- the company ID- Returns:
- the matching dispatch trigger
- Throws:
NoSuchTriggerException- if a matching dispatch trigger could not be found
-
fetchByERC_C
Returns the dispatch trigger where externalReferenceCode = ? and companyId = ? or returnsnullif it could not be found. Uses the finder cache.- Parameters:
externalReferenceCode- the external reference codecompanyId- the company ID- Returns:
- the matching dispatch trigger, or
nullif a matching dispatch trigger could not be found
-
fetchByERC_C
Returns the dispatch trigger where externalReferenceCode = ? and companyId = ? or returnsnullif it could not be found, optionally using the finder cache.- Parameters:
externalReferenceCode- the external reference codecompanyId- the company IDuseFinderCache- whether to use the finder cache- Returns:
- the matching dispatch trigger, or
nullif 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 codecompanyId- the company ID- Returns:
- the dispatch trigger that was removed
- Throws:
NoSuchTriggerException
-
countByERC_C
Returns the number of dispatch triggers where externalReferenceCode = ? and companyId = ?.- Parameters:
externalReferenceCode- the external reference codecompanyId- the company ID- Returns:
- the number of matching dispatch triggers
-
cacheResult
Caches the dispatch trigger in the entity cache if it is enabled.- Parameters:
dispatchTrigger- the dispatch trigger
-
cacheResult
Caches the dispatch triggers in the entity cache if it is enabled.- Parameters:
dispatchTriggers- the dispatch triggers
-
create
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
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
-
findByPrimaryKey
Returns the dispatch trigger with the primary key or throws aNoSuchTriggerExceptionif 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
Returns the dispatch trigger with the primary key or returnsnullif it could not be found.- Parameters:
dispatchTriggerId- the primary key of the dispatch trigger- Returns:
- the dispatch trigger, or
nullif 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
Returns a range of all the dispatch triggers.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDispatchTriggerModelImpl.- Parameters:
start- the lower bound of the range of dispatch triggersend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDispatchTriggerModelImpl.- Parameters:
start- the lower bound of the range of dispatch triggersend- the upper bound of the range of dispatch triggers (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDispatchTriggerModelImpl.- Parameters:
start- the lower bound of the range of dispatch triggersend- the upper bound of the range of dispatch triggers (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)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
-