|
|||||||||
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(java.lang.String paramName,
java.lang.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(java.lang.String theClientVersion)
assign client version |
GcGroupSave |
assignIncludeGroupDetail(java.lang.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(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GcGroupSave()
Method Detail |
---|
public GcGroupSave assignClientVersion(java.lang.String theClientVersion)
theClientVersion
-
public GcGroupSave addGroupToSave(WsGroupToSave wsGroupToSave)
wsGroupToSave
-
public GcGroupSave addParam(java.lang.String paramName, java.lang.String paramValue)
paramName
- paramValue
-
public GcGroupSave addParam(WsParam wsParam)
wsParam
-
public GcGroupSave assignActAsSubject(WsSubjectLookup theActAsSubject)
theActAsSubject
-
public GcGroupSave assignIncludeGroupDetail(java.lang.Boolean theIncludeGroupDetail)
theIncludeGroupDetail
-
public WsGroupSaveResults execute()
public GcGroupSave assignTxType(GcTransactionType gcTransactionType)
gcTransactionType
-
public static void main(java.lang.String[] args)
args
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |