|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.waveset.object.PersistentObject
com.waveset.object.ReportCounter
Nested Class Summary |
Nested classes inherited from class com.waveset.object.PersistentObject |
PersistentObject.Comparator, PersistentObject.InitialInstance |
Field Summary |
Fields inherited from class com.waveset.object.PersistentObject |
_trace, trace |
Constructor Summary | |
ReportCounter(org.w3c.dom.Element e)
Deprecated. |
|
ReportCounter(java.lang.String name,
java.lang.String counterDay)
Deprecated. |
Method Summary | |
void |
accumilate(java.lang.String newDateString)
Deprecated. |
protected void |
addSubclassAttributes(java.lang.StringBuffer b)
Deprecated. Each concrete subclass may append to the buffer an XML representation of any fields it adds to PersistentObject (if those field values must persist). |
protected void |
addSubclassElements(java.lang.StringBuffer b)
Deprecated. Each concrete subclass may append to the buffer an XML representation of any fields it adds to PersistentObject (if those field values must persist). |
java.lang.String |
getCurrentDay()
Deprecated. |
long |
getNumOfEntries(java.util.Date date)
Deprecated. Get the number of events on a given date. |
java.util.ArrayList |
getNumOfEntries(java.util.Date fromDate,
java.util.Date toDate)
Deprecated. Get the number of events from a date to a date. |
long |
getTotalEntries()
Deprecated. |
Type |
getType()
Deprecated. Returns the associated Type object. |
protected void |
parseSubclassAttributes(org.w3c.dom.Element e)
Deprecated. Each concrete subclass should parse from the XML buffer any persisted subclass-specific fields (generally, the same ones that it writes into the buffer). |
protected void |
parseSubclassElements(org.w3c.dom.Element e)
Deprecated. Each concrete subclass should parse from the XML buffer any persisted subclass-specific elements (generally, the same ones that it writes into the buffer). |
void |
setCurrentDay(java.lang.String currentDay)
Deprecated. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ReportCounter(java.lang.String name, java.lang.String counterDay)
public ReportCounter(org.w3c.dom.Element e) throws WavesetException
Method Detail |
public Type getType()
getType
in class PersistentObject
public long getNumOfEntries(java.util.Date date)
public long getTotalEntries()
public java.lang.String getCurrentDay()
public void setCurrentDay(java.lang.String currentDay)
public void accumilate(java.lang.String newDateString)
public java.util.ArrayList getNumOfEntries(java.util.Date fromDate, java.util.Date toDate)
protected void addSubclassAttributes(java.lang.StringBuffer b)
PersistentObject
NOTE: Any subclass that overrides this method must similarly override parseSubclassAttributes() so that the subclass attributes are restored.
addSubclassAttributes
in class PersistentObject
protected void addSubclassElements(java.lang.StringBuffer b)
PersistentObject
NOTE: Any subclass that overrides this method must similarly override parseSubclassElements() so that the subclass elements are restored.
addSubclassElements
in class PersistentObject
protected void parseSubclassAttributes(org.w3c.dom.Element e) throws WavesetException
PersistentObject
parseSubclassAttributes
in class PersistentObject
WavesetException
PersistentObject's default implementation is a no-op.
,
PersistentObject.parseXml(Element)
protected void parseSubclassElements(org.w3c.dom.Element e) throws WavesetException
PersistentObject
parseSubclassElements
in class PersistentObject
WavesetException
PersistentObject's default implementation is a no-op.
,
PersistentObject.parseXml(Element)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |