| Package | Description |
|---|---|
| org.broadleafcommerce.admin.web.controller | |
| org.broadleafcommerce.openadmin.web.controller | |
| org.broadleafcommerce.openadmin.web.service |
| Modifier and Type | Method and Description |
|---|---|
ExtensionResultStatusType |
AdminProductTranslationExtensionHandler.applyTransformation(TranslationForm form)
If we are trying to translate a field on Product that starts with "defaultSku.", we really want to associate the
translation with Sku, its associated id, and the property name without "defaultSku."
|
| Modifier and Type | Method and Description |
|---|---|
protected TranslationForm |
AdminTranslationController.getTranslationForm(EntityForm entityForm)
Converts an EntityForm into a TranslationForm
|
| Modifier and Type | Method and Description |
|---|---|
ExtensionResultStatusType |
AbstractAdminTranslationControllerExtensionHandler.applyTransformation(TranslationForm form) |
ExtensionResultStatusType |
AdminTranslationControllerExtensionHandler.applyTransformation(TranslationForm form)
Applies any necessary transformations to the given form.
|
String |
AdminTranslationController.deleteTranslation(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
TranslationForm form,
org.springframework.validation.BindingResult result)
Deletes the translation specified by the translation id
|
String |
AdminTranslationController.showAddTranslation(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
TranslationForm form,
org.springframework.validation.BindingResult result)
Renders a modal dialog that has a list grid of translations for the specified field
|
String |
AdminTranslationController.showUpdateTranslation(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
TranslationForm form,
org.springframework.validation.BindingResult result) |
String |
AdminTranslationController.viewTranslation(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
TranslationForm form,
org.springframework.validation.BindingResult result)
Invoked when the translation button is clicked on a given translatable field
|
| Modifier and Type | Method and Description |
|---|---|
EntityForm |
TranslationFormBuilderService.buildTranslationForm(TranslationForm formProperties,
TranslationFormAction action)
Builds an EntityForm used to create or edit a translation value
|
EntityForm |
TranslationFormBuilderServiceImpl.buildTranslationForm(TranslationForm formProperties,
TranslationFormAction action) |
Copyright © 2015. All rights reserved.