Uses of Interface
commonj.sdo.ChangeSummary.Setting

Packages that use ChangeSummary.Setting
commonj.sdo   
org.plasma.sdo  
org.plasma.sdo.core   
 

Uses of ChangeSummary.Setting in commonj.sdo
 

Methods in commonj.sdo that return ChangeSummary.Setting
 ChangeSummary.Setting ChangeSummary.getOldValue(DataObject dataObject, Property property)
          Returns a setting for the specified property representing the property value of the given dataObject at the point when logging began.
 

Methods in commonj.sdo that return types with arguments of type ChangeSummary.Setting
 List<ChangeSummary.Setting> ChangeSummary.getOldValues(DataObject dataObject)
          Returns a list of settings that represent the property values of the given dataObject at the point when logging began.
 

Uses of ChangeSummary.Setting in org.plasma.sdo
 

Subinterfaces of ChangeSummary.Setting in org.plasma.sdo
 interface PlasmaSetting
           
 

Methods in org.plasma.sdo that return types with arguments of type ChangeSummary.Setting
 List<ChangeSummary.Setting> Change.getAllSettings()
           
 List<ChangeSummary.Setting> Change.getSettings(String propertyName)
           
 

Uses of ChangeSummary.Setting in org.plasma.sdo.core
 

Classes in org.plasma.sdo.core that implement ChangeSummary.Setting
 class CoreSetting
           
 

Methods in org.plasma.sdo.core that return ChangeSummary.Setting
 ChangeSummary.Setting CoreChangeSummary.getOldValue(DataObject dataObject, Property property)
          Returns a setting for the specified property representing the property value of the given dataObject at the point when logging began.
 

Methods in org.plasma.sdo.core that return types with arguments of type ChangeSummary.Setting
 List<ChangeSummary.Setting> CoreChange.getAllSettings()
           
 List<ChangeSummary.Setting> CoreChangeSummary.getOldValues(DataObject dataObject)
          Returns a list of settings that represent the property values of the given dataObject at the point when logging began.
 List<ChangeSummary.Setting> CoreChange.getSettings(String propertyName)
           
 



Copyright © 2013. All rights reserved.