Changeset 9268


Ignore:
Timestamp:
2005-03-03T16:27:12+13:00 (19 years ago)
Author:
kjdon
Message:

removed the abstract declarations for methods that are now defined in AbstractSearch

Location:
trunk/gsdl3/src/java/org/greenstone/gsdl3/service
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/java/org/greenstone/gsdl3/service/AbstractMGPPSearch.java

    r9012 r9268  
    393393    }
    394394    }
    395 
    396     /** returns the document type of the doc that the specified node
    397     belongs to. should be one of
    398     GSXML.DOC_TYPE_SIMPLE,
    399     GSXML.DOC_TYPE_PAGED,
    400     GSXML.DOC_TYPE_HIERARCHY
    401     */
    402     abstract protected String getDocType(String node_id);
    403    
    404     /** returns true if the node has child nodes */
    405     abstract protected boolean hasChildren(String node_id);
    406     /** returns true if the node has a parent */
    407     abstract protected boolean hasParent(String node_id);
    408 
    409395
    410396    // the following three functions are needed so the base class can
  • trunk/gsdl3/src/java/org/greenstone/gsdl3/service/AbstractMGSearch.java

    r9002 r9268  
    155155    }
    156156
    157     /** returns the document type of the doc that the specified node
    158     belongs to. should be one of
    159     GSXML.DOC_TYPE_SIMPLE,
    160     GSXML.DOC_TYPE_PAGED,
    161     GSXML.DOC_TYPE_HIERARCHY
    162     */
    163     abstract protected String getDocType(String node_id);
    164    
    165     /** returns true if the node has child nodes */
    166     abstract protected boolean hasChildren(String node_id);
    167     /** returns true if the node has a parent */
    168     abstract protected boolean hasParent(String node_id);
    169 
    170157    /** do the actual query */
    171158    protected Element processTextQuery(Element request)
Note: See TracChangeset for help on using the changeset viewer.