Modifier and Type | Method and Description |
---|---|
protected String |
AdminProductController.buildAddCollectionItemModel(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
String id,
String collectionField,
String sectionKey,
Property collectionProperty,
FieldMetadata md,
PersistencePackageRequest ppr,
EntityForm entityForm,
Entity entity) |
Modifier and Type | Method and Description |
---|---|
protected void |
AdminPageController.attachSectionSpecificInfo(PersistencePackageRequest ppr,
Map<String,String> pathVars) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,PersistencePackageRequest> |
PersistencePackageRequest.subRequests |
Modifier and Type | Method and Description |
---|---|
Map<String,PersistencePackageRequest> |
PersistencePackageRequest.getSubRequests() |
Modifier and Type | Method and Description |
---|---|
PersistencePackageRequest |
PersistencePackageRequest.addSubRequest(String infoPropertyName,
PersistencePackageRequest subRequest) |
Modifier and Type | Method and Description |
---|---|
void |
PersistencePackageRequest.setSubRequests(Map<String,PersistencePackageRequest> subRequests) |
Modifier and Type | Method and Description |
---|---|
PersistencePackage |
PersistencePackageFactory.create(PersistencePackageRequest request)
Creates a persistence package for the given request.
|
PersistencePackage |
PersistencePackageFactoryImpl.create(PersistencePackageRequest request) |
Modifier and Type | Method and Description |
---|---|
PersistencePackageRequest |
AdminEntityService.getRequestForEntityForm(EntityForm entityForm,
String[] customCriteria,
List<SectionCrumb> sectionCrumbs)
Gets the PersistencePackageRequest for the passed in EntityForm
|
PersistencePackageRequest |
AdminEntityServiceImpl.getRequestForEntityForm(EntityForm entityForm,
String[] customCriteria,
List<SectionCrumb> sectionCrumbs) |
Modifier and Type | Method and Description |
---|---|
protected PersistencePackageRequest |
AdminAbstractController.getSectionPersistencePackageRequest(String sectionClassName,
List<SectionCrumb> sectionCrumbs)
Deprecated.
|
protected PersistencePackageRequest |
AdminAbstractController.getSectionPersistencePackageRequest(String sectionClassName,
List<SectionCrumb> sectionCrumbs,
Map<String,String> pathVars)
Returns a PersistencePackageRequest for the given sectionClassName.
|
protected PersistencePackageRequest |
AdminAbstractController.getSectionPersistencePackageRequest(String sectionClassName,
org.springframework.util.MultiValueMap<String,String> requestParams,
List<SectionCrumb> sectionCrumbs)
Deprecated.
|
protected PersistencePackageRequest |
AdminAbstractController.getSectionPersistencePackageRequest(String sectionClassName,
org.springframework.util.MultiValueMap<String,String> requestParams,
List<SectionCrumb> sectionCrumbs,
Map<String,String> pathVars)
Returns the result of a call to getSectionPersistencePackageRequest(..) with the additional filter
and sort criteria attached.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AdminAbstractController.attachSectionSpecificInfo(PersistencePackageRequest ppr)
Deprecated.
|
protected void |
AdminAbstractController.attachSectionSpecificInfo(PersistencePackageRequest ppr,
Map<String,String> pathVars)
A hook method that is invoked every time the getSectionPersistencePackageRequest(..) method is invoked.
|
ExtensionResultStatusType |
AdminBasicOperationsControllerExtensionHandler.buildLookupListGrid(PersistencePackageRequest ppr,
ClassMetadata cmd,
String owningClass,
List<SectionCrumb> sectionCrumbs,
org.springframework.ui.Model model,
org.springframework.util.MultiValueMap<String,String> requestParams)
Invoked every time
AdminBasicOperationsController#showSelectCollectionItem() is invoked to allow the
ListGrid style to be built in a different style. |
ExtensionResultStatusType |
AbstractAdminBasicOperationsControllerExtensionHandler.buildLookupListGrid(PersistencePackageRequest ppr,
ClassMetadata cmd,
String owningClass,
List<SectionCrumb> sectionCrumbs,
org.springframework.ui.Model model,
org.springframework.util.MultiValueMap<String,String> requestParams) |
Modifier and Type | Method and Description |
---|---|
protected String |
AdminBasicEntityController.buildAddCollectionItemModel(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
String id,
String collectionField,
String sectionKey,
Property collectionProperty,
FieldMetadata md,
PersistencePackageRequest ppr,
EntityForm entityForm,
Entity entity)
Builds out all of the model information needed for showing the add modal for collection items on both the initial GET
as well as after a POST with validation errors
|
protected void |
AdminBasicOperationsController.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.
|
Copyright © 2020. All rights reserved.