@Deprecated
public class JRObjectResult
extends java.lang.Object
implements jet.util.PropertySetable, jet.datastream.RecordLocation
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.Constructor and Description |
---|
JRObjectResult()
Deprecated.
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
adjustWH(jet.component.layoutEngine.result.ResultRowColInfo rowColInfo2)
Deprecated.
|
java.lang.Object |
copyObject()
Deprecated.
|
void |
dump(java.io.PrintStream stream)
Deprecated.
|
JRObjectResult |
dup(JRObjectResult obj)
Deprecated.
|
jet.dataengine.api.dbbuffer.JRecord |
getCalculateRecord()
Deprecated.
|
Communicator |
getCommunicator()
Deprecated.
|
DSDataStreamable |
getDataStream()
Deprecated.
|
DbValue |
getDbValue(java.lang.String name,
Record record)
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.
|
short |
getParentContainerTemplateIndex()
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.
|
int |
length()
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.
|
public boolean isHasLink()
public void setHasLink(boolean hasLink)
public short getTemplateIndex()
public short getParentContainerTemplateIndex()
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 getPropertiable
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 keepPropertiable
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 int length()
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 copyObject()
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()
public DSDataStreamable getDataStream()
public void adjustWH(jet.component.layoutEngine.result.ResultRowColInfo rowColInfo2)