Uses of Class
org.broadleafcommerce.openadmin.dto.Entity

Packages that use Entity
org.broadleafcommerce.openadmin.dto   
org.broadleafcommerce.openadmin.server.domain   
org.broadleafcommerce.openadmin.server.security.handler   
org.broadleafcommerce.openadmin.server.service   
org.broadleafcommerce.openadmin.server.service.handler   
org.broadleafcommerce.openadmin.server.service.persistence   
org.broadleafcommerce.openadmin.server.service.persistence.module   
org.broadleafcommerce.openadmin.server.service.persistence.module.provider.request   
org.broadleafcommerce.openadmin.server.service.persistence.validation   
org.broadleafcommerce.openadmin.web.controller   
org.broadleafcommerce.openadmin.web.controller.entity   
org.broadleafcommerce.openadmin.web.form.entity   
org.broadleafcommerce.openadmin.web.rulebuilder   
org.broadleafcommerce.openadmin.web.service   
 

Uses of Entity in org.broadleafcommerce.openadmin.dto
 

Fields in org.broadleafcommerce.openadmin.dto declared as Entity
protected  Entity PersistencePackage.entity
           
 

Methods in org.broadleafcommerce.openadmin.dto that return Entity
 Entity PersistencePackage.getEntity()
           
 Entity EntityResult.getEntity()
           
 Entity[] DynamicResultSet.getRecords()
           
 

Methods in org.broadleafcommerce.openadmin.dto with parameters of type Entity
 void Entity.mergeProperties(String prefix, Entity entity)
           
 void Entity.overridePropertyValues(Entity entity)
          Replaces all property values in this entity with the values from the given entity.
 void PersistencePackage.setEntity(Entity entity)
           
 void EntityResult.setEntity(Entity entity)
           
 void DynamicResultSet.setRecords(Entity[] records)
           
 

Constructors in org.broadleafcommerce.openadmin.dto with parameters of type Entity
DynamicResultSet(ClassMetadata classMetaData, Entity[] records, Integer totalRecords)
           
DynamicResultSet(Entity[] records, Integer totalRecords)
           
PersistencePackage(String ceilingEntityFullyQualifiedClassname, Entity entity, PersistencePerspective persistencePerspective, String[] customCriteria, String csrfToken)
           
PersistencePackage(String ceilingEntityFullyQualifiedClassname, String fetchTypeFullyQualifiedClassname, Entity entity, PersistencePerspective persistencePerspective, String[] customCriteria, String csrfToken)
           
 

Uses of Entity in org.broadleafcommerce.openadmin.server.domain
 

Fields in org.broadleafcommerce.openadmin.server.domain declared as Entity
protected  Entity PersistencePackageRequest.entity
           
 

Methods in org.broadleafcommerce.openadmin.server.domain that return Entity
 Entity PersistencePackageRequest.getEntity()
           
 

Methods in org.broadleafcommerce.openadmin.server.domain with parameters of type Entity
 void PersistencePackageRequest.setEntity(Entity entity)
           
 PersistencePackageRequest PersistencePackageRequest.withEntity(Entity entity)
           
 

Uses of Entity in org.broadleafcommerce.openadmin.server.security.handler
 

Methods in org.broadleafcommerce.openadmin.server.security.handler that return Entity
 Entity AdminUserCustomPersistenceHandler.add(PersistencePackage persistencePackage, DynamicEntityDao dynamicEntityDao, RecordHelper helper)
           
 Entity AdminPermissionCustomPersistenceHandler.add(PersistencePackage persistencePackage, DynamicEntityDao dynamicEntityDao, RecordHelper helper)
           
protected  Entity AdminPermissionCustomPersistenceHandler.checkPermissionName(PersistencePackage persistencePackage)
           
 Entity AdminUserCustomPersistenceHandler.update(PersistencePackage persistencePackage, DynamicEntityDao dynamicEntityDao, RecordHelper helper)
           
 Entity AdminPermissionCustomPersistenceHandler.update(PersistencePackage persistencePackage, DynamicEntityDao dynamicEntityDao, RecordHelper helper)
           
 

