Uses of Class
org.broadleafcommerce.openadmin.web.form.entity.EntityForm

Packages that use EntityForm
org.broadleafcommerce.openadmin.server.service   
org.broadleafcommerce.openadmin.web.controller   
org.broadleafcommerce.openadmin.web.controller.entity   
org.broadleafcommerce.openadmin.web.form.entity   
org.broadleafcommerce.openadmin.web.service   
 

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

Methods in org.broadleafcommerce.openadmin.server.service with parameters of type EntityForm
 Entity AdminEntityServiceImpl.addEntity(EntityForm entityForm, String[] customCriteria)
           
 Entity AdminEntityService.addEntity(EntityForm entityForm, String[] customCriteria)
          Persists the given entity
 Entity AdminEntityServiceImpl.addSubCollectionEntity(EntityForm entityForm, ClassMetadata mainMetadata, Property field, Entity parentEntity)
           
 Entity AdminEntityService.addSubCollectionEntity(EntityForm entityForm, ClassMetadata mainMetadata, Property field, Entity parentEntity)
          Adds an item into the specified collection
protected  List<Property> AdminEntityServiceImpl.getPropertiesFromEntityForm(EntityForm entityForm)
           
protected  PersistencePackageRequest AdminEntityServiceImpl.getRequestForEntityForm(EntityForm entityForm, String[] customCriteria)
           
 void AdminEntityServiceImpl.removeEntity(EntityForm entityForm, String[] customCriteria)
           
 void AdminEntityService.removeEntity(EntityForm entityForm, String[] customCriteria)
          Removes the given entity
 Entity AdminEntityServiceImpl.updateEntity(EntityForm entityForm, String[] customCriteria)
           
 Entity AdminEntityService.updateEntity(EntityForm entityForm, String[] customCriteria)
          Updates the given entity
 Entity AdminEntityServiceImpl.updateSubCollectionEntity(EntityForm entityForm, ClassMetadata mainMetadata, Property field, Entity parentEntity, String collectionItemId)
           
 Entity AdminEntityService.updateSubCollectionEntity(EntityForm entityForm, ClassMetadata mainMetadata, Property field, Entity parentEntity, String collectionItemId)
          Updates the specified collection item
 

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

Methods in org.broadleafcommerce.openadmin.web.controller with parameters of type EntityForm
 String AdminTranslationController.addTranslation(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.Model model, EntityForm entityForm, org.springframework.validation.BindingResult result)
          Saves a new translation to the database.
protected  TranslationForm AdminTranslationController.getTranslationForm(EntityForm entityForm)
          Converts an EntityForm into a TranslationForm
 String AdminTranslationController.updateTranslation(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.Model model, EntityForm entityForm, org.springframework.validation.BindingResult result)
          Updates the given translation id to the new locale code and translated value
 

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

Methods in org.broadleafcommerce.openadmin.web.controller.entity that return EntityForm
protected  EntityForm AdminBasicEntityController.getBlankDynamicFieldTemplateForm(DynamicEntityFormInfo info)
          Convenience method for obtaining a blank dynamic field template form.
protected  EntityForm AdminBasicEntityController.getDynamicFieldTemplateForm(DynamicEntityFormInfo info, String entityId)
          Convenience method for obtaining a dynamic field template form for a particular entity.
 

Methods in org.broadleafcommerce.openadmin.web.controller.entity with parameters of type EntityForm
 String AdminBasicEntityController.addCollectionItem(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.Model model, Map<String,String> pathVars, String id, String collectionField, EntityForm entityForm)
          Adds the requested collection item
 String AdminBasicEntityController.addEntity(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.Model model, Map<String,String> pathVars, EntityForm entityForm, org.springframework.validation.BindingResult result)
          Processes the request to add a new entity.
 String AdminBasicEntityController.removeEntity(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.Model model, Map<String,String> pathVars, String id, EntityForm entityForm, org.springframework.validation.BindingResult result)
          Attempts to remove the given entity.
 String AdminBasicEntityController.saveEntity(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.Model model, Map<String,String> pathVars, String id, EntityForm entityForm, org.springframework.validation.BindingResult result, org.springframework.web.servlet.mvc.support.RedirectAttributes ra)
          Attempts to save the given entity.
 String AdminBasicEntityController.updateCollectionItem(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.Model model, Map<String,String> pathVars, String id, String collectionField, String collectionItemId, EntityForm entityForm)
          Updates the specified collection item
 

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

