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

Packages that use ServiceRequest
Package Description
com.hack23.cia.service.api.application Service API application request/response objects.... 
com.hack23.cia.service.api.common Service API common request/response objects. 
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.service.impl.configuration Provides... 
com.hack23.cia.service.impl.content Provides... 
com.hack23.cia.service.impl.control.core Provides... 
com.hack23.cia.service.impl.events Provides... 
com.hack23.cia.service.impl.monitoring Provides... 
 

Uses of ServiceRequest in com.hack23.cia.service.api.application
 

Methods in com.hack23.cia.service.api.application with parameters of type ServiceRequest
Modifier and Type Method and Description
 ServiceResponse ApplicationManager.service(ServiceRequest serviceRequest)
          Service.
 

Uses of ServiceRequest in com.hack23.cia.service.api.common
 

Classes in com.hack23.cia.service.api.common that implement ServiceRequest
Modifier and Type Class and Description
 class AbstractServiceRequest
          The Class AbstractServiceRequest.
 

Methods in com.hack23.cia.service.api.common that return types with arguments of type ServiceRequest
Modifier and Type Method and Description
 Class<? extends ServiceRequest> BusinessService.getSupportedService()
          Gets the supported service.
 

Methods in com.hack23.cia.service.api.common with parameters of type ServiceRequest
Modifier and Type Method and Description
 ServiceResponse BusinessService.processService(ServiceRequest serviceRequest)
          Process service.
 

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

Classes in com.hack23.cia.service.api.configuration that implement ServiceRequest
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 ServiceRequest in com.hack23.cia.service.api.content
 

Classes in com.hack23.cia.service.api.content that implement ServiceRequest
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 ServiceRequest in com.hack23.cia.service.api.control
 

Classes in com.hack23.cia.service.api.control that implement ServiceRequest
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 ServiceRequest in com.hack23.cia.service.api.events
 

Classes in com.hack23.cia.service.api.events that implement ServiceRequest
Modifier and Type Class and Description
 class ApplicationErrorRequest
          The Class ApplicationErrorRequest.
 

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

Classes in com.hack23.cia.service.api.monitoring that implement ServiceRequest
Modifier and Type Class and Description
 class MonitorRequest
          The Class MonitorRequest.
 

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

Methods in com.hack23.cia.service.impl.application that return types with arguments of type ServiceRequest
Modifier and Type Method and Description
 Class<? extends ServiceRequest> ApplicationRequestService.getSupportedService()
           
 

Methods in com.hack23.cia.service.impl.application with parameters of type ServiceRequest
Modifier and Type Method and Description
 ServiceResponse ApplicationManagerImpl.service(ServiceRequest serviceRequest)
           
 

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

Methods in com.hack23.cia.service.impl.common that return types with arguments of type ServiceRequest
Modifier and Type Method and Description
 Class<? extends ServiceRequest> DefaultRequestService.getSupportedService()
           
 

Methods in com.hack23.cia.service.impl.common with parameters of type ServiceRequest
Modifier and Type Method and Description
 ServiceResponse AbstractGenericService.processService(ServiceRequest serviceRequest)
           
 

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

Methods in com.hack23.cia.service.impl.configuration that return types with arguments of type ServiceRequest
Modifier and Type Method and Description
 Class<? extends ServiceRequest> AgencyRequestService.getSupportedService()
           
 Class<? extends ServiceRequest> PortalRequestService.getSupportedService()
           
 Class<? extends ServiceRequest> LanguageRequestService.getSupportedService()
           
 Class<? extends ServiceRequest> LanguageContentRequestService.getSupportedService()
           
 

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

Methods in com.hack23.cia.service.impl.content that return types with arguments of type ServiceRequest
Modifier and Type Method and Description
 Class<? extends ServiceRequest> PartyRequestService.getSupportedService()
           
 Class<? extends ServiceRequest> SearchRequestService.getSupportedService()
           
 Class<? extends ServiceRequest> ParliamentMemberRequestService.getSupportedService()
           
 Class<? extends ServiceRequest> BallotRequestService.getSupportedService()
           
 Class<? extends ServiceRequest> UserRequestService.getSupportedService()
           
 Class<? extends ServiceRequest> ImageContentRequestService.getSupportedService()
           
 Class<? extends ServiceRequest> LoginRequestService.getSupportedService()
           
 Class<? extends ServiceRequest> TopListRequestService.getSupportedService()
           
 Class<? extends ServiceRequest> CommitteeReportRequestService.getSupportedService()
           
 Class<? extends ServiceRequest> RegisterUserRequestService.getSupportedService()
           
 Class<? extends ServiceRequest> LogoutRequestService.getSupportedService()
           
 Class<? extends ServiceRequest> CommitteeReportsRequestService.getSupportedService()
           
 Class<? extends ServiceRequest> ExternalUrlRequestService.getSupportedService()
           
 

Methods in com.hack23.cia.service.impl.content with parameters of type ServiceRequest
Modifier and Type Method and Description
 ServiceResponse ImageContentRequestService.processService(ServiceRequest serviceRequest)
           
 

Uses of ServiceRequest in com.hack23.cia.service.impl.control.core
 

Methods in com.hack23.cia.service.impl.control.core that return types with arguments of type ServiceRequest
Modifier and Type Method and Description
 Class<? extends ServiceRequest> AgentDeploymentRequestService.getSupportedService()
           
 

Uses of ServiceRequest in com.hack23.cia.service.impl.events
 

Methods in com.hack23.cia.service.impl.events that return types with arguments of type ServiceRequest
Modifier and Type Method and Description
 Class<? extends ServiceRequest> ApplicationErrorRequestService.getSupportedService()
           
 

Uses of ServiceRequest in com.hack23.cia.service.impl.monitoring
 

Methods in com.hack23.cia.service.impl.monitoring that return types with arguments of type ServiceRequest
Modifier and Type Method and Description
 Class<? extends ServiceRequest> MonitorRequestService.getSupportedService()
           
 



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