Uses of Class
com.hack23.cia.service.api.common.AbstractServiceRequest

Packages that use AbstractServiceRequest
Package Description
com.hack23.cia.service.api.configuration Provides... 
com.hack23.cia.service.api.content Provides... 
com.hack23.cia.service.api.control Provides... 
com.hack23.cia.service.api.events Provides... 
com.hack23.cia.service.api.monitoring Provides... 
com.hack23.cia.service.impl.application Application service implementations. 
com.hack23.cia.service.impl.common Common service implementations. 
com.hack23.cia.web.impl.ui.controller.common Common controller, contains action handler definition and abstract base classes. 
com.hack23.cia.web.impl.ui.controller.configuration Provides... 
com.hack23.cia.web.impl.ui.controller.content Provides... 
com.hack23.cia.web.impl.ui.controller.control Provides... 
com.hack23.cia.web.impl.ui.controller.events Provides... 
com.hack23.cia.web.impl.ui.controller.monitoring Provides... 
 

Uses of AbstractServiceRequest in com.hack23.cia.service.api.configuration
 

Subclasses of AbstractServiceRequest in com.hack23.cia.service.api.configuration
Modifier and Type Class and Description
 class AgencyRequest
          The Class AgencyRequest.
 class LanguageContentRequest
          The Class LanguageContentRequest.
 class LanguageRequest
          The Class LanguageRequest.
 class PortalRequest
          The Class PortalRequest.
 

Uses of AbstractServiceRequest in com.hack23.cia.service.api.content
 

Subclasses of AbstractServiceRequest in com.hack23.cia.service.api.content
Modifier and Type Class and Description
 class AbstractContentRequest
          The Class AbstractContentRequest.
 class AbstractTopListRequest
          The Class AbstractTopListRequest.
 class BallotRequest
          The Class BallotRequest.
 class CommitteeReportRequest
          The Class CommitteeReportRequest.
 class CommitteeReportsRequest
          The Class CommitteeReportsRequest.
 class ExternalUrlRequest
          The Class ExternalUrlRequest.
 class ImageContentRequest
          The Class ImageContentRequest.
 class ParliamentMemberRequest
          The Class ParliamentMemberRequest.
 class PartyRequest
          The Class PartyRequest.
 class SearchRequest
          The Class SearchRequest.
 class TopListRequest
          The Class TopListRequest.
 

Uses of AbstractServiceRequest in com.hack23.cia.service.api.control
 

Subclasses of AbstractServiceRequest in com.hack23.cia.service.api.control
Modifier and Type Class and Description
 class AbstractUserAccountRequest
          The Class AbstractUserAccountRequest.
 class AbstractUserRequest
          The Class AbstractUserRequest.
 class AgentDeploymentRequest
          The Class AgentDeploymentRequest.
 class ApplicationRequest
          The Class ApplicationRequest.
 class LoginRequest
          The Class LoginRequest.
 class LogoutRequest
          The Class LogoutRequest.
 class RegisterUserRequest
          The Class RegisterUserRequest.
 class UserRequest
          The Class UserRequest.
 

Uses of AbstractServiceRequest in com.hack23.cia.service.api.events
 

Subclasses of AbstractServiceRequest in com.hack23.cia.service.api.events
Modifier and Type Class and Description
 class ApplicationErrorRequest
          The Class ApplicationErrorRequest.
 

Uses of AbstractServiceRequest in com.hack23.cia.service.api.monitoring
 

Subclasses of AbstractServiceRequest in com.hack23.cia.service.api.monitoring
Modifier and Type Class and Description
 class MonitorRequest
          The Class MonitorRequest.
 

Uses of AbstractServiceRequest in com.hack23.cia.service.impl.application
 

Methods in com.hack23.cia.service.impl.application with parameters of type AbstractServiceRequest
Modifier and Type Method and Description
protected  UserSessionData ApplicationRequestService.lookupUserSession(AbstractServiceRequest request)
           
 

