Betty v1.1.0

Uses of Interface
christophedelory.betty.interfaces.LocalLocation

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

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

Uses of LocalLocation in christophedelory.betty.ejb
 

Methods in christophedelory.betty.ejb that return LocalLocation
abstract  LocalLocation EventBean.getLocation()
          Returns the event's location.
abstract  LocalLocation LocationBean.getParentLocation()
          Returns the parent location, if any.
 

Methods in christophedelory.betty.ejb with parameters of type LocalLocation
abstract  void EventBean.setLocation(LocalLocation location)
          Initializes the event's location.
abstract  void LocationBean.setParentLocation(LocalLocation location)
          Initializes the parent location.
 

Uses of LocalLocation in christophedelory.betty.interfaces
 

Methods in christophedelory.betty.interfaces that return LocalLocation
 LocalLocation LocalLocationHome.create(String id)
           
 LocalLocation LocalLocationHome.findById(String id)
           
 LocalLocation LocalLocationHome.findByPrimaryKey(Object pk)
           
 LocalLocation LocalEvent.getLocation()
          Returns the event's location.
 LocalLocation LocalLocation.getParentLocation()
          Returns the parent location, if any.
 

Methods in christophedelory.betty.interfaces that return types with arguments of type LocalLocation
 Collection<LocalLocation> LocalLocationHome.findAll()
           
 Collection<LocalLocation> LocalLocationHome.findAllRoot()
           
 Collection<LocalLocation> LocalLocationHome.findChildsOf(LocalLocation dbParentLocation)
           
 

Methods in christophedelory.betty.interfaces with parameters of type LocalLocation
 Collection<LocalLocation> LocalLocationHome.findChildsOf(LocalLocation dbParentLocation)
           
 void LocalEvent.setLocation(LocalLocation location)
          Initializes the event's location.
 void LocalLocation.setParentLocation(LocalLocation location)
          Initializes the parent location.
 


© 2008-2009 Christophe Delory

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