Uses of Entity in org.broadleafcommerce.openadmin.server.service
 

Fields in org.broadleafcommerce.openadmin.server.service declared as Entity
protected  Entity ValidationException.entity
           
 

Methods in org.broadleafcommerce.openadmin.server.service that return Entity
 Entity ValidationException.getEntity()
           
 

Methods in org.broadleafcommerce.openadmin.server.service with parameters of type Entity
 PersistenceResponse AdminEntityServiceImpl.addSubCollectionEntity(EntityForm entityForm, ClassMetadata mainMetadata, Property field, Entity parentEntity, List<SectionCrumb> sectionCrumbs)
           
 PersistenceResponse AdminEntityService.addSubCollectionEntity(EntityForm entityForm, ClassMetadata mainMetadata, Property field, Entity parentEntity, List<SectionCrumb> sectionCrumb)
          Adds an item into the specified collection
protected  void DynamicEntityRemoteService.cleanEntity(Entity entity)
           
 PersistenceResponse AdminEntityServiceImpl.getAdvancedCollectionRecord(ClassMetadata containingClassMetadata, Entity containingEntity, Property collectionProperty, String collectionItemId, List<SectionCrumb> sectionCrumbs)
           
 PersistenceResponse AdminEntityService.getAdvancedCollectionRecord(ClassMetadata containingClassMetadata, Entity containingEntity, Property collectionProperty, String collectionItemId, List<SectionCrumb> sectionCrumb)
          Gets an Entity representing a specific collection item
 String AdminEntityServiceImpl.getContextSpecificRelationshipId(ClassMetadata cmd, Entity entity, String propertyName)
           
 String AdminEntityService.getContextSpecificRelationshipId(ClassMetadata cmd, Entity entity, String propertyName)
          Returns the appropriate id to use for the given entity/metadata and prefix when dealing with collections.
 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
 PersistenceResponse AdminEntityServiceImpl.getRecordsForCollection(ClassMetadata containingClassMetadata, Entity containingEntity, Property collectionProperty, FilterAndSortCriteria[] fascs, Integer startIndex, Integer maxIndex, List<SectionCrumb> sectionCrumb)
           
 PersistenceResponse AdminEntityService.getRecordsForCollection(ClassMetadata containingClassMetadata, Entity containingEntity, Property collectionProperty, FilterAndSortCriteria[] fascs, Integer startIndex, Integer maxIndex, List<SectionCrumb> sectionCrumb)
          Returns the DynamicResultSet representing the records that belong to the specified collectionProperty for the given containingClass and the primary key for the containingClass
 PersistenceResponse AdminEntityServiceImpl.getRecordsForCollection(ClassMetadata containingClassMetadata, Entity containingEntity, Property collectionProperty, FilterAndSortCriteria[] fascs, Integer startIndex, Integer maxIndex, String idValueOverride, List<SectionCrumb> sectionCrumbs)
           
 PersistenceResponse AdminEntityService.getRecordsForCollection(ClassMetadata containingClassMetadata, Entity containingEntity, Property collectionProperty, FilterAndSortCriteria[] fascs, Integer startIndex, Integer maxIndex, String idValueOverride, List<SectionCrumb> sectionCrumb)
          The same as the other getRecordsForCollection method, except that this one expects allow the caller to explicitly set the id value that will be used in the fetch instead of delegating to #getContextSpecificRelationshipId()
 PersistenceResponse AdminEntityServiceImpl.removeSubCollectionEntity(ClassMetadata mainMetadata, Property field, Entity parentEntity, String itemId, String priorKey, List<SectionCrumb> sectionCrumbs)
           
 PersistenceResponse AdminEntityService.removeSubCollectionEntity(ClassMetadata mainMetadata, Property field, Entity parentEntity, String itemId, String priorKey, List<SectionCrumb> sectionCrumb)
          Removes the given item from the specified collection.
 void ValidationException.setEntity(Entity entity)
           
 PersistenceResponse AdminEntityServiceImpl.updateSubCollectionEntity(EntityForm entityForm, ClassMetadata mainMetadata, Property field, Entity parentEntity, String collectionItemId, List<SectionCrumb> sectionCrumbs)
           
 PersistenceResponse AdminEntityService.updateSubCollectionEntity(EntityForm entityForm, ClassMetadata mainMetadata, Property field, Entity parentEntity, String collectionItemId, List<SectionCrumb> sectionCrumb)
          Updates the specified collection item
 

