edu.internet2.middleware.grouperClient.ws.beans
Class WsGroupDeleteResults

java.lang.Object
  extended by edu.internet2.middleware.grouperClient.ws.beans.WsGroupDeleteResults
All Implemented Interfaces:
ResultMetadataHolder, WsResponseBean

public class WsGroupDeleteResults
extends Object
implements WsResponseBean, ResultMetadataHolder

 results for the groups delete call.
 
 result code:
 code of the result for this group overall
 SUCCESS: means everything ok
 GROUP_NOT_FOUND: cant find the group
 GROUP_DUPLICATE: found multiple groups
 

Author:
mchyzer

Constructor Summary
WsGroupDeleteResults()
           
 
Method Summary
 WsResponseMeta getResponseMetadata()
          get the response metadata
 WsResultMeta getResultMetadata()
          get the result metadata
 WsGroupDeleteResult[] getResults()
          results for each deletion sent in
 void setResponseMetadata(WsResponseMeta responseMetadata1)
           
 void setResultMetadata(WsResultMeta resultMetadata1)
           
 void setResults(WsGroupDeleteResult[] results1)
          results for each deletion sent in
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsGroupDeleteResults

public WsGroupDeleteResults()
Method Detail

getResults

public WsGroupDeleteResult[] getResults()
results for each deletion sent in

Returns:
the results

setResults

public void setResults(WsGroupDeleteResult[] results1)
results for each deletion sent in

Parameters:
results1 - the results to set

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:
edu.internet2.middleware.grouper.ws.rest.WsResponseBean#getResponseMetadata()

setResponseMetadata

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

setResultMetadata

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