|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hack23.cia.web.action.common.AbstractAction com.hack23.cia.web.action.admin.AbstractAdminAction com.hack23.cia.web.action.admin.AbstractConfigurationAction com.hack23.cia.web.action.admin.AgencyAction
public class AgencyAction
The Class AgencyAction.
Constructor Summary | |
---|---|
AgencyAction(AgencyActionEvent.Operation operation,
Long agencyId)
Instantiates a new agency action. |
|
AgencyAction(AgencyActionEvent.Operation operation,
Long agencyId,
Agency agencyDto)
Instantiates a new agency action. |
Method Summary | |
---|---|
Agency |
getAgencyDto()
Gets the agency dto. |
Long |
getAgencyId()
Gets the agency id. |
AgencyActionEvent.Operation |
getOperation()
Gets the operation. |
Methods inherited from class com.hack23.cia.web.action.common.AbstractAction |
---|
getActionCategory, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AgencyAction(AgencyActionEvent.Operation operation, Long agencyId)
operation
- the operationagencyId
- the agency idpublic AgencyAction(AgencyActionEvent.Operation operation, Long agencyId, Agency agencyDto)
operation
- the operationagencyId
- the agency idagencyDto
- the agency dtoMethod Detail |
---|
public final Agency getAgencyDto()
public final Long getAgencyId()
public final AgencyActionEvent.Operation getOperation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |