public interface RecordPersistencePostProcessor
ImportPersister
saves a RecordParseResult
RecordPersistencePreProcessor}
Modifier and Type | Method and Description |
---|---|
void |
postPersist(RecordParseResult parseResult,
org.broadleafcommerce.openadmin.server.service.persistence.PersistenceResponse response)
Invoked directly after the
ImportPersister has persisted the parseResult but before any of the
RecordParseResult.getSubRequests() have been persisted. |
void postPersist(RecordParseResult parseResult, org.broadleafcommerce.openadmin.server.service.persistence.PersistenceResponse response)
ImportPersister
has persisted the parseResult but before any of the
RecordParseResult.getSubRequests()
have been persisted.parseResult
- the original parsed result that was used to generate the responseresponse
- the result of saving the parseResultCopyright © 2020. All rights reserved.