Examples of exportCustomers()


Examples of smilehouse.openinterface.OpenInterfaceIF.exportCustomers()

    public ExportResult getExportResult(CustomerCriteria criteria,MessageLogger logger) throws FailTransferException {
        OpenInterfaceIF oi = getOpenInterfaceIF(logger);
        LoginInfo login = getLoginInfo();

        try {
            return oi.exportCustomers(login, criteria);          
        } catch (RemoteException e) {
            logger.logMessage("RemoteException while querying customers from Open Interface: " + e.getMessage(),
                this, MessageLogger.ERROR);
            Environment.getInstance().log("RemoteException while querying customers from Open Interface", e);
            PipeComponentUtils.failTransfer();
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.