Betty v1.1.0

Uses of Interface
christophedelory.betty.interfaces.LocalResource

Packages that use LocalResource
christophedelory.betty The home of the Betty application. 
christophedelory.betty.interfaces A collection of base interfaces implemented by our application database objects. 
 

Uses of LocalResource in christophedelory.betty
 

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

Uses of LocalResource in christophedelory.betty.interfaces
 

Methods in christophedelory.betty.interfaces that return LocalResource
 LocalResource LocalResourceHome.create(String id, LocalChampionship dbChampionship)
           
 LocalResource LocalResourceHome.findByIdAndChampionship(String id, LocalChampionship dbChampionship)
           
 LocalResource LocalResourceHome.findByIdAndNoChampionship(String id)
           
 LocalResource LocalResourceHome.findByPrimaryKey(Object pk)
           
 

Methods in christophedelory.betty.interfaces that return types with arguments of type LocalResource
 Collection<LocalResource> LocalResourceHome.findAll()
           
 Collection<LocalResource> LocalResourceHome.findByChampionship(LocalChampionship dbChampionship)
           
 Collection<LocalResource> LocalResourceHome.findById(String id)
           
 Collection<LocalResource> LocalResourceHome.findByNoChampionship()
           
 


© 2008-2009 Christophe Delory

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