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 |
PersistencePackageFactoryImpl.create(PersistencePackageRequest request) |
PersistencePackage |
PersistencePackageFactory.create(PersistencePackageRequest request)
Creates a persistence package for the given 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 PersistenceResponse |
AdminEntityServiceImpl.add(PersistencePackageRequest request) |
protected PersistenceResponse |
AdminEntityServiceImpl.fetch(PersistencePackageRequest request) |
PersistenceResponse |
AdminEntityServiceImpl.getClassMetadata(PersistencePackageRequest request) |
PersistenceResponse |
AdminEntityService.getClassMetadata(PersistencePackageRequest request)
Returns class metadata for the given request object
|
PersistenceResponse |
AdminEntityServiceImpl.getRecord(PersistencePackageRequest request,
String id,
ClassMetadata cmd,
boolean isCollectionRequest) |
PersistenceResponse |
AdminEntityService.getRecord(PersistencePackageRequest request,
String id,
ClassMetadata cmd,
boolean isCollectionRequest)
Returns a specific record for the given request and primary key id/property
|
PersistenceResponse |
AdminEntityServiceImpl.getRecords(PersistencePackageRequest request) |
PersistenceResponse |
AdminEntityService.getRecords(PersistencePackageRequest request)
Returns the DynamicResultSet containing the total records for the query and the currently fetched Entity[]
|
Map<String,DynamicResultSet> |
AdminEntityServiceImpl.getRecordsForAllSubCollections(PersistencePackageRequest ppr,
Entity containingEntity,
List<SectionCrumb> sectionCrumb) |
Map<String,DynamicResultSet> |
AdminEntityService.getRecordsForAllSubCollections(PersistencePackageRequest ppr,
Entity containingEntity,
List<SectionCrumb> sectionCrumb)
Returns all records for all subcollections of the specified request and its primary key
|
protected PersistenceResponse |
AdminEntityServiceImpl.inspect(PersistencePackageRequest request) |
protected PersistenceResponse |
AdminEntityServiceImpl.remove(PersistencePackageRequest request) |
protected PersistenceResponse |
AdminEntityServiceImpl.update(PersistencePackageRequest request) |
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 © 2014. All rights reserved.