Return-Path: X-Original-To: apmail-cayenne-commits-archive@www.apache.org Delivered-To: apmail-cayenne-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CB8A310BB0 for ; Sun, 16 Feb 2014 06:59:39 +0000 (UTC) Received: (qmail 65337 invoked by uid 500); 16 Feb 2014 06:59:39 -0000 Delivered-To: apmail-cayenne-commits-archive@cayenne.apache.org Received: (qmail 65301 invoked by uid 500); 16 Feb 2014 06:59:39 -0000 Mailing-List: contact commits-help@cayenne.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cayenne.apache.org Delivered-To: mailing list commits@cayenne.apache.org Received: (qmail 65291 invoked by uid 99); 16 Feb 2014 06:59:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Feb 2014 06:59:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Feb 2014 06:59:32 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 3376F2388C9E for ; Sun, 16 Feb 2014 06:58:33 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r898120 [9/15] - in /websites/staging/cayenne/trunk/content: ./ docs/3.1/api/org/apache/cayenne/exp/ docs/3.1/api/org/apache/cayenne/exp/class-use/ docs/3.1/api/org/apache/cayenne/exp/parser/ docs/3.1/api/org/apache/cayenne/exp/parser/class... Date: Sun, 16 Feb 2014 06:58:27 -0000 To: commits@cayenne.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140216065833.3376F2388C9E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/exp/parser/ASTNamedParameter.html ============================================================================== --- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/exp/parser/ASTNamedParameter.html (original) +++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/exp/parser/ASTNamedParameter.html Sun Feb 16 06:58:25 2014 @@ -2,13 +2,13 @@ - + -ASTNamedParameter (Cayenne Documentation 3.1B2 API) +ASTNamedParameter (Cayenne Documentation 3.1RC1 API) - + @@ -16,7 +16,7 @@ ASTNamedParameter (Cayenne Documentation function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ASTNamedParameter (Cayenne Documentation 3.1B2 API)"; + parent.document.title="ASTNamedParameter (Cayenne Documentation 3.1RC1 API)"; } } @@ -93,14 +93,14 @@ org.apache.cayenne.exp.parser
Class ASTNamedParameter
-java.lang.Object
+java.lang.Object
   extended by org.apache.cayenne.exp.Expression
       extended by org.apache.cayenne.exp.parser.SimpleNode
           extended by org.apache.cayenne.exp.parser.ASTScalar
               extended by org.apache.cayenne.exp.parser.ASTNamedParameter
 
-
All Implemented Interfaces:
Serializable, Node, XMLSerializable
+
All Implemented Interfaces:
Serializable, Node, XMLSerializable

@@ -171,7 +171,7 @@ A named expression parameter.             -ASTNamedParameter(Object value) +ASTNamedParameter(Object value)
            @@ -189,16 +189,16 @@ A named expression parameter.  void -encodeAsEJBQL(PrintWriter pw, - String rootId) +encodeAsEJBQL(PrintWriter pw, + String rootId)
          Stores a String representation of Expression as EJBQL using a provided PrintWriter. -protected  Object -evaluateNode(Object o) +protected  Object +evaluateNode(Object o)
          Evaluates itself with object, pushing result on the stack. @@ -206,7 +206,7 @@ A named expression parameter.  void -setValue(Object value) +setValue(Object value)
            @@ -250,10 +250,10 @@ A named expression parameter.   - + - +
Methods inherited from class java.lang.ObjectMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  @@ -280,7 +280,7 @@ public ASTNamedParameter()

ASTNamedParameter

-public ASTNamedParameter(Object value)
+public ASTNamedParameter(Object value)
@@ -297,8 +297,8 @@ public ASTNamedParameter(

evaluateNode

-protected Object evaluateNode(Object o)
-                       throws Exception
+protected Object evaluateNode(Object o) + throws Exception
Description copied from class: SimpleNode
Evaluates itself with object, pushing result on the stack. @@ -309,7 +309,7 @@ protected Exception
+
Exception

@@ -333,7 +333,7 @@ public

setValue

-public void setValue(Object value)
+public void setValue(Object value)
Overrides:
setValue in class ASTScalar
@@ -347,8 +347,8 @@ public void setValue(

encodeAsEJBQL

-public void encodeAsEJBQL(PrintWriter pw,
-                          String rootId)
+public void encodeAsEJBQL(PrintWriter pw, + String rootId)
Description copied from class: Expression
Stores a String representation of Expression as EJBQL using a provided PrintWriter. @@ -424,6 +424,6 @@ DETAIL: FIELD | Apache Cayenne. All Rights Reserved. +Copyright © 2001–2014 Apache Cayenne. All rights reserved. Modified: websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/exp/parser/ASTNegate.html ============================================================================== --- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/exp/parser/ASTNegate.html (original) +++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/exp/parser/ASTNegate.html Sun Feb 16 06:58:25 2014 @@ -2,13 +2,13 @@ - + -ASTNegate (Cayenne Documentation 3.1B2 API) +ASTNegate (Cayenne Documentation 3.1RC1 API) - + @@ -16,7 +16,7 @@ ASTNegate (Cayenne Documentation 3.1B2 A function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ASTNegate (Cayenne Documentation 3.1B2 API)"; + parent.document.title="ASTNegate (Cayenne Documentation 3.1RC1 API)"; } } @@ -93,13 +93,13 @@ org.apache.cayenne.exp.parser
Class ASTNegate
-java.lang.Object
+java.lang.Object
   extended by org.apache.cayenne.exp.Expression
       extended by org.apache.cayenne.exp.parser.SimpleNode
           extended by org.apache.cayenne.exp.parser.ASTNegate
 
-
All Implemented Interfaces:
Serializable, Node, XMLSerializable
+
All Implemented Interfaces:
Serializable, Node, XMLSerializable

@@ -161,7 +161,7 @@ Class ASTNegate             -ASTNegate(Object node) +ASTNegate(Object node)
            @@ -179,8 +179,8 @@ Class ASTNegate  void -encodeAsEJBQL(PrintWriter pw, - String rootId) +encodeAsEJBQL(PrintWriter pw, + String rootId)
          Stores a String representation of Expression as EJBQL using a provided PrintWriter. @@ -188,22 +188,22 @@ Class ASTNegate  void -encodeAsString(PrintWriter pw) +encodeAsString(PrintWriter pw)
          Stores a String representation of Expression using a provided PrintWriter. -protected  Object -evaluateNode(Object o) +protected  Object +evaluateNode(Object o)
          Evaluates itself with object, pushing result on the stack. -protected  String +protected  String getExpressionOperator(int index)
@@ -255,10 +255,10 @@ Class ASTNegate   - + - +
Methods inherited from class java.lang.ObjectMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  @@ -285,7 +285,7 @@ public ASTNegate()

ASTNegate

-public ASTNegate(Object node)
+public ASTNegate(Object node)
@@ -318,8 +318,8 @@ public

evaluateNode

-protected Object evaluateNode(Object o)
-                       throws Exception
+protected Object evaluateNode(Object o) + throws Exception
Description copied from class: SimpleNode
Evaluates itself with object, pushing result on the stack. @@ -330,7 +330,7 @@ protected Exception
+
Exception

@@ -338,7 +338,7 @@ protected

encodeAsString

-public void encodeAsString(PrintWriter pw)
+public void encodeAsString(PrintWriter pw)
Description copied from class: Expression
Stores a String representation of Expression using a provided PrintWriter. @@ -355,8 +355,8 @@ public void encodeAsString(

encodeAsEJBQL

-public void encodeAsEJBQL(PrintWriter pw,
-                          String rootId)
+public void encodeAsEJBQL(PrintWriter pw, + String rootId)
Description copied from class: Expression
Stores a String representation of Expression as EJBQL using a provided PrintWriter. @@ -376,7 +376,7 @@ public void encodeAsEJBQL(

getExpressionOperator

-protected String getExpressionOperator(int index)
+protected String getExpressionOperator(int index)
Specified by:
getExpressionOperator in class SimpleNode
@@ -482,6 +482,6 @@ DETAIL: FIELD | Apache Cayenne. All Rights Reserved. +Copyright © 2001–2014 Apache Cayenne. All rights reserved. Modified: websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/exp/parser/ASTNot.html ============================================================================== --- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/exp/parser/ASTNot.html (original) +++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/exp/parser/ASTNot.html Sun Feb 16 06:58:25 2014 @@ -2,13 +2,13 @@ - + -ASTNot (Cayenne Documentation 3.1B2 API) +ASTNot (Cayenne Documentation 3.1RC1 API) - + @@ -16,7 +16,7 @@ ASTNot (Cayenne Documentation 3.1B2 API) function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ASTNot (Cayenne Documentation 3.1B2 API)"; + parent.document.title="ASTNot (Cayenne Documentation 3.1RC1 API)"; } } @@ -93,14 +93,14 @@ org.apache.cayenne.exp.parser
Class ASTNot
-java.lang.Object
+java.lang.Object
   extended by org.apache.cayenne.exp.Expression
       extended by org.apache.cayenne.exp.parser.SimpleNode
           extended by org.apache.cayenne.exp.parser.AggregateConditionNode
               extended by org.apache.cayenne.exp.parser.ASTNot
 
-
All Implemented Interfaces:
Serializable, Node, XMLSerializable
+
All Implemented Interfaces:
Serializable, Node, XMLSerializable

@@ -180,8 +180,8 @@ Class ASTNot  void -encodeAsEJBQL(PrintWriter pw, - String rootId) +encodeAsEJBQL(PrintWriter pw, + String rootId)
          Stores a String representation of Expression as EJBQL using a provided PrintWriter. @@ -189,22 +189,22 @@ Class ASTNot  void -encodeAsString(PrintWriter pw) +encodeAsString(PrintWriter pw)
          Stores a String representation of Expression using a provided PrintWriter. -protected  Object -evaluateNode(Object o) +protected  Object +evaluateNode(Object o)
          Evaluates itself with object, pushing result on the stack. -protected  String +protected  String getExpressionOperator(int index)
@@ -257,10 +257,10 @@ Class ASTNot   - + - +
Methods inherited from class java.lang.ObjectMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  @@ -304,8 +304,8 @@ public ASTNot(

evaluateNode

-protected Object evaluateNode(Object o)
-                       throws Exception
+protected Object evaluateNode(Object o) + throws Exception
Description copied from class: SimpleNode
Evaluates itself with object, pushing result on the stack. @@ -316,7 +316,7 @@ protected Exception
+
Exception

@@ -358,7 +358,7 @@ public int getType()

encodeAsString

-public void encodeAsString(PrintWriter pw)
+public void encodeAsString(PrintWriter pw)
Description copied from class: Expression
Stores a String representation of Expression using a provided PrintWriter. @@ -375,8 +375,8 @@ public void encodeAsString(

encodeAsEJBQL

-public void encodeAsEJBQL(PrintWriter pw,
-                          String rootId)
+public void encodeAsEJBQL(PrintWriter pw, + String rootId)
Description copied from class: Expression
Stores a String representation of Expression as EJBQL using a provided PrintWriter. @@ -396,7 +396,7 @@ public void encodeAsEJBQL(

getExpressionOperator

-protected String getExpressionOperator(int index)
+protected String getExpressionOperator(int index)
Specified by:
getExpressionOperator in class SimpleNode
@@ -466,6 +466,6 @@ DETAIL: FIELD | Apache Cayenne. All Rights Reserved. +Copyright © 2001–2014 Apache Cayenne. All rights reserved. Modified: websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/exp/parser/ASTNotBetween.html ============================================================================== --- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/exp/parser/ASTNotBetween.html (original) +++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/exp/parser/ASTNotBetween.html Sun Feb 16 06:58:25 2014 @@ -2,13 +2,13 @@ - + -ASTNotBetween (Cayenne Documentation 3.1B2 API) +ASTNotBetween (Cayenne Documentation 3.1RC1 API) - + @@ -16,7 +16,7 @@ ASTNotBetween (Cayenne Documentation 3.1 function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ASTNotBetween (Cayenne Documentation 3.1B2 API)"; + parent.document.title="ASTNotBetween (Cayenne Documentation 3.1RC1 API)"; } } @@ -93,14 +93,14 @@ org.apache.cayenne.exp.parser
Class ASTNotBetween
-java.lang.Object
+java.lang.Object
   extended by org.apache.cayenne.exp.Expression
       extended by org.apache.cayenne.exp.parser.SimpleNode
           extended by org.apache.cayenne.exp.parser.ConditionNode
               extended by org.apache.cayenne.exp.parser.ASTNotBetween
 
-
All Implemented Interfaces:
Serializable, Node, XMLSerializable
+
All Implemented Interfaces:
Serializable, Node, XMLSerializable

@@ -161,8 +161,8 @@ Class ASTNotBetween ASTNotBetween(ASTPath path, - Object value1, - Object value2) + Object value1, + Object value2)
            @@ -179,15 +179,15 @@ Class ASTNotBetween -protected  Object -evaluateNode(Object o) +protected  Object +evaluateNode(Object o)
          Evaluates itself with object, pushing result on the stack. -protected  String +protected  String getExpressionOperator(int index)
@@ -240,10 +240,10 @@ Class ASTNotBetween   - + - +
Methods inherited from class java.lang.ObjectMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  @@ -271,8 +271,8 @@ public ASTNotBetween() ASTNotBetween
 public ASTNotBetween(ASTPath path,
-                     Object value1,
-                     Object value2)
+ Object value1, + Object value2)
@@ -289,8 +289,8 @@ public ASTNotBetween(

evaluateNode

-protected Object evaluateNode(Object o)
-                       throws Exception
+protected Object evaluateNode(Object o) + throws Exception
Description copied from class: SimpleNode
Evaluates itself with object, pushing result on the stack. @@ -301,7 +301,7 @@ protected Exception
+
Exception

@@ -325,7 +325,7 @@ public

getExpressionOperator

-protected String getExpressionOperator(int index)
+protected String getExpressionOperator(int index)
Specified by:
getExpressionOperator in class SimpleNode
@@ -413,6 +413,6 @@ DETAIL: FIELD | Apache Cayenne. All Rights Reserved. +Copyright © 2001–2014 Apache Cayenne. All rights reserved. Modified: websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/exp/parser/ASTNotEqual.html ============================================================================== --- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/exp/parser/ASTNotEqual.html (original) +++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/exp/parser/ASTNotEqual.html Sun Feb 16 06:58:25 2014 @@ -2,13 +2,13 @@ - + -ASTNotEqual (Cayenne Documentation 3.1B2 API) +ASTNotEqual (Cayenne Documentation 3.1RC1 API) - + @@ -16,7 +16,7 @@ ASTNotEqual (Cayenne Documentation 3.1B2 function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ASTNotEqual (Cayenne Documentation 3.1B2 API)"; + parent.document.title="ASTNotEqual (Cayenne Documentation 3.1RC1 API)"; } } @@ -93,14 +93,14 @@ org.apache.cayenne.exp.parser
Class ASTNotEqual
-java.lang.Object
+java.lang.Object
   extended by org.apache.cayenne.exp.Expression
       extended by org.apache.cayenne.exp.parser.SimpleNode
           extended by org.apache.cayenne.exp.parser.ConditionNode
               extended by org.apache.cayenne.exp.parser.ASTNotEqual
 
-
All Implemented Interfaces:
Serializable, Node, XMLSerializable
+
All Implemented Interfaces:
Serializable, Node, XMLSerializable

@@ -161,7 +161,7 @@ Class ASTNotEqual ASTNotEqual(ASTPath path, - Object value) + Object value)
          Creates "Not Equal To" expression. @@ -178,15 +178,15 @@ Class ASTNotEqual -protected  Object -evaluateNode(Object o) +protected  Object +evaluateNode(Object o)
          Evaluates itself with object, pushing result on the stack. -protected  String +protected  String getEJBQLExpressionOperator(int index)
@@ -195,7 +195,7 @@ Class ASTNotEqual -protected  String +protected  String getExpressionOperator(int index)
@@ -248,10 +248,10 @@ Class ASTNotEqual   - + - +
Methods inherited from class java.lang.ObjectMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  @@ -279,7 +279,7 @@ public ASTNotEqual() ASTNotEqual
 public ASTNotEqual(ASTPath path,
-                   Object value)
+ Object value)
Creates "Not Equal To" expression.

@@ -298,8 +298,8 @@ public ASTNotEqual(

evaluateNode

-protected Object evaluateNode(Object o)
-                       throws Exception
+protected Object evaluateNode(Object o) + throws Exception
Description copied from class: SimpleNode
Evaluates itself with object, pushing result on the stack. @@ -310,7 +310,7 @@ protected Exception
+
Exception

@@ -334,7 +334,7 @@ public

getExpressionOperator

-protected String getExpressionOperator(int index)
+protected String getExpressionOperator(int index)
Specified by:
getExpressionOperator in class SimpleNode
@@ -348,7 +348,7 @@ protected

getEJBQLExpressionOperator

-protected String getEJBQLExpressionOperator(int index)
+protected String getEJBQLExpressionOperator(int index)
Description copied from class: SimpleNode
Returns operator for ebjql statements, which can differ for Cayenne expression @@ -440,6 +440,6 @@ DETAIL: FIELD | Apache Cayenne. All Rights Reserved. +Copyright © 2001–2014 Apache Cayenne. All rights reserved.