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