Class WsAddMemberLiteResult

java.lang.Object
edu.internet2.middleware.grouper.ws.coresoap.WsAddMemberLiteResult
All Implemented Interfaces:
WsResponseBean

public class WsAddMemberLiteResult extends Object implements WsResponseBean
Result of one subject being added to a group. The number of subjects will equal the number of subjects sent in to the method
  • Constructor Details

    • WsAddMemberLiteResult

      public WsAddMemberLiteResult()
      empty
    • WsAddMemberLiteResult

      public WsAddMemberLiteResult(WsAddMemberResults wsAddMemberResults)
      construct from results of other
      Parameters:
      wsAddMemberResults -
      clientVersion -
  • Method Details

    • assignResultCodeException

      public void assignResultCodeException(WsAddMemberLiteResult.WsAddMemberLiteResultCode wsAddMemberLiteResultCodeOverride, String theError, Exception e)
      prcess an exception, log, etc
      Parameters:
      wsAddMemberLiteResultCodeOverride -
      theError -
      e -
    • assignResultCode

      public void assignResultCode(WsAddMemberLiteResult.WsAddMemberLiteResultCode addMemberLiteResultCode1)
      assign the code from the enum
      Parameters:
      addMemberLiteResultCode1 -
    • getResultMetadata

      public WsResultMeta getResultMetadata()
      Description copied from interface: WsResponseBean
      get the result metadata
      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
    • getWsGroupAssigned

      public WsGroup getWsGroupAssigned()
      group assigned to
      Returns:
      the wsGroupLookup
    • setSubjectAttributeNames

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

      public void setWsGroupAssigned(WsGroup theWsGroupLookupAssigned)
      group assigned to
      Parameters:
      theWsGroupLookupAssigned - the wsGroupLookup to set
    • getWsSubject

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

      public void setWsSubject(WsSubject wsSubject1)
      subject that was added
      Parameters:
      wsSubject1 - the wsSubject1 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