Constructors in org.broadleafcommerce.openadmin.server.service with parameters of type Entity
ValidationException(Entity entity, String message)
           
 

Uses of Entity in org.broadleafcommerce.openadmin.server.service.handler
 

Methods in org.broadleafcommerce.openadmin.server.service.handler that return Entity
 Entity CustomPersistenceHandlerAdapter.add(PersistencePackage persistencePackage, DynamicEntityDao dynamicEntityDao, RecordHelper helper)
           
 Entity CustomPersistenceHandler.add(PersistencePackage persistencePackage, DynamicEntityDao dynamicEntityDao, RecordHelper helper)
           
 Entity DynamicEntityRetriever.fetchDynamicEntity(Serializable root, List<String> dirtyFields, boolean includeId)
           
 Entity DynamicEntityRetriever.fetchEntityBasedOnId(String themeConfigurationId, List<String> dirtyFields)
           
 Entity CustomPersistenceHandlerAdapter.update(PersistencePackage persistencePackage, DynamicEntityDao dynamicEntityDao, RecordHelper helper)
           
 Entity CustomPersistenceHandler.update(PersistencePackage persistencePackage, DynamicEntityDao dynamicEntityDao, RecordHelper helper)
           
 

Uses of Entity in org.broadleafcommerce.openadmin.server.service.persistence
 

Fields in org.broadleafcommerce.openadmin.server.service.persistence declared as Entity
protected  Entity PersistenceResponse.entity
           
protected  Entity PersistenceManagerEventHandlerResponse.entity
           
 

Methods in org.broadleafcommerce.openadmin.server.service.persistence that return Entity
 Entity PersistenceResponse.getEntity()
           
 Entity PersistenceManagerEventHandlerResponse.getEntity()
           
protected  Entity PersistenceManagerImpl.postAdd(Entity entity, PersistencePackage persistencePackage)
          Deprecated. use the PersistenceManagerEventHandler api instead
protected  Entity PersistenceManagerImpl.postUpdate(Entity entity, PersistencePackage persistencePackage)
          Deprecated. use the PersistenceManagerEventHandler api instead
 

Methods in org.broadleafcommerce.openadmin.server.service.persistence with parameters of type Entity
protected  Entity PersistenceManagerImpl.postAdd(Entity entity, PersistencePackage persistencePackage)
          Deprecated. use the PersistenceManagerEventHandler api instead
 PersistenceManagerEventHandlerResponse PersistenceManagerEventHandlerAdapter.postAdd(PersistenceManager persistenceManager, Entity entity, PersistencePackage persistencePackage)
           
 PersistenceManagerEventHandlerResponse PersistenceManagerEventHandler.postAdd(PersistenceManager persistenceManager, Entity entity, PersistencePackage persistencePackage)
           
protected  Entity PersistenceManagerImpl.postUpdate(Entity entity, PersistencePackage persistencePackage)
          Deprecated. use the PersistenceManagerEventHandler api instead
 PersistenceManagerEventHandlerResponse PersistenceManagerEventHandlerAdapter.postUpdate(PersistenceManager persistenceManager, Entity entity, PersistencePackage persistencePackage)
           
 PersistenceManagerEventHandlerResponse PersistenceManagerEventHandler.postUpdate(PersistenceManager persistenceManager, Entity entity, PersistencePackage persistencePackage)
           
 void PersistenceResponse.setEntity(Entity entity)
           
 void PersistenceManagerEventHandlerResponse.setEntity(Entity entity)
           
