public interface OfferCodeDaoExtensionHandler extends ExtensionHandler
Modifier and Type | Method and Description |
---|---|
ExtensionResultStatusType |
createReadOfferCodeByCodeQuery(javax.persistence.EntityManager em,
ExtensionResultHolder<javax.persistence.Query> resultHolder,
String code,
boolean cacheable,
String cacheRegion)
This allows for an alternative, or non-default query to be created / used to find an offer code by
a code string.
|
getPriority, isEnabled
ExtensionResultStatusType createReadOfferCodeByCodeQuery(javax.persistence.EntityManager em, ExtensionResultHolder<javax.persistence.Query> resultHolder, String code, boolean cacheable, String cacheRegion)
em
- resultHolder
- code
- cacheable
- cacheRegion
- Copyright © 2020. All rights reserved.