@Service public class ContextParamsServiceImpl extends Object implements ContextParamsService
| Constructor and Description |
|---|
ContextParamsServiceImpl(ContextParamsRepository repository) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(ContextParams contextParams) |
void |
delete(int id) |
ContextParams |
save(ContextParams contextParams) |
@Inject public ContextParamsServiceImpl(ContextParamsRepository repository)
public ContextParams save(ContextParams contextParams)
save in interface ContextParamsServicepublic void delete(int id)
delete in interface ContextParamsServicepublic void delete(ContextParams contextParams)
delete in interface ContextParamsServiceCopyright © 2014–2018 Healthcare Services Platform Consortium. All rights reserved.