|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jet.datastream.JRObjectResult
@Deprecated public class JRObjectResult
The class JRObjectResult
is designed for JReport Engine inner usage,
it is not for Customer's use, we strongly recommend that customers do not
use it. This class and it's methods "which previously were exposed in api doc" will be
recorded as Deprecated.
This class JRObjectResult
specifies the methods of saving and restoring
the report result object. The save and restore operation work on a stream
which is used to store JReport system report result.
Field Summary |
---|
Fields inherited from interface jet.datastream.RecordLocation |
---|
DETAIL, PAGE_FOOTER, PAGE_HEADER |
Constructor Summary | |
---|---|
JRObjectResult()
Deprecated. Constructor. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Deprecated. |
void |
dump(java.io.PrintStream stream)
Deprecated. |
JRObjectResult |
dup(JRObjectResult obj)
Deprecated. |
jet.dataengine.api.dbbuffer.JRecord |
getCalculateRecord()
Deprecated. |
Communicator |
getCommunicator()
Deprecated. |
jet.datastream.ImgInfo |
getImgInfo()
Deprecated. |
jet.util.image.ImageResource |
getImgResourceByPropertyName(java.lang.String name)
Deprecated. |
jet.util.image.ImageResource |
getImgResourceByPropertyName(java.lang.String propertyName,
Record record)
Deprecated. |
java.lang.String |
getJetObjInstName()
Deprecated. |
int |
getLinkComm()
Deprecated. |
int |
getLinkCondition()
Deprecated. |
int |
getLinkPage()
Deprecated. |
int |
getObjectType()
Deprecated. |
jet.util.Containable |
getParent()
Deprecated. |
java.util.Hashtable |
getProperties()
Deprecated. |
jet.util.Propertiable |
getProperty(short propertyName)
Deprecated. |
jet.util.Propertiable |
getPropertyByName(java.lang.String propertyName)
Deprecated. |
jet.util.Propertiable |
getPropertyByName(java.lang.String propertyName,
Record record)
Deprecated. |
jet.dataengine.api.dbbuffer.JRecord |
getRecord()
Deprecated. |
int |
getResolution()
Deprecated. |
jet.datastream.DSSection |
getSection()
Deprecated. |
int |
getSubIdxOfRpt()
Deprecated. find subIdx of the subReport or main Report which the current DSObject lie in |
Record |
getSynRecord()
Deprecated. For local engine is not finished. |
Record |
getSynRecord2()
Deprecated. |
jet.datastream.DSTableRow |
getTableRow()
Deprecated. |
jet.datastream.DSTemplatible |
getTemplate()
Deprecated. |
short |
getTemplateIndex()
Deprecated. |
java.lang.String |
getUDOName()
Deprecated. |
boolean |
isChangeByF(jet.util.Propertiable ret)
Deprecated. |
boolean |
isDirty()
Deprecated. |
boolean |
isHasLink()
Deprecated. |
void |
setDirty(boolean d)
Deprecated. |
void |
setHasLink(boolean hasLink)
Deprecated. |
void |
setLink(int comm,
int page,
int comparerIdx)
Deprecated. |
void |
setNLSManager(jet.util.JFieldValueNLSManager nlsManager)
Deprecated. |
void |
setParent(jet.util.Containable parent)
Deprecated. |
void |
setTemplate(jet.datastream.DSTemplatible template)
Deprecated. |
void |
setTemplateIndex(short index)
Deprecated. |
static int |
UTFLength(java.lang.String str)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JRObjectResult()
Method Detail |
---|
public boolean isHasLink()
public void setHasLink(boolean hasLink)
public short getTemplateIndex()
public void setTemplateIndex(short index)
public jet.datastream.DSTemplatible getTemplate()
public java.lang.String getJetObjInstName()
public void setTemplate(jet.datastream.DSTemplatible template)
public void setParent(jet.util.Containable parent)
public jet.util.Containable getParent()
public int getObjectType()
public final java.lang.String getUDOName()
public final java.util.Hashtable getProperties()
getProperties
in interface jet.util.PropertySetable
@Deprecated public jet.util.Propertiable getPropertyByName(java.lang.String propertyName)
getPropertyByName
in interface jet.util.PropertySetable
propertyName
- the name of property which we want to get
Propertiable
representing the specified propertypublic boolean isChangeByF(jet.util.Propertiable ret)
@Deprecated public jet.util.Propertiable getPropertyByName(java.lang.String propertyName, Record record)
propertyName
- the name of property which we want to getrecord
- the record which current JRObjectResult keep
Propertiable
representing the specified propertypublic jet.util.image.ImageResource getImgResourceByPropertyName(java.lang.String name)
public jet.util.image.ImageResource getImgResourceByPropertyName(java.lang.String propertyName, Record record)
public final jet.util.Propertiable getProperty(short propertyName)
getProperty
in interface jet.util.PropertySetable
public Record getSynRecord()
public Record getSynRecord2()
public int getSubIdxOfRpt()
public jet.dataengine.api.dbbuffer.JRecord getCalculateRecord()
@Deprecated public jet.dataengine.api.dbbuffer.JRecord getRecord()
@Deprecated public int getResolution()
public Communicator getCommunicator()
public final jet.datastream.DSSection getSection()
public final jet.datastream.DSTableRow getTableRow()
public void dump(java.io.PrintStream stream)
public void setLink(int comm, int page, int comparerIdx)
public int getLinkCondition()
public int getLinkPage()
public int getLinkComm()
public java.lang.Object clone()
clone
in class java.lang.Object
public JRObjectResult dup(JRObjectResult obj)
public void setDirty(boolean d)
public boolean isDirty()
public static int UTFLength(java.lang.String str)
public void setNLSManager(jet.util.JFieldValueNLSManager nlsManager)
public jet.datastream.ImgInfo getImgInfo()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |