org.broadleafcommerce.cms.admin.client.datasource.structure.module
Class StructuredContentListClientEntityModule
java.lang.Object
org.broadleafcommerce.openadmin.client.datasource.dynamic.module.BasicClientEntityModule
org.broadleafcommerce.cms.admin.client.datasource.structure.module.StructuredContentListClientEntityModule
- All Implemented Interfaces:
- DataSourceModule
public class StructuredContentListClientEntityModule
- extends BasicClientEntityModule
- Author:
- Jeff Fischer
|
Method Summary |
void |
executeFetch(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)
|
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)
|
| Methods inherited from class org.broadleafcommerce.openadmin.client.datasource.dynamic.module.BasicClientEntityModule |
buildCriteria, buildEntity, buildFields, buildRecord, buildRecords, executeAdd, executeRemove, filterProperties, getBasicBooleanOperators, getBasicDateOperators, getBasicEnumerationOperators, getBasicIdOperators, getBasicNumericOperators, getBasicTextOperators, getCeilingEntityFullyQualifiedClassname, getCto, getCurrentForeignKey, getLinkedValue, isCompatible, setCurrentForeignKey, setDataSource, setLinkedValue, updateRecord |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StructuredContentListClientEntityModule
public StructuredContentListClientEntityModule(String ceilingEntityFullyQualifiedClassname,
PersistencePerspective persistencePerspective,
DynamicEntityServiceAsync service)
executeFetch
public void executeFetch(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:
executeFetch in interface DataSourceModule- Overrides:
executeFetch 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
Copyright © 2011. All Rights Reserved.