Java Doc for CastorPreferences.java in  » Web-Mail » Jwma » dtw » webmail » plugin » std » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Web Mail » Jwma » dtw.webmail.plugin.std 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   dtw.webmail.util.AbstractIdentifiable
      dtw.webmail.plugin.std.CastorPreferences

CastorPreferences
public class CastorPreferences extends AbstractIdentifiable implements JwmaPreferencesImpl,Associator,TimeStampable(Code)
Class implementing a specialized JwmaPreferencesImpl for being persisted with the Castor Plugins.
author:
   Dieter Wimberger
version:
   0.9.7 07/02/2003


Field Summary
public  intm_MessageSortCriteria
    

Constructor Summary
public  CastorPreferences()
     Constructs a JwmaPreferences instance.

Method Summary
public  voidaddMailIdentity(JwmaMailIdentity identity)
    
public  JwmaMailIdentityImplcreateMailIdentity()
    
public  booleanexistsMailIdentity(String uid)
    
public  JwmaPreferencesImplgetClone()
     Returns a clone of this preferences.
public  StringgetContactDatabaseID()
    
public  DateFormatgetDateFormat()
    
public  StringgetDateFormatPattern()
    
public  StringgetDefaultMailIdentity()
    
public  StringgetDraftFolder()
    
public  StringgetFirstname()
    
public  StringgetLanguage()
    
public  StringgetLastLogin()
    
public  StringgetLastname()
    
public  LocalegetLocale()
    
public  ListgetMailIdentities()
    
public  JwmaMailIdentitygetMailIdentity()
    
public  JwmaMailIdentitygetMailIdentity(String uid)
    
public  CollectiongetMailIdentityCollection()
    
public  intgetMailIdentityCount()
    
public  ProcessorgetMessageProcessor()
    
public  StringgetMessageProcessorName()
    
public  intgetMessageSortCriteria()
    
public  StringgetQuoteChar()
    
public  StringgetReadMailArchive()
    
public  ListgetRemovedAssociations()
    
public  StringgetRootFolder()
    
public  StringgetSentMailArchive()
    
public  StringgetStyle()
    
public  StringgetTrashFolder()
    
public  StringgetUserIdentity()
    
public  booleanisAutoArchiveSent()
    
public  booleanisAutoEmpty()
    
public  booleanisAutoMoveRead()
    
public  booleanisAutoQuote()
    
public  booleanisDisplayingInlined()
    
public  booleanisExpert()
    
public  longjdoGetTimeStamp()
    
public  voidjdoSetTimeStamp(long timeStamp)
    
public  JwmaMailIdentity[]listMailIdentities()
    
public  voidpersistPreferences(Database db)
    
public  voidremoveMailIdentity(String uid)
    
public  voidsetAutoArchiveSent(boolean doarchive)
     Sets the flag that controls wheter messages should be automatically archived when sent.
public  voidsetAutoEmpty(boolean b)
     Sets the flag that controls wheter messages should be automatically deleted from the trash on logout.
public  voidsetAutoMoveRead(boolean domoveread)
     Sets the flag that controls wheter messages should be automatically moved when read.
public  voidsetAutoQuote(boolean doquote)
     Sets the flag that controls wheter messages should be automatically quoted on reply.
public  voidsetContactDatabaseID(String dbid)
    
public  voidsetDateFormat(SimpleDateFormat dateformat)
    
public  voidsetDateFormatPattern(String pattern)
    
public  voidsetDefaultMailIdentity(String uid)
    
public  voidsetDisplayingInlined(boolean b)
    
public  voidsetDraftFolder(String path)
     Sets the path of the draft folder.
public  voidsetExpert(boolean b)
    
public  voidsetFirstname(String firstname)
     Sets the firstname of the owner of this JwmaPreferences.
public  voidsetLanguage(String str)
     Sets the language of this JwmaPreferences.
public  voidsetLastLogin(String lastlogin)
     Sets the the user's last login date and originating host.
public  voidsetLastname(String lastname)
     Sets the lastname of the owner of this JwmaPreferences.
