[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jboss-cvs-commits
Subject:    [jboss-cvs] jboss-portal/forums/src/main/org/jboss/portlet/forums/model TopicWatch.java Topic.java
From:       Thomas Heute <theute () users ! sourceforge ! net>
Date:       2005-01-31 20:43:11
Message-ID: E1CviO7-0004yW-VH () sc8-pr-cvs1 ! sourceforge ! net
[Download RAW message or body]

  User: theute  
  Date: 05/01/31 12:43:11

  Modified:    forums/src/main/org/jboss/portlet/forums/model Topic.java
  Added:       forums/src/main/org/jboss/portlet/forums/model
                        TopicWatch.java
  Log:
  * Email confirmation for new users
  * Email forum notification
  * New security mechanism for forums
  * Interceptor command filtering is using JBossActionRequest and response
  
  Revision  Changes    Path
  1.2       +7 -1      jboss-portal/forums/src/main/org/jboss/portlet/forums/model/Topic.java
  
  Index: Topic.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/forums/src/main/org/jboss/portlet/forums/model/Topic.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Topic.java	14 Jan 2005 23:12:47 -0000	1.1
  +++ Topic.java	31 Jan 2005 20:43:10 -0000	1.2
  @@ -12,10 +12,11 @@
   
   import java.util.Collection;
   import java.util.Date;
  +import java.util.List;
   
   /**
    * @author <a href="mailto:theute@jboss.org">Thomas Heute</a>
  - * @version $Revision: 1.1 $
  + * @version $Revision: 1.2 $
    */
   public interface Topic
   {
  @@ -221,4 +222,9 @@
       * @param subject DOCUMENT_ME
       */
      void setSubject(String subject);
  +
  +   /**
  +    * @return
  +    */
  +   List getWatches();
   }
  \ No newline at end of file
  
  
  
  1.1                  jboss-portal/forums/src/main/org/jboss/portlet/forums/model/TopicWatch.java
  
  Index: TopicWatch.java
  ===================================================================
  /*****************************************
   *                                       *
   *  JBoss Portal: The OpenSource Portal  *
   *                                       *
   *       Forums JBoss Portlet            *
   *                                       *
   *   Distributable under GPL license.    *
   *   See terms of license at gnu.org.    *
   *                                       *
   *****************************************/
  package org.jboss.portlet.forums.model;
  
  /**
   * @author <a href="mailto:theute@jboss.org">Thomas Heute</a>
   * @version $Revision: 1.1 $
   */
  public interface TopicWatch
  {
     /**
      * DOCUMENT_ME
      *
      * @return DOCUMENT_ME
      */
     Topic getTopic();
  
     /**
      * DOCUMENT_ME
      *
      * @param forum DOCUMENT_ME
      */
     void setTopic(Topic topic);
  
     /**
      * DOCUMENT_ME
      *
      * @return DOCUMENT_ME
      */
     Poster getPoster();
  
     /**
      * DOCUMENT_ME
      *
      * @param forumUser DOCUMENT_ME
      */
     void setPoster(Poster poster);
     
     Integer getID();
  }
  
  


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
jboss-cvs-commits mailing list
jboss-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-cvs-commits
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic