com.filenet.wcm.apps.server.util.prefs
Class AppIntPrefs

java.lang.Object
  extended bycom.filenet.wcm.toolkit.server.util.prefs.WcmPrefsObject
      extended bycom.filenet.wcm.apps.server.util.prefs.AppIntPrefs
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class AppIntPrefs
extends com.filenet.wcm.toolkit.server.util.prefs.WcmPrefsObject

See Also:
Serialized Form

Constructor Summary
AppIntPrefs()
           
 
Method Summary
 java.lang.String getAppendedPath()
           
 java.lang.String getDefaultDocumentDirectory()
           
 boolean getDeleteLocalCopy()
           
 boolean getDeleteOnAdd()
           
 boolean getDeleteOnCancelCheckout()
           
 boolean getDeleteOnCheckin()
           
 boolean getDeleteOnSave()
           
 java.lang.String[] getOutlookFileTypes()
           
 boolean getShowSaveAsDlg()
           
 boolean getUseFilenameAsTitle()
           
protected  void initialize()
           
protected  void persist()
           
protected  void saveToXML(java.io.Writer w)
           
 void setAppendedPath(java.lang.String ap)
           
 void setDefaultDocumentDirectory(java.lang.String ddd)
           
 void setDeleteLocalCopy(boolean dlc)
           
 void setDeleteOnAdd(boolean doa)
           
 void setDeleteOnCancelCheckout(boolean docc)
           
 void setDeleteOnCheckin(boolean doc)
           
 void setDeleteOnSave(boolean dos)
           
 void setOutlookFileTypes(java.lang.String[] oft)
           
 void setShowSaveAsDlg(boolean show)
           
 void setUseFilenameAsTitle(boolean ufat)
           
 
Methods inherited from class com.filenet.wcm.toolkit.server.util.prefs.WcmPrefsObject
clear, clearAttributes, clone, convertToBoolean, convertToBoolean, convertToInt, convertToLong, convertToPrefsLabel, convertToPrefsLabelArray, equals, get, getAttribute, getBoolean, getElementKey, getInt, getLabel, getLabelArray, getList, getLocalizedString, getString, getStringArray, getVersion, load, load, load, load, loadLabel, loadPreferences, loadPreferences, loadPreferences, put, put, put, put, put, put, put, put, registerKey, remove, removeAttribute, removeLocalizedString, setAttribute, setElementKey, setVersion, toByteArrayXML, toXML, writeEndSettingTag, writeSetting, writeSetting, writeSetting, writeSetting, writeSetting, writeSetting, writeSetting, writeSetting, writeSetting, writeSetting, writeSetting, writeStartSettingTag, writeStartSettingTag, writeXML, writeXML
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppIntPrefs

public AppIntPrefs()
Method Detail

initialize

protected void initialize()

persist

protected void persist()

saveToXML

protected void saveToXML(java.io.Writer w)
                  throws java.io.IOException
Throws:
java.io.IOException

getDefaultDocumentDirectory

public java.lang.String getDefaultDocumentDirectory()

setDefaultDocumentDirectory

public void setDefaultDocumentDirectory(java.lang.String ddd)

getAppendedPath

public java.lang.String getAppendedPath()

setAppendedPath

public void setAppendedPath(java.lang.String ap)

setShowSaveAsDlg

public void setShowSaveAsDlg(boolean show)

getShowSaveAsDlg

public boolean getShowSaveAsDlg()

setUseFilenameAsTitle

public void setUseFilenameAsTitle(boolean ufat)

getUseFilenameAsTitle

public boolean getUseFilenameAsTitle()

setOutlookFileTypes

public void setOutlookFileTypes(java.lang.String[] oft)

getOutlookFileTypes

public java.lang.String[] getOutlookFileTypes()

setDeleteLocalCopy

public void setDeleteLocalCopy(boolean dlc)

getDeleteLocalCopy

public boolean getDeleteLocalCopy()

setDeleteOnAdd

public void setDeleteOnAdd(boolean doa)

getDeleteOnAdd

public boolean getDeleteOnAdd()

setDeleteOnCheckin

public void setDeleteOnCheckin(boolean doc)

getDeleteOnCheckin

public boolean getDeleteOnCheckin()

setDeleteOnCancelCheckout

public void setDeleteOnCancelCheckout(boolean docc)

getDeleteOnCancelCheckout

public boolean getDeleteOnCancelCheckout()

setDeleteOnSave

public void setDeleteOnSave(boolean dos)

getDeleteOnSave

public boolean getDeleteOnSave()


© Copyright IBM Corp. 2002, 2007. All Rights Reserved.