org.itracker.persistence.dao
Interface WorkflowScriptDAO

All Superinterfaces:
BaseDAO<WorkflowScript>
All Known Implementing Classes:
WorkflowScriptDAOImpl

public interface WorkflowScriptDAO
extends BaseDAO<WorkflowScript>

Interface to define basic operations to deal with the WorkflowScript entity


Method Summary
 List<WorkflowScript> findAll()
          Finds all WorkflowScripts
 WorkflowScript findByPrimaryKey(Integer id)
          Find a WorkflowScript by its primary key
 
Methods inherited from interface org.itracker.persistence.dao.BaseDAO
delete, detach, merge, refresh, save, saveOrUpdate
 

Method Detail

findByPrimaryKey

WorkflowScript findByPrimaryKey(Integer id)
Find a WorkflowScript by its primary key

Parameters:
id - primary key of the WorkflowScript
Returns:
The WorkflowScript found

findAll

List<WorkflowScript> findAll()
Finds all WorkflowScripts

Returns:
a Collection with all WorkflowScripts


Copyright © 2002-2012 itracker. All Rights Reserved.