|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
---|
Modifier and Type | Method and Description |
---|---|
ServiceResponse |
ApplicationManager.service(ServiceRequest serviceRequest)
Service. |
Uses of ServiceResponse in com.hack23.cia.service.api.common |
---|
Modifier and Type | Class and Description |
---|---|
class |
AbstractServiceResponse
The Class AbstractServiceResponse. |
class |
ErrorResponse
The Class ErrorResponse. |
Modifier and Type | Method and Description |
---|---|
ServiceResponse |
BusinessService.processService(ServiceRequest serviceRequest)
Process service. |
Uses of ServiceResponse in com.hack23.cia.service.api.configuration |
---|
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 |
---|
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 |
---|
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 |
---|
Modifier and Type | Class and Description |
---|---|
class |
ApplicationErrorResponse
The Class ApplicationErrorResponse. |
Uses of ServiceResponse in com.hack23.cia.service.api.monitoring |
---|
Modifier and Type | Class and Description |
---|---|
class |
MonitorResponse
The Class MonitorResponse. |
Uses of ServiceResponse in com.hack23.cia.service.impl.application |
---|
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 |
---|
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 |
---|
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 |
---|
Uses of ServiceResponse in com.hack23.cia.service.impl.control.core |
---|
Modifier and Type | Method and Description |
---|---|
protected ServiceResponse |
AgentDeploymentRequestService.handleServiceRequest(AgentDeploymentRequest request,
UserSessionDto userSession)
|
Uses of ServiceResponse in com.hack23.cia.service.impl.events |
---|
Modifier and Type | Method and Description |
---|---|
protected ServiceResponse |
ApplicationErrorRequestService.handleServiceRequest(ApplicationErrorRequest request,
UserSessionDto userSession)
|
Uses of ServiceResponse in com.hack23.cia.service.impl.monitoring |
---|
Modifier and Type | Method and Description |
---|---|
protected ServiceResponse |
MonitorRequestService.handleServiceRequest(MonitorRequest request,
UserSessionDto userSession)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |