|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hlcl.rql.util.as.PageInfoSet
public class PageInfoSet
| Constructor Summary | |
|---|---|
PageInfoSet(java.sql.Connection connection,
java.lang.String name)
Construct a page info set. |
|
| Method Summary | |
|---|---|
void |
add(Page page)
Adds this page to the set. |
void |
addWithoutCheck(Page page)
Adds this page to the set. |
boolean |
containsPage(Page page)
Returns true, if page is stored in set already. |
boolean |
containsPage(java.lang.String pageId)
Returns true, if page id is stored in set already. |
java.lang.String |
getCurrentPageCreatedByUserName()
Returns the page created by user name for the current row. |
java.lang.String |
getCurrentPageCreatedOn()
Returns the page created on date (in yyyymmdd) for the current row. |
java.lang.String |
getCurrentPageGuid()
Returns the page GUID for the current row. |
java.lang.String |
getCurrentPageHeadline()
Returns the page headline for the current row. |
java.lang.String |
getCurrentPageId()
Returns the page ID for the current row. |
java.lang.String |
getCurrentPageTemplateName()
Returns the page template name for the current row. |
boolean |
nextPage()
Forwards to next row of result set to get all information out of the set. |
boolean |
nextPageSortedByTemplateName()
Forwards to next row of result set to get all information out of the set. |
int |
size()
Returns the number of pages in this set. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PageInfoSet(java.sql.Connection connection,
java.lang.String name)
throws RQLException
connection - the database connectionname - the name of the database table used to collect the page information
RQLException| Method Detail |
|---|
public void add(Page page)
throws RQLException
RQLException
public void addWithoutCheck(Page page)
throws RQLException
RQLException
public boolean containsPage(Page page)
throws RQLException
RQLException
public boolean containsPage(java.lang.String pageId)
throws RQLException
RQLException
public java.lang.String getCurrentPageCreatedByUserName()
throws RQLException
RQLException
public java.lang.String getCurrentPageCreatedOn()
throws RQLException
RQLException
public java.lang.String getCurrentPageGuid()
throws RQLException
RQLException
public java.lang.String getCurrentPageHeadline()
throws RQLException
RQLException
public java.lang.String getCurrentPageId()
throws RQLException
RQLException
public java.lang.String getCurrentPageTemplateName()
throws RQLException
RQLException
public boolean nextPage()
throws RQLException
Did not sort the pages in any kind.
RQLException
public boolean nextPageSortedByTemplateName()
throws RQLException
Sort the returned pages by template name.
RQLException
public int size()
throws RQLException
RQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||