com.hack23.cia.service.api.admin
Class AgencyRequest

Package class diagram package AgencyRequest
java.lang.Object
  extended by com.hack23.cia.service.api.common.AbstractServiceMessage
      extended by com.hack23.cia.service.api.common.AbstractServiceRequest
          extended by com.hack23.cia.service.api.admin.AbstractAdminRequest
              extended by com.hack23.cia.service.api.admin.AbstractConfigurationRequest
                  extended by com.hack23.cia.service.api.admin.AbstractAgencyRequest
                      extended by com.hack23.cia.service.api.admin.AgencyRequest
All Implemented Interfaces:
ServiceMessage, ServiceRequest, Serializable

public class AgencyRequest
extends AbstractAgencyRequest

The Class AgencyRequest.

See Also:
Serialized Form

Constructor Summary
AgencyRequest(Long userSessionId, ConfigurationOperationType operation, Long agencyId)
          Instantiates a new agency request.
AgencyRequest(Long userSessionId, ConfigurationOperationType operation, Long agencyId, AgencyDto agencyDto)
          Instantiates a new agency request.
 
Method Summary
 Long getAgencyId()
          Gets the agency id.
 ConfigurationOperationType getOperation()
          Gets the operation.
 
Methods inherited from class com.hack23.cia.service.api.admin.AbstractAgencyRequest
getAgencyDto
 
Methods inherited from class com.hack23.cia.service.api.common.AbstractServiceRequest
getUserSessionId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgencyRequest

public AgencyRequest(Long userSessionId,
                     ConfigurationOperationType operation,
                     Long agencyId)
Instantiates a new agency request.

Parameters:
userSessionId - the user session id
operation - the operation
agencyId - the agency id

AgencyRequest

public AgencyRequest(Long userSessionId,
                     ConfigurationOperationType operation,
                     Long agencyId,
                     AgencyDto agencyDto)
Instantiates a new agency request.

Parameters:
userSessionId - the user session id
operation - the operation
agencyId - the agency id
agencyDto - the agency dto
Method Detail

getAgencyId

public final Long getAgencyId()
Gets the agency id.

Returns:
the agency id

getOperation

public final ConfigurationOperationType getOperation()
Gets the operation.

Returns:
the operation


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