Class WsMemberChangeSubjectLiteResult
java.lang.Object
edu.internet2.middleware.grouper.ws.coresoap.WsMemberChangeSubjectLiteResult
- All Implemented Interfaces:
WsResponseBean,ResultMetadataHolder
public class WsMemberChangeSubjectLiteResult
extends Object
implements WsResponseBean, ResultMetadataHolder
Result of one member changing its subject
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumresult code of a request -
Constructor Summary
ConstructorsConstructorDescriptionemptyWsMemberChangeSubjectLiteResult(WsMemberChangeSubjectResults wsMemberChangeSubjectResults) construct from results of other -
Method Summary
Modifier and TypeMethodDescriptionvoidassignResultCode(WsMemberChangeSubjectLiteResult.WsMemberChangeSubjectLiteResultCode memberChangeSubjectLiteResultCode1) assign the code from the enumvoidassignResultCodeException(WsMemberChangeSubjectLiteResult.WsMemberChangeSubjectLiteResultCode wsMemberChangeSubjectLiteResultCodeOverride, String theError, Exception e) prcess an exception, log, etcget the response metadataget the result metadataString[]attributes of subjects returned, in same order as the datasubject that was changed tosubject that was swapped outvoidsetResponseMetadata(WsResponseMeta responseMetadata1) voidsetResultMetadata(WsResultMeta resultMetadata1) voidsetSubjectAttributeNames(String[] attributeNamesa) attributes of subjects returned, in same order as the datavoidsetWsSubjectNew(WsSubject wsSubject1) subject that was changed tovoidsetWsSubjectOld(WsSubject wsSubject1) subject that was swapped out
-
Constructor Details
-
WsMemberChangeSubjectLiteResult
public WsMemberChangeSubjectLiteResult()empty -
WsMemberChangeSubjectLiteResult
construct from results of other- Parameters:
wsMemberChangeSubjectResults-
-
-
Method Details
-
assignResultCodeException
public void assignResultCodeException(WsMemberChangeSubjectLiteResult.WsMemberChangeSubjectLiteResultCode wsMemberChangeSubjectLiteResultCodeOverride, String theError, Exception e) prcess an exception, log, etc- Parameters:
wsMemberChangeSubjectLiteResultCodeOverride-theError-e-
-
assignResultCode
public void assignResultCode(WsMemberChangeSubjectLiteResult.WsMemberChangeSubjectLiteResultCode memberChangeSubjectLiteResultCode1) assign the code from the enum- Parameters:
memberChangeSubjectLiteResultCode1-
-
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
-
getWsSubjectNew
subject that was changed to- Returns:
- the subjectId
-
setWsSubjectNew
subject that was changed to- Parameters:
wsSubject1- the wsSubject1 to set
-
getResponseMetadata
Description copied from interface:WsResponseBeanget the response metadata- Specified by:
getResponseMetadatain interfaceWsResponseBean- Returns:
- the response metadata
- See Also:
-
setResultMetadata
- Parameters:
resultMetadata1- the resultMetadata to set
-
setResponseMetadata
- Parameters:
responseMetadata1- the responseMetadata to set
-
getWsSubjectOld
subject that was swapped out- Returns:
- the subjectId
-
setWsSubjectOld
subject that was swapped out- Parameters:
wsSubject1- the wsSubject1 to set
-