public interface ProcessingRelationshipService
ProcessingRelationshipService interface.
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 parentId) |
void |
setProcessingRelationshipDAO(ProcessingRelationshipDAO dao)
setProcessingRelationshipDAO.
|
void |
update(ProcessingRelationship processingRelationship)
update.
|
ProcessingRelationship |
updateDetached(ProcessingRelationship processingRelationship)
updateDetached.
|
void setProcessingRelationshipDAO(ProcessingRelationshipDAO dao)
setProcessingRelationshipDAO.
dao
- a ProcessingRelationshipDAO
object.ProcessingRelationship findByProcessings(Processing processingParent, Processing processingChild)
findByProcessings.
processingParent
- a Processing
object.processingChild
- a Processing
object.ProcessingRelationship
object.void delete(ProcessingRelationship processingRelationship)
delete.
processingRelationship
- a ProcessingRelationship
object.void update(ProcessingRelationship processingRelationship)
update.
processingRelationship
- a ProcessingRelationship
object.void insert(ProcessingRelationship processingRelationship)
insert.
processingRelationship
- a ProcessingRelationship
object.ProcessingRelationship updateDetached(ProcessingRelationship processingRelationship)
updateDetached.
processingRelationship
- a ProcessingRelationship
object.ProcessingRelationship
object.List<ProcessingRelationship> list()
list.
List
object.List<ProcessingRelationship> listByParentProcessingId(int parentId)
Copyright © 2015 SeqWare. All rights reserved.