public class CRMImportInstalledItemBean extends CRMImportBean
Constructor and Description |
---|
CRMImportInstalledItemBean() |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getFileHeaders()
Return an array with the header of the import file
|
void |
importInstalledItem(java.lang.String processRunLogID) |
void |
importInstalledItemCSV(ImportInstalledItemDefinition importInstalledItemDefinition,
com.crm.dataobject.CRMDOAttachment attachment,
com.crm.dataobject.processrun.CRMDOProcessRunLog processRun)
Import the installed items from a csv file
|
void |
importInstalledItemCSV(ImportInstalledItemDefinition importInstalledItemDefinition,
com.crm.dataobject.CRMDOAttachment attachment,
com.crm.dataobject.processrun.CRMDOProcessRunLog processRun,
java.lang.Integer trxItemsNum)
Import the installed items from a csv file
|
void |
importInstalledItemEXCEL(ImportInstalledItemDefinition importInstalledItemDefinition,
com.crm.dataobject.CRMDOAttachment attachment,
com.crm.dataobject.processrun.CRMDOProcessRunLog processRun,
java.lang.String extension)
Import the installed items from an EXCEL file
|
void |
importInstalledItemEXCEL(ImportInstalledItemDefinition importInstalledItemDefinition,
com.crm.dataobject.CRMDOAttachment attachment,
com.crm.dataobject.processrun.CRMDOProcessRunLog processRun,
java.lang.String extension,
java.lang.Integer trxItemsNum)
Import the installed items from an EXCEL file
|
void |
importInstalledItems(com.crm.dataobject.inventory.CRMDOWarehouseTransaction warehouseTransaction,
com.crm.dataobject.CRMDOAttachment attachment,
ImportInstalledItemDefinition importInstalledItemDefinition,
com.crm.dataobject.processrun.CRMDOProcessRunLog processRun) |
void |
importInstalledItemXML(ImportInstalledItemDefinition importInstalledItemDefinition,
com.crm.dataobject.CRMDOAttachment attachment,
com.crm.dataobject.processrun.CRMDOProcessRunLog processRun)
Import the installed items from an XML file
|
void |
importInstalledItemXML(ImportInstalledItemDefinition importInstalledItemDefinition,
com.crm.dataobject.CRMDOAttachment attachment,
com.crm.dataobject.processrun.CRMDOProcessRunLog processRun,
java.lang.Integer trxItemsNum)
Import the installed items from an XML file
|
parseCSV, parseEXCEL, parseXML
deleteEditScheduledJob, deleteScheduledJob, executeProcess, executeProcess, getBillingTermCriteriaWhereClause, getNormalBillingTermSchemeClause, getNumberOfThreads, getSegmentTranslatedQueries, getSegmentWhereClause, getSegmentWhereClause, getSegmentWithClause, scheduleProcess, scheduleProcess, scheduleProcess, scheduleProcess, submitProcessRun, submitProcessRunDefinition
createCronExpressionFromDate, createCronExpressionFromDate, setMandatoryField
deepCopy, dispatch, getCRMSession, getCRMSessionHandle, getCurrentDate, getEJBHomeInterface, getInitialContext, getSessionContext, invoke, loadEntityCategories, loadEntityNumber, loadEntityStates, loadEntityStatuses, loadEntityTypes, rollback, setCRMSessionHandle, setInitialContext, setSessionContext
public void importInstalledItem(java.lang.String processRunLogID) throws java.lang.Exception
java.lang.Exception
public java.lang.String[] getFileHeaders() throws java.lang.Exception
java.lang.Exception
public void importInstalledItemCSV(ImportInstalledItemDefinition importInstalledItemDefinition, com.crm.dataobject.CRMDOAttachment attachment, com.crm.dataobject.processrun.CRMDOProcessRunLog processRun) throws java.lang.Exception
importInstalledItemDefinition
- - the import installed item definition data objectattachment
- - the file that will be importprocessRun
- - the process run data object the will create the installed item.java.lang.Exception
public void importInstalledItemCSV(ImportInstalledItemDefinition importInstalledItemDefinition, com.crm.dataobject.CRMDOAttachment attachment, com.crm.dataobject.processrun.CRMDOProcessRunLog processRun, java.lang.Integer trxItemsNum) throws java.lang.Exception
importInstalledItemDefinition
- - the import installed item definition data objectattachment
- - the file that will be importprocessRun
- - the process run data object the will create the installed item.trxItemsNum
- - the number of warehouse transaction items per warehouse transactionjava.lang.Exception
public void importInstalledItemXML(ImportInstalledItemDefinition importInstalledItemDefinition, com.crm.dataobject.CRMDOAttachment attachment, com.crm.dataobject.processrun.CRMDOProcessRunLog processRun) throws java.lang.Exception
importInstalledItemDefinition
- - the import installed item definition data objectattachment
- - the file that will be importprocessRun
- - the process run data object the will create the installed item.java.lang.Exception
public void importInstalledItemXML(ImportInstalledItemDefinition importInstalledItemDefinition, com.crm.dataobject.CRMDOAttachment attachment, com.crm.dataobject.processrun.CRMDOProcessRunLog processRun, java.lang.Integer trxItemsNum) throws java.lang.Exception
importInstalledItemDefinition
- - the import installed item definition data objectattachment
- - the file that will be importprocessRun
- - the process run data object the will create the installed item.trxItemsNum
- - the number of warehouse transaction items per warehouse transaction.java.lang.Exception
public void importInstalledItemEXCEL(ImportInstalledItemDefinition importInstalledItemDefinition, com.crm.dataobject.CRMDOAttachment attachment, com.crm.dataobject.processrun.CRMDOProcessRunLog processRun, java.lang.String extension) throws java.lang.Exception
importInstalledItemDefinition
- - the import installed item definition data objectattachment
- - the file that will be importprocessRun
- - the process run data object the will create the installed item.extension
- - the extension of the EXCEL file. It can be either xls or xlsx.java.lang.Exception
public void importInstalledItemEXCEL(ImportInstalledItemDefinition importInstalledItemDefinition, com.crm.dataobject.CRMDOAttachment attachment, com.crm.dataobject.processrun.CRMDOProcessRunLog processRun, java.lang.String extension, java.lang.Integer trxItemsNum) throws java.lang.Exception
importInstalledItemDefinition
- - the import installed item definition data objectattachment
- - the file that will be importprocessRun
- - the process run data object the will create the installed item.extension
- - the extension of the EXCEL file. It can be either xls or xlsx.trxItemsNum
- - the number of warehouse transaction items per warehouse transactionjava.lang.Exception
public void importInstalledItems(com.crm.dataobject.inventory.CRMDOWarehouseTransaction warehouseTransaction, com.crm.dataobject.CRMDOAttachment attachment, ImportInstalledItemDefinition importInstalledItemDefinition, com.crm.dataobject.processrun.CRMDOProcessRunLog processRun) throws java.lang.Exception
java.lang.Exception