Betty v1.1.0

Uses of Interface
christophedelory.betty.interfaces.DbIdEntity

Packages that use DbIdEntity
christophedelory.betty.ejb The application database objects. 
christophedelory.betty.interfaces A collection of base interfaces implemented by our application database objects. 
 

Uses of DbIdEntity in christophedelory.betty.ejb
 

Classes in christophedelory.betty.ejb that implement DbIdEntity
 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 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 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 DbIdEntity in christophedelory.betty.interfaces
 

Subinterfaces of DbIdEntity in christophedelory.betty.interfaces
 interface DbCountryEntity
          All objects that define a country shall implement this interface.
 interface LocalChampionship
          Local interface for ChampionshipEJB.
 interface LocalEvent
          Local interface for EventEJB.
 interface LocalLocation
          Local interface for LocationEJB.
 interface LocalModel
          Local interface for ModelEJB.
 interface LocalPhase
          Local interface for PhaseEJB.
 interface LocalPlayer
          Local interface for PlayerEJB.
 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.