@Controller(value="blAdminCatalogActionsController") public class AdminCatalogActionsController extends AdminAbstractController
AdminProductControllerAdminProductController}| Modifier and Type | Field and Description |
|---|---|
protected AdminCatalogService |
adminCatalogService |
static String |
FAILED_SKU_GENERATION_KEY |
protected org.springframework.context.MessageSource |
messageSource |
static String |
NO_PRODUCT_OPTIONS_GENERATED_KEY |
static String |
NO_SKUS_GENERATED_KEY |
static String |
NUMBER_SKUS_GENERATED_KEY |
adminNavigationService, adminRemoteSecurityService, CURRENT_ADMIN_MODULE_ATTRIBUTE_NAME, CURRENT_ADMIN_SECTION_ATTRIBUTE_NAME, customCriteriaService, DEFAULT_CONTAINER_VIEW, entityConfiguration, entityFormValidator, eps, extensionManager, FILTER_VALUE_SEPARATOR, FILTER_VALUE_SEPARATOR_REGEX, filterProductTypeExtensionManager, formService, LOG, MODAL_CONTAINER_VIEW, service, validationService| Constructor and Description |
|---|
AdminCatalogActionsController() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
generateSkus(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
Long productId,
String skusFieldName)
|
attachSectionSpecificInfo, attachSectionSpecificInfo, createSectionCrumb, extractDynamicFormFields, getAddEntityTypes, getClassNameForSection, getCollectionListGrid, getCollectionListGrid, getCriteria, getDefaultEntityType, getDynamicFieldTemplateForm, getDynamicForm, getEntityForm, getEntityForm, getEntityForm, getFirstId, getLastId, getLowerCount, getMaxIndex, getMaxResults, getPageSize, getPersistencePackageRequest, getSectionCrumbs, getSectionCustomCriteria, getSectionKey, getSectionPersistencePackageRequest, getSectionPersistencePackageRequest, getSectionPersistencePackageRequest, getSectionPersistencePackageRequest, getSortDirections, getSortPropertyNames, getStartIndex, getUpperCount, modifyAddEntityForm, modifyCriteria, modifyEntityForm, populateJsonValidationErrors, setModelAttributes, setSpecializedNameForFields, translateErrorMessageprotected AdminCatalogService adminCatalogService
@Autowired protected org.springframework.context.MessageSource messageSource
public static String NO_SKUS_GENERATED_KEY
public static String NO_PRODUCT_OPTIONS_GENERATED_KEY
public static String FAILED_SKU_GENERATION_KEY
public static String NUMBER_SKUS_GENERATED_KEY
@RequestMapping(value="product/{productId}/{skusFieldName}/generate-skus",
method=GET,
produces="application/json")
@ResponseBody
public Map<String,Object> generateSkus(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
@PathVariable(value="productId")
Long productId,
@PathVariable(value="skusFieldName")
String skusFieldName)
Copyright © 2023. All rights reserved.