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

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

public class SkuBundleItemsDataSourceFactory
extends Object
implements DataSourceFactory

Author:
Phillip Verheyden

Field Summary
static ListGridDataSource dataSource
           
static String linkedIdProperty
           
static String linkedObjectPath
           
static String symbolName
           
static String targetIdProperty
           
static String targetObjectPath
           
 
Constructor Summary
SkuBundleItemsDataSourceFactory()
           
 
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

symbolName

public static final String symbolName
See Also:
Constant Field Values

linkedObjectPath

public static final String linkedObjectPath
See Also:
Constant Field Values

linkedIdProperty

public static final String linkedIdProperty
See Also:
Constant Field Values

targetObjectPath

public static final String targetObjectPath
See Also:
Constant Field Values

targetIdProperty

public static final String targetIdProperty
See Also:
Constant Field Values

dataSource

public static ListGridDataSource dataSource
Constructor Detail

SkuBundleItemsDataSourceFactory

public SkuBundleItemsDataSourceFactory()
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.