Class AlertRepositoryImpl
java.lang.Object
org.qubership.atp.environments.repo.impl.AbstractRepository
org.qubership.atp.environments.repo.impl.AlertRepositoryImpl
-
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
ConstructorsConstructorDescriptionAlertRepositoryImpl(com.querydsl.sql.SQLQueryFactory queryFactory, javax.inject.Provider<SubscriberRepositoryImpl> subscriberRepo) -
Method Summary
Modifier and TypeMethodDescriptioncreate(String name, String shortDescription, String tagList, String parameters, UUID subscriberId, Integer status, Long created) TODO Make javadoc documentation for this method.voidbooleanexistsById(UUID id) getAll()getAllByParentId(UUID subscriberId) update(UUID alertId, String name, String shortDescription, String tagList, String parameters, UUID subscriberId, Integer status, Long created) TODO Make javadoc documentation for this method.
-
Constructor Details
-
AlertRepositoryImpl
@Autowired public AlertRepositoryImpl(com.querydsl.sql.SQLQueryFactory queryFactory, javax.inject.Provider<SubscriberRepositoryImpl> subscriberRepo)
-
-
Method Details
-
getById
-
existsById
-
getAll
-
getAllByParentId
-
create
@Nonnull public Alert create(String name, String shortDescription, String tagList, String parameters, UUID subscriberId, Integer status, Long created) TODO Make javadoc documentation for this method. -
update
@Nonnull public Alert update(@Nonnull UUID alertId, String name, String shortDescription, String tagList, String parameters, UUID subscriberId, Integer status, Long created) TODO Make javadoc documentation for this method. -
delete
-