com.elasticpath.cmweb.formbean
Interface ImportStep6FormBean

All Known Implementing Classes:
ImportStep6FormBeanImpl

public interface ImportStep6FormBean

ImportStep6FormBean represents the command object for import form.


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.
 

Method Detail

getImportName

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

Returns:
the import job name

getMaxAllowErrors

int getMaxAllowErrors()
Retrieve the maximum allowable errors.

Returns:
the maximum allowable errors

getValidationResults

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

Returns:
the list of validation import errors

isExecute

boolean isExecute()
Indicator to execute the import job.

Returns:
true if executing import job, false otherwise

isFromStep1

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

Returns:
true if coming from step 1, false otherwise

isSaveImport

boolean isSaveImport()
Indicator to save import job.

Returns:
true if saving import job, false otherwise

isSaveImportSuccess

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

Returns:
true if save import is successful, false othewise

isWarning

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

Returns:
true if has warning, false otherwise

setExecute

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

Parameters:
execute - the indicator to execute the import job

setFromStep1

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

Parameters:
fromStep1 - the indicator to determine whether coming from step 1

setImportName

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

Parameters:
importName - the import job name

setMaxAllowErrors

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

Parameters:
maxAllowErrors - the maximum allowable errors

setSaveImport

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

Parameters:
saveImport - the indicator to save import job

setSaveImportSuccess

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

Parameters:
saveImportSuccess - the indicator to determine whether saving the import job is successful

setValidationResults

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

Parameters:
validationResults - list of of validation import errors

setWarning

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

Parameters:
warning - the indicator to determine whether import job has warning