org.broadleafcommerce.admin.client.datasource.catalog.category.module
Class CategoryTreeEntityModule
java.lang.Object
org.broadleafcommerce.openadmin.client.datasource.dynamic.module.BasicClientEntityModule
org.broadleafcommerce.admin.client.datasource.catalog.category.module.CategoryTreeEntityModule
- All Implemented Interfaces:
- DataSourceModule
public class CategoryTreeEntityModule
- extends BasicClientEntityModule
- Author:
- jfischer
|
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, getBasicBooleanOperators, getBasicDateOperators, getBasicEnumerationOperators, getBasicIdOperators, getBasicNumericOperators, getBasicTextOperators, getCeilingEntityFullyQualifiedClassname, getCto, getCurrentForeignKey, getLinkedValue, 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 |
CategoryTreeEntityModule
public CategoryTreeEntityModule(String ceilingEntityFullyQualifiedClassname,
PersistencePerspective persistencePerspective,
DynamicEntityServiceAsync service)
- Parameters:
ceilingEntityFullyQualifiedClassname - persistencePerspective - service -
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.