|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TourneyConfig | |
|---|---|
| com.threerings.parlor.tourney.client | |
| com.threerings.parlor.tourney.data | |
| com.threerings.parlor.tourney.server | |
| com.threerings.parlor.tourney.server.persist | |
| Uses of TourneyConfig in com.threerings.parlor.tourney.client |
|---|
| Methods in com.threerings.parlor.tourney.client with parameters of type TourneyConfig | |
|---|---|
void |
TourniesService.createTourney(TourneyConfig config,
com.threerings.presents.client.InvocationService.ResultListener listener)
Creates a new tourney. |
| Uses of TourneyConfig in com.threerings.parlor.tourney.data |
|---|
| Fields in com.threerings.parlor.tourney.data declared as TourneyConfig | |
|---|---|
TourneyConfig |
TourneyObject.config
The tourney configuration. |
| Methods in com.threerings.parlor.tourney.data with parameters of type TourneyConfig | |
|---|---|
void |
TourniesMarshaller.createTourney(TourneyConfig arg1,
com.threerings.presents.client.InvocationService.ResultListener arg2)
|
void |
TourneyObject.setConfig(TourneyConfig value)
Requests that the config field be set to the
specified value. |
| Uses of TourneyConfig in com.threerings.parlor.tourney.server |
|---|
| Methods in com.threerings.parlor.tourney.server with parameters of type TourneyConfig | |
|---|---|
void |
TourniesProvider.createTourney(com.threerings.presents.data.ClientObject caller,
TourneyConfig arg1,
com.threerings.presents.client.InvocationService.ResultListener arg2)
Handles a TourniesService.createTourney(com.threerings.parlor.tourney.data.TourneyConfig, com.threerings.presents.client.InvocationService.ResultListener) request. |
void |
TourniesManager.createTourney(com.threerings.presents.data.ClientObject caller,
TourneyConfig config,
com.threerings.presents.client.InvocationService.ResultListener listener)
|
int |
TourneyManager.init(TourneyConfig config,
Comparable<?> key)
Initializes this tourney manager and prepares it for operation. |
| Uses of TourneyConfig in com.threerings.parlor.tourney.server.persist |
|---|
| Methods in com.threerings.parlor.tourney.server.persist that return TourneyConfig | |
|---|---|
TourneyConfig |
TourneyRepository.TourneyRecord.getTourneyConfig()
|
| Methods in com.threerings.parlor.tourney.server.persist that return types with arguments of type TourneyConfig | |
|---|---|
ArrayList<TourneyConfig> |
TourneyRepository.loadTournies()
Loads all the tourney configs from the repository. |
| Methods in com.threerings.parlor.tourney.server.persist with parameters of type TourneyConfig | |
|---|---|
void |
TourneyRepository.insertTourney(TourneyConfig tourney)
Inserts a new tourney into the repository, assigning a unique id to the tourney. |
void |
TourneyRepository.updateTourney(TourneyConfig tourney)
Updates the tourney in the repository. |
| Constructors in com.threerings.parlor.tourney.server.persist with parameters of type TourneyConfig | |
|---|---|
TourneyRepository.TourneyRecord(TourneyConfig tourneyConfig)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||