| Modifier and Type | Method and Description |
|---|---|
ExtensionResultStatusType |
AbstractSystemPropertyServiceExtensionHandler.resolveProperty(String propertyName,
ExtensionResultHolder resultHolder) |
ExtensionResultStatusType |
SystemPropertyServiceExtensionHandler.resolveProperty(String propertyName,
ExtensionResultHolder resultHolder)
Provides an opportunity for modules to resolve a system property.
|
| Modifier and Type | Method and Description |
|---|---|
static ExtensionResultStatusType |
ExtensionResultStatusType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtensionResultStatusType[] |
ExtensionResultStatusType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ExtensionManager.shouldContinue(ExtensionResultStatusType result,
ExtensionHandler handler,
Method method,
Object[] args)
Utility method that is useful for determining whether or not an ExtensionManager implementation
should continue after processing a ExtensionHandler call.
|
| Modifier and Type | Method and Description |
|---|---|
ExtensionResultStatusType |
AbstractTranslationDaoExtensionHandler.overrideRequestedId(ExtensionResultHolder erh,
javax.persistence.EntityManager em,
Class<?> Clazz,
Long entityId) |
ExtensionResultStatusType |
TranslationDaoExtensionHandler.overrideRequestedId(ExtensionResultHolder erh,
javax.persistence.EntityManager em,
Class<?> clazz,
Long entityId)
If there is a different id that should be used for a translation lookup instead of the given entityId,
the handler should place the result in the
ExtensionResultHolder argument. |
| Modifier and Type | Method and Description |
|---|---|
ExtensionResultStatusType |
AbstractTemplateOverrideExtensionHandler.getOverrideTemplate(ExtensionResultHolder<String> erh,
Object object) |
ExtensionResultStatusType |
TemplateOverrideExtensionHandler.getOverrideTemplate(ExtensionResultHolder<String> erh,
Object object) |
| Modifier and Type | Method and Description |
|---|---|
ExtensionResultStatusType |
BroadleafThymeleafViewResolverExtensionHandler.overrideView(ExtensionResultHolder erh) |
ExtensionResultStatusType |
AbstractBroadleafThymeleafViewResolverExtensionHandler.overrideView(ExtensionResultHolder erh) |
| Modifier and Type | Method and Description |
|---|---|
ExtensionResultStatusType |
PaymentGatewayFieldExtensionHandler.mapFieldName(String fieldNameKey,
Map<String,String> fieldNameMap) |
ExtensionResultStatusType |
AbstractPaymentGatewayFieldExtensionHandler.mapFieldName(String fieldNameKey,
Map<String,String> fieldNameMap) |
| Modifier and Type | Method and Description |
|---|---|
ExtensionResultStatusType |
TRCreditCardExtensionHandler.createTransparentRedirectForm(Map<String,Map<String,String>> formParameters,
PaymentRequestDTO requestDTO,
Map<String,String> configurationSettings)
The implementing modules should take into consideration the passed in configuration settings map
and call their implementing TransparentRedirectService to generate either an Authorize
or Authorize and Capture Form.
|
ExtensionResultStatusType |
AbstractTRCreditCardExtensionHandler.createTransparentRedirectForm(Map<String,Map<String,String>> formParameters,
PaymentRequestDTO requestDTO,
Map<String,String> configurationSettings) |
ExtensionResultStatusType |
AbstractCreditCardTypesExtensionHandler.populateCreditCardMap(Map<String,String> creditCardTypes) |
ExtensionResultStatusType |
CreditCardTypesExtensionHandler.populateCreditCardMap(Map<String,String> creditCardTypes)
The registered Extension Handler will populate any specific Payment Gateway
codes required for Credit Card Types.
|
ExtensionResultStatusType |
TRCreditCardExtensionHandler.setFormActionKey(StringBuilder key) |
ExtensionResultStatusType |
AbstractTRCreditCardExtensionHandler.setFormActionKey(StringBuilder key) |
ExtensionResultStatusType |
TRCreditCardExtensionHandler.setFormHiddenParamsKey(StringBuilder key) |
ExtensionResultStatusType |
AbstractTRCreditCardExtensionHandler.setFormHiddenParamsKey(StringBuilder key) |
| Modifier and Type | Method and Description |
|---|---|
ExtensionResultStatusType |
ResourceRequestExtensionHandler.getOverrideResource(String path,
ExtensionResultHolder erh)
Populates the RESOURCE_ATTR field in the ExtensionResultHolder map with an instance of
Resource if there is an override resource available for the current path. |
ExtensionResultStatusType |
AbstractResourceRequestExtensionHandler.getOverrideResource(String path,
ExtensionResultHolder erh) |
Copyright © 2014. All Rights Reserved.