Serialized Form


Package org.mule.examples.leagues.exceptions

Class org.mule.examples.leagues.exceptions.ConflictException extends org.mule.module.apikit.exception.MuleRestException implements Serializable


Package org.mule.examples.leagues.model

Class org.mule.examples.leagues.model.League extends Object implements Serializable

Serialized Fields

teams

HashMap<K,V> teams

fixture

HashMap<K,V> fixture

Class org.mule.examples.leagues.model.Match extends Object implements Serializable

Serialized Fields

homeTeam

Team homeTeam

awayTeam

Team awayTeam

date

Date date

homeTeamScore

Integer homeTeamScore

awayTeamScore

Integer awayTeamScore

Class org.mule.examples.leagues.model.Team extends Object implements Serializable

Serialized Fields

id

String id

name

String name

homeCity

String homeCity

stadium

String stadium

points

int points

matchesPlayed

int matchesPlayed

matchesWon

int matchesWon

matchesLost

int matchesLost

matchesDraw

int matchesDraw

goalsInFavor

int goalsInFavor

goalsAgainst

int goalsAgainst

Package org.mule.examples.leagues.request

Class org.mule.examples.leagues.request.Score extends Object implements Serializable

Serialized Fields

homeTeamScore

int homeTeamScore

awayTeamScore

int awayTeamScore

Class org.mule.examples.leagues.request.Team extends Object implements Serializable

Serialized Fields

id

String id

name

String name

homeCity

String homeCity

stadium

String stadium

Class org.mule.examples.leagues.request.UpdateTeam extends Object implements Serializable

Serialized Fields

name

String name

homeCity

String homeCity

stadium

String stadium

Package org.mule.examples.leagues.response

Class org.mule.examples.leagues.response.Fixture extends Object implements Serializable

Serialized Fields

fixture

List<E> fixture

Class org.mule.examples.leagues.response.Match extends Object implements Serializable

Serialized Fields

homeTeam

String homeTeam

awayTeam

String awayTeam

date

Date date

homeTeamScore

Integer homeTeamScore

awayTeamScore

Integer awayTeamScore

Class org.mule.examples.leagues.response.Position extends Object implements Serializable

Serialized Fields

position

int position

team

String team

points

int points

matchesPlayed

int matchesPlayed

matchesWon

int matchesWon

matchesDraw

int matchesDraw

matchesLost

int matchesLost

goalsInFavor

int goalsInFavor

goalsAgainst

int goalsAgainst

Class org.mule.examples.leagues.response.Positions extends Object implements Serializable

Serialized Fields

positions

List<E> positions

Class org.mule.examples.leagues.response.Team extends Object implements Serializable

Serialized Fields

id

String id

name

String name

homeCity

String homeCity

stadium

String stadium

matches

Integer matches

Class org.mule.examples.leagues.response.Teams extends Object implements Serializable

Serialized Fields

teams

List<E> teams



Copyright © 2013. All rights reserved.