|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.webservices.WsGroupLookup
public class WsGroupLookup
Class to lookup a group via web service developers make sure each setter calls this.clearSubject(); TODO: add in extensions in the query
Constructor Summary | |
---|---|
WsGroupLookup()
|
|
WsGroupLookup(String groupName1,
String uuid1)
|
Method Summary | |
---|---|
String |
getGroupName()
name of the group to find (includes stems, e.g. |
String |
getUuid()
uuid of the group to find |
edu.internet2.middleware.grouper.Group |
retrieveGroup()
Note: this is not a javabean property because we dont want it in the web service |
edu.internet2.middleware.grouper.webservices.WsGroupLookup.GroupFindResult |
retrieveGroupFindResult()
Note: this is not a javabean property because we dont want it in the web service |
void |
retrieveGroupIfNeeded(edu.internet2.middleware.grouper.GrouperSession grouperSession)
pass in a grouper session |
void |
setGroupName(String theName)
name of the group to find (includes stems, e.g. |
void |
setUuid(String uuid1)
uuid of the group to find |
String |
toString()
make sure this is an explicit toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WsGroupLookup()
public WsGroupLookup(String groupName1, String uuid1)
groupName1
- uuid1
- Method Detail |
---|
public edu.internet2.middleware.grouper.Group retrieveGroup()
Note: this is not a javabean property because we dont want it in the web service
public edu.internet2.middleware.grouper.webservices.WsGroupLookup.GroupFindResult retrieveGroupFindResult()
Note: this is not a javabean property because we dont want it in the web service
public String toString()
toString
in class Object
public void retrieveGroupIfNeeded(edu.internet2.middleware.grouper.GrouperSession grouperSession)
grouperSession
- public String getUuid()
public void setUuid(String uuid1)
uuid1
- the uuid to setpublic String getGroupName()
public void setGroupName(String theName)
theName
- the theName to set
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |