com.joanju.cgs.query
Class Query

java.lang.Object
  extended by com.joanju.cgs.query.Query

public class Query
extends java.lang.Object


Constructor Summary
Query()
           
 
Method Summary
 void callTargets(java.lang.StringBuilder out, int cuid, int nodeNum)
          Get XML of targets for a call, sorted by file full path.
 void whereUsed(java.lang.StringBuilder out, int cuid, int nodeNum)
          Get XML where-used for a procedure, sorted by file full path.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Query

public Query()
Method Detail

callTargets

public void callTargets(java.lang.StringBuilder out,
                        int cuid,
                        int nodeNum)
                 throws java.lang.Exception
Get XML of targets for a call, sorted by file full path.

Throws:
java.lang.Exception - if the call record for the CUID and nodeNum could not be found.

whereUsed

public void whereUsed(java.lang.StringBuilder out,
                      int cuid,
                      int nodeNum)
               throws java.lang.Exception
Get XML where-used for a procedure, sorted by file full path.

Throws:
java.lang.Exception - if the procedure record for the CUID and nodeNum could not be found.


Copyright © 2008 Joanju Software. All Rights Reserved.