Examples of UIHistoryManager


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
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.