com.elasticpath.cmweb.formbean.impl
Class ImportStep6FormBeanImpl

java.lang.Object
  extended by com.elasticpath.cmweb.formbean.impl.ImportStep6FormBeanImpl
All Implemented Interfaces:
ImportStep6FormBean

public class ImportStep6FormBeanImpl
extends java.lang.Object
implements ImportStep6FormBean

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

ImportStep6FormBeanImpl

public ImportStep6FormBeanImpl()
Method Detail

getImportName

public java.lang.String getImportName()
Retrieves the import job name.

Specified by:
getImportName in interface ImportStep6FormBean
Returns:
the import job name

getMaxAllowErrors

public int getMaxAllowErrors()
Retrieve the maximum allowable errors.

Specified by:
getMaxAllowErrors in interface ImportStep6FormBean
Returns:
the maximum allowable errors

getValidationResults

public java.util.List getValidationResults()
Returns the list of validation import errors.

Specified by:
getValidationResults in interface ImportStep6FormBean
Returns:
the list of validation import errors

isExecute

public boolean isExecute()
Indicator to execute the import job.

Specified by:
isExecute in interface ImportStep6FormBean
Returns:
true if executing import job, false otherwise

isFromStep1

public boolean isFromStep1()
Indicator to set whether coming from step 1.

Specified by:
isFromStep1 in interface ImportStep6FormBean
Returns:
true if coming from step 1, false othewise

isSaveImport

public boolean isSaveImport()
Indicator to save import job.

Specified by:
isSaveImport in interface ImportStep6FormBean
Returns:
true if saving import job, false otherwise

isSaveImportSuccess

public boolean isSaveImportSuccess()
Indicator to set whether saving the import job is successful.

Specified by:
isSaveImportSuccess in interface ImportStep6FormBean
Returns:
true if save import is successful, false othewise

isWarning

public boolean isWarning()
Indicator to set whether import job has warning.

Specified by:
isWarning in interface ImportStep6FormBean
Returns:
true if has warning, false otherwise

setExecute

public void setExecute(boolean execute)
Sets the indicator to execute the import job.

Specified by:
setExecute in interface ImportStep6FormBean
Parameters:
execute - the indicator to execute the import job

setFromStep1

public void setFromStep1(boolean fromStep1)
Sets the indicator to determine whether coming from step 1.

Specified by:
setFromStep1 in interface ImportStep6FormBean
Parameters:
fromStep1 - the indicator to determine whether coming from step 1

setImportName

public void setImportName(java.lang.String importName)
Sets the import job name.

Specified by:
setImportName in interface ImportStep6FormBean
Parameters:
importName - the import job name

setMaxAllowErrors

public void setMaxAllowErrors(int maxAllowErrors)
Sets the maximum allowable errors.

Specified by:
setMaxAllowErrors in interface ImportStep6FormBean
Parameters:
maxAllowErrors - the maximum allowable errors

setSaveImport

public void setSaveImport(boolean saveImport)
Sets the indicator to save import job.

Specified by:
setSaveImport in interface ImportStep6FormBean
Parameters:
saveImport - the indicator to save import job

setSaveImportSuccess

public void setSaveImportSuccess(boolean saveImportSuccess)
Sets the indicator to determine whether saving the import job is successful.

Specified by:
setSaveImportSuccess in interface ImportStep6FormBean
Parameters:
saveImportSuccess - the indicator to determine whether saving the import job is successful

setValidationResults

public void setValidationResults(java.util.List validationResults)
Sets the list of validation import errors.

Specified by:
setValidationResults in interface ImportStep6FormBean
Parameters:
validationResults - list of of validation import errors

setWarning

public void setWarning(boolean warning)
Sets the indicator to determine whether import job has warning.

Specified by:
setWarning in interface ImportStep6FormBean
Parameters:
warning - the indicator to determine whether import job has warning