public class ProcessingRelationshipServiceImpl extends Object implements ProcessingRelationshipService
ProcessingRelationshipServiceImpl class.
| Constructor and Description |
|---|
ProcessingRelationshipServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(ProcessingRelationship processingRelationship)
delete.
|
ProcessingRelationship |
findByProcessings(Processing processingParent,
Processing processingChild)
findByProcessings.
|
void |
insert(ProcessingRelationship processingRelationship)
insert.
|
List<ProcessingRelationship> |
list()
list.
|
List<ProcessingRelationship> |
listByParentProcessingId(int processingId) |
void |
setProcessingRelationshipDAO(ProcessingRelationshipDAO dao)
setProcessingRelationshipDAO.
|
void |
update(ProcessingRelationship processingRelationship)
update.
|
ProcessingRelationship |
updateDetached(ProcessingRelationship processingRelationship)
updateDetached.
|
public void setProcessingRelationshipDAO(ProcessingRelationshipDAO dao)
setProcessingRelationshipDAO.
setProcessingRelationshipDAO in interface ProcessingRelationshipServicedao - a ProcessingRelationshipDAO object.public ProcessingRelationship findByProcessings(Processing processingParent, Processing processingChild)
findByProcessings.
findByProcessings in interface ProcessingRelationshipServiceprocessingParent - a Processing object.processingChild - a Processing object.ProcessingRelationship object.public void delete(ProcessingRelationship processingRelationship)
delete.
delete in interface ProcessingRelationshipServiceprocessingRelationship - a ProcessingRelationship object.public void update(ProcessingRelationship processingRelationship)
update.
update in interface ProcessingRelationshipServiceprocessingRelationship - a ProcessingRelationship object.public void insert(ProcessingRelationship processingRelationship)
insert.
insert in interface ProcessingRelationshipServiceprocessingRelationship - a ProcessingRelationship object.public ProcessingRelationship updateDetached(ProcessingRelationship processingRelationship)
updateDetached.
updateDetached in interface ProcessingRelationshipServiceprocessingRelationship - a ProcessingRelationship object.ProcessingRelationship object.public List<ProcessingRelationship> list()
list.
list in interface ProcessingRelationshipServiceList object.public List<ProcessingRelationship> listByParentProcessingId(int processingId)
listByParentProcessingId in interface ProcessingRelationshipServiceCopyright © 2015 SeqWare. All rights reserved.