Class WsDeleteMemberLiteResult
java.lang.Object
edu.internet2.middleware.grouper.ws.coresoap.WsDeleteMemberLiteResult
- All Implemented Interfaces:
WsResponseBean,ResultMetadataHolder
public class WsDeleteMemberLiteResult
extends Object
implements WsResponseBean, ResultMetadataHolder
Result of one subject being deleted from 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
ConstructorsConstructorDescriptionconstructorWsDeleteMemberLiteResult(WsDeleteMemberResults wsDeleteMemberResults) construct from results of other -
Method Summary
Modifier and TypeMethodDescriptionvoidassignResultCode(WsDeleteMemberLiteResult.WsDeleteMemberLiteResultCode addMemberLiteResultCode1) assign the code from the enumvoidassignResultCodeException(WsDeleteMemberLiteResult.WsDeleteMemberLiteResultCode 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 tovoidsetResponseMetadata(WsResponseMeta responseMetadata1) voidsetResultMetadata(WsResultMeta resultMetadata1) voidsetSubjectAttributeNames(String[] attributeNamesa) attributes of subjects returned, in same order as the datavoidsetWsGroup(WsGroup theWsGroupLookupAssigned) group assigned tovoidsetWsSubject(WsSubject wsSubject1)
-
Constructor Details
-
WsDeleteMemberLiteResult
public WsDeleteMemberLiteResult()constructor -
WsDeleteMemberLiteResult
construct from results of other- Parameters:
wsDeleteMemberResults-
-
-
Method Details
-
getResultMetadata
Description copied from interface:WsResponseBeanget the result metadata- Specified by:
getResultMetadatain interfaceResultMetadataHolder- Specified by:
getResultMetadatain interfaceWsResponseBean- Returns:
- the resultMetadata
-
getWsSubject
- Returns:
- the wsSubject
-
setResultMetadata
- Parameters:
resultMetadata1- the resultMetadata to set
-
setWsSubject
- Parameters:
wsSubject1- the wsSubject 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
-
getWsGroup
group assigned to- Returns:
- the wsGroupLookup
-
setWsGroup
group assigned to- Parameters:
theWsGroupLookupAssigned- the wsGroupLookup 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
-
assignResultCode
public void assignResultCode(WsDeleteMemberLiteResult.WsDeleteMemberLiteResultCode addMemberLiteResultCode1) assign the code from the enum- Parameters:
addMemberLiteResultCode1-
-
assignResultCodeException
public void assignResultCodeException(WsDeleteMemberLiteResult.WsDeleteMemberLiteResultCode wsAddMemberLiteResultCodeOverride, String theError, Exception e) prcess an exception, log, etc- Parameters:
wsAddMemberLiteResultCodeOverride-theError-e-
-