Interface AppIncidentDataManager
- All Superinterfaces:
DataManager<AppIncidentEntity>
- All Known Implementing Classes:
MybatisAppIncidentDataManager
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteAppIncidentsByAppKey
(String appKey) void
deleteAppIncidentsByAppKeyAndTenantId
(String appKey, String tenantId) void
deleteAppIncidentsByQuery
(AppIncidentQuery appIncidentQuery) long
findAppIncidentCountByQueryCriteria
(AppIncidentQueryImpl appIncidentQuery) findAppIncidentsByAppKey
(String appKey) findAppIncidentsByAppKeyAndTenantId
(String appKey, String tenantId) findAppIncidentsByQueryCriteria
(AppIncidentQueryImpl appIncidentQuery)
-
Method Details
-
findAppIncidentsByAppKey
-
findAppIncidentsByAppKeyAndTenantId
-
findAppIncidentCountByQueryCriteria
-
findAppIncidentsByQueryCriteria
-
deleteAppIncidentsByAppKey
-
deleteAppIncidentsByAppKeyAndTenantId
-
deleteAppIncidentsByQuery
-