|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hlcl.rql.util.as.PageAction
com.hlcl.rql.hip.as.ContentAreaCollectorPageAction
public class ContentAreaCollectorPageAction
Constructor Summary | |
---|---|
ContentAreaCollectorPageAction(java.sql.Connection connection,
java.lang.String tableName,
java.lang.String[] skipTemplateNameSuffixes)
ContentAreaCollectorPageAction constructor Attention: before first usage of invoke(Page) you have to call
setContentAreaName(String) |
|
ContentAreaCollectorPageAction(java.sql.Connection connection,
java.lang.String tableName,
java.lang.String[] skipTemplateNameSuffixes,
java.lang.String initialContentAreaName)
ContentAreaCollectorPageAction constructor |
Method Summary | |
---|---|
java.lang.String |
getContentAreaName()
Liefert den Namen der aktuellen zu klassifierenden content area. |
java.lang.String |
getCurrentPageContentAreas()
Returns the contentAreas 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. |
void |
invoke(Page page)
Klassifiziert die gegebene Seite zu der aktuellen content area. |
boolean |
nextPage()
Forwards to next row of result set to get all information out of the set. |
void |
setContentAreaName(java.lang.String contentAreaName)
Ändert die content area für folgende invoke(Page) Aufrufe. |
int |
size()
Returns the number of classified pages (count(*) of database table. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContentAreaCollectorPageAction(java.sql.Connection connection, java.lang.String tableName, java.lang.String[] skipTemplateNameSuffixes, java.lang.String initialContentAreaName) throws RQLException
RQLException
public ContentAreaCollectorPageAction(java.sql.Connection connection, java.lang.String tableName, java.lang.String[] skipTemplateNameSuffixes) throws RQLException
invoke(Page)
you have to call
setContentAreaName(String)
RQLException
Method Detail |
---|
public java.lang.String getContentAreaName()
public java.lang.String getCurrentPageContentAreas() 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 void invoke(Page page) throws RQLException
invoke
in class PageAction
RQLException
com.hlcl.rql.as.PageAction#invoke(com.hlcl.rql.as.Page)
public boolean nextPage() throws RQLException
Did not sort the pages in any kind.
RQLException
public void setContentAreaName(java.lang.String contentAreaName)
invoke(Page)
Aufrufe.
public int size() throws RQLException
RQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |