org.broadleafcommerce.cms.admin.client.datasource.pages
Class PageDataSourceFactory

java.lang.Object
  extended by org.broadleafcommerce.cms.admin.client.datasource.pages.PageDataSourceFactory
All Implemented Interfaces:
DataSourceFactory

public class PageDataSourceFactory
extends Object
implements DataSourceFactory

Author:
jfischer

Field Summary
static ListGridDataSource dataSource
           
static String pageTemplateForeignKey
           
 
Constructor Summary
PageDataSourceFactory()
           
 
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

pageTemplateForeignKey

public static final String pageTemplateForeignKey
See Also:
Constant Field Values

dataSource

public static ListGridDataSource dataSource
Constructor Detail

PageDataSourceFactory

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