public  voidsetLocale(Locale locale)
    
public  voidsetMailIdentityCollection(Collection collection)
    
public  voidsetMessageProcessor(Processor processor)
    
public  voidsetMessageProcessorName(String name)
    
public  voidsetMessageSortCriteria(int messageSortCriteria)
    
public  voidsetQuoteChar(String qc)
     Sets the quoting character.
public  voidsetReadMailArchive(String path)
     Sets the path of the read-mail-archive.
public  voidsetRootFolder(String path)
     Sets the path of the mail root folder.
public  voidsetSentMailArchive(String path)
     Sets the path of the sent-mail-archive.
public  voidsetStyle(String style)
    
public  voidsetTrashFolder(String path)
     Sets the path of the trashfolder.
public  voidsetUserIdentity(String userid)
     Sets the identity of this JwmaPreferences.
public  voidupdatePreferences(Database db)
    

Field Detail
m_MessageSortCriteria
public int m_MessageSortCriteria(Code)




Constructor Detail
CastorPreferences
public CastorPreferences()(Code)
Constructs a JwmaPreferences instance.




Method Detail
addMailIdentity
public void addMailIdentity(JwmaMailIdentity identity)(Code)



createMailIdentity
public JwmaMailIdentityImpl createMailIdentity()(Code)



existsMailIdentity
public boolean existsMailIdentity(String uid)(Code)



getClone
public JwmaPreferencesImpl getClone()(Code)
Returns a clone of this preferences. the clone, or null if the cloning process failed.



getContactDatabaseID
public String getContactDatabaseID()(Code)



getDateFormat
public DateFormat getDateFormat()(Code)



getDateFormatPattern
public String getDateFormatPattern()(Code)



getDefaultMailIdentity
public String getDefaultMailIdentity()(Code)



getDraftFolder
public String getDraftFolder()(Code)



getFirstname
public String getFirstname()(Code)



getLanguage
public String getLanguage()(Code)



getLastLogin
public String getLastLogin()(Code)



getLastname
public String getLastname()(Code)



getLocale
public Locale getLocale()(Code)



getMailIdentities
public List getMailIdentities()(Code)



getMailIdentity
public JwmaMailIdentity getMailIdentity()(Code)



getMailIdentity
public JwmaMailIdentity getMailIdentity(String uid)(Code)



getMailIdentityCollection
public Collection getMailIdentityCollection()(Code)



getMailIdentityCount
public int getMailIdentityCount()(Code)



getMessageProcessor
public Processor getMessageProcessor()(Code)



getMessageProcessorName
public String getMessageProcessorName()(Code)



getMessageSortCriteria
public int getMessageSortCriteria()(Code)



getQuoteChar
public String getQuoteChar()(Code)



getReadMailArchive
public String getReadMailArchive()(Code)



getRemovedAssociations
public List getRemovedAssociations()(Code)



getRootFolder
public String getRootFolder()(Code)



getSentMailArchive
public String getSentMailArchive()(Code)



getStyle
public String getStyle()(Code)



getTrashFolder
public String getTrashFolder()(Code)



getUserIdentity
public String getUserIdentity()(Code)



isAutoArchiveSent
public boolean isAutoArchiveSent()(Code)



isAutoEmpty
public boolean isAutoEmpty()(Code)



isAutoMoveRead
public boolean isAutoMoveRead()(Code)



isAutoQuote
public boolean isAutoQuote()(Code)



isDisplayingInlined
public boolean isDisplayingInlined()(Code)



isExpert
public boolean isExpert()(Code)



jdoGetTimeStamp
public long jdoGetTimeStamp()(Code)



jdoSetTimeStamp
public void jdoSetTimeStamp(long timeStamp)(Code)



listMailIdentities
public JwmaMailIdentity[] listMailIdentities()(Code)



persistPreferences
public void persistPreferences(Database db) throws PersistenceException(Code)



removeMailIdentity
public void removeMailIdentity(String uid)(Code)



