Betty v1.1.0

Uses of Interface
christophedelory.interfaces.DbEntity

Packages that use DbEntity
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 DbEntity in christophedelory.betty
 

Methods in christophedelory.betty with parameters of type DbEntity
 String EntityToString.toEntityString(DbEntity dbEntity, Locale locale)
          Returns a string representation of the specified EJB object.
 

Uses of DbEntity in christophedelory.betty.ejb
 

Classes in christophedelory.betty.ejb that implement DbEntity
 class BetBean
          The entity bean definition of a user bet on an event's player score.
 class ChampionshipBean
          The entity bean definition of a championship.
 class EventBean
          The entity bean definition of an event in a championship's phase.
 class LocationBean
          The entity bean definition of a location used in a championship's event.
 class MetadataBean
          The entity bean definition of a metadata field, attached to a base object.
 class ModelBean
          The entity bean definition of a (bet, score or rank) processing model.
 class PhaseBean
          The entity bean definition of a championship's phase.
 class PlayerBean
          The entity bean definition of a player.
 class PlayerScoreBean
          The entity bean definition of a player score in a championship's event.
 class PropertyBean
          The entity bean definition of a key/value property.
 class ResourceBean
          The entity bean definition of a localized resource, used or not in a championship.
 class UserBean
          The entity bean definition of a user: better or administrator.
 class UserRoleBean
          The entity bean definition of a user role (a better or an administrator currently).
 

Uses of DbEntity in christophedelory.betty.interfaces
 

Subinterfaces of DbEntity in christophedelory.betty.interfaces
 interface DbCountryEntity
          All objects that define a country shall implement this interface.
 interface DbIdEntity
          All EJB objects that define an identifier shall implement this interface.
 interface LocalBet
          Local interface for BetEJB.
 interface LocalChampionship
          Local interface for ChampionshipEJB.
 interface LocalEvent
          Local interface for EventEJB.
 interface LocalLocation
          Local interface for LocationEJB.
 interface LocalMetadata
          Local interface for MetadataEJB.
 interface LocalModel
          Local interface for ModelEJB.
 interface LocalPhase
          Local interface for PhaseEJB.
 interface LocalPlayer
          Local interface for PlayerEJB.
 interface LocalPlayerScore
          Local interface for PlayerScoreEJB.
 interface LocalProperty
          Local interface for PropertyEJB.
 interface LocalResource
          Local interface for ResourceEJB.
 interface LocalUser
          Local interface for UserEJB.
 interface LocalUserRole
          Local interface for UserRoleEJB.
 


© 2008-2009 Christophe Delory

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