org.itracker.persistence.dao
Interface CustomFieldDAO

All Superinterfaces:
BaseDAO<CustomField>
All Known Implementing Classes:
CustomFieldDAOImpl

public interface CustomFieldDAO
extends BaseDAO<CustomField>


Method Summary
 List<CustomField> findAll()
           
 CustomField findByPrimaryKey(Integer customFieldId)
           
 
Methods inherited from interface org.itracker.persistence.dao.BaseDAO
delete, detach, merge, refresh, save, saveOrUpdate
 

Method Detail

findByPrimaryKey

CustomField findByPrimaryKey(Integer customFieldId)

findAll

List<CustomField> findAll()


Copyright © 2002-2012 itracker. All Rights Reserved.