atg.repository.servlet
Class RepositoryQueryServlet.QueryParameters

java.lang.Object
  extended by atg.repository.servlet.RepositoryServlet.RepositoryParameters
      extended by atg.repository.servlet.RepositoryQueryServlet.QueryParameters
Enclosing class:
RepositoryQueryServlet

public class RepositoryQueryServlet.QueryParameters
extends RepositoryServlet.RepositoryParameters

Class used to store repository query params


Constructor Summary
RepositoryQueryServlet.QueryParameters()
          Constructs an instanceof QueryParameters
 
Method Summary
 int getEndingIndex()
          Returns property EndingIndex
 Query getQuery()
          Returns property Query
 SortDirectives getSortDirectives()
          Returns property SortDirectives
 int getStartingIndex()
          Returns property StartingIndex
 void setEndingIndex(int i)
          Sets property EndingIndex
 void setQuery(Query q)
          Sets property Query
 void setSortDirectives(SortDirectives d)
          Sets property SortDirectives
 void setStartingIndex(int i)
          Sets property StartingIndex
 
Methods inherited from class atg.repository.servlet.RepositoryServlet.RepositoryParameters
getRepository, getViewName, setRepository, setViewName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryQueryServlet.QueryParameters

public RepositoryQueryServlet.QueryParameters()
Constructs an instanceof QueryParameters

Method Detail

getQuery

public Query getQuery()
Returns property Query


setQuery

public void setQuery(Query q)
Sets property Query


getSortDirectives

public SortDirectives getSortDirectives()
Returns property SortDirectives


setSortDirectives

public void setSortDirectives(SortDirectives d)
Sets property SortDirectives


getStartingIndex

public int getStartingIndex()
Returns property StartingIndex


setStartingIndex

public void setStartingIndex(int i)
Sets property StartingIndex


getEndingIndex

public int getEndingIndex()
Returns property EndingIndex


setEndingIndex

public void setEndingIndex(int i)
Sets property EndingIndex