Class WsGetGroupsLiteResult

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

public class WsGetGroupsLiteResult extends Object implements WsResponseBean, ResultMetadataHolder
 results for the get groups call.
 
 result code:
 code of the result for this group overall
 SUCCESS: means everything ok
 EXCEPTION: something bad happened
 etc.
 
  • Constructor Details

    • WsGetGroupsLiteResult

      public WsGetGroupsLiteResult()
      empty
    • WsGetGroupsLiteResult

      public WsGetGroupsLiteResult(WsGetGroupsResults wsGetGroupsResults)
      construct from results of other
      Parameters:
      wsGetGroupsResults -
  • Method Details

    • assignResultCode

      public void assignResultCode(WsGetGroupsLiteResult.WsGetGroupsLiteResultCode getGroupsResultsCode)
      assign the code from the enum
      Parameters:
      getGroupsResultsCode -
    • retrieveResultCode

      convert the result code back to enum
      Returns:
      the enum code
    • assignResultCodeException

      public void assignResultCodeException(WsGetGroupsLiteResult.WsGetGroupsLiteResultCode WsGetGroupsLiteResultCodeOverride, String theError, Exception e)
      prcess an exception, log, etc
      Parameters:
      WsGetGroupsLiteResultCodeOverride -
      theError -
      e -
    • 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
    • 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
    • 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
    • getWsGroups

      public WsGroup[] getWsGroups()
      results for each assignment sent in
      Returns:
      the results
    • getWsSubject

      public WsSubject getWsSubject()
      subject that was added
      Returns:
      the subjectId
    • setWsGroups

      public void setWsGroups(WsGroup[] results1)
      results for each assignment sent in
      Parameters:
      results1 - the results to set
    • setWsSubject

      public void setWsSubject(WsSubject wsSubject1)
      subject that was added
      Parameters:
      wsSubject1 - the wsSubject1 to set