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

Packages that use ServiceResponse
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 ServiceResponse in com.hack23.cia.service.api.application
 

Methods in com.hack23.cia.service.api.application that return ServiceResponse
Modifier and Type Method and Description
 ServiceResponse ApplicationManager.service(ServiceRequest serviceRequest)
          Service.
 

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

Classes in com.hack23.cia.service.api.common that implement ServiceResponse
Modifier and Type Class and Description
 class AbstractServiceResponse
          The Class AbstractServiceResponse.
 class ErrorResponse
          The Class ErrorResponse.
 

Methods in com.hack23.cia.service.api.common that return ServiceResponse
Modifier and Type Method and Description
 ServiceResponse BusinessService.processService(ServiceRequest serviceRequest)
          Process service.
 

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

Classes in com.hack23.cia.service.api.configuration that implement ServiceResponse
Modifier and Type Class and Description
 class AgencyResponse
          The Class AgencyResponse.
 class LanguageContentResponse
          The Class LanguageContentResponse.
 class LanguageResponse
          The Class LanguageResponse.
 class PortalResponse
          The Class PortalResponse.
 

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

Classes in com.hack23.cia.service.api.content that implement ServiceResponse
Modifier and Type Class and Description
 class AbstractContentResponse
          The Class AbstractContentResponse.
 class BallotResponse
          The Class BallotResponse.
 class CommitteeReportResponse
          The Class CommitteeReportResponse.
 class CommitteeReportsResponse
          The Class CommitteeReportsResponse.
 class ExternalUrlResponse
          The Class ExternalUrlResponse.
 class ImageContentResponse
          The Class ImageContentResponse.
 class ParliamentMemberResponse
          The Class ParliamentMemberResponse.
 class SearchResponse
          The Class SearchResponse.
 class TopListResponse
          The Class TopListResponse.
 

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

Classes in com.hack23.cia.service.api.control that implement ServiceResponse
Modifier and Type Class and Description
 class AbstractUserAccountResponse
          The Class AbstractUserAccountResponse.
 class AbstractUserResponse
          The Class AbstractUserResponse.
 class AgentDeploymentResponse
          The Class AgentDeploymentResponse.
 class ApplicationResponse
          The Class ApplicationResponse.
 class UserAccountResponse
          The Class UserAccountResponse.
 class UserResponse
          The Class UserResponse.
 

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

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

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

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

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

Methods in com.hack23.cia.service.impl.application that return ServiceResponse
Modifier and Type Method and Description
protected  ServiceResponse ApplicationRequestService.handleServiceRequest(ApplicationRequest request, UserSessionDto userSessionDTO)
           
 ServiceResponse ApplicationManagerImpl.service(ServiceRequest serviceRequest)
           
 

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

Methods in com.hack23.cia.service.impl.common that return ServiceResponse
Modifier and Type Method and Description
protected  ServiceResponse DefaultRequestService.handleServiceRequest(AbstractServiceRequest request, UserSessionDto userSession)
           
protected abstract  ServiceResponse AbstractGenericService.handleServiceRequest(REQUEST service, UserSessionDto userSession)
          Handle service request.
 ServiceResponse AbstractGenericService.processService(ServiceRequest serviceRequest)
           
 

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

Methods in com.hack23.cia.service.impl.configuration that return ServiceResponse
Modifier and Type Method and Description
 ServiceResponse AgencyRequestService.handleServiceRequest(AgencyRequest request, UserSessionDto userSession)
           
 ServiceResponse LanguageContentRequestService.handleServiceRequest(LanguageContentRequest request, UserSessionDto userSession)
           
 ServiceResponse LanguageRequestService.handleServiceRequest(LanguageRequest request, UserSessionDto userSession)
           
 ServiceResponse PortalRequestService.handleServiceRequest(PortalRequest request, UserSessionDto userSession)
           
 

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

Methods in com.hack23.cia.service.impl.content that return ServiceResponse
Modifier and Type Method and Description
 ServiceResponse BallotRequestService.handleServiceRequest(BallotRequest request, UserSessionDto userSession)
           
 ServiceResponse CommitteeReportRequestService.handleServiceRequest(CommitteeReportRequest request, UserSessionDto userSession)
           
 ServiceResponse CommitteeReportsRequestService.handleServiceRequest(CommitteeReportsRequest request, UserSessionDto userSession)
           
protected  ServiceResponse ExternalUrlRequestService.handleServiceRequest(ExternalUrlRequest request, UserSessionDto userSessionDTO)
           
protected  ServiceResponse LoginRequestService.handleServiceRequest(LoginRequest request, UserSessionDto userSession)
           
protected  ServiceResponse LogoutRequestService.handleServiceRequest(LogoutRequest request, UserSessionDto userSession)
           
 ServiceResponse ParliamentMemberRequestService.handleServiceRequest(ParliamentMemberRequest request, UserSessionDto userSession)
           
 ServiceResponse PartyRequestService.handleServiceRequest(PartyRequest request, UserSessionDto userSession)
           
protected  ServiceResponse RegisterUserRequestService.handleServiceRequest(RegisterUserRequest request, UserSessionDto userSession)
           
 ServiceResponse SearchRequestService.handleServiceRequest(SearchRequest request, UserSessionDto userSession)
           
protected  ServiceResponse TopListRequestService.handleServiceRequest(TopListRequest request, UserSessionDto userSession)
           
protected  ServiceResponse UserRequestService.handleServiceRequest(UserRequest request, UserSessionDto userSession)
           
 ServiceResponse ImageContentRequestService.processService(ServiceRequest serviceRequest)
           
 

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

Methods in com.hack23.cia.service.impl.control.core that return ServiceResponse
Modifier and Type Method and Description
protected  ServiceResponse AgentDeploymentRequestService.handleServiceRequest(AgentDeploymentRequest request, UserSessionDto userSession)
           
 

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

Methods in com.hack23.cia.service.impl.events that return ServiceResponse
Modifier and Type Method and Description
protected  ServiceResponse ApplicationErrorRequestService.handleServiceRequest(ApplicationErrorRequest request, UserSessionDto userSession)
           
 

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

Methods in com.hack23.cia.service.impl.monitoring that return ServiceResponse
Modifier and Type Method and Description
protected  ServiceResponse MonitorRequestService.handleServiceRequest(MonitorRequest request, UserSessionDto userSession)
           
 



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