|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hack23.cia.service.api.common.AbstractServiceRequest com.hack23.cia.service.api.configuration.AgencyRequest
public class AgencyRequest extends AbstractServiceRequest
The Class AgencyRequest.
Constructor and Description |
---|
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. |
Modifier and Type | Method and Description |
---|---|
AgencyDto |
getAgencyDto()
Gets the agency dto. |
Long |
getAgencyId()
Gets the agency id. |
ConfigurationOperationType |
getOperation()
Gets the operation. |
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 |
---|
public AgencyRequest(Long userSessionId, ConfigurationOperationType operation, Long agencyId)
userSessionId
- the user session idoperation
- the operationagencyId
- the agency idpublic AgencyRequest(Long userSessionId, ConfigurationOperationType operation, Long agencyId, AgencyDto agencyDto)
userSessionId
- the user session idoperation
- the operationagencyId
- the agency idagencyDto
- the agency dtoMethod Detail |
---|
public final Long getAgencyId()
public final ConfigurationOperationType getOperation()
public final AgencyDto getAgencyDto()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |