|
Betty v1.1.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocalModel | |
---|---|
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. |
Uses of LocalModel in christophedelory.betty |
---|
Methods in christophedelory.betty with parameters of type LocalModel | |
---|---|
String |
EntityToString.toString(LocalModel dbEntity,
Locale locale)
Returns a string representation of the specified EJB object. |
void |
EntityToXml.toXml(LocalModel dbEntity,
ModelDetails xml,
Locale[] locales)
Builds an XML representation of the specified EJB object. |
Uses of LocalModel in christophedelory.betty.ejb |
---|
Methods in christophedelory.betty.ejb that return LocalModel | |
---|---|
abstract LocalModel |
ChampionshipBean.getBetModel()
Returns the associated bet processing model. |
abstract LocalModel |
PhaseBean.getRankModel()
Returns the associated rank processing model. |
abstract LocalModel |
EventBean.getScoreModel()
Returns the associated score processing model. |
Methods in christophedelory.betty.ejb with parameters of type LocalModel | |
---|---|
abstract void |
ChampionshipBean.setBetModel(LocalModel dbModel)
Initializes the associated bet processing model. |
abstract void |
PhaseBean.setRankModel(LocalModel dbModel)
Initializes the associated rank processing model. |
abstract void |
EventBean.setScoreModel(LocalModel dbModel)
Initializes the associated score processing model. |
Uses of LocalModel in christophedelory.betty.interfaces |
---|
Methods in christophedelory.betty.interfaces that return LocalModel | |
---|---|
LocalModel |
LocalModelHome.create(String className)
|
LocalModel |
LocalModelHome.findByPrimaryKey(Object pk)
|
LocalModel |
LocalChampionship.getBetModel()
Returns the associated bet processing model. |
LocalModel |
LocalPhase.getRankModel()
Returns the associated rank processing model. |
LocalModel |
LocalEvent.getScoreModel()
Returns the associated score processing model. |
Methods in christophedelory.betty.interfaces that return types with arguments of type LocalModel | |
---|---|
Collection<LocalModel> |
LocalModelHome.findAll()
|
Methods in christophedelory.betty.interfaces with parameters of type LocalModel | |
---|---|
void |
LocalChampionship.setBetModel(LocalModel dbModel)
Initializes the associated bet processing model. |
void |
LocalPhase.setRankModel(LocalModel dbModel)
Initializes the associated rank processing model. |
void |
LocalEvent.setScoreModel(LocalModel dbModel)
Initializes the associated score processing model. |
|
© 2008-2009 Christophe Delory | |||||||||
PREV NEXT | FRAMES NO FRAMES |