Class WsAddMemberLiteResult
java.lang.Object
edu.internet2.middleware.grouper.ws.coresoap.WsAddMemberLiteResult
- All Implemented Interfaces:
WsResponseBean
Result of one subject being added to a group. The number of
subjects will equal the number of subjects sent in to the method
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumresult code of a request -
Constructor Summary
ConstructorsConstructorDescriptionemptyWsAddMemberLiteResult(WsAddMemberResults wsAddMemberResults) construct from results of other -
Method Summary
Modifier and TypeMethodDescriptionvoidassignResultCode(WsAddMemberLiteResult.WsAddMemberLiteResultCode addMemberLiteResultCode1) assign the code from the enumvoidassignResultCodeException(WsAddMemberLiteResult.WsAddMemberLiteResultCode wsAddMemberLiteResultCodeOverride, String theError, Exception e) prcess an exception, log, etcget the response metadataget the result metadataString[]attributes of subjects returned, in same order as the datagroup assigned tosubject that was addedvoidsetResponseMetadata(WsResponseMeta responseMetadata1) voidsetResultMetadata(WsResultMeta resultMetadata1) voidsetSubjectAttributeNames(String[] attributeNamesa) attributes of subjects returned, in same order as the datavoidsetWsGroupAssigned(WsGroup theWsGroupLookupAssigned) group assigned tovoidsetWsSubject(WsSubject wsSubject1) subject that was added
-
Constructor Details
-
WsAddMemberLiteResult
public WsAddMemberLiteResult()empty -
WsAddMemberLiteResult
construct from results of other- Parameters:
wsAddMemberResults-clientVersion-
-
-
Method Details
-
assignResultCodeException
public void assignResultCodeException(WsAddMemberLiteResult.WsAddMemberLiteResultCode wsAddMemberLiteResultCodeOverride, String theError, Exception e) prcess an exception, log, etc- Parameters:
wsAddMemberLiteResultCodeOverride-theError-e-
-
assignResultCode
public void assignResultCode(WsAddMemberLiteResult.WsAddMemberLiteResultCode addMemberLiteResultCode1) assign the code from the enum- Parameters:
addMemberLiteResultCode1-
-
getResultMetadata
Description copied from interface:WsResponseBeanget the result metadata- Specified by:
getResultMetadatain interfaceWsResponseBean- Returns:
- the resultMetadata
-
getSubjectAttributeNames
attributes of subjects returned, in same order as the data- Returns:
- the attributeNames
-
getWsGroupAssigned
group assigned to- Returns:
- the wsGroupLookup
-
setSubjectAttributeNames
attributes of subjects returned, in same order as the data- Parameters:
attributeNamesa- the attributeNames to set
-
setWsGroupAssigned
group assigned to- Parameters:
theWsGroupLookupAssigned- the wsGroupLookup to set
-
getWsSubject
subject that was added- Returns:
- the subjectId
-
setWsSubject
subject that was added- Parameters:
wsSubject1- the wsSubject1 to set
-
getResponseMetadata
Description copied from interface:WsResponseBeanget the response metadata- Specified by:
getResponseMetadatain interfaceWsResponseBean- Returns:
- the response metadata
- See Also:
-
setResultMetadata
- Parameters:
resultMetadata1- the resultMetadata to set
-
setResponseMetadata
- Parameters:
responseMetadata1- the responseMetadata to set
-