| Modifier and Type | Field and Description |
|---|---|
protected DynamicResultSet[] |
BatchDynamicResultSet.dynamicResultSets |
| Modifier and Type | Method and Description |
|---|---|
DynamicResultSet[] |
BatchDynamicResultSet.getDynamicResultSets() |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchDynamicResultSet.setDynamicResultSets(DynamicResultSet[] dynamicResultSets) |
| Modifier and Type | Method and Description |
|---|---|
DynamicResultSet |
DynamicEntityRemoteService.fetch(PersistencePackage persistencePackage,
CriteriaTransferObject cto) |
DynamicResultSet |
DynamicEntityService.fetch(PersistencePackage persistencePackage,
CriteriaTransferObject cto) |
protected DynamicResultSet |
AdminEntityServiceImpl.fetch(PersistencePackageRequest request) |
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[]
|
DynamicResultSet |
AdminEntityServiceImpl.getRecordsForCollection(ClassMetadata containingClassMetadata,
Entity containingEntity,
Property collectionProperty,
FilterAndSortCriteria[] fascs,
java.lang.Integer startIndex,
java.lang.Integer maxIndex) |
DynamicResultSet |
AdminEntityService.getRecordsForCollection(ClassMetadata containingClassMetadata,
Entity containingEntity,
Property collectionProperty,
FilterAndSortCriteria[] fascs,
java.lang.Integer startIndex,
java.lang.Integer maxIndex)
Returns the DynamicResultSet representing the records that belong to the specified collectionProperty for the
given containingClass and the primary key for the containingClass
|
DynamicResultSet |
DynamicEntityRemoteService.inspect(PersistencePackage persistencePackage) |
DynamicResultSet |
DynamicEntityService.inspect(PersistencePackage persistencePackage) |
protected DynamicResultSet |
AdminEntityServiceImpl.inspect(PersistencePackageRequest request) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,DynamicResultSet> |
AdminEntityServiceImpl.getRecordsForAllSubCollections(PersistencePackageRequest ppr,
Entity containingEntity) |
java.util.Map<java.lang.String,DynamicResultSet> |
AdminEntityService.getRecordsForAllSubCollections(PersistencePackageRequest ppr,
Entity containingEntity)
Returns all records for all subcollections of the specified request and its primary key
|
| Modifier and Type | Method and Description |
|---|---|
DynamicResultSet |
CustomPersistenceHandler.fetch(PersistencePackage persistencePackage,
CriteriaTransferObject cto,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
DynamicResultSet |
CustomPersistenceHandlerAdapter.fetch(PersistencePackage persistencePackage,
CriteriaTransferObject cto,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
DynamicResultSet |
CustomPersistenceHandler.inspect(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
InspectHelper helper) |
DynamicResultSet |
CustomPersistenceHandlerAdapter.inspect(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
InspectHelper helper) |
| Modifier and Type | Method and Description |
|---|---|
DynamicResultSet |
PersistenceManagerImpl.fetch(PersistencePackage persistencePackage,
CriteriaTransferObject cto) |
DynamicResultSet |
PersistenceManager.fetch(PersistencePackage persistencePackage,
CriteriaTransferObject cto) |
DynamicResultSet |
PersistenceManagerImpl.inspect(PersistencePackage persistencePackage) |
DynamicResultSet |
PersistenceManager.inspect(PersistencePackage persistencePackage) |
protected DynamicResultSet |
PersistenceManagerImpl.postFetch(DynamicResultSet resultSet,
PersistencePackage persistencePackage,
CriteriaTransferObject cto) |
| Modifier and Type | Method and Description |
|---|---|
protected DynamicResultSet |
PersistenceManagerImpl.postFetch(DynamicResultSet resultSet,
PersistencePackage persistencePackage,
CriteriaTransferObject cto) |
| Modifier and Type | Method and Description |
|---|---|
DynamicResultSet |
MapStructurePersistenceModule.fetch(PersistencePackage persistencePackage,
CriteriaTransferObject cto) |
DynamicResultSet |
PersistenceModule.fetch(PersistencePackage persistencePackage,
CriteriaTransferObject cto) |
DynamicResultSet |
BasicPersistenceModule.fetch(PersistencePackage persistencePackage,
CriteriaTransferObject cto) |
DynamicResultSet |
AdornedTargetListPersistenceModule.fetch(PersistencePackage persistencePackage,
CriteriaTransferObject cto) |
| Modifier and Type | Method and Description |
|---|---|
ListGrid |
FormBuilderService.buildCollectionListGrid(java.lang.String containingEntityId,
DynamicResultSet drs,
Property field,
java.lang.String sectionKey)
Builds a list grid that is used to render a collection inline in an entity form.
|
ListGrid |
FormBuilderServiceImpl.buildCollectionListGrid(java.lang.String containingEntityId,
DynamicResultSet drs,
Property field,
java.lang.String sectionKey) |
ListGrid |
FormBuilderService.buildMainListGrid(DynamicResultSet drs,
ClassMetadata cmd,
java.lang.String sectionKey)
Builds a list grid that is typically used at the top entity level to select an entity for modification.
|
ListGrid |
FormBuilderServiceImpl.buildMainListGrid(DynamicResultSet drs,
ClassMetadata cmd,
java.lang.String sectionKey) |
protected ListGrid |
FormBuilderServiceImpl.createListGrid(java.lang.String className,
java.util.List<Field> headerFields,
ListGrid.Type type,
DynamicResultSet drs,
java.lang.String sectionKey,
int order,
java.lang.String idProperty) |
| Modifier and Type | Method and Description |
|---|---|
EntityForm |
FormBuilderService.createEntityForm(ClassMetadata cmd,
Entity entity,
java.util.Map<java.lang.String,DynamicResultSet> collectionRecords)
Builds an EntityForm that has all of the appropriate fields set up along with the values for those fields
from the given Entity as well as all sub-collections of the given Entity that appear in the collectionRecords map.
|
EntityForm |
FormBuilderServiceImpl.createEntityForm(ClassMetadata cmd,
Entity entity,
java.util.Map<java.lang.String,DynamicResultSet> collectionRecords) |
void |
FormBuilderService.populateEntityForm(ClassMetadata cmd,
Entity entity,
java.util.Map<java.lang.String,DynamicResultSet> collectionRecords,
EntityForm entityForm)
Builds an EntityForm that has all of the appropriate fields set up along with the values for thsoe fields
from the given Entity as well as all sub-collections of the given Entity that appear in the collectionRecords map.
|
void |
FormBuilderServiceImpl.populateEntityForm(ClassMetadata cmd,
Entity entity,
java.util.Map<java.lang.String,DynamicResultSet> collectionRecords,
EntityForm ef) |
Copyright © 2018. All Rights Reserved.