com.mulesoft.adapter.module.salesforce
Class Results

java.lang.Object
  extended by com.mulesoft.adapter.module.salesforce.Results

public final class Results
extends Object

Helper methods for *Result.


Method Summary
static void throwIfDeleteNotSuccessful(List<com.sforce.soap.partner.DeleteResult> results)
           
static void throwIfSaveNotSuccessful(List<com.sforce.soap.partner.SaveResult> results)
           
static void throwIfUpsertNotSuccessful(List<com.sforce.soap.partner.UpsertResult> results)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

throwIfSaveNotSuccessful

public static void throwIfSaveNotSuccessful(List<com.sforce.soap.partner.SaveResult> results)
                                     throws javax.resource.ResourceException
Parameters:
results -
Throws:
javax.resource.ResourceException

throwIfUpsertNotSuccessful

public static void throwIfUpsertNotSuccessful(List<com.sforce.soap.partner.UpsertResult> results)
                                       throws javax.resource.ResourceException
Parameters:
results -
Throws:
javax.resource.ResourceException

throwIfDeleteNotSuccessful

public static void throwIfDeleteNotSuccessful(List<com.sforce.soap.partner.DeleteResult> results)
                                       throws javax.resource.ResourceException
Parameters:
results -
Throws:
javax.resource.ResourceException


Copyright © 2012. All Rights Reserved.