@Deprecated
public class JRObjectResult
extends java.lang.Object
JRObjectResult
is designed for Logi Report 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 Logi Report system report result.Modifier and Type | Field and Description |
---|---|
static short |
HTMLParsedModelIndex
Deprecated.
|
Constructor and Description |
---|
JRObjectResult()
Deprecated.
Constructor.
|
JRObjectResult(int modeType)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
adjustWH(ResultRowColInfo rowColInfo2)
Deprecated.
|
java.lang.Object |
copyObject()
Deprecated.
|
void |
dump(java.io.PrintStream stream)
Deprecated.
|
JRObjectResult |
dup(JRObjectResult obj)
Deprecated.
|
boolean |
getAutoScaleInNumber()
Deprecated.
|
JRecord |
getCalculateRecord()
Deprecated.
|
Propertiable |
getChangeByProperty(Propertiable property,
Record record)
Deprecated.
|
Propertiable |
getChangeByProperty(Propertiable property,
Record record,
int mode)
Deprecated.
|
Communicator |
getCommunicator()
Deprecated.
|
java.lang.Object |
getContinuousUpLevelObject()
Deprecated.
get continuous upLevel Object, add this method for convert2html tag feature
If this parent is not null in common status, return it's parent.
|
DSDataStreamable |
getDataStream()
Deprecated.
|
DbValue |
getDbValue(java.lang.String name,
Record record)
Deprecated.
|
DSField |
getDSFieldWithHtmlTag()
Deprecated.
|
java.lang.String |
getFieldInstName()
Deprecated.
|
int |
getHtmlParsedmodelIndex()
Deprecated.
|
ImgInfo |
getImgInfo()
Deprecated.
|
ImageResource |
getImgResourceByPropertyName(java.lang.String name)
Deprecated.
|
ImageResource |
getImgResourceByPropertyName(java.lang.String propertyName,
Record record)
Deprecated.
|
java.lang.String |
getJetObjInstName()
Deprecated.
|
int |
getLinkComm()
Deprecated.
|
int |
getLinkCondition()
Deprecated.
|
int |
getLinkPage()
Deprecated.
|
int |
getModeType()
Deprecated.
|
int |
getObjectType()
Deprecated.
|
Containable |
getParent()
Deprecated.
|
short |
getParentContainerTemplateIndex()
Deprecated.
|
PDFAttachmentInfo |
getPDFAttachmentByPropertyName(java.lang.String name)
Deprecated.
|
PDFAttachmentInfo |
getPDFAttachmentByPropertyName(java.lang.String propertyName,
Record record)
Deprecated.
|
java.util.Hashtable |
getProperties()
Deprecated.
|
Propertiable |
getProperty(short propertyName)
Deprecated.
|
Propertiable |
getProperty(short propertyName,
int mode)
Deprecated.
|
Propertiable |
getPropertyByName(java.lang.String propertyName)
Deprecated.
|
Propertiable |
getPropertyByName(java.lang.String propertyName,
int mode)
Deprecated.
|
Propertiable |
getPropertyByName(java.lang.String propertyName,
Record record)
Deprecated.
|
Propertiable |
getPropertyByName(java.lang.String propertyName,
Record record,
int mode)
Deprecated.
|
JRecord |
getRecord()
Deprecated.
|
int |
getResolution()
Deprecated.
|
ResourceStore |
getResourceStore()
Deprecated.
|
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.
|
DSTableRow |
getTableRow()
Deprecated.
|
DSTemplatible |
getTemplate()
Deprecated.
|
short |
getTemplateIndex()
Deprecated.
|
java.lang.String |
getUDOName()
Deprecated.
|
int |
getVer()
Deprecated.
|
boolean |
isChangeByF(Propertiable ret)
Deprecated.
|
boolean |
isDirty()
Deprecated.
|
boolean |
isHasLink()
Deprecated.
|
boolean |
isHTMLParsedObject()
Deprecated.
support case 65736
support "Ignore HTML Tag" is false, and absolute field, parse as jreport component
//v15.6 Convert HTML Tag, FS179768
|
boolean |
isRTLLayout()
Deprecated.
|
int |
length()
Deprecated.
|
void |
setDirty(boolean d)
Deprecated.
|
void |
setDSFieldWithHtmlTag(DSField fd)
Deprecated.
|
void |
setFieldInstName(java.lang.String fieldInstName)
Deprecated.
|
void |
setHasLink(boolean hasLink)
Deprecated.
|
void |
setHtmlParsedmodelIndex(int htmlParsedmodelIndex)
Deprecated.
|
void |
setHTMLParsedObject(boolean isHTMLParsedObject)
Deprecated.
//v15.6 Convert HTML Tag, FS179768
|
void |
setHTMLParsedTemplate()
Deprecated.
|
void |
setLink(int comm,
int page,
int comparerIdx)
Deprecated.
|
void |
setNLSManager(JFieldValueNLSManager nlsManager)
Deprecated.
|
void |
setParent(Containable parent)
Deprecated.
|
void |
setTemplate(DSTemplatible template)
Deprecated.
|
void |
setTemplateIndex(short index)
Deprecated.
|
static int |
UTFLength(java.lang.String str)
Deprecated.
|
public static final short HTMLParsedModelIndex
public JRObjectResult()
JRObjectResult(int)
public JRObjectResult(int modeType)
modeType
- public boolean isHasLink()
public void setHasLink(boolean hasLink)
public short getTemplateIndex()
public short getParentContainerTemplateIndex()
public void setTemplateIndex(short index)
public DSTemplatible getTemplate()
public java.lang.String getJetObjInstName()
public void setTemplate(DSTemplatible template)
public void setParent(Containable parent)
public Containable getParent()
public java.lang.Object getContinuousUpLevelObject()
public int getObjectType()
public final java.lang.String getUDOName()
public final java.util.Hashtable getProperties()
@Deprecated public Propertiable getPropertyByName(java.lang.String propertyName)
propertyName
- the name of property which we want to getPropertiable
representing the specified propertypublic Propertiable getPropertyByName(java.lang.String propertyName, int mode)
propertyName
- the name of property which we want to getmode
- The mode typepublic boolean isChangeByF(Propertiable ret)
public Propertiable getPropertyByName(java.lang.String propertyName, Record record)
@Deprecated public Propertiable getPropertyByName(java.lang.String propertyName, Record record, int mode)
propertyName
- the name of property which we want to getrecord
- the record which current JRObjectResult keepPropertiable
representing the specified propertypublic Propertiable getChangeByProperty(Propertiable property, Record record)
public Propertiable getChangeByProperty(Propertiable property, Record record, int mode)
public ImageResource getImgResourceByPropertyName(java.lang.String name)
public ImageResource getImgResourceByPropertyName(java.lang.String propertyName, Record record)
public PDFAttachmentInfo getPDFAttachmentByPropertyName(java.lang.String name)
public PDFAttachmentInfo getPDFAttachmentByPropertyName(java.lang.String propertyName, Record record)
public final Propertiable getProperty(short propertyName)
public final Propertiable getProperty(short propertyName, int mode)
public Record getSynRecord()
public Record getSynRecord2()
public int getSubIdxOfRpt()
public JRecord getCalculateRecord()
@Deprecated public JRecord getRecord()
@Deprecated public int getResolution()
public Communicator getCommunicator()
public final DSSection getSection()
public final DSTableRow getTableRow()
public int getVer()
public void setHTMLParsedTemplate()
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(JFieldValueNLSManager nlsManager)
public ImgInfo getImgInfo()
public DSField getDSFieldWithHtmlTag()
public void setDSFieldWithHtmlTag(DSField fd)
public DSDataStreamable getDataStream()
public void adjustWH(ResultRowColInfo rowColInfo2)
public ResourceStore getResourceStore() throws JRStopEngineException
JRStopEngineException
public boolean isHTMLParsedObject()
public void setHTMLParsedObject(boolean isHTMLParsedObject)
isHTMLParsedObject
- the isHTMLParsedObject to setpublic boolean getAutoScaleInNumber()
public int getModeType()
public int getHtmlParsedmodelIndex()
public void setHtmlParsedmodelIndex(int htmlParsedmodelIndex)
public java.lang.String getFieldInstName()
public void setFieldInstName(java.lang.String fieldInstName)
public boolean isRTLLayout()