com.hack23.cia.service.api.administration
Class AbstractAdminResponse

Package class diagram package AbstractAdminResponse
java.lang.Object
  extended by com.hack23.cia.service.api.common.AbstractServiceMessage
      extended by com.hack23.cia.service.api.common.AbstractServiceResponse
          extended by com.hack23.cia.service.api.administration.AbstractAdminResponse
All Implemented Interfaces:
ServiceMessage, ServiceResponse, Serializable
Direct Known Subclasses:
MonitorResponse

public abstract class AbstractAdminResponse
extends AbstractServiceResponse

The Class AbstractAdminResponse.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.hack23.cia.service.api.common.ServiceResponse
ServiceResponse.ServiceResult
 
Constructor Summary
protected AbstractAdminResponse(UserSessionDto userSessionDTO)
          Instantiates a new abstract admin response.
 
Method Summary
 ServiceResponse.ServiceResult getResult()
          Gets the result.
 
Methods inherited from class com.hack23.cia.service.api.common.AbstractServiceResponse
getUserSessionDTO
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractAdminResponse

protected AbstractAdminResponse(UserSessionDto userSessionDTO)
Instantiates a new abstract admin response.

Parameters:
userSessionDTO - the user session dto
Method Detail

getResult

public final ServiceResponse.ServiceResult getResult()
Description copied from interface: ServiceResponse
Gets the result.

Returns:
the result


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