|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UserAccountActionEvent.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 UserAccountActionEvent.Operation in com.hack23.cia.model.application.impl.user |
|---|
| Methods in com.hack23.cia.model.application.impl.user that return UserAccountActionEvent.Operation | |
|---|---|
UserAccountActionEvent.Operation |
UserAccountActionEvent.getOperation()
Gets the operation. |
static UserAccountActionEvent.Operation |
UserAccountActionEvent.Operation.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static UserAccountActionEvent.Operation[] |
UserAccountActionEvent.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 UserAccountActionEvent.Operation | |
|---|---|
void |
UserAccountActionEvent.setOperation(UserAccountActionEvent.Operation operation)
Sets the operation. |
| Constructors in com.hack23.cia.model.application.impl.user with parameters of type UserAccountActionEvent.Operation | |
|---|---|
UserAccountActionEvent(Date createdDate,
UserSession userSession,
UserAccountActionEvent.Operation operation)
Instantiates a new user account action event. |
|
| Uses of UserAccountActionEvent.Operation in com.hack23.cia.service.api.user |
|---|
| Methods in com.hack23.cia.service.api.user that return UserAccountActionEvent.Operation | |
|---|---|
UserAccountActionEvent.Operation |
AbstractUserAccountRequest.getOperation()
Gets the operation. |
| Constructors in com.hack23.cia.service.api.user with parameters of type UserAccountActionEvent.Operation | |
|---|---|
AbstractUserAccountRequest(Long userSessionId,
UserAccountActionEvent.Operation operation)
Instantiates a new abstract user account request. |
|
LoginRequest(Long userSessionId,
UserAccountActionEvent.Operation operation,
String userName,
String password)
Instantiates a new login request. |
|
LogoutRequest(Long userSessionId,
UserAccountActionEvent.Operation operation)
Instantiates a new logout request. |
|
RegisterUserRequest(Long userSessionId,
UserAccountActionEvent.Operation operation)
Instantiates a new register user request. |
|
| Uses of UserAccountActionEvent.Operation in com.hack23.cia.web.action.user |
|---|
| Methods in com.hack23.cia.web.action.user that return UserAccountActionEvent.Operation | |
|---|---|
UserAccountActionEvent.Operation |
UserAccountAction.getOperation()
Gets the operation. |
| Constructors in com.hack23.cia.web.action.user with parameters of type UserAccountActionEvent.Operation | |
|---|---|
UserAccountAction(UserAccountActionEvent.Operation operation)
Instantiates a new user account action. |
|
UserAccountAction(UserAccountActionEvent.Operation operation,
String username,
String encodedPassword)
Instantiates a new user account action. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||