|
||||||||||
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.AbstractServiceMessage com.hack23.cia.service.api.common.AbstractServiceRequest com.hack23.cia.service.api.admin.AbstractAdminRequest com.hack23.cia.service.api.admin.AbstractConfigurationRequest com.hack23.cia.service.api.admin.AbstractAgencyRequest com.hack23.cia.service.api.admin.AgencyRequest
public class AgencyRequest
The Class AgencyRequest.
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 |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |