Class UpdateEventRepositoryImpl
java.lang.Object
org.qubership.atp.environments.repo.impl.AbstractRepository
org.qubership.atp.environments.repo.impl.UpdateEventRepositoryImpl
-
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
ConstructorsConstructorDescriptionUpdateEventRepositoryImpl(com.querydsl.sql.SQLQueryFactory queryFactory, javax.inject.Provider<SubscriptionRepositoryImpl> subscriptionRepo) -
Method Summary
Modifier and TypeMethodDescriptioncreate(UUID subscriptionId, UUID entityId, String tagList, Integer status, Long lastEventDate, String entityType) TODO Make javadoc documentation for this method.voidTODO Make javadoc documentation for this method.getAll()getAllByParentId(UUID subscriptionId) getByEntityId(UUID entityId) getBySubscriptionId(UUID subscriptionId) update(UUID subscriptionId, UUID entityId, String tagList, Integer status, Long lastEventDate, String entityType) TODO Make javadoc documentation for this method.
-
Constructor Details
-
UpdateEventRepositoryImpl
@Autowired public UpdateEventRepositoryImpl(com.querydsl.sql.SQLQueryFactory queryFactory, javax.inject.Provider<SubscriptionRepositoryImpl> subscriptionRepo)
-
-
Method Details
-
getAllByParentId
-
getById
-
getBySubscriptionId
-
getByEntityId
-
getAll
-
create
@Nonnull public UpdateEvent create(@Nonnull UUID subscriptionId, @Nonnull UUID entityId, String tagList, Integer status, Long lastEventDate, String entityType) TODO Make javadoc documentation for this method. -
update
@Nonnull public UpdateEvent update(@Nonnull UUID subscriptionId, @Nonnull UUID entityId, String tagList, Integer status, Long lastEventDate, String entityType) TODO Make javadoc documentation for this method. -
delete
TODO Make javadoc documentation for this method.
-