org.broadleafcommerce.admin.client.datasource.catalog.category.module
Class CategoryTreeEntityModule

java.lang.Object
  extended by org.broadleafcommerce.openadmin.client.datasource.dynamic.module.BasicClientEntityModule
      extended by org.broadleafcommerce.admin.client.datasource.catalog.category.module.CategoryTreeEntityModule
All Implemented Interfaces:
DataSourceModule

public class CategoryTreeEntityModule
extends BasicClientEntityModule

Author:
jfischer

Field Summary
 
Fields inherited from class org.broadleafcommerce.openadmin.client.datasource.dynamic.module.BasicClientEntityModule
ceilingEntityFullyQualifiedClassname, currentForeignKey, dataSource, fetchTypeFullyQualifiedClassname, formatter, linkedValue, loadLevelCount, persistencePerspective, service
 
Constructor Summary
CategoryTreeEntityModule(String ceilingEntityFullyQualifiedClassname, PersistencePerspective persistencePerspective, DynamicEntityServiceAsync service)
           
 
Method Summary
 com.smartgwt.client.data.Record buildRecord(Entity entity, Boolean updateId)
           
 void executeUpdate(String requestId, com.smartgwt.client.data.DSRequest request, com.smartgwt.client.data.DSResponse response, String[] customCriteria, com.google.gwt.user.client.rpc.AsyncCallback<com.smartgwt.client.data.DataSource> cb)
           
protected  void logAttributes(com.smartgwt.client.data.Record record)
           
 
Methods inherited from class org.broadleafcommerce.openadmin.client.datasource.dynamic.module.BasicClientEntityModule
buildCriteria, buildEntity, buildFields, buildRecords, executeAdd, executeFetch, executeRemove, filterProperties, getCeilingEntityFullyQualifiedClassname, getCto, getCurrentForeignKey, getLinkedValue, getLocalizedString, isCompatible, processFilterValueClause, setCurrentForeignKey, setDataSource, setLinkedValue, updateMinutesFromDateFilter, updateRecord
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CategoryTreeEntityModule

public CategoryTreeEntityModule(String ceilingEntityFullyQualifiedClassname,
                                PersistencePerspective persistencePerspective,
                                DynamicEntityServiceAsync service)
Parameters:
ceilingEntityFullyQualifiedClassname -
persistencePerspective -
service -
Method Detail

buildRecord

public com.smartgwt.client.data.Record buildRecord(Entity entity,
                                                   Boolean updateId)
Specified by:
buildRecord in interface DataSourceModule
Overrides:
buildRecord in class BasicClientEntityModule

executeUpdate

public void executeUpdate(String requestId,
                          com.smartgwt.client.data.DSRequest request,
                          com.smartgwt.client.data.DSResponse response,
                          String[] customCriteria,
                          com.google.gwt.user.client.rpc.AsyncCallback<com.smartgwt.client.data.DataSource> cb)
Specified by:
executeUpdate in interface DataSourceModule
Overrides:
executeUpdate in class BasicClientEntityModule

logAttributes

protected void logAttributes(com.smartgwt.client.data.Record record)


Copyright © 2012. All Rights Reserved.