|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ParliamentMemberDAO extends GenericDAO<ParliamentMemberData,Long>
The Interface ParliamentMemberDAO.
Methods inherited from interface com.hack23.cia.service.impl.commondao.api.GenericDAO |
---|
delete, getAll, loadById, save |
Method Detail |
---|
void deleteAllParliamentMemberVoteCompareResults(ParliamentYearData parliamentYearData)
parliamentYearData
- the parliament year data@Transactional(readOnly=true) List<VoteData> findLastVotes(Long id)
id
- the id@Transactional(readOnly=true) List<VoteData> findLastVotesByBallotId(Long id)
id
- the id@Transactional(readOnly=true) List<ParliamentMemberData> findListByName(String searchString)
searchString
- the search string@Transactional(readOnly=true) List<VoteData> findVotes(Long id)
id
- the id@Transactional(readOnly=true) List<ParliamentMemberData> getCurrentList()
@Transactional(readOnly=true) List<ParliamentMemberData> getCurrentList(ParliamentYearData parliamentYearData)
parliamentYearData
- the parliament year data@Transactional(readOnly=true) List<ParliamentMemberData> getCurrentTopListAbsent(int number)
number
- the number@Transactional(readOnly=true) List<ParliamentMemberData> getCurrentTopListAbsentByParty(int i, String party)
i
- the iparty
- the party@Transactional(readOnly=true) List<ParliamentMemberData> getCurrentTopListLosers(int i)
i
- the i@Transactional(readOnly=true) List<ParliamentMemberData> getCurrentTopListLosersByParty(int i, String party)
i
- the iparty
- the party@Transactional(readOnly=true) List<ParliamentMemberData> getCurrentTopListLoyal(int i)
i
- the i@Transactional(readOnly=true) List<ParliamentMemberData> getCurrentTopListLoyalByParty(int i, String party)
i
- the iparty
- the party@Transactional(readOnly=true) List<ParliamentMemberData> getCurrentTopListPresent(int i)
i
- the i@Transactional(readOnly=true) List<ParliamentMemberData> getCurrentTopListPresentByParty(int i, String party)
i
- the iparty
- the party@Transactional(readOnly=true) List<ParliamentMemberData> getCurrentTopListRebels(int i)
i
- the i@Transactional(readOnly=true) List<ParliamentMemberData> getCurrentTopListRebelsByParty(int i, String party)
i
- the iparty
- the party@Transactional(readOnly=true) List<ParliamentMemberData> getCurrentTopListWinners(int i)
i
- the i@Transactional(readOnly=true) List<ParliamentMemberData> getCurrentTopListWinnersByParty(int i, String party)
i
- the iparty
- the party@Transactional(readOnly=true) List<VotePosition> getPositions(ParliamentMemberData parliamentMember)
parliamentMember
- the parliament member@Transactional(readOnly=true) List<ParliamentMemberVoteCompareResultData> getTopEnemies(ParliamentMemberData parliamentMember)
parliamentMember
- the parliament member@Transactional(readOnly=true) List<ParliamentMemberVoteCompareResultData> getTopEnemiesSameParty(ParliamentMemberData parliamentMember)
parliamentMember
- the parliament member@Transactional(readOnly=true) List<ParliamentMemberVoteCompareResultData> getTopFriends(ParliamentMemberData parliamentMember)
parliamentMember
- the parliament member@Transactional(readOnly=true) List<ParliamentMemberVoteCompareResultData> getTopFriendsInSameParty(ParliamentMemberData parliamentMember)
parliamentMember
- the parliament membervoid saveAll(Collection<ParliamentMemberData> list)
list
- the listvoid saveParliamentMemberVoteCompareResult(Collection<ParliamentMemberVoteCompareResultData> result)
result
- the result
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |