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