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

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

Methods in com.hack23.cia.model.api.application.events that return UserOperationType
Modifier and Type Method and Description
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.application.factory
 

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

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

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

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

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

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

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

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

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

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

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



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