public class CRMImportBean extends CRMProcessRunBean
Constructor and Description |
---|
CRMImportBean() |
Modifier and Type | Method and Description |
---|---|
org.apache.commons.csv.CSVParser |
parseCSV(java.lang.String[] fileHeaders,
byte[] bytes) |
org.apache.poi.ss.usermodel.Sheet |
parseEXCEL(byte[] bytes,
java.lang.String extension) |
org.w3c.dom.Document |
parseXML(byte[] bytes) |
deleteEditScheduledJob, deleteScheduledJob, executeProcess, executeProcess, getNormalBillingTermSchemeClause, getNumberOfThreads, getSegmentTranslatedQueries, getSegmentWhereClause, getSegmentWhereClause, getSegmentWithClause, scheduleProcess, scheduleProcess, scheduleProcess, scheduleProcess, submitProcessRun, submitProcessRunDefinition
createCronExpressionFromDate, createCronExpressionFromDate, setMandatoryField
public org.apache.commons.csv.CSVParser parseCSV(java.lang.String[] fileHeaders, byte[] bytes) throws java.lang.Exception
java.lang.Exception
public org.w3c.dom.Document parseXML(byte[] bytes) throws java.lang.Exception
java.lang.Exception
public org.apache.poi.ss.usermodel.Sheet parseEXCEL(byte[] bytes, java.lang.String extension) throws java.lang.Exception
java.lang.Exception