| org.apache.jetspeed.components.dao.InitablePersistenceBrokerDaoSupport org.apache.jetspeed.prefs.impl.PersistenceBrokerPreferencesProvider
Method Summary | |
protected void | addToCache(NodeCache content) | public Node | createNode(Node parent, String nodeName, int nodeType, String fullPath) | public Property | createProperty(Node node, String name, Object value) | public Collection | getChildren(Node parentNode) | public Node | getNode(String fullPath, int nodeType) | public void | init() | protected int | loadNodeAndAllChildren(String path) | public Collection | lookupPreference(String nodeName, String propertyName, String propertyValue) | public boolean | nodeExists(String fullPath, int nodeType) | public void | preloadAllEntities() | public void | preloadApplicationPreferences(String portletApplicationName) | public void | redoNode(NodeImplProxy proxy, String fullPath, int nodeType) | public void | removeNode(Node parentNode, Node node) | public void | storeNode(Node node) |
PersistenceBrokerPreferencesProvider | public PersistenceBrokerPreferencesProvider(String repositoryPath) throws ClassNotFoundException(Code) | | Parameters: repositoryPath - Location of repository mapping file. Must be available within the classpath. throws: ClassNotFoundException - if the prefsFactoryImpl argument does not reperesent a Class that exists in thecurrent classPath. |
PersistenceBrokerPreferencesProvider | public PersistenceBrokerPreferencesProvider(String repositoryPath, JetspeedCache preferenceCache) throws ClassNotFoundException(Code) | | Parameters: repository - Location of repository mapping file. Must be available within the classpath. Parameters: prefsFactoryImpl - java.util.prefs.PreferencesFactory implementation to use. Parameters: enablePropertyManager - Whether or not we chould be suing the property manager. throws: ClassNotFoundException - if the prefsFactoryImpl argument does not reperesent a Class that exists in thecurrent classPath. |
addToCache | protected void addToCache(NodeCache content)(Code) | | |
loadNodeAndAllChildren | protected int loadNodeAndAllChildren(String path)(Code) | | |
Fields inherited from org.apache.jetspeed.components.dao.InitablePersistenceBrokerDaoSupport | protected String repositoryPath(Code)(Java Doc)
|
Methods inherited from org.apache.jetspeed.components.dao.InitablePersistenceBrokerDaoSupport | public void init() throws Exception(Code)(Java Doc)
|
|
|