|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.internet2.middleware.grouperClient.api.GcGroupSave
public class GcGroupSave
class to run a group save web service call
| Constructor Summary | |
|---|---|
GcGroupSave()
|
|
| Method Summary | |
|---|---|
GcGroupSave |
addGroupToSave(WsGroupToSave wsGroupToSave)
add a group to save |
GcGroupSave |
addParam(String paramName,
String paramValue)
add a param to the list |
GcGroupSave |
addParam(WsParam wsParam)
add a param to the list |
GcGroupSave |
assignActAsSubject(WsSubjectLookup theActAsSubject)
assign the act as subject if any |
GcGroupSave |
assignClientVersion(String theClientVersion)
assign client version |
GcGroupSave |
assignIncludeGroupDetail(Boolean theIncludeGroupDetail)
assign if the group detail should be included |
GcGroupSave |
assignTxType(GcTransactionType gcTransactionType)
assign the tx type |
WsGroupSaveResults |
execute()
execute the call and return the results. |
static void |
main(String[] args)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GcGroupSave()
| Method Detail |
|---|
public GcGroupSave assignClientVersion(String theClientVersion)
theClientVersion -
public GcGroupSave addGroupToSave(WsGroupToSave wsGroupToSave)
wsGroupToSave -
public GcGroupSave addParam(String paramName,
String paramValue)
paramName - paramValue -
public GcGroupSave addParam(WsParam wsParam)
wsParam -
public GcGroupSave assignActAsSubject(WsSubjectLookup theActAsSubject)
theActAsSubject -
public GcGroupSave assignIncludeGroupDetail(Boolean theIncludeGroupDetail)
theIncludeGroupDetail -
public WsGroupSaveResults execute()
public GcGroupSave assignTxType(GcTransactionType gcTransactionType)
gcTransactionType -
public static void main(String[] args)
args -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||