setAutoArchiveSent
public void setAutoArchiveSent(boolean doarchive)(Code)
Sets the flag that controls wheter messages should be automatically archived when sent.
Parameters:
  doarchive - true if messages being sent should be automaticallyarchived, false otherwise.



setAutoEmpty
public void setAutoEmpty(boolean b)(Code)
Sets the flag that controls wheter messages should be automatically deleted from the trash on logout.
Parameters:
  b - true if messages in trash should be automaticallydeleted on logout, false otherwise.



setAutoMoveRead
public void setAutoMoveRead(boolean domoveread)(Code)
Sets the flag that controls wheter messages should be automatically moved when read.
Parameters:
  domoveread - true if read messages should be automaticallymoved, false otherwise.



setAutoQuote
public void setAutoQuote(boolean doquote)(Code)
Sets the flag that controls wheter messages should be automatically quoted on reply.
Parameters:
  doquote - true if messages being replied to should be automaticallyquoted, false otherwise.



setContactDatabaseID
public void setContactDatabaseID(String dbid)(Code)



setDateFormat
public void setDateFormat(SimpleDateFormat dateformat)(Code)



setDateFormatPattern
public void setDateFormatPattern(String pattern)(Code)



setDefaultMailIdentity
public void setDefaultMailIdentity(String uid)(Code)



setDisplayingInlined
public void setDisplayingInlined(boolean b)(Code)



setDraftFolder
public void setDraftFolder(String path)(Code)
Sets the path of the draft folder.
Parameters:
  path - the path of the draft folder as String.



setExpert
public void setExpert(boolean b)(Code)



setFirstname
public void setFirstname(String firstname)(Code)
Sets the firstname of the owner of this JwmaPreferences.
Parameters:
  firstname - the owner's firstname.



setLanguage
public void setLanguage(String str)(Code)
Sets the language of this JwmaPreferences.
Parameters:
  str - the language locale as String.



setLastLogin
public void setLastLogin(String lastlogin)(Code)
Sets the the user's last login date and originating host.
Parameters:
  address - the internet address of the last login.



setLastname
public void setLastname(String lastname)(Code)
Sets the lastname of the owner of this JwmaPreferences.
Parameters:
  lastname - the owner's lastname.



setLocale
public void setLocale(Locale locale)(Code)



setMailIdentityCollection
public void setMailIdentityCollection(Collection collection)(Code)



setMessageProcessor
public void setMessageProcessor(Processor processor)(Code)



setMessageProcessorName
public void setMessageProcessorName(String name)(Code)



setMessageSortCriteria
public void setMessageSortCriteria(int messageSortCriteria)(Code)



setQuoteChar
public void setQuoteChar(String qc)(Code)
Sets the quoting character.

Note: only the first character is taken from the String. the quote character as String.




setReadMailArchive
public void setReadMailArchive(String path)(Code)
Sets the path of the read-mail-archive.
Parameters:
  path - the path of the read-mail-archive as String.



setRootFolder
public void setRootFolder(String path)(Code)
Sets the path of the mail root folder.
Parameters:
  path - the path of root mail folder asString.



setSentMailArchive
public void setSentMailArchive(String path)(Code)
Sets the path of the sent-mail-archive.
Parameters:
  path - the path of the sent-mail-archive as String.



setStyle
public void setStyle(String style)(Code)



setTrashFolder
public void setTrashFolder(String path)(Code)
Sets the path of the trashfolder.
Parameters:
  path - the path of the trashfolder as String.



setUserIdentity
public void setUserIdentity(String userid)(Code)
Sets the identity of this JwmaPreferences.

Note:
The format of the string has to be <username>@<postofficehost>.

Parameters:
  id - the identity to be set as String.




updatePreferences
public void updatePreferences(Database db) throws PersistenceException(Code)



Methods inherited from dtw.webmail.util.AbstractIdentifiable
public boolean equals(Object o)(Code)(Java Doc)
public String getUID()(Code)(Java Doc)
public void setUID(String uid)(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.