You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by qu...@apache.org on 2003/01/03 22:15:38 UTC

cvs commit: jakarta-turbine-2/src/java/org/apache/turbine/om/security/peer TurbineUserPeer.java

quintonm    2003/01/03 13:15:38

  Modified:    src/java/org/apache/turbine/om/security/peer
                        TurbineUserPeer.java
  Log:
  Added more javadocs to the buildCriteria method.
  
  Revision  Changes    Path
  1.6       +6 -2      jakarta-turbine-2/src/java/org/apache/turbine/om/security/peer/TurbineUserPeer.java
  
  Index: TurbineUserPeer.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/om/security/peer/TurbineUserPeer.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- TurbineUserPeer.java	31 Dec 2002 15:18:35 -0000	1.5
  +++ TurbineUserPeer.java	3 Jan 2003 21:15:38 -0000	1.6
  @@ -223,7 +223,11 @@
       }
   
       /**
  -     * Builds a criteria object based upon an User object
  +     * Builds a criteria object based upon an User object.  Data
  +     * stored in the permData table which a key matching a column
  +     * name is removed from the permData table and added as a criterion.
  +     * All remaining data in the permData table is serialized and
  +     * added as a criterion for the OBJECT_DATA column.
        *
        * @param user object to build the criteria
        * @return the Criteria
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>