Class AlertEventServiceImpl
java.lang.Object
org.qubership.atp.environments.service.direct.impl.AlertEventServiceImpl
- All Implemented Interfaces:
AlertEventService
@Service("alertEventService")
public class AlertEventServiceImpl
extends Object
implements AlertEventService
-
Constructor Summary
ConstructorsConstructorDescriptionAlertEventServiceImpl(AlertEventRepositoryImpl alertEventRepository, DateTimeUtil dateTimeUtil) -
Method Summary
-
Constructor Details
-
AlertEventServiceImpl
@Autowired public AlertEventServiceImpl(AlertEventRepositoryImpl alertEventRepository, DateTimeUtil dateTimeUtil)
-
-
Method Details
-
get
- Specified by:
getin interfaceAlertEventService
-
getAll
- Specified by:
getAllin interfaceAlertEventService
-
create
@Nonnull public AlertEvent create(@Nonnull UUID alertId, UUID entityId, String tagList, Integer status) - Specified by:
createin interfaceAlertEventService
-
update
- Specified by:
updatein interfaceAlertEventService
-
delete
- Specified by:
deletein interfaceAlertEventService
-