Package com.sourcetap.sfa.ui

Examples of com.sourcetap.sfa.ui.UIHistoryManager


            String historyDescription = getUiHistoryDescription(dataMatrix,
                    delegator, action, uiWebScreenSection);

            Debug.logVerbose("HISTORY DESCR: " + historyDescription, module);

            UIHistoryManager historyManager = new UIHistoryManager(delegator);

            try {
                String historySeqId = historyManager.saveHistoryEvent(userInfo.getPartyId(),
                        historyUrl, historyDescription);

                Debug.logVerbose("HISTORY Saved: " + historySeqId, module);
            } catch (GenericEntityException e) {
                Debug.logError("Error Logging History: " +
View Full Code Here

TOP

Related Classes of com.sourcetap.sfa.ui.UIHistoryManager

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.