com.wewebu.ow.server.plug.owsettings
Class OwSettingsDocument

java.lang.Object
  extended by com.wewebu.ow.server.ui.OwEventTarget
      extended by com.wewebu.ow.server.ui.OwDocument
          extended by com.wewebu.ow.server.app.OwMasterDocument
              extended by com.wewebu.ow.server.plug.owsettings.OwSettingsDocument
All Implemented Interfaces:
com.wewebu.ow.server.util.OwAttributeBag, com.wewebu.ow.server.util.OwAttributeBagWriteable

public class OwSettingsDocument
extends com.wewebu.ow.server.app.OwMasterDocument

Settings Document.

Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.

For licensing information read the license.txt file or
go to: http://wiki.alfresco.com


Field Summary
static String CONFIG_NODE_USE_DYNAMIC_SPLIT
          The configuration element for dynamic split flag
 
Fields inherited from class com.wewebu.ow.server.ui.OwDocument
m_ViewList
 
Constructor Summary
OwSettingsDocument()
           
 
Method Summary
 void safeSiteSettings()
          safe the user settings to a persistent store
 void safeUserSettings()
          safe the user settings to a persistent store
 
Methods inherited from class com.wewebu.ow.server.app.OwMasterDocument
dispatch, getConfigNode, getConfiguration, getMasterView, getPersistentAttributeBagWriteable, getPlugin, getPluginID, getSafeSetting, init, onDispatch, setPlugin, setSafeSetting
 
Methods inherited from class com.wewebu.ow.server.ui.OwDocument
attachView, attributecount, clear, detachView, getAttribute, getAttribute, getAttributeNames, getSafeAttribute, hasAttribute, remove, save, setAttribute, update
 
Methods inherited from class com.wewebu.ow.server.ui.OwEventTarget
attach, detach, disableRequestListener, enableRequestListener, getAjaxEventURL, getContext, getEventURL, getFormEventFunction, getFormEventURL, getFormName, getFormTarget, getID, onExternalRequest, onFormEvent, onRequest, setExternalFormTarget, updateExternalFormTarget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIG_NODE_USE_DYNAMIC_SPLIT

public static final String CONFIG_NODE_USE_DYNAMIC_SPLIT
The configuration element for dynamic split flag

Since:
3.1.0.0
See Also:
Constant Field Values
Constructor Detail

OwSettingsDocument

public OwSettingsDocument()
Method Detail

safeUserSettings

public void safeUserSettings()
                      throws Exception
safe the user settings to a persistent store

Throws:
Exception

safeSiteSettings

public void safeSiteSettings()
                      throws Exception
safe the user settings to a persistent store

Throws:
Exception


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.