|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CommitteeDAO extends GenericDAO<CommitteeData,Long>
The Interface CommitteeDAO.
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 |
---|
@Transactional(readOnly=true) CommitteeData findByName(String name)
name
- the name@Transactional(readOnly=true) CommitteeData findByShortCode(String parseCommitteeName)
parseCommitteeName
- the parse committee name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |