Betty v1.1.0

Uses of Interface
christophedelory.betty.interfaces.LocalChampionship

Packages that use LocalChampionship
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.servlet The general purpose Web services. 
 

Uses of LocalChampionship in christophedelory.betty
 

Methods in christophedelory.betty with parameters of type LocalChampionship
static boolean ProcessingEngine.isChampionshipClosed(LocalChampionship dbChampionship)
          Checks if the specified phase is closed, namely if all of its phases are closed.
static void ProcessingEngine.processChampionship(LocalChampionship dbChampionship)
          Processes all events and phases of the specified championship: scores, ranks, bets.
 String EntityToString.toString(LocalChampionship dbEntity, Locale locale)
          Returns a string representation of the specified EJB object.
 ChampionshipDetails EntityToXml.toXml(LocalChampionship dbEntity, Locale[] locales)
          Returns an XML representation of the specified EJB object.
 

Uses of LocalChampionship in christophedelory.betty.ejb
 

Methods in christophedelory.betty.ejb that return LocalChampionship
abstract  LocalChampionship ResourceBean.getChampionship()
          Returns the enclosing championship, if any.
abstract  LocalChampionship PhaseBean.getChampionship()
          Returns the enclosing championship.
 

Methods in christophedelory.betty.ejb with parameters of type LocalChampionship
 Object ResourceBean.ejbCreate(String id, LocalChampionship dbChampionship)
          Creates an instance of this entity bean.
 Object PhaseBean.ejbCreate(String id, LocalChampionship dbChampionship)
          Creates an instance of this entity bean.
 void ResourceBean.ejbPostCreate(String id, LocalChampionship dbChampionship)
          Allows this entity bean instance to fully initialize itself.
 void PhaseBean.ejbPostCreate(String id, LocalChampionship dbChampionship)
          Allows this entity bean instance to fully initialize itself.
abstract  void ResourceBean.setChampionship(LocalChampionship championship)
          Initializes the enclosing championship.
abstract  void PhaseBean.setChampionship(LocalChampionship championship)
          Initializes the enclosing championship.
 

Uses of LocalChampionship in christophedelory.betty.interfaces
 

Methods in christophedelory.betty.interfaces that return LocalChampionship
 LocalChampionship LocalChampionshipHome.create(String id)
           
 LocalChampionship LocalChampionshipHome.findById(String id)
           
 LocalChampionship LocalChampionshipHome.findByPrimaryKey(Object pk)
           
 LocalChampionship LocalResource.getChampionship()
          Returns the enclosing championship, if any.
 LocalChampionship LocalPhase.getChampionship()
          Returns the enclosing championship.
 

Methods in christophedelory.betty.interfaces that return types with arguments of type LocalChampionship
 Collection<LocalChampionship> LocalChampionshipHome.findAll()
           
 

Methods in christophedelory.betty.interfaces with parameters of type LocalChampionship
 LocalResource LocalResourceHome.create(String id, LocalChampionship dbChampionship)
           
 LocalPhase LocalPhaseHome.create(String id, LocalChampionship dbChampionship)
           
 Collection<LocalResource> LocalResourceHome.findByChampionship(LocalChampionship dbChampionship)
           
 Collection<LocalPhase> LocalPhaseHome.findByChampionship(LocalChampionship dbChampionship)
           
 Collection<LocalEvent> LocalEventHome.findByChampionship(LocalChampionship dbChampionship)
           
 LocalResource LocalResourceHome.findByIdAndChampionship(String id, LocalChampionship dbChampionship)
           
 LocalPhase LocalPhaseHome.findByIdAndChampionship(String id, LocalChampionship dbChampionship)
           
 void LocalResource.setChampionship(LocalChampionship championship)
          Initializes the enclosing championship.
 void LocalPhase.setChampionship(LocalChampionship championship)
          Initializes the enclosing championship.
 

Uses of LocalChampionship in christophedelory.betty.servlet
 

Methods in christophedelory.betty.servlet that return LocalChampionship
static LocalChampionship PublicHttpServlet.findChampionshipById(String championshipId)
          Retrieves the championship EJB object corresponding to the specified identifier.
 


© 2008-2009 Christophe Delory

Copyright © 2008-2009 Christophe Delory. All Rights Reserved.