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

Packages that use TopListOperationType
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.api.dto.sweden   
com.hack23.cia.model.impl.application.user User action events entity model. 
com.hack23.cia.model.impl.dto.application   
com.hack23.cia.model.impl.dto.sweden   
com.hack23.cia.service.api.user Service API user request/response objects. 
com.hack23.cia.web.api.user User web actions. 
 

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

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

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

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

Uses of TopListOperationType in com.hack23.cia.model.api.dto.sweden
 

Methods in com.hack23.cia.model.api.dto.sweden with parameters of type TopListOperationType
 ActionEvent SwedenModelFactory.createPartyActionEvent(Date date, UserSessionData userSession, String party, TopListOperationType operation)
          Creates a new SwedenModel object.
 

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

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

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

Constructors in com.hack23.cia.model.impl.application.user with parameters of type TopListOperationType
AbstractTopListActionEvent(Date createdDate, UserSessionData userSession, TopListOperationType operation)
          Instantiates a new abstract top list action event.
PartyActionEvent(Date createdDate, UserSessionData userSession, String party, TopListOperationType operation)
          Instantiates a new party action event.
TopListActionEvent(Date createdDate, UserSessionData userSession, TopListOperationType operation)
          Instantiates a new top list action event.
 

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

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

Uses of TopListOperationType in com.hack23.cia.model.impl.dto.sweden
 

Methods in com.hack23.cia.model.impl.dto.sweden with parameters of type TopListOperationType
 ActionEvent SwedenModelFactoryImpl.createPartyActionEvent(Date date, UserSessionData userSession, String party, TopListOperationType operation)
           
 

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

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

Constructors in com.hack23.cia.service.api.user with parameters of type TopListOperationType
AbstractTopListRequest(Long userSessionId, TopListOperationType operation)
          Instantiates a new abstract top list request.
PartyRequest(Long userSessionId, String party, TopListOperationType operation)
          Instantiates a new party request.
TopListRequest(Long userSessionId, TopListOperationType operation)
          Instantiates a new top list request.
 

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

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

Constructors in com.hack23.cia.web.api.user with parameters of type TopListOperationType
AbstractTopListAction(TopListOperationType operation)
          Instantiates a new abstract top list action.
PartyAction(TopListOperationType operation, String party)
          Instantiates a new party action.
TopListAction(TopListOperationType operation)
          Instantiates a new top list action.
 



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