@Controller(value="blAdminBasicOperationsController") public class AdminBasicOperationsController extends AdminAbstractController
| Modifier and Type | Field and Description |
|---|---|
protected SearchFieldResolver |
searchFieldResolver |
adminNavigationService, 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 |
|---|
AdminBasicOperationsController() |
| Modifier and Type | Method and Description |
|---|---|
List<Map<String,String>> |
getTypeaheadResults(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
Map<String,String> pathVars,
String owningClass,
String collectionField,
String query,
String requestingEntityId,
org.springframework.util.MultiValueMap<String,String> requestParams) |
protected void |
modifyFetchPersistencePackageRequest(PersistencePackageRequest ppr,
Map<String,String> pathVars)
Hook method to allow a user to modify the persistence package request for a fetch on a select lookup.
|
String |
sessionTimerReset(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
String |
showSelectCollectionItem(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
Map<String,String> pathVars,
String owningClass,
String collectionField,
String requestingEntityId,
boolean dynamicField,
org.springframework.util.MultiValueMap<String,String> requestParams)
Shows the modal dialog that is used to select a "to-one" collection item.
|
String |
updateAdminNavigation(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
Map<String,String> pathVars) |
attachSectionSpecificInfo, attachSectionSpecificInfo, extractDynamicFormFields, getAddEntityTypes, getBlankDynamicFieldTemplateForm, getBlankDynamicFieldTemplateForm, getBlankDynamicMasterFieldGroupTemplateForm, getBlankDynamicMasterFieldGroupTemplateForm, getClassNameForSection, getCollectionListGrid, getCollectionListGrid, getCriteria, getDefaultEntityType, getDynamicFieldTemplateForm, getDynamicForm, getEntityForm, getEntityForm, getMaxIndex, getSectionCrumbs, getSectionCustomCriteria, getSectionKey, getSectionPersistencePackageRequest, getSectionPersistencePackageRequest, getSectionPersistencePackageRequest, getSectionPersistencePackageRequest, getSortDirections, getSortPropertyNames, getStartIndex, modifyAddEntityForm, modifyEntityForm, setModelAttributesaddDeepLink, getContextPath, isAjaxRequest, jsonResponseprotected SearchFieldResolver searchFieldResolver
@RequestMapping(value="/{owningClass:.*}/{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(value="owningClass")
String owningClass,
@PathVariable(value="collectionField")
String collectionField,
@RequestParam(required=false)
String requestingEntityId,
@RequestParam(defaultValue="false")
boolean dynamicField,
@RequestParam
org.springframework.util.MultiValueMap<String,String> requestParams)
throws Exception
request - response - model - pathVars - owningClass - collectionField - Exception@RequestMapping(value="/{owningClass:.*}/{collectionField:.*}/typeahead",
method=GET)
@ResponseBody
public List<Map<String,String>> getTypeaheadResults(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
@PathVariable
Map<String,String> pathVars,
@PathVariable(value="owningClass")
String owningClass,
@PathVariable(value="collectionField")
String collectionField,
@RequestParam(required=false)
String query,
@RequestParam(required=false)
String requestingEntityId,
@RequestParam
org.springframework.util.MultiValueMap<String,String> requestParams)
throws Exception
Exception@RequestMapping(value="/sessionTimerReset",
method=GET)
@ResponseBody
public String sessionTimerReset(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
Exceptionprotected void modifyFetchPersistencePackageRequest(PersistencePackageRequest ppr, Map<String,String> pathVars)
ppr - pathVars - @RequestMapping(value="/update-navigation",
method=GET)
public String updateAdminNavigation(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
@PathVariable
Map<String,String> pathVars)
throws Exception
ExceptionCopyright © 2017. All rights reserved.