|
Betty v1.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LocalPlayerScore
Local interface for PlayerScoreEJB.
PlayerIdDetails
Method Summary | |
---|---|
LocalBase |
getBase()
Returns the base EJB object attached to this EJB object. |
Date |
getCreationDate()
Returns the creation date of this EJB object. |
String |
getCreationUserId()
Returns the identifier of the user having created this EJB object. |
LocalPhase |
getDependencyPhase()
Returns the dependency phase allowing to choose the player (which is not known now in this case). |
int |
getDependencyPhaseRank()
Returns the rank in the dependency phase allowing to choose the player (which is not known now in this case). |
LocalEvent |
getEvent()
Returns the enclosing championship's event. |
LocalPlayer |
getPlayer()
Returns the associated player. |
int |
getRank()
Returns the current player rank value. |
Integer |
getResult()
Returns the current player result. |
int |
getScore()
Returns the current player score. |
Date |
getUpdateDate()
Returns the update date of this EJB object. |
String |
getUpdateUserId()
Returns the identifier of the user having performed the last update on this EJB object. |
void |
setBase(LocalBase dbBase)
Initializes the associated EJB object. |
void |
setDependencyPhase(LocalPhase phase)
Initializes the dependency phase allowing to choose the player (which is not known now in this case). |
void |
setDependencyPhaseRank(int rank)
Initializes the rank in the dependency phase allowing to choose the player (which is not known now in this case). |
void |
setEvent(LocalEvent event)
Initializes the enclosing championship's event. |
void |
setPlayer(LocalPlayer player)
Initializes the associated player. |
void |
setRank(int rank)
Initializes the player rank value. |
void |
setResult(Integer result)
Initializes the player result value. |
void |
setScore(int score)
Initializes the player score value. |
void |
setUpdateDate(Date date)
Initializes the update date of this EJB object. |
void |
setUpdateUserId(String userId)
Initializes the identifier of the user having performed the last update on this EJB object. |
Methods inherited from interface javax.ejb.EJBLocalObject |
---|
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
Method Detail |
---|
int getScore()
EJBException
- if any exception occured during the execution of this method.setScore(int)
void setScore(int score)
score
- a score value.
EJBException
- if any exception occured during the execution of this method.getScore()
int getRank()
EJBException
- if any exception occured during the execution of this method.setRank(int)
void setRank(int rank)
rank
- a rank value. Shall be strictly greater than 0.
EJBException
- if any exception occured during the execution of this method.getRank()
Integer getResult()
null
.
EJBException
- if any exception occured during the execution of this method.setResult(Integer)
void setResult(Integer result)
result
- a result value. May be null
.
EJBException
- if any exception occured during the execution of this method.getResult()
int getDependencyPhaseRank()
EJBException
- if any exception occured during the execution of this method.setDependencyPhaseRank(int)
,
getDependencyPhase()
void setDependencyPhaseRank(int rank)
rank
- a rank value. Shall be strictly greater than 0.
EJBException
- if any exception occured during the execution of this method.getDependencyPhaseRank()
,
setDependencyPhase(christophedelory.betty.interfaces.LocalPhase)
LocalEvent getEvent()
null
.
EJBException
- if any exception occured during the execution of this method.setEvent(christophedelory.betty.interfaces.LocalEvent)
void setEvent(LocalEvent event)
event
- an event. Shall not be null
.
EJBException
- if any exception occured during the execution of this method.getEvent()
LocalPlayer getPlayer()
null
if not known now.
EJBException
- if any exception occured during the execution of this method.setPlayer(christophedelory.betty.interfaces.LocalPlayer)
,
getDependencyPhase()
void setPlayer(LocalPlayer player)
player
- a player. May be null
.
EJBException
- if any exception occured during the execution of this method.getPlayer()
LocalPhase getDependencyPhase()
null
.
EJBException
- if any exception occured during the execution of this method.setDependencyPhase(christophedelory.betty.interfaces.LocalPhase)
,
getDependencyPhaseRank()
void setDependencyPhase(LocalPhase phase)
phase
- a phase. May be null
.
EJBException
- if any exception occured during the execution of this method.getDependencyPhase()
,
setDependencyPhaseRank(int)
Date getCreationDate()
DbEntity
getCreationDate
in interface DbEntity
null
.String getCreationUserId()
DbEntity
getCreationUserId
in interface DbEntity
null
.Date getUpdateDate()
DbEntity
getUpdateDate
in interface DbEntity
null
.DbEntity.setUpdateDate(java.util.Date)
,
DbEntity.getUpdateUserId()
void setUpdateDate(Date date)
DbEntity
setUpdateDate
in interface DbEntity
date
- a date. Shall not be null
.DbEntity.getUpdateDate()
,
DbEntity.setUpdateUserId(String)
String getUpdateUserId()
DbEntity
getUpdateUserId
in interface DbEntity
null
.DbEntity.setUpdateUserId(String)
,
DbEntity.getUpdateDate()
void setUpdateUserId(String userId)
DbEntity
setUpdateUserId
in interface DbEntity
userId
- a user identifier. Shall not be null
.DbEntity.getUpdateUserId()
,
DbEntity.setUpdateDate(java.util.Date)
LocalBase getBase()
DbEntity
getBase
in interface DbEntity
null
.DbEntity.setBase(christophedelory.interfaces.LocalBase)
void setBase(LocalBase dbBase)
DbEntity
setBase
in interface DbEntity
dbBase
- an EJB object. Shall not be null
.DbEntity.getBase()
|
© 2008-2009 Christophe Delory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |