public class GcAddMember
extends java.lang.Object
Constructor and Description |
---|
GcAddMember() |
Modifier and Type | Method and Description |
---|---|
GcAddMember |
addParam(java.lang.String paramName,
java.lang.String paramValue)
add a param to the list
|
GcAddMember |
addParam(WsParam wsParam)
add a param to the list
|
GcAddMember |
addSubjectAttributeName(java.lang.String subjectAttributeName) |
GcAddMember |
addSubjectId(java.lang.String subjectId)
add a subject lookup
|
GcAddMember |
addSubjectIdentifier(java.lang.String subjectIdentifier)
add a subject lookup
|
GcAddMember |
addSubjectLookup(WsSubjectLookup wsSubjectLookup)
add a subject lookup
|
GcAddMember |
assignActAsSubject(WsSubjectLookup theActAsSubject)
assign the act as subject if any
|
GcAddMember |
assignAddExternalSubjectIfNotFound(java.lang.Boolean theAssignAddExternalSubjectIfNotFound)
addExternalSubjectIfNotFound T or F, if this is a search by id or identifier, with no source, or the external source,
and the subject is not found, then add an external subject (if the user is allowed
|
GcAddMember |
assignClientVersion(java.lang.String theClientVersion)
assign client version
|
void |
assignDisabledTime(java.sql.Timestamp theDisabledTime)
date this membership will be disabled, yyyy/MM/dd HH:mm:ss.SSS
|
void |
assignEnabledTime(java.sql.Timestamp theEnabledTime)
date this membership will be enabled (for future provisioning), yyyy/MM/dd HH:mm:ss.SSS
|
GcAddMember |
assignFieldName(java.lang.String theFieldName)
assign the field name to the request
|
GcAddMember |
assignGroupIdIndex(java.lang.Long theGroupIdIndex)
set the group id index
|
GcAddMember |
assignGroupName(java.lang.String theGroupName)
set the group name
|
GcAddMember |
assignGroupUuid(java.lang.String theGroupUuid)
set the group uuid
|
GcAddMember |
assignIncludeGroupDetail(java.lang.Boolean theIncludeGroupDetail)
assign if the group detail should be included
|
GcAddMember |
assignIncludeSubjectDetail(java.lang.Boolean theIncludeSubjectDetail)
if should include subject detail
|
GcAddMember |
assignReplaceAllExisting(java.lang.Boolean isReplaceAllExisting)
set if we should replace all existing members with new list
|
GcAddMember |
assignTxType(GcTransactionType gcTransactionType)
assign the tx type
|
WsAddMemberResults |
execute()
execute the call and return the results.
|
public void assignDisabledTime(java.sql.Timestamp theDisabledTime)
theDisabledTime
- public void assignEnabledTime(java.sql.Timestamp theEnabledTime)
theEnabledTime
- public GcAddMember assignGroupName(java.lang.String theGroupName)
theGroupName
- public GcAddMember assignGroupUuid(java.lang.String theGroupUuid)
theGroupUuid
- public GcAddMember assignGroupIdIndex(java.lang.Long theGroupIdIndex)
theGroupIdIndex
- public GcAddMember addParam(java.lang.String paramName, java.lang.String paramValue)
paramName
- paramValue
- public GcAddMember addParam(WsParam wsParam)
wsParam
- public GcAddMember addSubjectLookup(WsSubjectLookup wsSubjectLookup)
wsSubjectLookup
- public GcAddMember addSubjectId(java.lang.String subjectId)
subjectId
- public GcAddMember addSubjectIdentifier(java.lang.String subjectIdentifier)
subjectIdentifier
- public GcAddMember assignReplaceAllExisting(java.lang.Boolean isReplaceAllExisting)
isReplaceAllExisting
- public GcAddMember assignActAsSubject(WsSubjectLookup theActAsSubject)
theActAsSubject
- public GcAddMember assignFieldName(java.lang.String theFieldName)
theFieldName
- public GcAddMember assignTxType(GcTransactionType gcTransactionType)
gcTransactionType
- public GcAddMember addSubjectAttributeName(java.lang.String subjectAttributeName)
subjectAttributeName
- public GcAddMember assignIncludeGroupDetail(java.lang.Boolean theIncludeGroupDetail)
theIncludeGroupDetail
- public GcAddMember assignAddExternalSubjectIfNotFound(java.lang.Boolean theAssignAddExternalSubjectIfNotFound)
theAssignAddExternalSubjectIfNotFound
- public GcAddMember assignIncludeSubjectDetail(java.lang.Boolean theIncludeSubjectDetail)
theIncludeSubjectDetail
- public GcAddMember assignClientVersion(java.lang.String theClientVersion)
theClientVersion
- public WsAddMemberResults execute()