Betty v1.1.0

Uses of Interface
christophedelory.betty.interfaces.LocalMetadata

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

Uses of LocalMetadata in christophedelory.betty
 

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

Uses of LocalMetadata in christophedelory.betty.interfaces
 

Methods in christophedelory.betty.interfaces that return LocalMetadata
 LocalMetadata LocalMetadataHome.create(LocalBase dbBase, String type, String localeName)
           
 LocalMetadata LocalMetadataHome.findByBaseAndTypeAndLocale(LocalBase dbBase, String type, String localeName)
           
 LocalMetadata LocalMetadataHome.findByPrimaryKey(Object pk)
           
 

Methods in christophedelory.betty.interfaces that return types with arguments of type LocalMetadata
 Collection<LocalMetadata> LocalMetadataHome.findAll()
           
 Collection<LocalMetadata> LocalMetadataHome.findByBase(LocalBase dbBase)
           
 Collection<LocalMetadata> LocalMetadataHome.findByBaseAndType(LocalBase dbBase, String type)
           
 


© 2008-2009 Christophe Delory

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