Betty v1.1.0

Uses of Interface
christophedelory.betty.interfaces.LocalProperty

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

Uses of LocalProperty in christophedelory.betty
 

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

Uses of LocalProperty in christophedelory.betty.interfaces
 

Methods in christophedelory.betty.interfaces that return LocalProperty
 LocalProperty LocalPropertyHome.create(LocalBase dbBase, String id)
           
 LocalProperty LocalPropertyHome.findByBaseAndId(LocalBase dbBase, String id)
           
 LocalProperty LocalPropertyHome.findByPrimaryKey(Object pk)
           
 

Methods in christophedelory.betty.interfaces that return types with arguments of type LocalProperty
 Collection<LocalProperty> LocalPropertyHome.findAll()
           
 Collection<LocalProperty> LocalPropertyHome.findByBase(LocalBase dbBase)
           
 


© 2008-2009 Christophe Delory

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