home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1999 April / DPPCPRO0499.ISO / April / Notes / 50b2wic.exe / DATA1.CAB / NotesProgramFilesJavaSupport / Notes.jar / lotus / domino / Newsletter.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-11-15  |  744 b   |  22 lines

  1. package lotus.domino;
  2.  
  3. public interface Newsletter extends Base {
  4.    Document formatMsgWithDoclinks(Database var1) throws NotesException;
  5.  
  6.    Document formatDocument(Database var1, int var2) throws NotesException;
  7.  
  8.    Session getParent() throws NotesException;
  9.  
  10.    String getSubjectItemName() throws NotesException;
  11.  
  12.    void setSubjectItemName(String var1) throws NotesException;
  13.  
  14.    boolean isDoScore() throws NotesException;
  15.  
  16.    void setDoScore(boolean var1) throws NotesException;
  17.  
  18.    boolean isDoSubject() throws NotesException;
  19.  
  20.    void setDoSubject(boolean var1) throws NotesException;
  21. }
  22.