home *** CD-ROM | disk | FTP | other *** search
- package lotus.domino;
-
- public interface Newsletter extends Base {
- Document formatMsgWithDoclinks(Database var1) throws NotesException;
-
- Document formatDocument(Database var1, int var2) throws NotesException;
-
- Session getParent() throws NotesException;
-
- String getSubjectItemName() throws NotesException;
-
- void setSubjectItemName(String var1) throws NotesException;
-
- boolean isDoScore() throws NotesException;
-
- void setDoScore(boolean var1) throws NotesException;
-
- boolean isDoSubject() throws NotesException;
-
- void setDoSubject(boolean var1) throws NotesException;
- }
-