Class BulkPersistenceResponse<P>

java.lang.Object
com.broadleafcommerce.data.tracking.core.service.BulkPersistenceResponse<P>

public class BulkPersistenceResponse<P> extends Object
A response returned by CrudEntityService/CrudEntityHelper for operations that involve persistence of multiple items at once. This response will contain information about which entities succeeded, and which entities failed and why.
Author:
Samarth Dhruva (samarthd)
  • Constructor Details

    • BulkPersistenceResponse

      public BulkPersistenceResponse()
  • Method Details