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

Package class diagram package ServiceResponse
All Superinterfaces:
Serializable, ServiceMessage
All Known Implementing Classes:
AbstractContentResponse, AbstractServiceResponse, AbstractUserAccountResponse, AbstractUserResponse, AgencyResponse, AgentDeploymentResponse, ApplicationErrorResponse, ApplicationResponse, BallotResponse, CommitteeReportResponse, CommitteeReportsResponse, ErrorResponse, ExternalUrlResponse, ImageContentResponse, LanguageContentResponse, LanguageResponse, MonitorResponse, ParliamentMemberResponse, PortalResponse, SearchResponse, TopListResponse, UserAccountResponse, UserResponse

public interface ServiceResponse
extends ServiceMessage

The Interface ServiceResponse.


Nested Class Summary
Modifier and Type Interface and Description
static class ServiceResponse.ServiceResult
          The Enum ServiceResult.
 
Method Summary
Modifier and Type Method and Description
 ServiceResponse.ServiceResult getResult()
          Gets the result.
 UserSessionDto getUserSessionDTO()
          Gets the user session dto.
 

Method Detail

getResult

ServiceResponse.ServiceResult getResult()
Gets the result.

Returns:
the result

getUserSessionDTO

UserSessionDto getUserSessionDTO()
Gets the user session dto.

Returns:
the user session dto


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