org.broadleafcommerce.admin.client.datasource.catalog.category
Class CategoryTreeDataSourceFactory

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

public class CategoryTreeDataSourceFactory
extends Object
implements DataSourceFactory

Author:
jfischer

Field Summary
static CategoryTreeDataSource dataSource
           
static String defaultParentCategoryForeignKey
           
static String foreignKeyName
           
static String hasChildrenProperty
           
 
Constructor Summary
CategoryTreeDataSourceFactory()
           
 
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

hasChildrenProperty

public static final String hasChildrenProperty
See Also:
Constant Field Values

foreignKeyName

public static final String foreignKeyName
See Also:
Constant Field Values

defaultParentCategoryForeignKey

public static final String defaultParentCategoryForeignKey
See Also:
Constant Field Values

dataSource

public static CategoryTreeDataSource dataSource
Constructor Detail

CategoryTreeDataSourceFactory

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