public class TaskServiceImpl extends Object implements org.apache.cxf.dosgi.samples.soap.TaskService
| Constructor and Description |
|---|
TaskServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addOrUpdate(org.apache.cxf.dosgi.samples.soap.Task task) |
void |
delete(Integer id) |
org.apache.cxf.dosgi.samples.soap.Task |
get(Integer id) |
Collection<org.apache.cxf.dosgi.samples.soap.Task> |
getAll() |
public org.apache.cxf.dosgi.samples.soap.Task get(Integer id)
get in interface org.apache.cxf.dosgi.samples.soap.TaskServicepublic void addOrUpdate(org.apache.cxf.dosgi.samples.soap.Task task)
addOrUpdate in interface org.apache.cxf.dosgi.samples.soap.TaskServicepublic Collection<org.apache.cxf.dosgi.samples.soap.Task> getAll()
getAll in interface org.apache.cxf.dosgi.samples.soap.TaskServicepublic void delete(Integer id)
delete in interface org.apache.cxf.dosgi.samples.soap.TaskServiceCopyright © 2008–2017 The Apache Software Foundation. All rights reserved.