Uses of Class
com.silverpeas.domains.silverpeasdriver.SPGroup

Packages that use SPGroup
com.silverpeas.domains.silverpeasdriver   
 

Uses of SPGroup in com.silverpeas.domains.silverpeasdriver
 

Methods in com.silverpeas.domains.silverpeasdriver that return SPGroup
 SPGroup SPGroup.getParent()
           
 

Methods in com.silverpeas.domains.silverpeasdriver that return types with arguments of type SPGroup
 List<SPGroup> SPGroupDao.findByDescription(String description)
           
 List<SPGroup> SPGroupDao.findByName(String name)
           
 Set<SPGroup> SPUser.getGroups()
           
 Set<SPGroup> SPGroup.getSubGroups()
           
 List<SPGroup> SPGroupDao.listAllRootGroups(String toto)
           
 

Methods in com.silverpeas.domains.silverpeasdriver with parameters of type SPGroup
 void SPGroup.setParent(SPGroup parent)
           
 

Method parameters in com.silverpeas.domains.silverpeasdriver with type arguments of type SPGroup
 void SPUser.setGroups(Set<SPGroup> groups)
           
 void SPGroup.setSubGroups(Set<SPGroup> subGroups)
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.