protected  void PersistenceManagerImpl.setMainEntityName(PersistencePackage pp, Entity entity)
           
 PersistenceResponse PersistenceResponse.withEntity(Entity entity)
           
 PersistenceManagerEventHandlerResponse PersistenceManagerEventHandlerResponse.withEntity(Entity entity)
           
 

Uses of Entity in org.broadleafcommerce.openadmin.server.service.persistence.module
 

Methods in org.broadleafcommerce.openadmin.server.service.persistence.module that return Entity
 Entity MapStructurePersistenceModule.add(PersistencePackage persistencePackage)
           
 Entity BasicPersistenceModule.add(PersistencePackage persistencePackage)
           
 Entity PersistenceModule.add(PersistencePackage persistencePackage)
           
 Entity AdornedTargetListPersistenceModule.add(PersistencePackage persistencePackage)
           
protected  Entity[] MapStructurePersistenceModule.getMapRecords(Serializable record, MapStructure mapStructure, Map<String,FieldMetadata> ceilingMergedProperties, Map<String,FieldMetadata> valueMergedProperties, Property symbolicIdProperty)
           
 Entity BasicPersistenceModule.getRecord(Class<?> ceilingEntityClass, PersistencePerspective persistencePerspective, Serializable record)
           
 Entity RecordHelper.getRecord(Class<?> ceilingEntityClass, PersistencePerspective persistencePerspective, Serializable record)
           
 Entity BasicPersistenceModule.getRecord(Map<String,FieldMetadata> primaryMergedProperties, Serializable record, Map<String,FieldMetadata> alternateMergedProperties, String pathToTargetObject)
           
 Entity RecordHelper.getRecord(Map<String,FieldMetadata> primaryMergedProperties, Serializable record, Map<String,FieldMetadata> alternateMergedProperties, String pathToTargetObject)
           
 Entity[] BasicPersistenceModule.getRecords(Class<?> ceilingEntityClass, PersistencePerspective persistencePerspective, List<? extends Serializable> records)
           
 Entity[] RecordHelper.getRecords(Class<?> ceilingEntityClass, PersistencePerspective persistencePerspective, List<? extends Serializable> records)
           
 Entity[] BasicPersistenceModule.getRecords(Map<String,FieldMetadata> primaryMergedProperties, List<? extends Serializable> records)
           
 Entity[] RecordHelper.getRecords(Map<String,FieldMetadata> primaryMergedProperties, List<? extends Serializable> records)
           
 Entity[] BasicPersistenceModule.getRecords(Map<String,FieldMetadata> primaryUnfilteredMergedProperties, List<? extends Serializable> records, Map<String,FieldMetadata> alternateUnfilteredMergedProperties, String pathToTargetObject)
           
 Entity[] RecordHelper.getRecords(Map<String,FieldMetadata> primaryMergedProperties, List<? extends Serializable> records, Map<String,FieldMetadata> alternateMergedProperties, String pathToTargetObject)
           
 Entity MapStructurePersistenceModule.update(PersistencePackage persistencePackage)
           
 Entity BasicPersistenceModule.update(PersistencePackage persistencePackage)
           
 Entity PersistenceModule.update(PersistencePackage persistencePackage)
           
 Entity AdornedTargetListPersistenceModule.update(PersistencePackage persistencePackage)
           
 

