|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.ws.coresoap.WsStemLookup
public class WsStemLookup
Class to lookup a stem via web service developers make sure each setter calls this.clearSubject(); TODO: add in extensions in the query
Nested Class Summary | |
---|---|
static class |
WsStemLookup.StemFindResult
result of stem find |
Constructor Summary | |
---|---|
WsStemLookup()
|
|
WsStemLookup(java.lang.String stemName1,
java.lang.String uuid1)
|
Method Summary | |
---|---|
boolean |
blank()
see if blank |
static java.util.Set<java.lang.String> |
convertToStemIds(GrouperSession grouperSession,
WsStemLookup[] wsStemLookups,
java.lang.StringBuilder errorMessage,
int[] lookupCount)
convert stem lookups to stem ids |
java.lang.String |
getStemName()
name of the stem to find (includes stems, e.g. |
java.lang.String |
getUuid()
uuid of the stem to find |
boolean |
hasData()
see if this stem lookup has data |
Stem |
retrieveStem()
Note: this is not a javabean property because we dont want it in the web service |
WsStemLookup.StemFindResult |
retrieveStemFindResult()
Note: this is not a javabean property because we dont want it in the web service |
void |
retrieveStemIfNeeded(GrouperSession grouperSession,
boolean exceptionOnNull)
pass in a grouper session |
void |
setStemName(java.lang.String theName)
name of the stem to find (includes stems, e.g. |
void |
setUuid(java.lang.String uuid1)
uuid of the stem to find |
java.lang.String |
toString()
make sure this is an explicit toString |
java.lang.String |
toStringCompact()
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 WsStemLookup()
public WsStemLookup(java.lang.String stemName1, java.lang.String uuid1)
stemName1
- uuid1
- Method Detail |
---|
public boolean blank()
public boolean hasData()
public Stem retrieveStem()
Note: this is not a javabean property because we dont want it in the web service
public WsStemLookup.StemFindResult retrieveStemFindResult()
Note: this is not a javabean property because we dont want it in the web service
public java.lang.String toString()
toString
in class java.lang.Object
public void retrieveStemIfNeeded(GrouperSession grouperSession, boolean exceptionOnNull)
grouperSession
- exceptionOnNull
- excdeption if nothing in stempublic java.lang.String getUuid()
public void setUuid(java.lang.String uuid1)
uuid1
- the uuid to setpublic java.lang.String getStemName()
public void setStemName(java.lang.String theName)
theName
- the theName to setpublic static java.util.Set<java.lang.String> convertToStemIds(GrouperSession grouperSession, WsStemLookup[] wsStemLookups, java.lang.StringBuilder errorMessage, int[] lookupCount)
grouperSession
- wsStemLookups
- errorMessage
- lookupCount
- is an array of size one int where 1 will be added if there are records, and no change if not
public java.lang.String toStringCompact()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |