Uses of Interface
com.hack23.cia.service.api.common.GenericUserInterfaceLoaderService

Packages that use GenericUserInterfaceLoaderService
Package Description
com.hack23.cia.service.impl.commondao.impl Provides... 
com.hack23.cia.web.impl.ui.container.content Provides... 
com.hack23.cia.web.impl.ui.navigationview.application Main application CitizenIntelligenceAgency, NavigationTree and menu factory. 
com.hack23.cia.web.impl.ui.navigationview.common Common navigation views. 
com.hack23.cia.web.impl.ui.navigationview.control Provides... 
 

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

Classes in com.hack23.cia.service.impl.commondao.impl that implement GenericUserInterfaceLoaderService
Modifier and Type Class and Description
 class ActionEventDAOImpl
          The Class ActionEventDAOImpl.
 class AgencyDAOImpl
          The Class AgencyDAOImpl.
 class AgentOperationDAOImpl
          The Class AgentOperationDAOImpl.
 class BallotDAOImpl
          The Class BallotDAOImpl.
 class CommitteeDAOImpl
          The Class CommitteeDAOImpl.
 class CommitteeReportDAOImpl
          The Class CommitteeReportDAOImpl.
 class ElectionDAOImpl
          The Class ElectionDAOImpl.
 class ErrorActionEventDAOImpl
          The Class ErrorActionEventDAOImpl.
 class EventDAOImpl
          The Class EventDAOImpl.
 class LanguageContentDAOImpl
          The Class LanguageContentDAOImpl.
 class LanguageDAOImpl
          The Class LanguageDAOImpl.
 class ParliamentDAOImpl
          The Class ParliamentDAOImpl.
 class ParliamentMemberDAOImpl
          The Class ParliamentMemberDAOImpl.
 class ParliamentYearDAOImpl
          The Class ParliamentYearDAOImpl.
 class PoliticalPartyDAOImpl
          The Class PoliticalPartyDAOImpl.
 class PortalDAOImpl
          The Class PortalDAOImpl.
 class ResourceDAOImpl
          The Class ResourceDAOImpl.
 class UserDAOImpl
          The Class UserDAOImpl.
 class UserSessionDAOImpl
          The Class UserSessionDAOImpl.
 class VoteDAOImpl
          The Class VoteDAOImpl.
 

Uses of GenericUserInterfaceLoaderService in com.hack23.cia.web.impl.ui.container.content
 

Methods in com.hack23.cia.web.impl.ui.container.content that return GenericUserInterfaceLoaderService
Modifier and Type Method and Description
protected  GenericUserInterfaceLoaderService<BallotData> HierarchicalContentContainer.getBallotLoaderService()
          Gets the ballot loader service.
protected  GenericUserInterfaceLoaderService<CommitteeReportData> HierarchicalContentContainer.getCommitteeReportLoaderService()
          Gets the committee report loader service.
protected  GenericUserInterfaceLoaderService<CommitteeData> HierarchicalContentContainer.getCommitteeService()
          Gets the committee service.
protected  GenericUserInterfaceLoaderService<ElectionData> HierarchicalContentContainer.getElectionLoaderService()
          Gets the election loader service.
protected  GenericUserInterfaceLoaderService<ParliamentMappedData> HierarchicalContentContainer.getParliamentLoaderService()
          Gets the parliament loader service.
protected  GenericUserInterfaceLoaderService<ParliamentMemberData> HierarchicalContentContainer.getParliamentMemberLoaderService()
          Gets the parliament member loader service.
protected  GenericUserInterfaceLoaderService<ParliamentYearData> HierarchicalContentContainer.getParliamentYearLoaderService()
          Gets the parliament year loader service.
protected  GenericUserInterfaceLoaderService<PoliticalPartyData> HierarchicalContentContainer.getPoliticalPartyLoaderService()
          Gets the political party loader service.
protected  GenericUserInterfaceLoaderService<VoteData> HierarchicalContentContainer.getVoteLoaderService()
          Gets the vote loader service.
 

Uses of GenericUserInterfaceLoaderService in com.hack23.cia.web.impl.ui.navigationview.application
 

Methods in com.hack23.cia.web.impl.ui.navigationview.application that return GenericUserInterfaceLoaderService
Modifier and Type Method and Description
protected  GenericUserInterfaceLoaderService<PoliticalPartyData> MenuFactoryImpl.getPoliticalPartyLoaderService()
          Gets the political party loader service.
 

Uses of GenericUserInterfaceLoaderService in com.hack23.cia.web.impl.ui.navigationview.common
 

Methods in com.hack23.cia.web.impl.ui.navigationview.common that return GenericUserInterfaceLoaderService
Modifier and Type Method and Description
protected  GenericUserInterfaceLoaderService<ApplicationErrorEventData> AbstractAdminUserNavigationView.getActionErrorsLoaderService()
          Gets the action errors loader service.
protected  GenericUserInterfaceLoaderService<ActionEvent> AbstractAdminUserNavigationView.getActionEventsLoaderService()
          Gets the action events loader service.
protected  GenericUserInterfaceLoaderService<UserData> AbstractAdminUserNavigationView.getUserLoaderService()
          Gets the user loader service.
protected  GenericUserInterfaceLoaderService<UserSessionData> AbstractAdminUserNavigationView.getUserSessionLoaderService()
          Gets the user session loader service.
 

Uses of GenericUserInterfaceLoaderService in com.hack23.cia.web.impl.ui.navigationview.control
 

Methods in com.hack23.cia.web.impl.ui.navigationview.control that return GenericUserInterfaceLoaderService
Modifier and Type Method and Description
protected  GenericUserInterfaceLoaderService<AgentOperation> AbstractAgentsNavigationView.getAgentOperationLoaderService()
          Gets the agent operation loader service.
 



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