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

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

public class FeaturedProductListDataSourceFactory
extends java.lang.Object
implements DataSourceFactory

Author:
jfischer

Field Summary
static ListGridDataSource dataSource
           
static java.lang.String linkedIdProperty
           
static java.lang.String linkedObjectPath
           
static java.lang.String sortField
           
static java.lang.String symbolName
           
static java.lang.String targetIdProperty
           
static java.lang.String targetObjectPath
           
 
Constructor Summary
FeaturedProductListDataSourceFactory()
           
 
Method Summary
 void createDataSource(java.lang.String name, OperationTypes operationTypes, java.lang.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 java.lang.String symbolName
See Also:
Constant Field Values

linkedObjectPath

public static final java.lang.String linkedObjectPath
See Also:
Constant Field Values

linkedIdProperty

public static final java.lang.String linkedIdProperty
See Also:
Constant Field Values

targetObjectPath

public static final java.lang.String targetObjectPath
See Also:
Constant Field Values

targetIdProperty

public static final java.lang.String targetIdProperty
See Also:
Constant Field Values

sortField

public static final java.lang.String sortField
See Also:
Constant Field Values

dataSource

public static ListGridDataSource dataSource
Constructor Detail

FeaturedProductListDataSourceFactory

public FeaturedProductListDataSourceFactory()
Method Detail

createDataSource

public void createDataSource(java.lang.String name,
                             OperationTypes operationTypes,
                             java.lang.Object[] additionalItems,
                             com.google.gwt.user.client.rpc.AsyncCallback<com.smartgwt.client.data.DataSource> cb)
Specified by:
createDataSource in interface DataSourceFactory


Copyright © 2011. All Rights Reserved.