com.raritantechnologies.searchApp.browse
Interface IBrowseDirectoryEntry

All Known Implementing Classes:
BrowseDirectoryEntry, DBBrowseDirectoryEntry, InMemoryBrowse

public interface IBrowseDirectoryEntry

Describes interface for objects that represent a Browse Directory Entry - an item in a browse list.


Developed by Raritan Technologies .

Author:
Kepler Gelotte

Method Summary
 int getMaxPage()
          Get the maximum page number for the field's browse list
 int getMinPage()
          Get the minimum page number for the field's browse list
 int getPageNumber(java.lang.String term)
          this function figures out which page the search term should be in
 void initialize(org.w3c.dom.Element elem)
           
 void initialize(java.lang.String field)
           
 boolean isRefreshRequired()
          Use this method to see if the master list has been updated.
 boolean isValid()
           
 

Method Detail

initialize

public void initialize(org.w3c.dom.Element elem)

initialize

public void initialize(java.lang.String field)

isRefreshRequired

public boolean isRefreshRequired()
Use this method to see if the master list has been updated.


getPageNumber

public int getPageNumber(java.lang.String term)
this function figures out which page the search term should be in


getMaxPage

public int getMaxPage()
Get the maximum page number for the field's browse list


getMinPage

public int getMinPage()
Get the minimum page number for the field's browse list


isValid

public boolean isValid()