@Service public class SandboxImportServiceImpl extends Object implements SandboxImportService
| Constructor and Description |
|---|
SandboxImportServiceImpl(SandboxImportRepository repository) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(int id) |
void |
delete(SandboxImport sandboxImport) |
SandboxImport |
save(SandboxImport sandboxImport) |
@Inject public SandboxImportServiceImpl(SandboxImportRepository repository)
public SandboxImport save(SandboxImport sandboxImport)
save in interface SandboxImportServicepublic void delete(int id)
delete in interface SandboxImportServicepublic void delete(SandboxImport sandboxImport)
delete in interface SandboxImportServiceCopyright © 2014–2018 Healthcare Services Platform Consortium. All rights reserved.