Class AlertServiceImpl
java.lang.Object
org.qubership.atp.environments.service.direct.impl.AlertServiceImpl
- All Implemented Interfaces:
AlertService,IdentifiedService<Alert>
-
Constructor Summary
ConstructorsConstructorDescriptionAlertServiceImpl(AlertRepositoryImpl alertRepository, DateTimeUtil dateTimeUtil) -
Method Summary
-
Constructor Details
-
AlertServiceImpl
-
-
Method Details
-
get
- Specified by:
getin interfaceIdentifiedService<Alert>
-
existsById
- Specified by:
existsByIdin interfaceIdentifiedService<Alert>
-
getAll
- Specified by:
getAllin interfaceIdentifiedService<Alert>
-
create
public Alert create(String name, String shortDescription, String tagList, String parameters, UUID subscriberId, Integer status) TODO Make javadoc documentation for this method.- Specified by:
createin interfaceAlertService
-
update
- Specified by:
updatein interfaceAlertService
-
delete
- Specified by:
deletein interfaceAlertService
-