com.taleo.integration.client.customstep.util
Class ExportUtils

java.lang.Object
  extended by com.taleo.integration.client.customstep.util.ExportUtils

public class ExportUtils
extends Object

Utility class for export.

Author:
rguay

Constructor Summary
ExportUtils()
           
 
Method Summary
static int getRecordCount(com.taleo.ws.integration.client.Pipeline pipeline, String productCode)
          Return the record count.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportUtils

public ExportUtils()
Method Detail

getRecordCount

public static final int getRecordCount(com.taleo.ws.integration.client.Pipeline pipeline,
                                       String productCode)
                                throws IOException,
                                       com.taleo.integration.client.step.StepException
Return the record count.

Parameters:
pipeline - The pipeline
productCode - The product code
Returns:
Throws:
IOException
com.taleo.integration.client.step.StepException