|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ImportJob
Represents a import job.
| Method Summary | |
|---|---|
CmUser |
getCmUser()
Returns the cm user whom started the import job. |
char |
getCsvFileColDelimeter()
Returns the import csv data file column delimeter. |
java.lang.String |
getCsvFileName()
Returns the import csv data file name. |
char |
getCsvFileTextQualifier()
Returns the import csv data file text qualifier. |
java.lang.String |
getImportDataTypeName()
Returns the import data type name. |
ImportType |
getImportType()
Returns the import type. |
java.util.Map |
getMappings()
Returns the mappings between import data type fields and csv file columns. |
int |
getMaxAllowErrors()
Returns the maximum allowable errors before teminating import. |
java.lang.String |
getName()
Returns the name of import job. |
int |
getTotalRows()
Return total rows of the csv file. |
void |
setCmUser(CmUser cmUser)
Set the cm user whom started the import job. |
void |
setCsvFileColDelimeter(char colDelimeter)
Set the csv file column delimeter. |
void |
setCsvFileName(java.lang.String csvFileName)
Set the csv file name. |
void |
setCsvFileTextQualifier(char textQualifier)
Set the csv file text qualifier. |
void |
setImportDataTypeName(java.lang.String importDataTypeName)
Set the import data type name. |
void |
setImportType(ImportType importType)
Set the import type. |
void |
setMappings(java.util.Map mappings)
Set the mappings between import data type fields and csv file columns. |
void |
setMaxAllowErrors(int maxAllowErrors)
Set the maximum allowable errors before teminating import. |
void |
setName(java.lang.String name)
Set the name of import job. |
void |
setTotalRows(int totalRows)
Sets the total rows. |
| Methods inherited from interface com.elasticpath.domain.Entity |
|---|
getGuid, setGuid |
| Methods inherited from interface com.elasticpath.domain.Persistence |
|---|
executeBeforePersistAction, getUidPk, isPersistent, setDefaultValues, setUidPk |
| Methods inherited from interface com.elasticpath.domain.EpDomain |
|---|
getElasticPath, setElasticPath |
| Method Detail |
|---|
CmUser getCmUser()
char getCsvFileColDelimeter()
java.lang.String getCsvFileName()
char getCsvFileTextQualifier()
java.lang.String getImportDataTypeName()
ImportType getImportType()
java.util.Map getMappings()
int getMaxAllowErrors()
java.lang.String getName()
int getTotalRows()
void setCmUser(CmUser cmUser)
cmUser - the cm user to setvoid setCsvFileColDelimeter(char colDelimeter)
colDelimeter - the csv file column delimetervoid setCsvFileName(java.lang.String csvFileName)
csvFileName - the csv file namevoid setCsvFileTextQualifier(char textQualifier)
textQualifier - the text qualifiervoid setImportDataTypeName(java.lang.String importDataTypeName)
importDataTypeName - the import data type namevoid setImportType(ImportType importType)
importType - the import type to set.void setMappings(java.util.Map mappings)
mappings - the mappings to setvoid setMaxAllowErrors(int maxAllowErrors)
maxAllowErrors - the maximum allowable errorsvoid setName(java.lang.String name)
name - the name to setvoid setTotalRows(int totalRows)
totalRows - the total rows to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||