Uses of Class
org.kuali.rice.kim.impl.group.GroupBo

Packages that use GroupBo
org.kuali.rice.kew.rule   
org.kuali.rice.kim.impl.group   
org.kuali.rice.kim.impl.permission   
org.kuali.rice.kim.impl.responsibility   
org.kuali.rice.kim.lookup   
 

Uses of GroupBo in org.kuali.rice.kew.rule
 

Methods in org.kuali.rice.kew.rule that return GroupBo
 GroupBo GroupRuleResponsibility.getGroupBo()
           
 GroupBo RuleBaseValues.getGroupBo()
           
 GroupBo RuleDelegationBo.getGroupBo()
           
 

Uses of GroupBo in org.kuali.rice.kim.impl.group
 

Methods in org.kuali.rice.kim.impl.group that return GroupBo
static GroupBo GroupBo.from(Group im)
          Converts a immutable object to its mutable counterpart
protected  GroupBo GroupServiceImpl.getGroupBo(String groupId)
           
protected  GroupBo GroupServiceImpl.saveGroup(GroupBo group)
           
 GroupBo GroupInternalService.saveWorkgroup(GroupBo group)
          Save the GroupBo, being careful to reset the action document assignments based on any membership changes.
 GroupBo GroupInternalServiceImpl.saveWorkgroup(GroupBo group)
           
 

Methods in org.kuali.rice.kim.impl.group that return types with arguments of type GroupBo
protected  List<GroupBo> GroupServiceImpl.getMemberGroupBos(String groupId)
           
 

Methods in org.kuali.rice.kim.impl.group with parameters of type GroupBo
protected  void GroupServiceImpl.getMemberGroupsInternal(GroupBo group, Set<GroupBo> groups)
           
protected  GroupBo GroupServiceImpl.saveGroup(GroupBo group)
           
 GroupBo GroupInternalService.saveWorkgroup(GroupBo group)
          Save the GroupBo, being careful to reset the action document assignments based on any membership changes.
 GroupBo GroupInternalServiceImpl.saveWorkgroup(GroupBo group)
           
static Group GroupBo.to(GroupBo bo)
          Converts a mutable bo to its immutable counterpart
 

Method parameters in org.kuali.rice.kim.impl.group with type arguments of type GroupBo
protected  void GroupServiceImpl.getMemberGroupsInternal(GroupBo group, Set<GroupBo> groups)
           
 

Uses of GroupBo in org.kuali.rice.kim.impl.permission
 

Methods in org.kuali.rice.kim.impl.permission that return GroupBo
 GroupBo UberPermissionBo.getAssignedToGroup()
           
 

Methods in org.kuali.rice.kim.impl.permission with parameters of type GroupBo
 void UberPermissionBo.setAssignedToGroup(GroupBo assignedToGroup)
           
 

Uses of GroupBo in org.kuali.rice.kim.impl.responsibility
 

Methods in org.kuali.rice.kim.impl.responsibility that return GroupBo
 GroupBo UberResponsibilityBo.getAssignedToGroup()
           
 

Methods in org.kuali.rice.kim.impl.responsibility with parameters of type GroupBo
 void UberResponsibilityBo.setAssignedToGroup(GroupBo assignedToGroup)
           
 

Uses of GroupBo in org.kuali.rice.kim.lookup
 

Methods in org.kuali.rice.kim.lookup that return types with arguments of type GroupBo
 List<GroupBo> GroupLookupableHelperServiceImpl.getSearchResults(Map<String,String> fieldValues)
          Converts GroupInfo objects to GroupBo objects.
 Collection<GroupBo> GroupLookupableHelperServiceImpl.performLookup(LookupForm lookupForm, Collection resultTable, boolean bounded)
           
 

Methods in org.kuali.rice.kim.lookup with parameters of type GroupBo
protected  HtmlData GroupLookupableHelperServiceImpl.getEditGroupUrl(GroupBo groupBo)
           
 



Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.