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

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

public class ProductSkusDataSourceFactory
extends Object
implements DataSourceFactory

Author:
Phillip Verheyden

Field Summary
protected  CustomCriteriaListGridDataSource dataSource
           
 
Constructor Summary
ProductSkusDataSourceFactory()
           
 
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

dataSource

protected CustomCriteriaListGridDataSource dataSource
Constructor Detail

ProductSkusDataSourceFactory

public ProductSkusDataSourceFactory()
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 © 2013. All Rights Reserved.