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 enum
result code of a request -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
assignResultCode
(WsDeleteMemberResults.WsDeleteMemberResultsCode deleteMemberResultsCode) assign the code from the enumvoid
assignResultCodeException
(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 enumvoid
setResponseMetadata
(WsResponseMeta responseMetadata1) void
setResultMetadata
(WsResultMeta resultMetadata1) void
setResults
(WsDeleteMemberResult[] results1) results for each assignment sent invoid
setSubjectAttributeNames
(String[] attributeNamesa) attributes of subjects returned, in same order as the datavoid
setWsGroup
(WsGroup theWsGroupLookupAssigned) group assigned toboolean
tallyResults
(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:WsResponseBean
get the result metadata- Specified by:
getResultMetadata
in interfaceResultMetadataHolder
- Specified by:
getResultMetadata
in interfaceWsResponseBean
- Returns:
- the resultMetadata
-
setResultMetadata
- Parameters:
resultMetadata1
- the resultMetadata to set
-
getResponseMetadata
Description copied from interface:WsResponseBean
get the response metadata- Specified by:
getResponseMetadata
in 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
-