com.hack23.cia.service.impl.commondao.api
Interface CommitteeDAO

Package class diagram package CommitteeDAO
All Superinterfaces:
GenericDAO<CommitteeData,Long>
All Known Implementing Classes:
CommitteeDAOImpl

public interface CommitteeDAO
extends GenericDAO<CommitteeData,Long>

The Interface CommitteeDAO.


Method Summary
Modifier and Type Method and Description
 CommitteeData findByName(String name)
          Find by name.
 CommitteeData findByShortCode(String parseCommitteeName)
          Find by short code.
 
Methods inherited from interface com.hack23.cia.service.impl.commondao.api.GenericDAO
delete, getAll, loadById, save
 

Method Detail

findByName

@Transactional(readOnly=true)
CommitteeData findByName(String name)
Find by name.

Parameters:
name - the name
Returns:
the committee data

findByShortCode

@Transactional(readOnly=true)
CommitteeData findByShortCode(String parseCommitteeName)
Find by short code.

Parameters:
parseCommitteeName - the parse committee name
Returns:
the committee data


Copyright © 2008-2010 www.hack23.com. All Rights Reserved.