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