Uses of Interface
com.hack23.cia.service.impl.commondao.api.ResourceDAO

Packages that use ResourceDAO
Package Description
com.hack23.cia.service.impl.commondao.impl Provides... 
com.hack23.cia.service.impl.configuration Provides... 
com.hack23.cia.service.impl.content Provides... 
com.hack23.cia.service.impl.control.agent.sweden.impl.service Provides... 
 

Uses of ResourceDAO in com.hack23.cia.service.impl.commondao.impl
 

Classes in com.hack23.cia.service.impl.commondao.impl that implement ResourceDAO
Modifier and Type Class and Description
 class ResourceDAOImpl
          The Class ResourceDAOImpl.
 

Uses of ResourceDAO in com.hack23.cia.service.impl.configuration
 

Constructors in com.hack23.cia.service.impl.configuration with parameters of type ResourceDAO
Constructor and Description
ConfigurationServiceImpl(AgencyDAO agencyDAO, ResourceDAO resourceDAO, ApplicationModelFactoryFactory applicationModelFactoryFactory)
          Instantiates a new configuration service impl.
 

Uses of ResourceDAO in com.hack23.cia.service.impl.content
 

Constructors in com.hack23.cia.service.impl.content with parameters of type ResourceDAO
Constructor and Description
ImageContentRequestService(ResourceDAO resourceDAO)
          Instantiates a new image content request service.
ParliamentContentServiceImpl(PoliticalPartyDAO politicalPartyDAO, CommitteeReportDAO commiteeReportDAO, ParliamentMemberDAO parliamentMemberDAO, ResourceDAO resourceDAO, BallotDAO ballotDAO)
          Instantiates a new parliament content service impl.
 

Uses of ResourceDAO in com.hack23.cia.service.impl.control.agent.sweden.impl.service
 

Constructors in com.hack23.cia.service.impl.control.agent.sweden.impl.service with parameters of type ResourceDAO
Constructor and Description
BallotAgentSupportServiceImpl(BallotDAO ballotDAO, ParliamentMemberDAO parliamentMemberDAO, PoliticalPartyDAO politicalPartyDAO, ResourceDAO resourceDAO, SwedenModelFactory swedenModelFactory, ParliamentYearDAO parliamentYearDAO)
          Instantiates a new ballot agent support service impl.
CommitteeAgentSupportServiceImpl(ResourceDAO resourceDAO, ParliamentDAO parliamentDAO, SwedenModelFactory swedenModelFactory, ParliamentYearDAO parliamentYearDAO)
          Instantiates a new committee agent support service impl.
CommitteeReportAgentSupportServiceImpl(CommitteeReportDAO commiteeReportDAO, ResourceDAO resourceDAO, CommitteeDAO committeeDAO, ParliamentYearDAO parliamentYearDAO, SwedenModelFactory swedenModelFactory)
          Instantiates a new committee report agent support service impl.
ElectionAgentSupportServiceImpl(ResourceDAO resourceDAO, SwedenModelFactory swedenModelFactory, ParliamentYearDAO parliamentYearDAO)
          Instantiates a new election agent support service impl.
ParliamentMemberAgentSupportServiceImpl(ParliamentMemberDAO parliamentMemberDAO, ResourceDAO resourceDAO, SwedenModelFactory swedenModelFactory, ParliamentYearDAO parliamentYearDAO)
          Instantiates a new parliament member agent support service impl.
ParliamentYearAgentSupportServiceImpl(ResourceDAO resourceDAO, ParliamentYearDAO parliamentYearDAO, ParliamentDAO parliamentDAO, SwedenModelFactory swedenModelFactory)
          Instantiates a new parliament year agent support service impl.
PoliticalPartyAgentSupportServiceImpl(PoliticalPartyDAO politicalPartyDAO, ResourceDAO resourceDAO, SwedenModelFactory swedenModelFactory, ParliamentYearDAO parliamentYearDAO)
          Instantiates a new political party agent support service impl.
 



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