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

Packages that use UserOperationType
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 UserOperationType in com.hack23.cia.model.api.application
 

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

Uses of UserOperationType in com.hack23.cia.model.api.dto.application
 

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

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

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

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

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

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

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

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

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

Constructors in com.hack23.cia.service.api.user with parameters of type UserOperationType
UserRequest(Long userSessionId, UserOperationType operation)
          Instantiates a new user request.
 

Uses of UserOperationType in com.hack23.cia.web.api.user
 

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

Constructors in com.hack23.cia.web.api.user with parameters of type UserOperationType
UserAction(UserOperationType operation)
          Instantiates a new user action.
 



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