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 | 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) |
Modifier and Type | Method and Description |
---|---|
protected Entity |
AdminEntityServiceImpl.add(PersistencePackageRequest request) |
protected DynamicResultSet |
AdminEntityServiceImpl.fetch(PersistencePackageRequest request) |
ClassMetadata |
AdminEntityServiceImpl.getClassMetadata(PersistencePackageRequest request) |
ClassMetadata |
AdminEntityService.getClassMetadata(PersistencePackageRequest request)
Returns class metadata for the given request object
|
Entity |
AdminEntityServiceImpl.getRecord(PersistencePackageRequest request,
String id,
ClassMetadata cmd,
boolean isCollectionRequest) |
Entity |
AdminEntityService.getRecord(PersistencePackageRequest request,
String id,
ClassMetadata cmd,
boolean isCollectionRequest)
Returns a specific record for the given request and primary key id/property
|
DynamicResultSet |
AdminEntityServiceImpl.getRecords(PersistencePackageRequest request) |
DynamicResultSet |
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) |
Map<String,DynamicResultSet> |
AdminEntityService.getRecordsForAllSubCollections(PersistencePackageRequest ppr,
Entity containingEntity)
Returns all records for all subcollections of the specified request and its primary key
|
protected DynamicResultSet |
AdminEntityServiceImpl.inspect(PersistencePackageRequest request) |
protected void |
AdminEntityServiceImpl.remove(PersistencePackageRequest request) |
protected Entity |
AdminEntityServiceImpl.update(PersistencePackageRequest request) |
Modifier and Type | Method and Description |
---|---|
protected PersistencePackageRequest |
AdminAbstractController.getSectionPersistencePackageRequest(String sectionClassName)
Returns a PersistencePackageRequest for the given sectionClassName.
|
protected PersistencePackageRequest |
AdminAbstractController.getSectionPersistencePackageRequest(String sectionClassName,
org.springframework.util.MultiValueMap<String,String> requestParams)
Returns the result of a call to
AdminAbstractController.getSectionPersistencePackageRequest(String) with the additional filter
and sort criteria attached. |
Modifier and Type | Method and Description |
---|---|
protected void |
AdminAbstractController.attachSectionSpecificInfo(PersistencePackageRequest ppr)
A hook method that is invoked every time the
AdminAbstractController.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
|
Copyright © 2014. All rights reserved.