Betty v1.1.0

Uses of Interface
christophedelory.betty.interfaces.LocalUser

Packages that use LocalUser
christophedelory.betty The home of the Betty application. 
christophedelory.betty.better The better-related commands and controls. 
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 LocalUser in christophedelory.betty
 

Methods in christophedelory.betty with parameters of type LocalUser
 String EntityToString.toString(LocalUser dbEntity, Locale locale)
          Returns a string representation of the specified EJB object.
 UserDetails EntityToXml.toXml(LocalUser dbEntity, Locale[] locales)
          Returns an XML representation of the specified EJB object.
 

Uses of LocalUser in christophedelory.betty.better
 

Methods in christophedelory.betty.better that return LocalUser
 LocalUser BetterRank.getUser()
          Returns the better EJB object.
 

Uses of LocalUser in christophedelory.betty.ejb
 

Methods in christophedelory.betty.ejb that return LocalUser
abstract  LocalUser UserRoleBean.getUser()
          Returns the user EJB object associated with this element.
abstract  LocalUser BetBean.getUser()
          Returns the user EJB object associated with this element.
 

Methods in christophedelory.betty.ejb with parameters of type LocalUser
 Object BetBean.ejbCreate(LocalPlayerScore dbPlayerScore, LocalUser dbUser)
          Creates an instance of this entity bean.
 Object UserRoleBean.ejbCreate(String id, LocalUser dbUser)
          Creates an instance of this entity bean.
 void BetBean.ejbPostCreate(LocalPlayerScore dbPlayerScore, LocalUser dbUser)
          Allows this entity bean instance to fully initialize itself.
 void UserRoleBean.ejbPostCreate(String id, LocalUser dbUser)
          Allows this entity bean instance to fully initialize itself.
abstract  void UserRoleBean.setUser(LocalUser dbUser)
          Initializes the user EJB object associated with this element.
abstract  void BetBean.setUser(LocalUser dbUser)
          Initializes the user EJB object associated with this element.
 

Uses of LocalUser in christophedelory.betty.interfaces
 

Methods in christophedelory.betty.interfaces that return LocalUser
 LocalUser LocalUserHome.create(String id)
           
 LocalUser LocalUserHome.findById(String id)
           
 LocalUser LocalUserHome.findByPrimaryKey(Object pk)
           
 LocalUser LocalUserRole.getUser()
          Returns the user EJB object associated with this element.
 LocalUser LocalBet.getUser()
          Returns the user EJB object associated with this element.
 

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

Methods in christophedelory.betty.interfaces with parameters of type LocalUser
 LocalBet LocalBetHome.create(LocalPlayerScore dbPlayerScore, LocalUser dbUser)
           
 LocalUserRole LocalUserRoleHome.create(String id, LocalUser dbUser)
           
 Collection<LocalBet> LocalBetHome.findByEventAndUser(LocalEvent dbEvent, LocalUser dbUser)
           
 LocalUserRole LocalUserRoleHome.findByIdAndUser(String id, LocalUser dbUser)
           
 LocalBet LocalBetHome.findByPlayerScoreAndUser(LocalPlayerScore dbPlayerScore, LocalUser dbUser)
           
 Collection<LocalUserRole> LocalUserRoleHome.findByUser(LocalUser dbUser)
           
 Collection<LocalBet> LocalBetHome.findByUser(LocalUser dbUser)
           
 void LocalUserRole.setUser(LocalUser dbUser)
          Initializes the user EJB object associated with this element.
 void LocalBet.setUser(LocalUser dbUser)
          Initializes the user EJB object associated with this element.
 

Uses of LocalUser in christophedelory.betty.servlet
 

Methods in christophedelory.betty.servlet with parameters of type LocalUser
 String EntityToRSSDescription.toString(LocalUser dbEntity, Locale locale)
           
 


© 2008-2009 Christophe Delory

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