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
 PersistenceResponse AdminEntityServiceImpl.addEntity(EntityForm entityForm, String[] customCriteria)
           
 PersistenceResponse AdminEntityService.addEntity(EntityForm entityForm, String[] customCriteria)
          Persists the given entity
 PersistenceResponse AdminEntityServiceImpl.addSubCollectionEntity(EntityForm entityForm, ClassMetadata mainMetadata, Property field, Entity parentEntity)
           
 PersistenceResponse 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)
           
 PersistenceResponse AdminEntityServiceImpl.removeEntity(EntityForm entityForm, String[] customCriteria)
           
 PersistenceResponse AdminEntityService.removeEntity(EntityForm entityForm, String[] customCriteria)
          Removes the given entity
 PersistenceResponse AdminEntityServiceImpl.updateEntity(EntityForm entityForm, String[] customCriteria)
           
 PersistenceResponse AdminEntityService.updateEntity(EntityForm entityForm, String[] customCriteria)
          Updates the given entity
 PersistenceResponse AdminEntityServiceImpl.updateSubCollectionEntity(EntityForm entityForm, ClassMetadata mainMetadata, Property field, Entity parentEntity, String collectionItemId)
           
 PersistenceResponse 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 that return EntityForm
protected  EntityForm AdminAbstractController.getBlankDynamicFieldTemplateForm(DynamicEntityFormInfo info)
           
protected  EntityForm AdminAbstractController.getBlankDynamicFieldTemplateForm(DynamicEntityFormInfo info, EntityForm dynamicFormOverride)
          Convenience method for obtaining a blank dynamic field template form.
protected  EntityForm AdminAbstractController.getDynamicFieldTemplateForm(DynamicEntityFormInfo info, String entityId, EntityForm dynamicFormOverride)
          Convenience method for obtaining a dynamic field template form for a particular entity.
 

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  void AdminAbstractController.extractDynamicFormFields(EntityForm entityForm)
          This method will scan the entityForm for all dynamic form fields and pull them out as appropriate.
protected  EntityForm AdminAbstractController.getBlankDynamicFieldTemplateForm(DynamicEntityFormInfo info, EntityForm dynamicFormOverride)
          Convenience method for obtaining a blank dynamic field template form.
protected  EntityForm AdminAbstractController.getDynamicFieldTemplateForm(DynamicEntityFormInfo info, String entityId, EntityForm dynamicFormOverride)
          Convenience method for obtaining a dynamic field template form for a particular entity.
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 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, org.springframework.validation.BindingResult result)
          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.
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
 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.
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.
 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, org.springframework.validation.BindingResult result)
          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.buildAdornedListForm(AdornedTargetCollectionMetadata adornedMd, AdornedTargetList adornedList, String parentId, EntityForm ef)
           
 EntityForm FormBuilderService.buildAdornedListForm(AdornedTargetCollectionMetadata adornedMd, AdornedTargetList adornedList, String parentId, EntityForm ef)
          Equivalent to FormBuilderService.buildAdornedListForm(AdornedTargetCollectionMetadata, AdornedTargetList, String) except rather than creating a new EntityForm this simply uses the EntityForm that was passed in as ef.
 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 FormBuilderServiceImpl.buildMapForm(MapMetadata mapMd, MapStructure mapStructure, ClassMetadata cmd, String parentId, EntityForm ef)
           
 EntityForm FormBuilderService.buildMapForm(MapMetadata mapMd, MapStructure mapStructure, ClassMetadata cmd, String parentId, EntityForm ef)
          Equivalent to FormBuilderService.buildMapForm(MapMetadata, MapStructure, ClassMetadata, String) except rather than creating a new EntityForm this simply uses the EntityForm that was passed in as ef.
 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
 EntityForm FormBuilderServiceImpl.buildAdornedListForm(AdornedTargetCollectionMetadata adornedMd, AdornedTargetList adornedList, String parentId, EntityForm ef)
           
 EntityForm FormBuilderService.buildAdornedListForm(AdornedTargetCollectionMetadata adornedMd, AdornedTargetList adornedList, String parentId, EntityForm ef)
          Equivalent to FormBuilderService.buildAdornedListForm(AdornedTargetCollectionMetadata, AdornedTargetList, String) except rather than creating a new EntityForm this simply uses the EntityForm that was passed in as ef.
 EntityForm FormBuilderServiceImpl.buildMapForm(MapMetadata mapMd, MapStructure mapStructure, ClassMetadata cmd, String parentId, EntityForm ef)
           
 EntityForm FormBuilderService.buildMapForm(MapMetadata mapMd, MapStructure mapStructure, ClassMetadata cmd, String parentId, EntityForm ef)
          Equivalent to FormBuilderService.buildMapForm(MapMetadata, MapStructure, ClassMetadata, String) except rather than creating a new EntityForm this simply uses the EntityForm that was passed in as ef.
protected abstract  boolean AbstractFormBuilderExtensionHandler.canHandle(EntityForm ef)
          Determine if e to handle this.
protected abstract  void AbstractFormBuilderExtensionHandler.handleModifyDetailEntityForm(EntityForm ef)
          Convenience method for AbstractFormBuilderExtensionHandler.modifyDetailEntityForm(EntityForm).
protected abstract  void AbstractFormBuilderExtensionHandler.handleModifyPopulatedEntityForm(EntityForm ef, Entity entity)
          Convenience method for AbstractFormBuilderExtensionHandler.modifyPopulatedEntityForm(EntityForm, Entity).
protected abstract  void AbstractFormBuilderExtensionHandler.handleModifyUnpopulatedEntityForm(EntityForm ef)
          Convenience method for AbstractFormBuilderExtensionHandler.modifyUnpopulatedEntityForm(EntityForm).
 ExtensionResultStatusType FormBuilderExtensionHandler.modifyDetailEntityForm(EntityForm ef)
          Invoked whenever a detailed EntityForm is built, after the initial list grids have been created on the given EntityForm.
 ExtensionResultStatusType AbstractFormBuilderExtensionHandler.modifyDetailEntityForm(EntityForm ef)
           
 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)
           
 ExtensionResultStatusType FormBuilderExtensionHandler.modifyUnpopulatedEntityForm(EntityForm ef)
          Modifies an EntityForm before it is populated with an Entity.
 ExtensionResultStatusType AbstractFormBuilderExtensionHandler.modifyUnpopulatedEntityForm(EntityForm ef)
           
 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)
          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.
 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.