|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Group.Builder | |
---|---|
org.kuali.rice.kim.api.group | Copyright 2005-2013 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. |
Uses of Group.Builder in org.kuali.rice.kim.api.group |
---|
Methods in org.kuali.rice.kim.api.group that return Group.Builder | |
---|---|
static Group.Builder |
Group.Builder.create(GroupContract contract)
creates a Group from an existing GroupContract . |
static Group.Builder |
Group.Builder.create(String namespaceCode,
String name,
String kimTypeId)
creates a Group with the required fields. |
Methods in org.kuali.rice.kim.api.group that return types with arguments of type Group.Builder | |
---|---|
List<Group.Builder> |
GroupQueryResults.Builder.getResults()
|
Method parameters in org.kuali.rice.kim.api.group with type arguments of type Group.Builder | |
---|---|
void |
GroupQueryResults.Builder.setResults(List<Group.Builder> results)
|
Constructors in org.kuali.rice.kim.api.group with parameters of type Group.Builder | |
---|---|
Group(Group.Builder builder)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |