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

Packages that use TopListOperationType
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.content Provides... 
com.hack23.cia.web.api.content Provides... 
 

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

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

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

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

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

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

Methods in com.hack23.cia.service.api.content that return TopListOperationType
Modifier and Type Method and Description
 TopListOperationType AbstractTopListRequest.getOperation()
          Gets the operation.
 

Constructors in com.hack23.cia.service.api.content with parameters of type TopListOperationType
Constructor and Description
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.content
 

Methods in com.hack23.cia.web.api.content that return TopListOperationType
Modifier and Type Method and Description
 TopListOperationType AbstractTopListAction.getOperation()
          Gets the operation.
 

Constructors in com.hack23.cia.web.api.content with parameters of type TopListOperationType
Constructor and Description
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-2010 www.hack23.com. All Rights Reserved.