org.broadleafcommerce.admin.client.datasource.order.module
Class OrderItemEntityModule

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

public class OrderItemEntityModule
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
OrderItemEntityModule(String ceilingEntityFullyQualifiedClassname, PersistencePerspective persistencePerspective, DynamicEntityServiceAsync service)
           
 
Method Summary
 com.smartgwt.client.data.Record updateRecord(Entity entity, com.smartgwt.client.data.Record record, Boolean updateId)
           
 
Methods inherited from class org.broadleafcommerce.openadmin.client.datasource.dynamic.module.BasicClientEntityModule
buildCriteria, buildEntity, buildFields, buildRecord, buildRecords, executeAdd, executeFetch, executeRemove, executeUpdate, filterProperties, getCeilingEntityFullyQualifiedClassname, getCto, getCurrentForeignKey, getLinkedValue, getLocalizedString, isCompatible, processFilterValueClause, setCurrentForeignKey, setDataSource, setLinkedValue, updateMinutesFromDateFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrderItemEntityModule

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

updateRecord

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


Copyright © 2013. All Rights Reserved.