Class WsGetMembersResults

java.lang.Object
edu.internet2.middleware.grouper.ws.coresoap.WsGetMembersResults
All Implemented Interfaces:
WsResponseBean, ResultMetadataHolder

public class WsGetMembersResults extends Object implements WsResponseBean, ResultMetadataHolder
 results for the get members call.
 
 result code:
 code of the result for this group overall
 SUCCESS: means everything ok
 GROUP_NOT_FOUND: cant find the group
 INVALID_QUERY: bad inputs
 EXCEPTION: something bad happened
 
  • Constructor Details

    • WsGetMembersResults

      public WsGetMembersResults()
  • Method Details

    • assignResultCode

      public void assignResultCode(WsGetMembersResults.WsGetMembersResultsCode getMembersResultCode)
      assign the code from the enum
      Parameters:
      getMembersResultCode -
    • assignResultCodeException

      public void assignResultCodeException(WsGetMembersResults.WsGetMembersResultsCode wsGetMembersResultsCodeOverride, String theError, Exception e)
      prcess an exception, log, etc
      Parameters:
      wsGetMembersResultsCodeOverride -
      theError -
      e -
    • getSubjectAttributeNames

      public String[] getSubjectAttributeNames()
      attributes of subjects returned, in same order as the data
      Returns:
      the attributeNames
    • setSubjectAttributeNames

      public void setSubjectAttributeNames(String[] attributeNamesa)
      attributes of subjects returned, in same order as the data
      Parameters:
      attributeNamesa - the attributeNames to set
    • tallyResults

      public void tallyResults(String theSummary)
      make sure if there is an error, to record that as an error
      Parameters:
      theSummary -
    • getResultMetadata

      public WsResultMeta getResultMetadata()
      Description copied from interface: WsResponseBean
      get the result metadata
      Specified by:
      getResultMetadata in interface ResultMetadataHolder
      Specified by:
      getResultMetadata in interface WsResponseBean
      Returns:
      the resultMetadata
    • getResponseMetadata

      public WsResponseMeta getResponseMetadata()
      Description copied from interface: WsResponseBean
      get the response metadata
      Specified by:
      getResponseMetadata in interface WsResponseBean
      Returns:
      the response metadata
      See Also:
    • setResultMetadata

      public void setResultMetadata(WsResultMeta resultMetadata1)
      Parameters:
      resultMetadata1 - the resultMetadata to set
    • setResponseMetadata

      public void setResponseMetadata(WsResponseMeta responseMetadata1)
      Parameters:
      responseMetadata1 - the responseMetadata to set
    • getResults

      public WsGetMembersResult[] getResults()
      results for each assignment sent in
      Returns:
      the results
    • setResults

      public void setResults(WsGetMembersResult[] results1)
      results for each assignment sent in
      Parameters:
      results1 - the results to set