@Controller(value="blAdminInventoryBasicOperationsController") @RequestMapping(value="/com.broadleafcommerce.inventory.advanced.domain.InventoryImpl") public class AdminInventoryBasicOperationsController extends AdminBasicOperationsController
| Modifier and Type | Field and Description |
|---|---|
protected CatalogService |
catalogService |
extensionManager, searchFieldResolveradminNavigationService, adminRemoteSecurityService, CURRENT_ADMIN_MODULE_ATTRIBUTE_NAME, CURRENT_ADMIN_SECTION_ATTRIBUTE_NAME, customCriteriaService, DEFAULT_CONTAINER_VIEW, entityConfiguration, entityFormValidator, eps, FILTER_VALUE_SEPARATOR, FILTER_VALUE_SEPARATOR_REGEX, filterProductTypeExtensionManager, formService, MODAL_CONTAINER_VIEW, service, validationService| Constructor and Description |
|---|
AdminInventoryBasicOperationsController() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
modifyFetchPersistencePackageRequest(PersistencePackageRequest ppr,
Map<String,String> pathVars) |
String |
showSelectCollectionItem(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
Map<String,String> pathVars,
String collectionField,
String requestingEntityId,
boolean dynamicField,
org.springframework.util.MultiValueMap<String,String> requestParams) |
getTypeaheadResults, logJavaScriptError, sessionTimerReset, showSelectCollectionItem, updateAdminNavigationattachSectionSpecificInfo, attachSectionSpecificInfo, createSectionCrumb, declareForceUseAdditionStatusFilter, 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 CatalogService catalogService
public AdminInventoryBasicOperationsController()
@RequestMapping(value="/{collectionField:.*}/select",
method=GET)
public String showSelectCollectionItem(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
@PathVariable
Map<String,String> pathVars,
@PathVariable
String collectionField,
@RequestParam(required=false)
String requestingEntityId,
@RequestParam(required=false)
boolean dynamicField,
@RequestParam
org.springframework.util.MultiValueMap<String,String> requestParams)
throws Exception
Exceptionprotected void modifyFetchPersistencePackageRequest(PersistencePackageRequest ppr, Map<String,String> pathVars)
modifyFetchPersistencePackageRequest in class AdminBasicOperationsControllerCopyright © 2025. All rights reserved.