| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.repository.servlet.RepositoryServlet.RepositoryParameters
atg.repository.servlet.RepositoryQueryServlet.QueryParameters
public class RepositoryQueryServlet.QueryParameters
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 | 
|---|
public RepositoryQueryServlet.QueryParameters()
| Method Detail | 
|---|
public Query getQuery()
public void setQuery(Query q)
public SortDirectives getSortDirectives()
public void setSortDirectives(SortDirectives d)
public int getStartingIndex()
public void setStartingIndex(int i)
public int getEndingIndex()
public void setEndingIndex(int i)
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||