Interface AppIncidentEntityManager
- All Superinterfaces:
EntityManager<AppIncidentEntity>
- All Known Implementing Classes:
AppIncidentEntityManagerImpl
-
Method Summary
Modifier and TypeMethodDescriptioncreate(AppIncidentBuilder appIncidentBuilder, Date createTime) voiddeleteAppIncidentsByAppKey(String appKey) voiddeleteAppIncidentsByAppKeyAndTenantId(String appKey, String tenantId) longfindAppIncidentCountByQueryCriteria(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
-