|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mindtree.techworks.insight.pagination.PageImpl
public abstract class PageImpl
The PageImpl class is an abstract class that implements IPage interface.
This class provides default implementation for adding and retrieving LogEvents.
LogEvent,
IPage,
Serialized Form| Constructor Summary | |
|---|---|
PageImpl()
|
|
| Method Summary | |
|---|---|
void |
addLogEvent(LogEvent logEvent)
Adds the logEvent to the list |
void |
clear()
Clears the LogEvent list |
protected abstract void |
delete()
Method that loads the Page |
java.util.List |
getLogEventList()
Returns the LogEventList |
java.lang.String |
getPageNamespace()
Returns the namespace of the page |
java.lang.String |
getPageSetNamespace()
|
void |
init(PageSet set)
Initialize the class |
protected abstract void |
load()
Method that loads the Page |
protected void |
setLogEventList(java.util.List eventList)
Sets the LogEventList |
void |
setPageNamespace(java.lang.String string)
|
void |
setPageSetNamespace(java.lang.String string)
|
protected abstract void |
store()
Method that stores the Page |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PageImpl()
| Method Detail |
|---|
public java.util.List getLogEventList()
getLogEventList in interface IPagepublic void addLogEvent(LogEvent logEvent)
addLogEvent in interface IPagelogEvent - LogEventpublic void init(PageSet set)
set - PageSet instance for callbackprotected abstract void store()
protected abstract void load()
protected abstract void delete()
public java.lang.String getPageNamespace()
IPage
getPageNamespace in interface IPagepublic java.lang.String getPageSetNamespace()
public void setPageNamespace(java.lang.String string)
string - public void setPageSetNamespace(java.lang.String string)
string - protected void setLogEventList(java.util.List eventList)
eventList - The logEventList to set.public void clear()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||