| 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 |
|---|---|
protected 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(String) 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(String) method is invoked. |
| 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 © 2017. All rights reserved.