Oracle Fusion Middleware extensions for XML based Datamodel Framework
11g Release 1 (11.1.1.6)

E22566-04

oracle.apps.fnd.applxdf.jdev.templates
Class TemplatePrefs

java.lang.Object
  extended by oracle.javatools.data.HashStructureAdapter
      extended by oracle.apps.fnd.applxdf.jdev.templates.TemplatePrefs

public final class TemplatePrefs
extends HashStructureAdapter

This is the model class used to store the offline Db template URL. It stores the value of the url given by the user in the Tools-->Preferences-->offline Db template file field.


Field Summary
 
Fields inherited from class oracle.javatools.data.HashStructureAdapter
_hash
 
Method Summary
static TemplatePrefs getInstance(PropertyStorage prefs)
           
 java.lang.String getOfflineDBPath()
           
 void setOfflineDBPath(java.lang.String oDBPath)
          Sets the offline db path when the user changes the value in the preferences.
 
Methods inherited from class oracle.javatools.data.HashStructureAdapter
addStructureChangeListener, containsKey, copyTo, copyToImpl, equals, equalsImpl, findOrCreate, forcedCopyTo, getHashStructure, removeStructureChangeListener, useObjectEquals
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static TemplatePrefs getInstance(PropertyStorage prefs)

getOfflineDBPath

public java.lang.String getOfflineDBPath()

setOfflineDBPath

public void setOfflineDBPath(java.lang.String oDBPath)
Sets the offline db path when the user changes the value in the preferences. Also notifies all the offline db providers that there is a change in the template schema location.In this way, the

Parameters:
oDBPath -

Oracle Fusion Middleware extensions for XML based Datamodel Framework
11g Release 1 (11.1.1.6)

E22566-04

Copyright © 2012 Oracle. All Rights Reserved.