Class RecordProcessingUtils.OrganizationResponse

java.lang.Object
com.broadleafcommerce.dataimport.processor.support.RecordProcessingUtils.OrganizationResponse
Enclosing class:
RecordProcessingUtils

public static final class RecordProcessingUtils.OrganizationResponse extends Object
A response detailing the results of attempting to organize flattened records into a hierarchy.

In all instances, the organized and errors fields should together contain a response for every record in the original input.

  • Constructor Details

    • OrganizationResponse

      public OrganizationResponse(@Nullable List<com.broadleafcommerce.common.dataimport.messaging.BatchRecord> organized, @Nullable List<BatchItemCompletion> errors)
  • Method Details

    • getOrganized

      @Nullable public List<com.broadleafcommerce.common.dataimport.messaging.BatchRecord> getOrganized()
    • getErrors

      @Nullable public List<BatchItemCompletion> getErrors()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object