Return-Path: Delivered-To: apmail-jakarta-turbine-user-archive@jakarta.apache.org Received: (qmail 87628 invoked by uid 500); 19 Oct 2001 17:38:24 -0000 Mailing-List: contact turbine-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: turbine-user@jakarta.apache.org Delivered-To: mailing list turbine-user@jakarta.apache.org Received: (qmail 87561 invoked from network); 19 Oct 2001 17:38:23 -0000 Message-ID: From: Dan Finkelstein To: "'turbine-user@jakarta.apache.org'" Subject: Why are the doSelectJoinXXX() methods protected? Date: Fri, 19 Oct 2001 10:33:56 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi -- In trying to call the doSelectJoinXXX() methods in Torque, I found that they are protected, and thus inaccessable. I imagine that they must have been public at one time since the HowTo document (http://jakarta.apache.org/turbine/turbine-2/howto/peers-howto.html) uses them in an example. In the Peer.vm file they look like... protected static Vector doSelectJoin${joinColumnId}(Criteria c) protected static Vector doSelectJoinAllExcept${excludeString}(Criteria c) Are they supposed to be protected now, and we should expose them in our XXXPeer clases? I changed them to "public" for now just to get past this... Thanks, Dan --------------------------------------------------------------------- To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: turbine-user-help@jakarta.apache.org