Class ProjectInformationServiceImpl
java.lang.Object
org.qubership.atp.tdm.service.impl.ProjectInformationServiceImpl
- All Implemented Interfaces:
ProjectInformationService
@Service
public class ProjectInformationServiceImpl
extends Object
implements ProjectInformationService
-
Constructor Summary
ConstructorsConstructorDescriptionProjectInformationServiceImpl(ProjectInformationRepository projectInformationRepository) -
Method Summary
Modifier and TypeMethodDescriptionvoidsaveProjectInformation(ProjectInformation projectInformation)
-
Constructor Details
-
ProjectInformationServiceImpl
@Autowired public ProjectInformationServiceImpl(ProjectInformationRepository projectInformationRepository)
-
-
Method Details
-
saveProjectInformation
- Specified by:
saveProjectInformationin interfaceProjectInformationService
-