|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

public interface PoliticalPartyDAO extends GenericDAO<PoliticalPartyData,Long>
The Interface PoliticalPartyDAO.
| Modifier and Type | Method and Description |
|---|---|
PoliticalPartyData |
findByName(String name)
Find by name. |
PoliticalPartyData |
findByShortCode(String party)
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) PoliticalPartyData findByName(String name)
name - the name@Transactional(readOnly=true) PoliticalPartyData findByShortCode(String party)
party - the party
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||