Class WsHasMemberLiteResult
java.lang.Object
edu.internet2.middleware.grouper.ws.coresoap.WsHasMemberLiteResult
- All Implemented Interfaces:
WsResponseBean,ResultMetadataHolder
results for the has member call. result code: code of the result for this group overall SUCCESS: means everything ok GROUP_NOT_FOUND: cant find the group GROUP_DUPLICATE: found multiple groups
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumresult code of a request -
Constructor Summary
ConstructorsConstructorDescriptionconstruct from results of otherWsHasMemberLiteResult(WsHasMemberResults wsHasMemberResults) construct from results of other -
Method Summary
Modifier and TypeMethodDescriptionvoidassignResultCode(WsHasMemberLiteResult.WsHasMemberLiteResultCode addMemberLiteResultCode1) assign the code from the enumvoidassignResultCodeException(WsHasMemberLiteResult.WsHasMemberLiteResultCode wsHasMemberLiteResultCodeOverride, String theError, Exception e) prcess an exception, log, etcget the response metadataget the result metadataresults for each assignment sent inString[]attributes of subjects returned, in same order as the datavoidsetResponseMetadata(WsResponseMeta responseMetadata1) voidsetResultMetadata(WsResultMeta resultMetadata1) voidsetResults(WsHasMemberResult[] results1) results for each assignment sent invoidsetSubjectAttributeNames(String[] attributeNamesa) attributes of subjects returned, in same order as the datavoidsetWsGroup(WsGroup wsGroup1) voidsetWsSubject(WsSubject wsSubjectResult1)
-
Constructor Details
-
WsHasMemberLiteResult
public WsHasMemberLiteResult()construct from results of other -
WsHasMemberLiteResult
construct from results of other- Parameters:
wsHasMemberResults-
-
-
Method Details
-
getResults
results for each assignment sent in- Returns:
- the results
-
setResults
results for each assignment sent in- Parameters:
results1- the results to set
-
getWsGroup
- Returns:
- the wsGroup
-
setWsGroup
- Parameters:
wsGroup1- the wsGroup to set
-
getResultMetadata
Description copied from interface:WsResponseBeanget the result metadata- Specified by:
getResultMetadatain interfaceResultMetadataHolder- Specified by:
getResultMetadatain interfaceWsResponseBean- Returns:
- the resultMetadata
-
getSubjectAttributeNames
attributes of subjects returned, in same order as the data- Returns:
- the attributeNames
-
setSubjectAttributeNames
attributes of subjects returned, in same order as the data- Parameters:
attributeNamesa- the attributeNames to set
-
getResponseMetadata
Description copied from interface:WsResponseBeanget the response metadata- Specified by:
getResponseMetadatain interfaceWsResponseBean- Returns:
- the response metadata
- See Also:
-
setResponseMetadata
- Parameters:
responseMetadata1- the responseMetadata to set
-
getWsSubject
- Returns:
- the wsSubject
-
setWsSubject
- Parameters:
wsSubjectResult1- the wsSubject to set
-
setResultMetadata
- Parameters:
resultMetadata1- the resultMetadata to set
-
assignResultCode
public void assignResultCode(WsHasMemberLiteResult.WsHasMemberLiteResultCode addMemberLiteResultCode1) assign the code from the enum- Parameters:
addMemberLiteResultCode1-
-
assignResultCodeException
public void assignResultCodeException(WsHasMemberLiteResult.WsHasMemberLiteResultCode wsHasMemberLiteResultCodeOverride, String theError, Exception e) prcess an exception, log, etc- Parameters:
wsHasMemberLiteResultCodeOverride-theError-e-
-