|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.print.ReportCtl
public class ReportCtl
Report Controller.
| Method Summary | |
|---|---|
static ReportViewerProvider |
getReportViewerProvider()
|
static void |
preview(ReportEngine re)
Launch viewer for report |
static void |
setReportViewerProvider(ReportViewerProvider provider)
|
static boolean |
start(ASyncProcess parent,
int WindowNo,
ProcessInfo pi)
Create Report. |
static boolean |
start(ASyncProcess parent,
int WindowNo,
ProcessInfo pi,
boolean IsDirectPrint)
Create Report. |
static boolean |
start(ProcessInfo pi,
boolean IsDirectPrint)
Create Report. |
static boolean |
startCheckPrint(int C_Payment_ID,
boolean IsDirectPrint)
Start Check Print. |
static boolean |
startDocumentPrint(int type,
int Record_ID,
ASyncProcess parent,
int WindowNo,
boolean IsDirectPrint)
Start Document Print for Type. |
static boolean |
startDocumentPrint(int type,
int Record_ID,
boolean IsDirectPrint)
Start Document Print for Type. |
static boolean |
startFinReport(ProcessInfo pi)
Start Financial Report. |
static boolean |
startStandardReport(ProcessInfo pi)
Start Standard Report |
static boolean |
startStandardReport(ProcessInfo pi,
boolean IsDirectPrint)
Start Standard Report |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean start(ProcessInfo pi,
boolean IsDirectPrint)
pi - process infoIsDirectPrint - if true, prints directly - otherwise View
public static boolean start(ASyncProcess parent,
int WindowNo,
ProcessInfo pi,
boolean IsDirectPrint)
parent - The window which invoked the printingWindowNo - The windows number which invoked the printingpi - process infoIsDirectPrint - if true, prints directly - otherwise View
public static boolean start(ASyncProcess parent,
int WindowNo,
ProcessInfo pi)
parent - The window which invoked the printingWindowNo - The windows number which invoked the printingpi - process infoIsDirectPrint - if true, prints directly - otherwise View
public static boolean startStandardReport(ProcessInfo pi,
boolean IsDirectPrint)
pi - Process InfoIsDirectPrint - if true, prints directly - otherwise View
public static boolean startStandardReport(ProcessInfo pi)
ProcessInfo.setTransientObject(Object), ProcessInfo.setSerializableObject(java.io.Serializable)
pi - Process InfoIsDirectPrint - if true, prints directly - otherwise View
public static boolean startFinReport(ProcessInfo pi)
pi - Process Info
public static boolean startDocumentPrint(int type,
int Record_ID,
boolean IsDirectPrint)
type - document type in ReportEngineRecord_ID - idIsDirectPrint - if true, prints directly - otherwise View
public static boolean startDocumentPrint(int type,
int Record_ID,
ASyncProcess parent,
int WindowNo,
boolean IsDirectPrint)
type - document type in ReportEngineRecord_ID - idparent - The window which invoked the printingWindowNo - The windows number which invoked the printingIsDirectPrint - if true, prints directly - otherwise View
public static boolean startCheckPrint(int C_Payment_ID,
boolean IsDirectPrint)
C_Payment_ID - PaymentIsDirectPrint - if true, prints directly - otherwise View
public static void preview(ReportEngine re)
re - public static void setReportViewerProvider(ReportViewerProvider provider)
public static ReportViewerProvider getReportViewerProvider()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||