Interface AppIncidentEntityManager
- All Superinterfaces:
EntityManager<AppIncidentEntity>
- All Known Implementing Classes:
AppIncidentEntityManagerImpl
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(AppIncidentBuilder appIncidentBuilder, Date createTime) void
deleteAppIncidentsByAppKey
(String appKey) void
deleteAppIncidentsByAppKeyAndTenantId
(String appKey, String tenantId) long
findAppIncidentCountByQueryCriteria
(AppIncidentQueryImpl appIncidentQuery) findAppIncidentsByAppKey
(String appKey) findAppIncidentsByAppKeyAndTenantId
(String appKey, String tenantId) findAppIncidentsByQueryCriteria
(AppIncidentQueryImpl appIncidentQuery)
-
Method Details
-
create
-
findAppIncidentsByAppKey
-
findAppIncidentsByAppKeyAndTenantId
-
createAppIncidentQuery
AppIncidentQuery createAppIncidentQuery() -
findAppIncidentCountByQueryCriteria
-
findAppIncidentsByQueryCriteria
-
deleteAppIncidentsByAppKey
-
deleteAppIncidentsByAppKeyAndTenantId
-