Uses of Class
com.hack23.cia.model.api.application.events.UserAccountOperationType

Packages that use UserAccountOperationType
Package Description
com.hack23.cia.model.api.application.events Provides... 
com.hack23.cia.model.api.application.factory   
com.hack23.cia.model.impl.application.events.user Provides... 
com.hack23.cia.service.api.control Provides... 
com.hack23.cia.web.api.events Provides... 
 

Uses of UserAccountOperationType in com.hack23.cia.model.api.application.events
 

Methods in com.hack23.cia.model.api.application.events that return UserAccountOperationType
Modifier and Type Method and Description
static UserAccountOperationType UserAccountOperationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UserAccountOperationType[] UserAccountOperationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of UserAccountOperationType in com.hack23.cia.model.api.application.factory
 

Methods in com.hack23.cia.model.api.application.factory with parameters of type UserAccountOperationType
Modifier and Type Method and Description
 ActionEvent ApplicationEventsModelFactory.createUserAccountActionEvent(Date date, UserAccountOperationType operation)
          Creates a new ApplicationEventsModel object.
 

Uses of UserAccountOperationType in com.hack23.cia.model.impl.application.events.user
 

Methods in com.hack23.cia.model.impl.application.events.user that return UserAccountOperationType
Modifier and Type Method and Description
 UserAccountOperationType UserAccountActionEvent.getOperation()
          Gets the operation.
 

Methods in com.hack23.cia.model.impl.application.events.user with parameters of type UserAccountOperationType
Modifier and Type Method and Description
 void UserAccountActionEvent.setOperation(UserAccountOperationType operation)
          Sets the operation.
 

Constructors in com.hack23.cia.model.impl.application.events.user with parameters of type UserAccountOperationType
Constructor and Description
UserAccountActionEvent(Date createdDate, UserAccountOperationType operation)
          Instantiates a new user account action event.
 

Uses of UserAccountOperationType in com.hack23.cia.service.api.control
 

Methods in com.hack23.cia.service.api.control that return UserAccountOperationType
Modifier and Type Method and Description
 UserAccountOperationType AbstractUserAccountRequest.getOperation()
          Gets the operation.
 

Constructors in com.hack23.cia.service.api.control with parameters of type UserAccountOperationType
Constructor and Description
AbstractUserAccountRequest(Long userSessionId, UserAccountOperationType operation)
          Instantiates a new abstract user account request.
LoginRequest(Long userSessionId, UserAccountOperationType operation, String userName, String password)
          Instantiates a new login request.
LogoutRequest(Long userSessionId, UserAccountOperationType operation)
          Instantiates a new logout request.
RegisterUserRequest(Long userSessionId, UserAccountOperationType operation)
          Instantiates a new register user request.
 

Uses of UserAccountOperationType in com.hack23.cia.web.api.events
 

Methods in com.hack23.cia.web.api.events that return UserAccountOperationType
Modifier and Type Method and Description
 UserAccountOperationType UserAccountAction.getOperation()
          Gets the operation.
 

Constructors in com.hack23.cia.web.api.events with parameters of type UserAccountOperationType
Constructor and Description
UserAccountAction(UserAccountOperationType operation)
          Instantiates a new user account action.
UserAccountAction(UserAccountOperationType operation, String username, String encodedPassword)
          Instantiates a new user account action.
 



Copyright © 2008-2010 www.hack23.com. All Rights Reserved.