Class AlertEventRepositoryImpl
java.lang.Object
org.qubership.atp.environments.repo.impl.AbstractRepository
org.qubership.atp.environments.repo.impl.AlertEventRepositoryImpl
-
Field Summary
Fields inherited from class org.qubership.atp.environments.repo.impl.AbstractRepository
ALERT_EVENTS, ALERTS, CONNECTIONS, DATABASE_DIRECTORY, ENVIRONMENT_CATEGORIES, ENVIRONMENT_SYSTEMS, ENVIRONMENTS, JV_COMMIT, JV_COMMIT_PROPERTY, JV_GLOBAL_ID, JV_SNAPSHOT, PROJECTS, SUBSCRIBERS, SUBSCRIPTIONS, SYSTEM_CATEGORIES, SYSTEMS, UPDATE_EVENTS, USER_SETTINGS -
Constructor Summary
ConstructorsConstructorDescriptionAlertEventRepositoryImpl(com.querydsl.sql.SQLQueryFactory queryFactory, javax.inject.Provider<AlertRepositoryImpl> alertRepo) -
Method Summary
Modifier and TypeMethodDescriptionTODO Make javadoc documentation for this method.voidTODO Make javadoc documentation for this method.getAll()getAllByParentId(UUID alertId) TODO Make javadoc documentation for this method.
-
Constructor Details
-
AlertEventRepositoryImpl
@Autowired public AlertEventRepositoryImpl(com.querydsl.sql.SQLQueryFactory queryFactory, javax.inject.Provider<AlertRepositoryImpl> alertRepo)
-
-
Method Details
-
getAllByParentId
-
getById
-
getAll
-
create
@Nonnull public AlertEvent create(@Nonnull UUID alertId, @Nonnull UUID entityId, String tagList, Integer status, Long lastUpdated) TODO Make javadoc documentation for this method. -
update
@Nonnull public AlertEvent update(@Nonnull UUID alertId, @Nonnull UUID entityId, String tagList, Integer status, Long lastUpdated) TODO Make javadoc documentation for this method. -
delete
TODO Make javadoc documentation for this method.- Parameters:
alertId- TODOentityId- TODO
-