|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jet.bean.ReportInfo
public class ReportInfo
This class specifies the information of a report.
Field Summary | |
---|---|
static int |
DHTML
|
static int |
FAX
|
static int |
HTML
|
static int |
PDF
|
static int |
PS
|
static int |
RST
|
static int |
RTF
|
static int |
STATUS_CLOSE
Deprecated. |
static int |
STATUS_OPEN
Deprecated. |
static int |
TEXT
|
static int |
XLS
|
static int |
XML
|
Constructor Summary | |
---|---|
ReportInfo()
Constructs a report information set. |
|
ReportInfo(java.lang.String rptName,
java.lang.String viewName,
java.lang.String rptDescription,
int rptStatus)
Constructs a report information set. |
Method Summary | |
---|---|
jet.reportLogic.objectInfo.bursting.BurstingSchema[] |
getBurstingSchemas()
get bursting schemas defined in report. |
int |
getExportFormat()
Get int value of export format. |
java.util.Hashtable |
getExportOptionProperties()
Get export option properties. |
java.lang.String |
getExportStyle(int format)
Gets predefined export style according specified export format |
java.lang.String |
getRptDescription()
Gets report description. |
java.lang.String |
getRptDisplayName()
Gets report display name. |
java.lang.String |
getRptName()
Gets report name. |
int |
getRptStatus()
Gets report status. |
java.lang.String |
getViewName()
Gets view name. |
boolean |
hasCLS()
Check if relatived datasets of report have Column Level Security definition |
boolean |
hasPLS()
Check if report has Page Level Security definition |
boolean |
hasRLS()
Check if relatived datasets of report have Record Level Security definition |
boolean |
isPrecisionSensitive()
Gets if report is Precision Sensitive. |
void |
setRptDisplayName(java.lang.String rptDisplayName)
Sets new report display name. |
java.lang.String |
toString()
Returns a string representation of this ReportInfo. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int STATUS_OPEN
public static final int STATUS_CLOSE
public static final int RST
public static final int HTML
public static final int DHTML
public static final int PDF
public static final int FAX
public static final int TEXT
public static final int PS
public static final int XLS
public static final int RTF
public static final int XML
Constructor Detail |
---|
public ReportInfo()
public ReportInfo(java.lang.String rptName, java.lang.String viewName, java.lang.String rptDescription, int rptStatus)
rptName
- report name that specified reportviewName
- view name that specified a view of reportrptStatus
- report status of the reportMethod Detail |
---|
public java.lang.String getRptName()
public java.lang.String getViewName()
public java.lang.String getRptDisplayName()
public void setRptDisplayName(java.lang.String rptDisplayName)
rptDisplayName
- report display namepublic java.lang.String getRptDescription()
public int getRptStatus()
public boolean isPrecisionSensitive()
public java.lang.String getExportStyle(int format)
format
- the specified export format
public jet.reportLogic.objectInfo.bursting.BurstingSchema[] getBurstingSchemas()
public boolean hasPLS()
public boolean hasCLS()
public boolean hasRLS()
public int getExportFormat()
public java.util.Hashtable getExportOptionProperties()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |