Package ca.uhn.fhir.jpa.term.api
Class TermCodeSystemDeleteJobSvc
java.lang.Object
ca.uhn.fhir.jpa.term.api.TermCodeSystemDeleteJobSvc
- All Implemented Interfaces:
ITermCodeSystemDeleteJobSvc
@Transactional
public class TermCodeSystemDeleteJobSvc
extends Object
implements ITermCodeSystemDeleteJobSvc
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteCodeSystem
(long thePid) deleteCodeSystemConceptsByCodeSystemVersionPid
(long theCodeSystemVersionPid) void
deleteCodeSystemVersion
(long theVersionPid) getAllCodeSystemVersionForCodeSystemPid
(long thePid) void
notifyJobComplete
(String theJobId)
-
Constructor Details
-
TermCodeSystemDeleteJobSvc
public TermCodeSystemDeleteJobSvc()
-
-
Method Details
-
getAllCodeSystemVersionForCodeSystemPid
- Specified by:
getAllCodeSystemVersionForCodeSystemPid
in interfaceITermCodeSystemDeleteJobSvc
-
deleteCodeSystemConceptsByCodeSystemVersionPid
public CodeSystemConceptsDeleteResult deleteCodeSystemConceptsByCodeSystemVersionPid(long theCodeSystemVersionPid) - Specified by:
deleteCodeSystemConceptsByCodeSystemVersionPid
in interfaceITermCodeSystemDeleteJobSvc
-
deleteCodeSystemVersion
- Specified by:
deleteCodeSystemVersion
in interfaceITermCodeSystemDeleteJobSvc
-
deleteCodeSystem
- Specified by:
deleteCodeSystem
in interfaceITermCodeSystemDeleteJobSvc
-
notifyJobComplete
- Specified by:
notifyJobComplete
in interfaceITermCodeSystemDeleteJobSvc
-