Betty v1.1.0

Uses of Interface
christophedelory.betty.interfaces.LocalUserRole

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

Uses of LocalUserRole in christophedelory.betty
 

Methods in christophedelory.betty with parameters of type LocalUserRole
 String EntityToString.toString(LocalUserRole dbEntity, Locale locale)
          Returns a string representation of the specified EJB object.
 

Uses of LocalUserRole in christophedelory.betty.interfaces
 

Methods in christophedelory.betty.interfaces that return LocalUserRole
 LocalUserRole LocalUserRoleHome.create(String id, LocalUser dbUser)
           
 LocalUserRole LocalUserRoleHome.findByIdAndUser(String id, LocalUser dbUser)
           
 LocalUserRole LocalUserRoleHome.findByPrimaryKey(Object pk)
           
 

Methods in christophedelory.betty.interfaces that return types with arguments of type LocalUserRole
 Collection<LocalUserRole> LocalUserRoleHome.findAll()
           
 Collection<LocalUserRole> LocalUserRoleHome.findAllAdmins()
           
 Collection<LocalUserRole> LocalUserRoleHome.findAllBetters()
           
 Collection<LocalUserRole> LocalUserRoleHome.findByUser(LocalUser dbUser)
           
 


© 2008-2009 Christophe Delory

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