@Controller(value="blAdminCategoryController") @RequestMapping(value="/category") public class AdminCategoryController extends AdminBasicEntityController
Category entity.| Modifier and Type | Field and Description |
|---|---|
protected CatalogService |
catalogService |
protected static String |
SECTION_KEY |
hideTopLevelErrors, LOG, sandBoxHelperadminNavigationService, adminRemoteSecurityService, CURRENT_ADMIN_MODULE_ATTRIBUTE_NAME, CURRENT_ADMIN_SECTION_ATTRIBUTE_NAME, entityConfiguration, entityFormValidator, extensionManager, FILTER_VALUE_SEPARATOR, FILTER_VALUE_SEPARATOR_REGEX, formService, mainEntityActionsExtensionManager, service| Constructor and Description |
|---|
AdminCategoryController() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
entityListWithTreeView(org.springframework.ui.Model model) |
String[] |
getSectionCustomCriteria() |
protected String |
getSectionKey(Map<String,String> pathVars) |
protected boolean |
getTreeViewEnabled() |
protected void |
modifyAddEntityForm(EntityForm ef,
Map<String,String> pathVars) |
protected void |
modifyEntityForm(EntityForm ef,
Map<String,String> pathVars) |
String |
viewEntityList(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
Map<String,String> pathVars,
org.springframework.util.MultiValueMap<String,String> requestParams) |
addAddActionIfAllowed, addCollectionItem, addEntity, buildAddCollectionItemModel, buildDirtyList, getCollectionFieldRecords, getCollectionValueDetails, initBinder, isAddActionAllowed, populateJsonValidationErrors, removeCollectionItem, removeCollectionItem, removeEntity, saveEntity, saveEntityJson, showAddCollectionItem, showUpdateCollectionItem, showUpdateCollectionItem, showViewCollectionItem, showViewCollectionItem, showViewUpdateCollection, showViewUpdateCollection, showViewUpdateCollection, showViewUpdateCollection, translateErrorMessage, updateCollectionItem, updateCollectionItem, updateCollectionItemSequence, updateCollectionItemSequence, viewAddEntityForm, viewCollectionItemDetails, viewEntityFormattachSectionSpecificInfo, attachSectionSpecificInfo, extractDynamicFormFields, getAddEntityTypes, getBlankDynamicFieldTemplateForm, getBlankDynamicFieldTemplateForm, getBlankDynamicMasterFieldGroupTemplateForm, getBlankDynamicMasterFieldGroupTemplateForm, getClassNameForSection, getCollectionListGrid, getCollectionListGrid, getCriteria, getDefaultEntityType, getDynamicFieldTemplateForm, getDynamicForm, getEntityForm, getEntityForm, getMaxIndex, getSectionCrumbs, getSectionPersistencePackageRequest, getSectionPersistencePackageRequest, getSectionPersistencePackageRequest, getSectionPersistencePackageRequest, getSortDirections, getSortPropertyNames, getStartIndex, setModelAttributesprotected static final String SECTION_KEY
protected CatalogService catalogService
protected String getSectionKey(Map<String,String> pathVars)
getSectionKey in class AdminAbstractControllerprotected boolean getTreeViewEnabled()
protected void modifyEntityForm(EntityForm ef, Map<String,String> pathVars)
modifyEntityForm in class AdminAbstractControllerprotected void modifyAddEntityForm(EntityForm ef, Map<String,String> pathVars)
modifyAddEntityForm in class AdminAbstractController@RequestMapping(value="",
method=GET)
public String viewEntityList(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
@PathVariable
Map<String,String> pathVars,
@RequestParam
org.springframework.util.MultiValueMap<String,String> requestParams)
throws Exception
viewEntityList in class AdminBasicEntityControllerExceptionprotected String entityListWithTreeView(org.springframework.ui.Model model)
public String[] getSectionCustomCriteria()
getSectionCustomCriteria in class AdminAbstractControllerCopyright © 2017. All rights reserved.