com.taleo.integration.client.customstep.util
Class ExportUtils
java.lang.Object
com.taleo.integration.client.customstep.util.ExportUtils
public class ExportUtils
- extends Object
Utility class for export.
- Author:
- rguay
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 |
ExportUtils
public ExportUtils()
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 pipelineproductCode
- The product code
- Returns:
-
- Throws:
IOException
com.taleo.integration.client.step.StepException