Class WsDeleteMemberResults
java.lang.Object
edu.internet2.middleware.grouper.ws.coresoap.WsDeleteMemberResults
- All Implemented Interfaces:
WsResponseBean,ResultMetadataHolder
results for the delete 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidassignResultCode(WsDeleteMemberResults.WsDeleteMemberResultsCode deleteMemberResultsCode) assign the code from the enumvoidassignResultCodeException(WsDeleteMemberResults.WsDeleteMemberResultsCode wsDeleteMemberResultsCodeOverride, 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 datagroup assigned toconvert the result code back to enumvoidsetResponseMetadata(WsResponseMeta responseMetadata1) voidsetResultMetadata(WsResultMeta resultMetadata1) voidsetResults(WsDeleteMemberResult[] results1) results for each assignment sent invoidsetSubjectAttributeNames(String[] attributeNamesa) attributes of subjects returned, in same order as the datavoidsetWsGroup(WsGroup theWsGroupLookupAssigned) group assigned tobooleantallyResults(GrouperTransactionType grouperTransactionType, String theSummary) make sure if there is an error, to record that as an error
-
Constructor Details
-
WsDeleteMemberResults
public WsDeleteMemberResults()
-
-
Method Details
-
assignResultCodeException
public void assignResultCodeException(WsDeleteMemberResults.WsDeleteMemberResultsCode wsDeleteMemberResultsCodeOverride, String theError, Exception e) prcess an exception, log, etc- Parameters:
wsDeleteMemberResultsCodeOverride-theError-e-
-
retrieveResultCode
convert the result code back to enum- Returns:
- the enum code
-
tallyResults
make sure if there is an error, to record that as an error- Parameters:
grouperTransactionType- for requesttheSummary- of entire request- Returns:
- true if success, false if not
-
assignResultCode
public void assignResultCode(WsDeleteMemberResults.WsDeleteMemberResultsCode deleteMemberResultsCode) assign the code from the enum- Parameters:
deleteMemberResultsCode-
-
getResults
results for each assignment sent in- Returns:
- the results
-
setResults
results for each assignment sent in- Parameters:
results1- the results to set
-
getWsGroup
group assigned to- Returns:
- the wsGroupLookup
-
setWsGroup
group assigned to- Parameters:
theWsGroupLookupAssigned- the wsGroupLookup to set
-
getResultMetadata
Description copied from interface:WsResponseBeanget the result metadata- Specified by:
getResultMetadatain interfaceResultMetadataHolder- Specified by:
getResultMetadatain interfaceWsResponseBean- Returns:
- the resultMetadata
-
setResultMetadata
- Parameters:
resultMetadata1- the resultMetadata 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
-
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
-