|
Betty v1.1.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocalPlayer | |
---|---|
christophedelory.betty | The home of the Betty application. |
christophedelory.betty.ejb | The application database objects. |
christophedelory.betty.interfaces | A collection of base interfaces implemented by our application database objects. |
christophedelory.betty.model.rank | The rank processing models . |
Uses of LocalPlayer in christophedelory.betty |
---|
Methods in christophedelory.betty with parameters of type LocalPlayer | |
---|---|
String |
EntityToString.toString(LocalPlayer dbEntity,
Locale locale)
Returns a string representation of the specified EJB object. |
PlayerDetails |
EntityToXml.toXml(LocalPlayer dbEntity,
Locale[] locales)
Returns an XML representation of the specified EJB object. |
Uses of LocalPlayer in christophedelory.betty.ejb |
---|
Methods in christophedelory.betty.ejb that return LocalPlayer | |
---|---|
abstract LocalPlayer |
PlayerScoreBean.getPlayer()
Returns the associated player. |
Methods in christophedelory.betty.ejb with parameters of type LocalPlayer | |
---|---|
Object |
PlayerScoreBean.ejbCreate(LocalEvent dbEvent,
LocalPlayer dbPlayer,
LocalPhase dbDependencyPhase,
int dependencyPhaseRank)
Creates an instance of this entity bean. |
void |
PlayerScoreBean.ejbPostCreate(LocalEvent dbEvent,
LocalPlayer dbPlayer,
LocalPhase dbDependencyPhase,
int dependencyPhaseRank)
Allows this entity bean instance to fully initialize itself. |
abstract void |
PlayerScoreBean.setPlayer(LocalPlayer player)
Initializes the associated player. |
Uses of LocalPlayer in christophedelory.betty.interfaces |
---|
Methods in christophedelory.betty.interfaces that return LocalPlayer | |
---|---|
LocalPlayer |
LocalPlayerHome.create(String id)
|
LocalPlayer |
LocalPlayerHome.findById(String id)
|
LocalPlayer |
LocalPlayerHome.findByPrimaryKey(Object pk)
|
LocalPlayer |
LocalPlayerScore.getPlayer()
Returns the associated player. |
Methods in christophedelory.betty.interfaces that return types with arguments of type LocalPlayer | |
---|---|
Collection<LocalPlayer> |
LocalPlayerHome.findAll()
|
Methods in christophedelory.betty.interfaces with parameters of type LocalPlayer | |
---|---|
LocalPlayerScore |
LocalPlayerScoreHome.create(LocalEvent dbEvent,
LocalPlayer dbPlayer,
LocalPhase dbDependencyPhase,
int dependencyPhaseRank)
|
LocalPlayerScore |
LocalPlayerScoreHome.findByEventAndPlayer(LocalEvent dbEvent,
LocalPlayer dbPlayer)
|
void |
LocalPlayerScore.setPlayer(LocalPlayer player)
Initializes the associated player. |
Uses of LocalPlayer in christophedelory.betty.model.rank |
---|
Methods in christophedelory.betty.model.rank that return LocalPlayer | |
---|---|
LocalPlayer |
PlayerRank.getPlayer()
Returns the player EJB object. |
Methods in christophedelory.betty.model.rank with parameters of type LocalPlayer | |
---|---|
static PlayerRank |
PlayerRank.getPlayerRank(List<PlayerRank> playerRanks,
LocalPlayer dbPlayer)
Returns the player rank instance from the list that corresponds to the specified player. |
|
© 2008-2009 Christophe Delory | |||||||||
PREV NEXT | FRAMES NO FRAMES |