Methods in org.broadleafcommerce.openadmin.server.service.persistence.module with parameters of type Entity
protected  Serializable AdornedTargetListPersistenceModule.createPopulatedAdornedTargetInstance(AdornedTargetList adornedTargetList, Entity entity)
           
 Serializable BasicPersistenceModule.createPopulatedInstance(Serializable instance, Entity entity, Map<String,FieldMetadata> unfilteredProperties, Boolean setId)
           
 Serializable RecordHelper.createPopulatedInstance(Serializable instance, Entity entity, Map<String,FieldMetadata> unfilteredProperties, Boolean setId)
          Delegates to the overloaded method with validateUnsubmittedProperties set to true.
 Serializable BasicPersistenceModule.createPopulatedInstance(Serializable instance, Entity entity, Map<String,FieldMetadata> unfilteredProperties, Boolean setId, Boolean validateUnsubmittedProperties)
           
 Serializable RecordHelper.createPopulatedInstance(Serializable instance, Entity entity, Map<String,FieldMetadata> mergedProperties, Boolean setId, Boolean validateUnsubmittedProperties)
          Populates a Hibernate entity instance based on the values from entity (the DTO representation of instance) and the metadata from mergedProperties.
 Object BasicPersistenceModule.getPrimaryKey(Entity entity, Map<String,FieldMetadata> mergedUnfilteredProperties)
           
 Object RecordHelper.getPrimaryKey(Entity entity, Map<String,FieldMetadata> mergedProperties)
           
protected  Serializable MapStructurePersistenceModule.procureSandBoxMapValue(MapStructure mapStructure, Entity entity)
           
 boolean BasicPersistenceModule.validate(Entity entity, Serializable populatedInstance, Map<String,FieldMetadata> mergedProperties)
           
 boolean RecordHelper.validate(Entity entity, Serializable populatedInstance, Map<String,FieldMetadata> mergedProperties)
          Delegates to the overloaded method with validateUnsubmittedProperties set to true.
 boolean BasicPersistenceModule.validate(Entity entity, Serializable populatedInstance, Map<String,FieldMetadata> mergedProperties, boolean validateUnsubmittedProperties)
           
 boolean RecordHelper.validate(Entity entity, Serializable populatedInstance, Map<String,FieldMetadata> mergedProperties, boolean validateUnsubmittedProperties)
          Validates the Entity based on the validators associated with each property
 

Constructors in org.broadleafcommerce.openadmin.server.service.persistence.module with parameters of type Entity
AdornedTargetListPersistenceModule.AdornedTargetRetrieval(PersistencePackage persistencePackage, Entity entity, AdornedTargetList adornedTargetList)
           
 

Uses of Entity in org.broadleafcommerce.openadmin.server.service.persistence.module.provider.request
 

Methods in org.broadleafcommerce.openadmin.server.service.persistence.module.provider.request that return Entity
 Entity AddFilterPropertiesRequest.getEntity()
           
 

Constructors in org.broadleafcommerce.openadmin.server.service.persistence.module.provider.request with parameters of type Entity
AddFilterPropertiesRequest(Entity entity)
           
 

Uses of Entity in org.broadleafcommerce.openadmin.server.service.persistence.validation
 

