|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.webservices.WsFindGroupsResults
public class WsFindGroupsResults
returned from the group find query
Nested Class Summary | |
---|---|
static class |
WsFindGroupsResults.WsFindGroupsResultCode
result code of a request |
Constructor Summary | |
---|---|
WsFindGroupsResults()
|
Method Summary | |
---|---|
void |
assignGroupResult(edu.internet2.middleware.grouper.Group group)
put a group in the results |
void |
assignGroupResult(Set<edu.internet2.middleware.grouper.Group> groupSet)
put a group in the results |
void |
assignResultCode(WsFindGroupsResults.WsFindGroupsResultCode wsFindGroupsResultCode)
assign the code from the enum |
WsGroupResult[] |
getGroupResults()
has 0 to many groups that match the query by example |
String |
getResultCode()
code of the result for this subject SUCCESS: means everything ok SUBJECT_NOT_FOUND: cant find the subject SUBJECT_DUPLICATE: found multiple subjects |
String |
getResultMessage()
friendly message that could be audited or sent to a UI |
String |
getSuccess()
T or F as to whether it was a successful assignment |
void |
setGroupResults(WsGroupResult[] groupResults1)
has 0 to many groups that match the query by example |
void |
setResultCode(String resultCode1)
code of the result for this subject SUCCESS: means everything ok SUBJECT_NOT_FOUND: cant find the subject SUBJECT_DUPLICATE: found multiple subjects |
void |
setResultMessage(String errorMessage)
friendly message that could be audited or sent to a UI |
void |
setSuccess(String success1)
T or F as to whether it was a successful assignment |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WsFindGroupsResults()
Method Detail |
---|
public void assignResultCode(WsFindGroupsResults.WsFindGroupsResultCode wsFindGroupsResultCode)
wsFindGroupsResultCode
- public void assignGroupResult(edu.internet2.middleware.grouper.Group group)
group
- public void assignGroupResult(Set<edu.internet2.middleware.grouper.Group> groupSet)
groupSet
- public WsGroupResult[] getGroupResults()
public void setGroupResults(WsGroupResult[] groupResults1)
groupResults1
- the groupResults to setpublic String getSuccess()
public void setSuccess(String success1)
success1
- the success to setpublic String getResultCode()
code of the result for this subject SUCCESS: means everything ok SUBJECT_NOT_FOUND: cant find the subject SUBJECT_DUPLICATE: found multiple subjects
public void setResultCode(String resultCode1)
code of the result for this subject SUCCESS: means everything ok SUBJECT_NOT_FOUND: cant find the subject SUBJECT_DUPLICATE: found multiple subjects
resultCode1
- the resultCode to setpublic String getResultMessage()
public void setResultMessage(String errorMessage)
errorMessage
- the errorMessage to set
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |