com.mulesoft.adapter.module.salesforce
Class SalesForceSaveErrorMessage

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

public class SalesForceSaveErrorMessage
extends Object

This class translates a SaveResult into a String that can be used as the error message of an Exception.


Constructor Summary
SalesForceSaveErrorMessage(List<com.sforce.soap.partner.SaveResult> results)
           
 
Method Summary
protected  void appendNewLine()
           
 String errorMessage()
           
 boolean isSuccess()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SalesForceSaveErrorMessage

public SalesForceSaveErrorMessage(List<com.sforce.soap.partner.SaveResult> results)
Method Detail

errorMessage

public String errorMessage()

appendNewLine

protected final void appendNewLine()

isSuccess

public final boolean isSuccess()


Copyright © 2012. All Rights Reserved.