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

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

public class ParentCategoryListDataSourceFactory
extends Object
implements DataSourceFactory

Author:
jfischer

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

defaultCategoryForeignKey

public static final String defaultCategoryForeignKey
See Also:
Constant Field Values

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

sortField

public static final String sortField
See Also:
Constant Field Values

dataSource

public static ListGridDataSource dataSource
Constructor Detail

ParentCategoryListDataSourceFactory

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