Package org.jabusuite.webclient.transaction

Examples of org.jabusuite.webclient.transaction.RptTransaction


        }
    }

    @Override
    protected RptTransaction createRptTransaction(ReportTemplate pageTemplate, ReportTemplate reportTemplate) throws Exception {
        RptTransaction rptTransaction = super.createRptTransaction(pageTemplate, reportTemplate);
        rptTransaction.setAllNegative(true);
        return rptTransaction;
    }
View Full Code Here

TOP

Related Classes of org.jabusuite.webclient.transaction.RptTransaction

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.