Methods in org.broadleafcommerce.openadmin.server.service.persistence.validation with parameters of type Entity
protected  List<String> EntityValidatorServiceImpl.getTypeHierarchy(Entity entity)
           
 PropertyValidationResult GlobalPropertyValidator.validate(Entity entity, Serializable instance, Map<String,FieldMetadata> entityFieldMetadata, BasicFieldMetadata propertyMetadata, String propertyName, String value)
          Validates a property for an entity
 PropertyValidationResult RequiredPropertyValidator.validate(Entity entity, Serializable instance, Map<String,FieldMetadata> entityFieldMetadata, BasicFieldMetadata propertyMetadata, String propertyName, String value)
           
 PropertyValidationResult ValidationConfigurationBasedPropertyValidator.validate(Entity entity, Serializable instance, Map<String,FieldMetadata> entityFieldMetadata, Map<String,String> validationConfiguration, BasicFieldMetadata propertyMetadata, String propertyName, String value)
           
 PropertyValidationResult PropertyValidator.validate(Entity entity, Serializable instance, Map<String,FieldMetadata> entityFieldMetadata, Map<String,String> validationConfiguration, BasicFieldMetadata propertyMetadata, String propertyName, String value)
          Validates a property for an entity
 PropertyValidationResult RegexPropertyValidator.validate(Entity entity, Serializable instance, Map<String,FieldMetadata> entityFieldMetadata, Map<String,String> validationConfiguration, BasicFieldMetadata propertyMetadata, String propertyName, String value)
           
 void BeanValidationEntityValidatorServiceImpl.validate(Entity entity, Serializable instance, Map<String,FieldMetadata> mergedProperties, RecordHelper recordHelper, boolean validateUnsubmittedProperties)
           
 void EntityValidatorServiceImpl.validate(Entity submittedEntity, Serializable instance, Map<String,FieldMetadata> propertiesMetadata, RecordHelper recordHelper, boolean validateUnsubmittedProperties)
           
 void EntityValidatorService.validate(Entity submittedEntity, Serializable instance, Map<String,FieldMetadata> propertiesMetadata, RecordHelper recordHelper, boolean validateUnsubmittedProperties)
          Validate the given entity.
 boolean ValidationConfigurationBasedPropertyValidator.validateInternal(Entity entity, Serializable instance, Map<String,FieldMetadata> entityFieldMetadata, Map<String,String> validationConfiguration, BasicFieldMetadata propertyMetadata, String propertyName, String value)
          Delegate method for ValidationConfiguration-based processors that don't need to return an error message
 boolean MatchesFieldValidator.validateInternal(Entity entity, Serializable instance, Map<String,FieldMetadata> entityFieldMetadata, Map<String,String> validationConfiguration, BasicFieldMetadata propertyMetadata, String propertyName, String value)
           
 

Uses of Entity in org.broadleafcommerce.openadmin.web.controller
 

Methods in org.broadleafcommerce.openadmin.web.controller with parameters of type Entity
protected  ListGrid AdminAbstractController.getCollectionListGrid(ClassMetadata mainMetadata, Entity entity, Property collectionProperty, org.springframework.util.MultiValueMap<String,String> requestParams, String sectionKey, List<SectionCrumb> sectionCrumbs)
          Convenience method for obtaining a ListGrid DTO object for a collection.
protected  ListGrid AdminAbstractController.getCollectionListGrid(ClassMetadata mainMetadata, Entity entity, Property collectionProperty, org.springframework.util.MultiValueMap<String,String> requestParams, String sectionKey, PersistenceResponse persistenceResponse, List<SectionCrumb> sectionCrumbs)
          Convenience method for obtaining a ListGrid DTO object for a collection.
 

Uses of Entity in org.broadleafcommerce.openadmin.web.controller.entity
 

Methods in org.broadleafcommerce.openadmin.web.controller.entity with parameters of type Entity
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  String AdminBasicEntityController.showViewUpdateCollection(javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model model, Map<String,String> pathVars, String id, String collectionField, String collectionItemId, String modalHeaderType, EntityForm entityForm, Entity entity)
          Shows the view and populates the model for updating a collection item.
 

Uses of Entity in org.broadleafcommerce.openadmin.web.form.entity
 

Methods in org.broadleafcommerce.openadmin.web.form.entity with parameters of type Entity
 boolean EntityFormValidator.validate(EntityForm form, Entity entity, org.springframework.validation.Errors errors)
          Validates the form DTO against the passed in entity
 

Uses of Entity in org.broadleafcommerce.openadmin.web.rulebuilder
 

Methods in org.broadleafcommerce.openadmin.web.rulebuilder with parameters of type Entity
 DataWrapper MVELToDataWrapperTranslator.createRuleData(Entity[] entities, String mvelProperty, String quantityProperty, String idProperty, RuleBuilderFieldService fieldService)
           
 

Uses of Entity in org.broadleafcommerce.openadmin.web.service
 

