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

Packages that use UserAccountOperationType
com.hack23.cia.model.api.application Application interfaces for objects in the model. 
com.hack23.cia.model.api.dto.application Data transfer objects, created in service layer used in web layer. 
com.hack23.cia.model.impl.application.user User action events entity model. 
com.hack23.cia.model.impl.dto.application   
com.hack23.cia.service.api.user Service API user request/response objects. 
com.hack23.cia.web.api.user User web actions. 
 

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

Methods in com.hack23.cia.model.api.application that return UserAccountOperationType
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.dto.application
 

Methods in com.hack23.cia.model.api.dto.application with parameters of type UserAccountOperationType
 ActionEvent ApplicationModelFactory.createUserAccountActionEvent(Date date, UserSessionData userSession, UserAccountOperationType operation)
          Creates a new ApplicationModel object.
 

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

Methods in com.hack23.cia.model.impl.application.user that return UserAccountOperationType
 UserAccountOperationType UserAccountActionEvent.getOperation()
          Gets the operation.
 

Methods in com.hack23.cia.model.impl.application.user with parameters of type UserAccountOperationType
 void UserAccountActionEvent.setOperation(UserAccountOperationType operation)
          Sets the operation.
 

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

Uses of UserAccountOperationType in com.hack23.cia.model.impl.dto.application
 

Methods in com.hack23.cia.model.impl.dto.application with parameters of type UserAccountOperationType
 ActionEvent ApplicationModelFactoryImpl.createUserAccountActionEvent(Date date, UserSessionData userSession, UserAccountOperationType operation)
           
 

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

Methods in com.hack23.cia.service.api.user that return UserAccountOperationType
 UserAccountOperationType AbstractUserAccountRequest.getOperation()
          Gets the operation.
 

Constructors in com.hack23.cia.service.api.user with parameters of type UserAccountOperationType
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.user
 

Methods in com.hack23.cia.web.api.user that return UserAccountOperationType
 UserAccountOperationType UserAccountAction.getOperation()
          Gets the operation.
 

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



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