|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AgencyActionEvent.Operation | |
|---|---|
| com.hack23.cia.model.application.impl.admin | Admin user action events entity model. |
| com.hack23.cia.service.api.admin | Service API admin request/response objects. |
| com.hack23.cia.web.action.admin | User web actions. |
| Uses of AgencyActionEvent.Operation in com.hack23.cia.model.application.impl.admin |
|---|
| Methods in com.hack23.cia.model.application.impl.admin that return AgencyActionEvent.Operation | |
|---|---|
AgencyActionEvent.Operation |
AgencyActionEvent.getOperation()
Gets the operation. |
static AgencyActionEvent.Operation |
AgencyActionEvent.Operation.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AgencyActionEvent.Operation[] |
AgencyActionEvent.Operation.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.hack23.cia.model.application.impl.admin with parameters of type AgencyActionEvent.Operation | |
|---|---|
void |
AgencyActionEvent.setOperation(AgencyActionEvent.Operation operation)
Sets the operation. |
| Constructors in com.hack23.cia.model.application.impl.admin with parameters of type AgencyActionEvent.Operation | |
|---|---|
AgencyActionEvent(Date createdDate,
UserSession userSession,
AgencyActionEvent.Operation operation,
Long agencyId)
Instantiates a new agency action event. |
|
| Uses of AgencyActionEvent.Operation in com.hack23.cia.service.api.admin |
|---|
| Methods in com.hack23.cia.service.api.admin that return AgencyActionEvent.Operation | |
|---|---|
AgencyActionEvent.Operation |
AgencyRequest.getOperation()
Gets the operation. |
| Constructors in com.hack23.cia.service.api.admin with parameters of type AgencyActionEvent.Operation | |
|---|---|
AgencyRequest(Long userSessionId,
AgencyActionEvent.Operation operation,
Long agencyId)
Instantiates a new agency request. |
|
AgencyRequest(Long userSessionId,
AgencyActionEvent.Operation operation,
Long agencyId,
Agency agency)
Instantiates a new agency request. |
|
| Uses of AgencyActionEvent.Operation in com.hack23.cia.web.action.admin |
|---|
| Methods in com.hack23.cia.web.action.admin that return AgencyActionEvent.Operation | |
|---|---|
AgencyActionEvent.Operation |
AgencyAction.getOperation()
Gets the operation. |
| Constructors in com.hack23.cia.web.action.admin with parameters of type AgencyActionEvent.Operation | |
|---|---|
AgencyAction(AgencyActionEvent.Operation operation,
Long agencyId)
Instantiates a new agency action. |
|
AgencyAction(AgencyActionEvent.Operation operation,
Long agencyId,
Agency agencyDto)
Instantiates a new agency action. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||