@Controller(value="blAdminBasicOperationsController") public class AdminBasicOperationsController extends AdminAbstractController
adminNavigationService, adminRemoteSecurityService, entityConfiguration, entityFormValidator, formService, service| Constructor and Description |
|---|
AdminBasicOperationsController() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
showSelectCollectionItem(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
java.util.Map<java.lang.String,java.lang.String> pathVars,
java.lang.String owningClass,
java.lang.String collectionField,
org.springframework.util.MultiValueMap<java.lang.String,java.lang.String> requestParams)
Shows the modal dialog that is used to select a "to-one" collection item.
|
attachSectionSpecificInfo, getAddEntityTypes, getBlankDynamicFieldTemplateForm, getClassNameForSection, getCollectionListGrid, getCriteria, getDefaultEntityType, getDynamicFieldTemplateForm, getDynamicForm, getMaxIndex, getSectionCustomCriteria, getSectionKey, getSectionPersistencePackageRequest, getSectionPersistencePackageRequest, getSortDirections, getSortPropertyNames, getStartIndex, setModelAttributesgetContextPath, isAjaxRequest@RequestMapping(value="/{owningClass:.*}/{collectionField:.*}/select",
method=GET)
public java.lang.String showSelectCollectionItem(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
@PathVariable
java.util.Map<java.lang.String,java.lang.String> pathVars,
@PathVariable(value="owningClass")
java.lang.String owningClass,
@PathVariable(value="collectionField")
java.lang.String collectionField,
@RequestParam
org.springframework.util.MultiValueMap<java.lang.String,java.lang.String> requestParams)
throws java.lang.Exception
request - response - model - pathVars - owningClass - collectionField - java.lang.ExceptionCopyright © 2018. All Rights Reserved.