Class RowGenerationResponse
java.lang.Object
com.broadleafcommerce.common.dataexport.service.RowGenerationResponse
A response returned by 
ExportProcessor.generateRows(List, Export) indicating the results
 of producing some rows in an export.- Author:
- Samarth Dhruva (samarthd)
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionbooleanstatic RowGenerationResponseIfsuccessfulis false, then this should contain a description of the error encountered when attempting to produce the rows.getRows()Ifsuccessfulis true, then this should contain all of the generated rows.inthashCode()booleanTrue if the rows were produced successfully, false otherwise.static RowGenerationResponsetoString()
- 
Method Details- 
success
- 
failure
- 
isSuccessfulpublic boolean isSuccessful()True if the rows were produced successfully, false otherwise.
- 
getRowsIfsuccessfulis true, then this should contain all of the generated rows.
- 
getErrorMessageIfsuccessfulis false, then this should contain a description of the error encountered when attempting to produce the rows. This will be used byExportManagerand set on the correspondingExport.
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-