|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of MapStructure in org.broadleafcommerce.openadmin.client.dto |
|---|
| Subclasses of MapStructure in org.broadleafcommerce.openadmin.client.dto | |
|---|---|
class |
SimpleValueMapStructure
|
| Uses of MapStructure in org.broadleafcommerce.openadmin.client.dto.visitor |
|---|
| Methods in org.broadleafcommerce.openadmin.client.dto.visitor with parameters of type MapStructure | |
|---|---|
void |
PersistencePerspectiveItemVisitor.visit(MapStructure mapStructure)
|
void |
PersistencePerspectiveItemVisitorAdapter.visit(MapStructure mapStructure)
|
| Uses of MapStructure in org.broadleafcommerce.openadmin.client.view.dynamic.dialog |
|---|
| Fields in org.broadleafcommerce.openadmin.client.view.dynamic.dialog declared as MapStructure | |
|---|---|
protected MapStructure |
MapStructureEntityEditDialog.mapStructure
|
| Constructors in org.broadleafcommerce.openadmin.client.view.dynamic.dialog with parameters of type MapStructure | |
|---|---|
MapStructureEntityEditDialog(MapStructure mapStructure,
com.smartgwt.client.data.DataSource optionDataSource,
String displayField,
String valueField)
|
|
MapStructureEntityEditDialog(MapStructure mapStructure,
LinkedHashMap<String,String> mapKeys)
|
|
| Uses of MapStructure in org.broadleafcommerce.openadmin.client.view.dynamic.form |
|---|
| Methods in org.broadleafcommerce.openadmin.client.view.dynamic.form with parameters of type MapStructure | |
|---|---|
static void |
FormBuilder.buildMapForm(com.smartgwt.client.data.DataSource dataSource,
com.smartgwt.client.widgets.form.DynamicForm form,
MapStructure mapStructure,
com.smartgwt.client.data.DataSource optionDataSource,
String displayField,
String valueField,
Boolean showId,
com.smartgwt.client.data.Record currentRecord)
|
static void |
FormBuilder.buildMapForm(com.smartgwt.client.data.DataSource dataSource,
com.smartgwt.client.widgets.form.DynamicForm form,
MapStructure mapStructure,
LinkedHashMap<String,String> mapKeys,
Boolean showId,
com.smartgwt.client.data.Record currentRecord)
|
| Uses of MapStructure in org.broadleafcommerce.openadmin.server.domain |
|---|
| Fields in org.broadleafcommerce.openadmin.server.domain declared as MapStructure | |
|---|---|
protected MapStructure |
PersistencePackageRequest.mapStructure
|
| Methods in org.broadleafcommerce.openadmin.server.domain that return MapStructure | |
|---|---|
MapStructure |
PersistencePackageRequest.getMapStructure()
|
| Methods in org.broadleafcommerce.openadmin.server.domain with parameters of type MapStructure | |
|---|---|
void |
PersistencePackageRequest.setMapStructure(MapStructure mapStructure)
|
PersistencePackageRequest |
PersistencePackageRequest.withMapStructure(MapStructure mapStructure)
|
| Uses of MapStructure in org.broadleafcommerce.openadmin.server.service.persistence.module |
|---|
| Methods in org.broadleafcommerce.openadmin.server.service.persistence.module with parameters of type MapStructure | |
|---|---|
protected Entity[] |
MapStructurePersistenceModule.getMapRecords(Serializable record,
MapStructure mapStructure,
Map<String,FieldMetadata> ceilingMergedProperties,
Map<String,FieldMetadata> valueMergedProperties,
Property symbolicIdProperty)
|
| Uses of MapStructure in org.broadleafcommerce.openadmin.web.service |
|---|
| Methods in org.broadleafcommerce.openadmin.web.service with parameters of type MapStructure | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||