@Repository public class WorkflowAttributeDAOHibernate extends Object implements WorkflowAttributeDAO
| Constructor and Description | 
|---|
WorkflowAttributeDAOHibernate()  | 
| Modifier and Type | Method and Description | 
|---|---|
Integer | 
add(WorkflowAttribute workflowAttribute)
 add. 
 | 
void | 
delete(WorkflowAttribute workflowAttribute)
 delete. 
 | 
WorkflowAttribute | 
get(Integer id)
 get. 
 | 
List<WorkflowAttribute> | 
get(Workflow workflow)
 get. 
 | 
List<WorkflowAttribute> | 
getAll()
 getAll. 
 | 
void | 
update(WorkflowAttribute workflowAttribute)
 update. 
 | 
public List<WorkflowAttribute> getAll()
getAll.
getAll in interface WorkflowAttributeDAOList object.public List<WorkflowAttribute> get(Workflow workflow)
get.
get in interface WorkflowAttributeDAOworkflow - a Workflow object.List object.public WorkflowAttribute get(Integer id)
get.
get in interface WorkflowAttributeDAOid - a Integer object.WorkflowAttribute object.public Integer add(WorkflowAttribute workflowAttribute)
add.
add in interface WorkflowAttributeDAOworkflowAttribute - a WorkflowAttribute object.Integer object.public void update(WorkflowAttribute workflowAttribute)
update.
update in interface WorkflowAttributeDAOworkflowAttribute - a WorkflowAttribute object.public void delete(WorkflowAttribute workflowAttribute)
delete.
delete in interface WorkflowAttributeDAOworkflowAttribute - a WorkflowAttribute object.Copyright © 2015 SeqWare. All rights reserved.