Class SubscriberRepositoryImpl
java.lang.Object
org.qubership.atp.environments.repo.impl.AbstractRepository
org.qubership.atp.environments.repo.impl.SubscriberRepositoryImpl
-
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
ConstructorsConstructorDescriptionSubscriberRepositoryImpl(com.querydsl.sql.SQLQueryFactory queryFactory, javax.inject.Provider<SubscriptionRepositoryImpl> subscriptionRepo) TODO Make javadoc documentation for this method. -
Method Summary
Modifier and TypeMethodDescriptioncreate(String name, String host, Integer subscriberType, String signature, String tagList, Integer hostStatus, String notificationURL, Long registrationDate) TODO Make javadoc documentation for this method.voidbooleanexistsById(UUID id) getAll()update(UUID subscriberId, String name, String host, Integer subscriberType, String signature, String tagList, Integer hostStatus, String notificationURL, Long registrationDate) TODO Make javadoc documentation for this method.
-
Constructor Details
-
SubscriberRepositoryImpl
@Autowired public SubscriberRepositoryImpl(com.querydsl.sql.SQLQueryFactory queryFactory, javax.inject.Provider<SubscriptionRepositoryImpl> subscriptionRepo) TODO Make javadoc documentation for this method.
-
-
Method Details
-
getById
-
existsById
-
getAll
-
create
@Nonnull public Subscriber create(@Nonnull String name, String host, Integer subscriberType, String signature, String tagList, Integer hostStatus, String notificationURL, Long registrationDate) TODO Make javadoc documentation for this method. -
update
@Nonnull public Subscriber update(@Nonnull UUID subscriberId, @Nonnull String name, String host, Integer subscriberType, String signature, String tagList, Integer hostStatus, @Nonnull String notificationURL, Long registrationDate) TODO Make javadoc documentation for this method. -
delete
-