|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ImportBadRow
Represents an import bad row.
| Method Summary | |
|---|---|
void |
addImportFault(ImportFault importFault)
Add the given ImportFault to the list. |
java.util.List |
getImportErrors()
Returns a list of error messages. |
java.util.List |
getImportFaults()
Returns a list of ImportFault. |
java.lang.String |
getRow()
Returns the row that caused error. |
int |
getRowAreaEndNumber()
Returns the row area end number(open). |
int |
getRowAreaStartNumber()
Returns the row area start number(close). |
int |
getRowNumber()
Returns the row number that caused error. |
void |
setImportFaults(java.util.List importFaults)
Sets a list of ImportFault. |
void |
setRow(java.lang.String row)
Set the row. |
void |
setRowArea(int startRowNumber,
int endRowNumber)
Sets the row area in which the bad row is in. |
void |
setRowNumber(int rowNumber)
Set the row number that caused error. |
| Methods inherited from interface com.elasticpath.domain.EpDomain |
|---|
getElasticPath, setElasticPath |
| Method Detail |
|---|
void addImportFault(ImportFault importFault)
ImportFault to the list.
importFault - the ImportFaultjava.util.List getImportErrors()
java.util.List getImportFaults()
ImportFault.
ImportFaultjava.lang.String getRow()
int getRowAreaEndNumber()
int getRowAreaStartNumber()
int getRowNumber()
void setImportFaults(java.util.List importFaults)
ImportFault.
importFaults - the list of ImportFault to setvoid setRow(java.lang.String row)
row - the row to set
void setRowArea(int startRowNumber,
int endRowNumber)
startRowNumber - the start row number of the row area(close)endRowNumber - the end row number of the row area(open)void setRowNumber(int rowNumber)
rowNumber - the row number that caused error
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||