org.apache.jetspeed.util.ojb
Class CollectionDebugger

java.lang.Object
  extended by org.apache.jetspeed.util.ojb.CollectionDebugger
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.accesslayer.QueryCustomizer, org.apache.ojb.broker.metadata.AttributeContainer

public class CollectionDebugger
extends Object
implements org.apache.ojb.broker.accesslayer.QueryCustomizer

CollectionDebugger

Version:
$Id: CollectionDebugger.java 185773 2004-02-24 00:31:46Z weaver $
Author:
Scott T. Weaver
See Also:
Serialized Form

Constructor Summary
CollectionDebugger()
           
 
Method Summary
 void addAttribute(String arg0, String arg1)
           
 org.apache.ojb.broker.query.Query customizeQuery(Object arg0, org.apache.ojb.broker.PersistenceBroker pb, org.apache.ojb.broker.metadata.CollectionDescriptor arg2, org.apache.ojb.broker.query.QueryByCriteria arg3)
           
 String getAttribute(String arg0)
           
 String getAttribute(String arg0, String arg1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionDebugger

public CollectionDebugger()
Method Detail

customizeQuery

public org.apache.ojb.broker.query.Query customizeQuery(Object arg0,
                                                        org.apache.ojb.broker.PersistenceBroker pb,
                                                        org.apache.ojb.broker.metadata.CollectionDescriptor arg2,
                                                        org.apache.ojb.broker.query.QueryByCriteria arg3)
Specified by:
customizeQuery in interface org.apache.ojb.broker.accesslayer.QueryCustomizer
See Also:
QueryCustomizer.customizeQuery(java.lang.Object, org.apache.ojb.broker.PersistenceBroker, org.apache.ojb.broker.metadata.CollectionDescriptor, org.apache.ojb.broker.query.QueryByCriteria)

addAttribute

public void addAttribute(String arg0,
                         String arg1)
Specified by:
addAttribute in interface org.apache.ojb.broker.metadata.AttributeContainer
See Also:
AttributeContainer.addAttribute(java.lang.String, java.lang.String)

getAttribute

public String getAttribute(String arg0,
                           String arg1)
Specified by:
getAttribute in interface org.apache.ojb.broker.metadata.AttributeContainer
See Also:
AttributeContainer.getAttribute(java.lang.String, java.lang.String)

getAttribute

public String getAttribute(String arg0)
Specified by:
getAttribute in interface org.apache.ojb.broker.metadata.AttributeContainer
See Also:
AttributeContainer.getAttribute(java.lang.String)


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.