Class WsGroupDeleteResult
java.lang.Object
edu.internet2.middleware.grouper.ws.coresoap.WsGroupDeleteResult
- All Implemented Interfaces:
ResultMetadataHolder
Result of one group being deleted. The number of
these result objects will equal the number of groups sent in to the method
to be deleted
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumresult code of a request -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidassignGroup(Group group, WsGroupLookup wsGroupLookup, boolean includeDetail) create a result based on groupvoidassignResultCode(WsGroupDeleteResult.WsGroupDeleteResultCode groupDeleteResultCode) assign the code from the enumvoidassignResultCodeException(Exception e, WsGroupLookup wsGroupLookup) assign a resultcode of exception, and process/log the exceptionget the result metadataconvert string to result codevoidsetResultMetadata(WsResultMeta resultMetadata1) voidsetWsGroup(WsGroup wsGroupResult1)
-
Constructor Details
-
WsGroupDeleteResult
public WsGroupDeleteResult()empty constructor -
WsGroupDeleteResult
- Parameters:
wsGroupLookup- is the group lookup to assign
-
-
Method Details
-
assignGroup
create a result based on group- Parameters:
group-wsGroupLookup-includeDetail-
-
assignResultCode
assign the code from the enum- Parameters:
groupDeleteResultCode-
-
getWsGroup
- Returns:
- the wsGroup
-
setWsGroup
- Parameters:
wsGroupResult1- the wsGroup to set
-
assignResultCodeException
assign a resultcode of exception, and process/log the exception- Parameters:
e-wsGroupLookup-
-
getResultMetadata
Description copied from interface:ResultMetadataHolderget the result metadata- Specified by:
getResultMetadatain interfaceResultMetadataHolder- Returns:
- the resultMetadata
-
setResultMetadata
- Parameters:
resultMetadata1- the resultMetadata to set
-
resultCode
convert string to result code- Returns:
- the result code
-