Fields in org.broadleafcommerce.openadmin.web.form.entity with type parameters of type EntityForm
protected  Map<String,EntityForm> EntityForm.dynamicForms
           
 

Methods in org.broadleafcommerce.openadmin.web.form.entity that return EntityForm
 EntityForm EntityForm.getDynamicForm(String name)
           
 

Methods in org.broadleafcommerce.openadmin.web.form.entity that return types with arguments of type EntityForm
 Map<String,EntityForm> EntityForm.getDynamicForms()
           
 

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

Method parameters in org.broadleafcommerce.openadmin.web.form.entity with type arguments of type EntityForm
 void EntityForm.setDynamicForms(Map<String,EntityForm> dynamicForms)
           
 

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

Methods in org.broadleafcommerce.openadmin.web.service that return EntityForm
 EntityForm FormBuilderServiceImpl.buildAdornedListForm(AdornedTargetCollectionMetadata adornedMd, AdornedTargetList adornedList, String parentId)
           
 EntityForm FormBuilderService.buildAdornedListForm(AdornedTargetCollectionMetadata adornedMd, AdornedTargetList adornedList, String parentId)
          Builds the EntityForm used in modal dialogs when adding items to adorned target collections.
 EntityForm FormBuilderServiceImpl.buildMapForm(MapMetadata mapMd, MapStructure mapStructure, ClassMetadata cmd, String parentId)
           
 EntityForm FormBuilderService.buildMapForm(MapMetadata mapMd, MapStructure mapStructure, ClassMetadata cmd, String parentId)
          Builds the EntityForm used in modal dialogs when adding items to map collections.
 EntityForm TranslationFormBuilderServiceImpl.buildTranslationForm(TranslationForm formProperties)
           
 EntityForm TranslationFormBuilderService.buildTranslationForm(TranslationForm formProperties)
          Builds an EntityForm used to create or edit a translation value
 EntityForm FormBuilderServiceImpl.createEntityForm(ClassMetadata cmd)
           
 EntityForm FormBuilderService.createEntityForm(ClassMetadata cmd)
          Creates a new EntityForm with the a default 'Save' action.
 EntityForm FormBuilderServiceImpl.createEntityForm(ClassMetadata cmd, Entity entity)
           
 EntityForm FormBuilderService.createEntityForm(ClassMetadata cmd, Entity entity)
          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)
           
 EntityForm FormBuilderService.createEntityForm(ClassMetadata cmd, Entity entity, Map<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.
protected  EntityForm FormBuilderServiceImpl.createStandardEntityForm()
           
 

Methods in org.broadleafcommerce.openadmin.web.service with parameters of type EntityForm
 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.
protected  void FormBuilderServiceImpl.populateDropdownToOneFields(EntityForm ef, ClassMetadata cmd)
           
 void FormBuilderServiceImpl.populateEntityForm(ClassMetadata cmd, Entity entity, EntityForm ef)
           
 void FormBuilderService.populateEntityForm(ClassMetadata cmd, Entity entity, EntityForm ef)
          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, EntityForm ef)
           
 void FormBuilderService.populateEntityForm(ClassMetadata cmd, EntityForm ef)
          Populates the given ef with all of the fields based on the properties from cmd.
 void FormBuilderServiceImpl.populateEntityForm(ClassMetadata cmd, Entity entity, Map<String,DynamicResultSet> collectionRecords, EntityForm ef)
           
 void FormBuilderService.populateEntityForm(ClassMetadata cmd, Entity entity, Map<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.populateEntityFormFields(EntityForm ef, Entity entity)
           
 void FormBuilderService.populateEntityFormFields(EntityForm ef, Entity entity)
          Sets values for all fields found on the EntityForm from the specified entity.
 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.
 void FormBuilderServiceImpl.removeNonApplicableFields(ClassMetadata cmd, EntityForm entityForm, String entityType)
           
 void FormBuilderService.removeNonApplicableFields(ClassMetadata cmd, EntityForm entityForm, String entityType)
          Loops through all of the fields that are specified in given class metadata and removes fields that are not applicable for the given polymorphic entity type from the entity form.
protected  void FormBuilderServiceImpl.setEntityFormFields(EntityForm ef, List<Property> properties)
           
 



Copyright © 2013. All Rights Reserved.