@Component(value="blCustomerPaymentCustomPersistenceHandler") public class CustomerPaymentCustomPersistenceHandler extends ClassCustomPersistenceHandlerAdapter
| Modifier and Type | Field and Description |
|---|---|
protected org.broadleafcommerce.profile.core.service.CustomerPaymentService |
customerPaymentService |
protected javax.persistence.EntityManager |
em |
protected static String |
NULL_LAST_FOUR |
protected static String |
SAVED_PAYMENT_INFO |
DEFAULT_ORDER| Constructor and Description |
|---|
CustomerPaymentCustomPersistenceHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
buildPropertyValueIfAvailable(String columnDisplayValue,
String propertyValue) |
protected String |
buildSavedPaymentDisplayValue(org.broadleafcommerce.profile.core.domain.CustomerPayment customerPayment) |
Boolean |
canHandleFetch(PersistencePackage pkg) |
Boolean |
canHandleInspect(PersistencePackage pkg) |
DynamicResultSet |
fetch(PersistencePackage persistencePackage,
CriteriaTransferObject cto,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
DynamicResultSet |
inspect(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
InspectHelper helper) |
classIsAssignableFrom, classMatches, isAdornedListOperation, isBasicOperation, isMapOperationadd, canHandleAdd, canHandleRemove, canHandleUpdate, getClassForName, getMetadata, getOrder, getPolymorphicClasses, getResultSet, isAssignableFrom, meetsCustomCriteria, remove, update, willHandleSecurityprotected static final String SAVED_PAYMENT_INFO
protected static final String NULL_LAST_FOUR
protected javax.persistence.EntityManager em
protected org.broadleafcommerce.profile.core.service.CustomerPaymentService customerPaymentService
public CustomerPaymentCustomPersistenceHandler()
public Boolean canHandleInspect(PersistencePackage pkg)
canHandleInspect in interface CustomPersistenceHandlercanHandleInspect in class CustomPersistenceHandlerAdapterpublic Boolean canHandleFetch(PersistencePackage pkg)
canHandleFetch in interface CustomPersistenceHandlercanHandleFetch in class CustomPersistenceHandlerAdapterpublic DynamicResultSet inspect(PersistencePackage persistencePackage, DynamicEntityDao dynamicEntityDao, InspectHelper helper) throws org.broadleafcommerce.common.exception.ServiceException
inspect in interface CustomPersistenceHandlerinspect in class CustomPersistenceHandlerAdapterorg.broadleafcommerce.common.exception.ServiceExceptionpublic DynamicResultSet fetch(PersistencePackage persistencePackage, CriteriaTransferObject cto, DynamicEntityDao dynamicEntityDao, RecordHelper helper) throws org.broadleafcommerce.common.exception.ServiceException
fetch in interface CustomPersistenceHandlerfetch in class CustomPersistenceHandlerAdapterorg.broadleafcommerce.common.exception.ServiceExceptionprotected String buildSavedPaymentDisplayValue(org.broadleafcommerce.profile.core.domain.CustomerPayment customerPayment)
Copyright © 2018. All rights reserved.