|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExternalUrlActionEvent.Operation | |
|---|---|
| com.hack23.cia.model.application.impl.user | User action events entity model. |
| com.hack23.cia.service.api.user | Service API user request/response objects. |
| com.hack23.cia.web.action.user | User web actions. |
| Uses of ExternalUrlActionEvent.Operation in com.hack23.cia.model.application.impl.user |
|---|
| Methods in com.hack23.cia.model.application.impl.user that return ExternalUrlActionEvent.Operation | |
|---|---|
ExternalUrlActionEvent.Operation |
ExternalUrlActionEvent.getOperation()
Gets the operation. |
static ExternalUrlActionEvent.Operation |
ExternalUrlActionEvent.Operation.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ExternalUrlActionEvent.Operation[] |
ExternalUrlActionEvent.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.user with parameters of type ExternalUrlActionEvent.Operation | |
|---|---|
void |
ExternalUrlActionEvent.setOperation(ExternalUrlActionEvent.Operation operation)
Sets the operation. |
| Constructors in com.hack23.cia.model.application.impl.user with parameters of type ExternalUrlActionEvent.Operation | |
|---|---|
ExternalUrlActionEvent(Date createdDate,
UserSession userSession,
ExternalUrlActionEvent.Operation operation)
Instantiates a new external url action event. |
|
| Uses of ExternalUrlActionEvent.Operation in com.hack23.cia.service.api.user |
|---|
| Methods in com.hack23.cia.service.api.user that return ExternalUrlActionEvent.Operation | |
|---|---|
ExternalUrlActionEvent.Operation |
ExternalUrlRequest.getOperation()
Gets the operation. |
| Constructors in com.hack23.cia.service.api.user with parameters of type ExternalUrlActionEvent.Operation | |
|---|---|
ExternalUrlRequest(Long userSessionId,
ExternalUrlActionEvent.Operation operation)
Instantiates a new external url request. |
|
| Uses of ExternalUrlActionEvent.Operation in com.hack23.cia.web.action.user |
|---|
| Methods in com.hack23.cia.web.action.user that return ExternalUrlActionEvent.Operation | |
|---|---|
ExternalUrlActionEvent.Operation |
ExternalUrlAction.getOperation()
Gets the operation. |
| Constructors in com.hack23.cia.web.action.user with parameters of type ExternalUrlActionEvent.Operation | |
|---|---|
ExternalUrlAction(ExternalUrlActionEvent.Operation operation)
Instantiates a new external url action. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||