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, submitProcessRunDefinitioncreateCronExpressionFromDate, createCronExpressionFromDate, setMandatoryFieldpublic org.apache.commons.csv.CSVParser parseCSV(java.lang.String[] fileHeaders,
byte[] bytes)
throws java.lang.Exception
java.lang.Exceptionpublic org.w3c.dom.Document parseXML(byte[] bytes)
throws java.lang.Exception
java.lang.Exceptionpublic org.apache.poi.ss.usermodel.Sheet parseEXCEL(byte[] bytes,
java.lang.String extension)
throws java.lang.Exception
java.lang.Exception