Uses of Interface
net.ezcontent.auth.Group

Packages that use Group
net.ezcontent.auth Aqui se definen las clases para el mecanismo de autentificacion basico. 
net.ezcontent.dao Este paquete contiene las interfaces que deben implementar los DAO para documentos, autentificacion y workflow. 
net.ezcontent.impl.dao Una implementacion del paquete net.ezcontent.dao utilizando Hibernate 2.1 y Spring 1.0 
net.ezcontent.impl.eos Una implementacion de los EO's de documentos, autentificacion y workflow que define ezContent, utilizando Hibernate 2.1; fueron creados con un plugin de Eclipse que permite tener dos clases por cada entidad. 
 

Uses of Group in net.ezcontent.auth
 

Methods in net.ezcontent.auth with parameters of type Group
 boolean User.isMemberOfGroup(Group group)
           
 

Uses of Group in net.ezcontent.dao
 

Methods in net.ezcontent.dao that return Group
 Group AuthDAO.getGroup(String name)
          Obtiene el grupo con el nombre especificado.
 Group AuthDAO.createGroup()
          Crea un nuevo grupo.
 

Methods in net.ezcontent.dao with parameters of type Group
 List AuthDAO.permissionsForGroup(Group group)
          Devuelve los permisos asignados a un grupo.
 

Uses of Group in net.ezcontent.impl.dao
 

Methods in net.ezcontent.impl.dao that return Group
 Group AuthenticationDAO.getGroup(String name)
          Obtiene el grupo especificado.
 Group AuthenticationDAO.createGroup()
          Crea un nuevo grupo.
 

Methods in net.ezcontent.impl.dao with parameters of type Group
 List AuthenticationDAO.permissionsForGroup(Group group)
          Devuelve todos los permisos que tiene asignados un grupo.
 

Uses of Group in net.ezcontent.impl.eos
 

Classes in net.ezcontent.impl.eos that implement Group
 class Grupo
          This is the object class that relates to the Grupo table.
 

Methods in net.ezcontent.impl.eos with parameters of type Group
 boolean Usuario.isMemberOfGroup(Group g)