Uses of AbstractServiceRequest in com.hack23.cia.service.impl.common
 

Classes in com.hack23.cia.service.impl.common with type parameters of type AbstractServiceRequest
Modifier and Type Class and Description
 class AbstractGenericService<REQUEST extends AbstractServiceRequest>
          The Class AbstractGenericService.
 

Methods in com.hack23.cia.service.impl.common with parameters of type AbstractServiceRequest
Modifier and Type Method and Description
protected  ActionEvent DefaultRequestService.createActionEvent(AbstractServiceRequest request, UserSessionData userSession)
           
protected  ServiceResponse DefaultRequestService.handleServiceRequest(AbstractServiceRequest request, UserSessionDto userSession)
           
protected abstract  UserSessionData AbstractGenericService.lookupUserSession(AbstractServiceRequest request)
          Lookup user session.
protected  UserSessionData DefaultRequestService.lookupUserSession(AbstractServiceRequest request)
           
 

Uses of AbstractServiceRequest in com.hack23.cia.web.impl.ui.controller.common
 

Classes in com.hack23.cia.web.impl.ui.controller.common with type parameters of type AbstractServiceRequest
Modifier and Type Class and Description
 class AbstractGenericHandler<ACTION extends AbstractAction,REQUEST extends AbstractServiceRequest,RESPONSE extends AbstractServiceResponse>
          The Class AbstractGenericHandler.
 

Uses of AbstractServiceRequest in com.hack23.cia.web.impl.ui.controller.configuration
 

Classes in com.hack23.cia.web.impl.ui.controller.configuration with type parameters of type AbstractServiceRequest
Modifier and Type Class and Description
 class AbstractConfigurationActionHandler<ACTION extends AbstractAdminAction,REQUEST extends AbstractServiceRequest,RESPONSE extends AbstractServiceResponse>
          The Class AbstractConfigurationActionHandler.
 

Uses of AbstractServiceRequest in com.hack23.cia.web.impl.ui.controller.content
 

Classes in com.hack23.cia.web.impl.ui.controller.content with type parameters of type AbstractServiceRequest
Modifier and Type Class and Description
 class AbstractContentActionHandler<ACTION extends AbstractAction,REQUEST extends AbstractServiceRequest,RESPONSE extends AbstractServiceResponse>
          The Class AbstractContentActionHandler.
 class AbstractUserActionHandler<ACTION extends AbstractUserAction,REQUEST extends AbstractServiceRequest,RESPONSE extends AbstractServiceResponse>
          The Class AbstractUserActionHandler.
 

Uses of AbstractServiceRequest in com.hack23.cia.web.impl.ui.controller.control
 

Classes in com.hack23.cia.web.impl.ui.controller.control with type parameters of type AbstractServiceRequest
Modifier and Type Class and Description
 class AbstractControlActionHandler<ACTION extends AbstractAdminAction,REQUEST extends AbstractServiceRequest,RESPONSE extends AbstractServiceResponse>
          The Class AbstractControlActionHandler.
 

Uses of AbstractServiceRequest in com.hack23.cia.web.impl.ui.controller.events
 

Classes in com.hack23.cia.web.impl.ui.controller.events with type parameters of type AbstractServiceRequest
Modifier and Type Class and Description
 class AbstractEventsActionHandler<ACTION extends AbstractAction,REQUEST extends AbstractServiceRequest,RESPONSE extends AbstractServiceResponse>
          The Class AbstractEventsActionHandler.
 

Uses of AbstractServiceRequest in com.hack23.cia.web.impl.ui.controller.monitoring
 

Classes in com.hack23.cia.web.impl.ui.controller.monitoring with type parameters of type AbstractServiceRequest
Modifier and Type Class and Description
 class AbstractMonitorActionHandler<ACTION extends MonitorAdminAction,REQUEST extends AbstractServiceRequest,RESPONSE extends AbstractServiceResponse>
          The Class AbstractMonitorActionHandler.
 



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