Methods in org.broadleafcommerce.openadmin.web.service with parameters of type Entity
 EntityForm FormBuilderServiceImpl.createEntityForm(ClassMetadata cmd, Entity entity, List<SectionCrumb> sectionCrumbs)
           
 EntityForm FormBuilderService.createEntityForm(ClassMetadata cmd, Entity entity, List<SectionCrumb> sectionCrumbs)
          Creates a new EntityForm that has all of the appropriate fields set up along with the values for those fields from the given Entity.
 EntityForm FormBuilderServiceImpl.createEntityForm(ClassMetadata cmd, Entity entity, Map<String,DynamicResultSet> collectionRecords, List<SectionCrumb> sectionCrumbs)
           
 EntityForm FormBuilderService.createEntityForm(ClassMetadata cmd, Entity entity, Map<String,DynamicResultSet> collectionRecords, List<SectionCrumb> sectionCrumbs)
          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.
 ExtensionResultStatusType FormBuilderExtensionHandler.modifyListGridRecord(String className, ListGridRecord record, Entity entity)
          Provides a hook to modify the ListGridRecord for the given Entity while building the list grid record.
 ExtensionResultStatusType AbstractFormBuilderExtensionHandler.modifyListGridRecord(String className, ListGridRecord record, Entity entity)
           
 ExtensionResultStatusType FormBuilderExtensionHandler.modifyPopulatedEntityForm(EntityForm ef, Entity entity)
          Modifies an EntityForm after it has been populated with an Entity.
 ExtensionResultStatusType AbstractFormBuilderExtensionHandler.modifyPopulatedEntityForm(EntityForm ef, Entity entity)
           
 void FormBuilderServiceImpl.populateAdornedEntityFormFields(EntityForm ef, Entity entity, AdornedTargetList adornedList)
           
 void FormBuilderService.populateAdornedEntityFormFields(EntityForm ef, Entity entity, AdornedTargetList adornedList)
          Sets values for the necessary adorned fields on the EntityForm from the specified entity.
 void FormBuilderServiceImpl.populateEntityForm(ClassMetadata cmd, Entity entity, EntityForm ef, List<SectionCrumb> sectionCrumbs)
           
 void FormBuilderService.populateEntityForm(ClassMetadata cmd, Entity entity, EntityForm ef, List<SectionCrumb> sectionCrumbs)
          Populates a given ef based on the given cmd to initially create fields with the necessary metadata and then fills those fields out based on the property values from entity.
 void FormBuilderServiceImpl.populateEntityForm(ClassMetadata cmd, Entity entity, Map<String,DynamicResultSet> collectionRecords, EntityForm ef, List<SectionCrumb> sectionCrumbs)
           
 void FormBuilderService.populateEntityForm(ClassMetadata cmd, Entity entity, Map<String,DynamicResultSet> collectionRecords, EntityForm entityForm, List<SectionCrumb> sectionCrumbs)
          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.populateEntityFormFields(EntityForm ef, Entity entity)
           
 void FormBuilderService.populateEntityFormFields(EntityForm ef, Entity entity)
          Delegates to FormBuilderService.populateEntityFormFields(EntityForm, Entity, boolean, boolean) with true for populating both the id and type.
 void FormBuilderServiceImpl.populateEntityFormFields(EntityForm ef, Entity entity, boolean populateType, boolean populateId)
           
 void FormBuilderService.populateEntityFormFields(EntityForm ef, Entity entity, boolean populateType, boolean populateId)
          Sets values for all fields found on the EntityForm from the specified entity.
 void FormBuilderServiceImpl.populateEntityFormFieldValues(ClassMetadata cmd, Entity entity, EntityForm ef)
           
 void FormBuilderService.populateEntityFormFieldValues(ClassMetadata cmd, Entity entity, EntityForm ef)
          Populates the given EntityForm with values based on the Entity that has been passed in.
 void FormBuilderServiceImpl.populateMapEntityFormFields(EntityForm ef, Entity entity)
           
 void FormBuilderService.populateMapEntityFormFields(EntityForm ef, Entity entity)
          Sets values for the necessary map fields on the EntityForm from the specified entity.
 



Copyright © 2013. All Rights Reserved.