|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.elasticpath.cmweb.formbean.impl.ImportStep6FormBeanImpl
public class ImportStep6FormBeanImpl
This bean represents import form.
| Constructor Summary | |
|---|---|
ImportStep6FormBeanImpl()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getImportName()
Retrieves the import job name. |
int |
getMaxAllowErrors()
Retrieve the maximum allowable errors. |
java.util.List |
getValidationResults()
Returns the list of validation import errors. |
boolean |
isExecute()
Indicator to execute the import job. |
boolean |
isFromStep1()
Indicator to set whether coming from step 1. |
boolean |
isSaveImport()
Indicator to save import job. |
boolean |
isSaveImportSuccess()
Indicator to set whether saving the import job is successful. |
boolean |
isWarning()
Indicator to set whether import job has warning. |
void |
setExecute(boolean execute)
Sets the indicator to execute the import job. |
void |
setFromStep1(boolean fromStep1)
Sets the indicator to determine whether coming from step 1. |
void |
setImportName(java.lang.String importName)
Sets the import job name. |
void |
setMaxAllowErrors(int maxAllowErrors)
Sets the maximum allowable errors. |
void |
setSaveImport(boolean saveImport)
Sets the indicator to save import job. |
void |
setSaveImportSuccess(boolean saveImportSuccess)
Sets the indicator to determine whether saving the import job is successful. |
void |
setValidationResults(java.util.List validationResults)
Sets the list of validation import errors. |
void |
setWarning(boolean warning)
Sets the indicator to determine whether import job has warning. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ImportStep6FormBeanImpl()
| Method Detail |
|---|
public java.lang.String getImportName()
getImportName in interface ImportStep6FormBeanpublic int getMaxAllowErrors()
getMaxAllowErrors in interface ImportStep6FormBeanpublic java.util.List getValidationResults()
getValidationResults in interface ImportStep6FormBeanpublic boolean isExecute()
isExecute in interface ImportStep6FormBeanpublic boolean isFromStep1()
isFromStep1 in interface ImportStep6FormBeanpublic boolean isSaveImport()
isSaveImport in interface ImportStep6FormBeanpublic boolean isSaveImportSuccess()
isSaveImportSuccess in interface ImportStep6FormBeanpublic boolean isWarning()
isWarning in interface ImportStep6FormBeanpublic void setExecute(boolean execute)
setExecute in interface ImportStep6FormBeanexecute - the indicator to execute the import jobpublic void setFromStep1(boolean fromStep1)
setFromStep1 in interface ImportStep6FormBeanfromStep1 - the indicator to determine whether coming from step 1public void setImportName(java.lang.String importName)
setImportName in interface ImportStep6FormBeanimportName - the import job namepublic void setMaxAllowErrors(int maxAllowErrors)
setMaxAllowErrors in interface ImportStep6FormBeanmaxAllowErrors - the maximum allowable errorspublic void setSaveImport(boolean saveImport)
setSaveImport in interface ImportStep6FormBeansaveImport - the indicator to save import jobpublic void setSaveImportSuccess(boolean saveImportSuccess)
setSaveImportSuccess in interface ImportStep6FormBeansaveImportSuccess - the indicator to determine whether saving the import job is successfulpublic void setValidationResults(java.util.List validationResults)
setValidationResults in interface ImportStep6FormBeanvalidationResults - list of of validation import errorspublic void setWarning(boolean warning)
setWarning in interface ImportStep6FormBeanwarning - the indicator to determine whether import job has warning
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||