Uses of Class
br.com.arsmachina.authentication.entity.PermissionGroup

Packages that use PermissionGroup
br.com.arsmachina.authentication.controller   
br.com.arsmachina.authentication.controller.impl   
br.com.arsmachina.authentication.dao   
br.com.arsmachina.authentication.entity   
 

Uses of PermissionGroup in br.com.arsmachina.authentication.controller
 

Methods in br.com.arsmachina.authentication.controller that return PermissionGroup
 PermissionGroup PermissionGroupController.findByName(String name)
          Returns the permission group with the given name or null if there is no such one.
 

Uses of PermissionGroup in br.com.arsmachina.authentication.controller.impl
 

Methods in br.com.arsmachina.authentication.controller.impl that return PermissionGroup
 PermissionGroup PermissionGroupControllerImpl.findByName(String name)
          Invokes dao.findByName().
 

Uses of PermissionGroup in br.com.arsmachina.authentication.dao
 

Methods in br.com.arsmachina.authentication.dao that return PermissionGroup
 PermissionGroup PermissionGroupDAO.findByName(String name)
          Returns the permission group with the given name or null if there is no such one.
 

Uses of PermissionGroup in br.com.arsmachina.authentication.entity
 

Methods in br.com.arsmachina.authentication.entity that return types with arguments of type PermissionGroup
 List<PermissionGroup> User.getPermissionGroups()
          Returns the value of the permissionGroups property.
 

Methods in br.com.arsmachina.authentication.entity with parameters of type PermissionGroup
 void User.add(PermissionGroup permissionGroup)
          Adds a permission group to this user.
 void User.remove(PermissionGroup permissionGroup)
          Removes a permission group from this user.
 

Method parameters in br.com.arsmachina.authentication.entity with type arguments of type PermissionGroup
 void User.setPermissionGroups(List<PermissionGroup> permissionGroups)
          Deprecated. Use User.add(PermissionGroup) and User.remove(PermissionGroup) instead.
 



Copyright © 2008-2009 Thiago H. de Paula Figueiredo. All Rights Reserved.