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

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

public class CategoryListDataSourceFactory
extends Object
implements DataSourceFactory

Author:
jfischer

Field Summary
static String customCriteria
           
static String linkedIdProperty
           
static String linkedObjectPath
           
static String sortField
           
static String symbolName
           
static String targetIdProperty
           
static String targetObjectPath
           
 
Constructor Summary
CategoryListDataSourceFactory()
           
 
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

customCriteria

public static final String customCriteria
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
Constructor Detail

CategoryListDataSourceFactory

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