org.broadleafcommerce.admin.client.datasource.catalog.product
Class ProductMediaMapDataSourceFactory

java.lang.Object
  extended by org.broadleafcommerce.admin.client.datasource.catalog.product.ProductMediaMapDataSourceFactory
All Implemented Interfaces:
DataSourceFactory

public class ProductMediaMapDataSourceFactory
extends Object
implements DataSourceFactory

Author:
jfischer

Field Summary
static ComplexValueMapStructureDataSource dataSource
           
static MapStructure MAPSTRUCTURE
           
protected  OneToOneProductSkuPresenter presenter
           
 
Constructor Summary
ProductMediaMapDataSourceFactory(OneToOneProductSkuPresenter presenter)
           
 
Method Summary
 void createDataSource(String name, OperationTypes operationTypes, Object[] additionalItems, com.google.gwt.user.client.rpc.AsyncCallback<com.smartgwt.client.data.DataSource> cb)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAPSTRUCTURE

public static final MapStructure MAPSTRUCTURE

dataSource

public static ComplexValueMapStructureDataSource dataSource

presenter

protected OneToOneProductSkuPresenter presenter
Constructor Detail

ProductMediaMapDataSourceFactory

public ProductMediaMapDataSourceFactory(OneToOneProductSkuPresenter presenter)
Method Detail

createDataSource

public void createDataSource(String name,
                             OperationTypes operationTypes,
                             Object[] additionalItems,
                             com.google.gwt.user.client.rpc.AsyncCallback<com.smartgwt.client.data.DataSource> cb)
Specified by:
createDataSource in interface DataSourceFactory


Copyright © 2012. All Rights Reserved.