@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 WorkflowAttributeDAO
List
object.public List<WorkflowAttribute> get(Workflow workflow)
get.
get
in interface WorkflowAttributeDAO
workflow
- a Workflow
object.List
object.public WorkflowAttribute get(Integer id)
get.
get
in interface WorkflowAttributeDAO
id
- a Integer
object.WorkflowAttribute
object.public Integer add(WorkflowAttribute workflowAttribute)
add.
add
in interface WorkflowAttributeDAO
workflowAttribute
- a WorkflowAttribute
object.Integer
object.public void update(WorkflowAttribute workflowAttribute)
update.
update
in interface WorkflowAttributeDAO
workflowAttribute
- a WorkflowAttribute
object.public void delete(WorkflowAttribute workflowAttribute)
delete.
delete
in interface WorkflowAttributeDAO
workflowAttribute
- a WorkflowAttribute
object.Copyright © 2015 SeqWare. All rights reserved.