public class GcGroupSave
extends java.lang.Object
Constructor and Description |
---|
GcGroupSave() |
Modifier and Type | Method and Description |
---|---|
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) |
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
-