Java Doc for JwmaPreferencesImpl.java in  » Web-Mail » Jwma » dtw » webmail » model » 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.model 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


dtw.webmail.model.JwmaPreferencesImpl

All known Subclasses:   dtw.webmail.plugin.std.CastorPreferences,
JwmaPreferencesImpl
public interface JwmaPreferencesImpl extends JwmaPreferences,Cloneable(Code)
Interface for JwmaPreferences implementations. This is the interface any specialized implementation has to expose internal to controllers and models.
author:
   Dieter Wimberger
version:
   0.9.7 07/02/2003




Method Summary
public  voidaddMailIdentity(JwmaMailIdentity identity)
     Adds the given JwmaMailIdentity to this JwmaPreferences.
public  JwmaMailIdentityImplcreateMailIdentity()
     Factory method for an implementation specific JwmaMailIdentityImpl.
public  booleanexistsMailIdentity(String uid)
     Tests if a JwmaMailIdentity with the given index exists.
public  StringgetContactDatabaseID()
     Returns a String representing the user's contact database UID.
public  intgetMailIdentityCount()
     Returns the count of JwmaMailIdentity instances that are associated with this JwmaPreferences.
public  voidremoveMailIdentity(String uid)
     Removes the JwmaMailIdentity with the given id from this JwmaPreferences.
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)
     Sets a String representing the user's contact database UID.
public  voidsetDateFormat(SimpleDateFormat dateformat)
     Sets the DateFormat representing the user's preferred date format.
public  voidsetDefaultMailIdentity(String uid)
     Sets the user's default identity JwmaMailIdentity instance.
public  voidsetDisplayingInlined(boolean b)
     Sets the flag that controls whether known mime message content is displayed inline.
public  voidsetDraftFolder(String path)
     Sets the path of the draft folder.
public  voidsetExpert(boolean b)
     Sets the flag that shows wheter the owner of this JwmaPreferences considers to be an xpert.
public  voidsetFirstname(String firstname)
     Sets the firstname of the owner of this JwmaPreferences.
public  voidsetLanguage(String language)
     Sets a String representing the language.
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)
     Sets the Locale associated with this JwmaPreferences.
public  voidsetMessageProcessor(Processor processor)
     Sets the Processor representing the users preferred message processor for processing plain/text messages.
public  voidsetMessageProcessorName(String name)
     Sets the Processor representing the users preferred message processor for processing plain/text messages by its name.
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)
     Sets a String representing the users preferred style.
public  voidsetTrashFolder(String path)
     Sets the path of the trashfolder.
public  voidsetUserIdentity(String userid)
     Sets the identity of this JwmaPreferences.



Method Detail
addMailIdentity
public void addMailIdentity(JwmaMailIdentity identity)(Code)
Adds the given JwmaMailIdentity to this JwmaPreferences.
Parameters:
  identity - the JwmaMailIdentity to be added.



createMailIdentity
public JwmaMailIdentityImpl createMailIdentity()(Code)
Factory method for an implementation specific JwmaMailIdentityImpl. an instance of the related JwmaMailIdentityImplimplementation.



existsMailIdentity
public boolean existsMailIdentity(String uid)(Code)
Tests if a JwmaMailIdentity with the given index exists.
Parameters:
  uid - the identifier of the JwmaMailIdentity.
Parameters:
  b - true if exists, false otherwise.



getContactDatabaseID
public String getContactDatabaseID()(Code)
Returns a String representing the user's contact database UID. the UID of the contact database as String.



getMailIdentityCount
public int getMailIdentityCount()(Code)
Returns the count of JwmaMailIdentity instances that are associated with this JwmaPreferences. the number of JwmaMailIdentity instancesassociated with this JwmaPreferences.



removeMailIdentity
public void removeMailIdentity(String uid)(Code)
Removes the JwmaMailIdentity with the given id from this JwmaPreferences.
Parameters:
  uid - the identifier of the JwmaMailIdentityto be removed.



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)
Sets a String representing the user's contact database UID. the UID of the contact database as String.



setDateFormat
public void setDateFormat(SimpleDateFormat dateformat)(Code)
Sets the DateFormat representing the user's preferred date format. Note that the passed in dateformat should be an instance of SimpleDateFormat, which is enforced by the parameter type.
Parameters:
  dateformat - the user's preferred SimpleDateFormat.



setDefaultMailIdentity
public void setDefaultMailIdentity(String uid)(Code)
Sets the user's default identity JwmaMailIdentity instance.
Parameters:
  uid - the identifier of the JwmaMailIdentityto be set as default.



setDisplayingInlined
public void setDisplayingInlined(boolean b)(Code)
Sets the flag that controls whether known mime message content is displayed inline. true if inline displaying is to be enabled,false otherwise.



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)
Sets the flag that shows wheter the owner of this JwmaPreferences considers to be an xpert.
Parameters:
  b - true if expert, false otherwise.



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 language)(Code)
Sets a String representing the language.

Note that this method is a shortcut for getLocale().setLanguage().

Parameters:
  language - the standard ISO639 identifier 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)
Sets the Locale associated with this JwmaPreferences.
Parameters:
  locale - the Locale to be set.



setMessageProcessor
public void setMessageProcessor(Processor processor)(Code)
Sets the Processor representing the users preferred message processor for processing plain/text messages.
Parameters:
  processor - the preferred message processor.



setMessageProcessorName
public void setMessageProcessorName(String name)(Code)
Sets the Processor representing the users preferred message processor for processing plain/text messages by its name.

Note that this method is a shortcut for

 
 setMessageProcessor(
 JwmaKernel.getReference().getMessageProcessor(String name)
 );
 
 


Parameters:
  name - the Processor's identifier as String.



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)
Sets a String representing the users preferred style.
Parameters:
  style - the style as String.



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.




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