Uses of Class
com.retek.commons.logging.RetekLogger

Packages that use RetekLogger
com.retek.commons.component   
com.retek.commons.gui.core   
com.retek.commons.gui.table   
com.retek.commons.gui.widget   
com.retek.commons.logging   
com.retek.commons.util   
com.retek.commons.util.profiling   
com.retek.component.customer.integration.batch   
com.retek.component.customerorder.batch   
com.retek.component.demand.batch   
com.retek.component.internet   
com.retek.component.internet.batch   
com.retek.component.media.batch   
com.retek.component.payment.integration.settlement   
com.retek.component.rcombatch   
com.retek.component.salesaudit.batch   
com.retek.component.salesaudit.integration.resa   
com.retek.component.security.batch   
 

Uses of RetekLogger in com.retek.commons.component
 

Methods in com.retek.commons.component that return RetekLogger
protected  RetekLogger ContextOperationWithAnyException.getLogger()
           
 

Uses of RetekLogger in com.retek.commons.gui.core
 

Methods in com.retek.commons.gui.core that return RetekLogger
protected  RetekLogger ScreenHandler.getLogger()
          Retrieves the logger object to be used for this screen handler.
 

Methods in com.retek.commons.gui.core with parameters of type RetekLogger
 void WidgetManager.displayException(BusinessException exception, RetekLogger logger)
          Displays an entire business exception, highlighting all the appropriate fields and display the appropriate error message.
 void WidgetManager.displayException(UiBusinessException exception, RetekLogger logger)
          Displays an entire business exception, highlighting all the appropriate fields and display the appropriate error message.
 

Uses of RetekLogger in com.retek.commons.gui.table
 

Methods in com.retek.commons.gui.table with parameters of type RetekLogger
 void REntryTable.displayException(BusinessException exception, RetekLogger logger)
          Displays an entire business exception, highlighting all the appropriate components based on the error message.
 void REntryTable.displayException(UiBusinessException exception, RetekLogger logger)
          Displays an entire business exception, highlighting all the appropriate components based on the error message.
 

Uses of RetekLogger in com.retek.commons.gui.widget
 

Methods in com.retek.commons.gui.widget that return RetekLogger
protected  RetekLogger RView.getLogger()
          Retrieves the logger object to be used for this dialog window.
protected  RetekLogger RFrame.getLogger()
          Retrieves the logger object to be used for this frame();
protected  RetekLogger RScreen.getLogger()
          Retrieves the logger object to be used for this dialog window.
protected  RetekLogger RTab.getLogger()
          Retrieves the logger object to be used for this tab.
protected  RetekLogger RDialog.getLogger()
          Retrieves the logger object to be used for this dialog window.
 

Methods in com.retek.commons.gui.widget with parameters of type RetekLogger
 void RFrame.displayException(java.lang.Throwable throwable, RetekLogger logger)
          Displays an exception.
 void RFrame.displayMessage(java.lang.String message, RetekLogger logger)
          Displays a message in the status bar (defaults to ErrorSeverity.INFO);
 void RFrame.displayWarning(java.lang.String warning, RetekLogger logger)
          Displays a message in the status bar (defaults to ErrorSeverity.INFO);
 void RFrame.displayException(RErrorEvent event, RetekLogger logger)
          Displays a RErrorEvent exception on the status bar.
 void RFrame.displayException(BusinessException exception, RetekLogger logger)
          Displays a Business Exception on the status bar.
 void RFrame.displayException(UiBusinessException exception, RetekLogger logger)
          Displays a GUI exception on the status bar.
 void RFrame.displayException(SystemException exception, RetekLogger logger)
          Displays a System exception in a fatal window.
 void RFrame.displayException(java.lang.RuntimeException exception, RetekLogger logger)
          Displays a System exception in a fatal window.
 void RScreen.displayException(BusinessException exception, RetekLogger logger)
          Displays a Business Exception.
 void RScreen.displayException(UiBusinessException exception, RetekLogger logger)
          Displays a UIBusinessException.
 

Uses of RetekLogger in com.retek.commons.logging
 

Methods in com.retek.commons.logging that return RetekLogger
static RetekLogger RetekLogger.getRetekLogger(java.lang.String name)
           
static RetekLogger RetekLogger.getRetekLogger(java.lang.Class clazz)
           
 

Uses of RetekLogger in com.retek.commons.util
 

Constructors in com.retek.commons.util with parameters of type RetekLogger
Stopwatch(RetekLogger logger)
          Sends timing to a logger.
 

Uses of RetekLogger in com.retek.commons.util.profiling
 

Methods in com.retek.commons.util.profiling with parameters of type RetekLogger
 void ProfilingStats.logSummary(RetekLogger logger, org.apache.log4j.Level logLevel)
           
 

Constructors in com.retek.commons.util.profiling with parameters of type RetekLogger
ProfilingProxy(java.lang.String layer, java.lang.String delegateName, java.lang.Object delegate, RetekLogger logger)
           
 

Uses of RetekLogger in com.retek.component.customer.integration.batch
 

Methods in com.retek.component.customer.integration.batch that return RetekLogger
protected  RetekLogger CustomerFileImportBatch.getLogger()
           
protected  RetekLogger CustomerMergeImportBatch.getLogger()
           
protected  RetekLogger CustomerFileExportBatch.getLogger()
           
protected  RetekLogger CatalogRequestExportBatch.getLogger()
           
protected  RetekLogger CustomerMergeExportBatch.getLogger()
           
 

Uses of RetekLogger in com.retek.component.customerorder.batch
 

Methods in com.retek.component.customerorder.batch that return RetekLogger
protected  RetekLogger CancelPendedOrderBatch.getLogger()
           
protected  RetekLogger BackorderNotificationBatch.getLogger()
           
protected  RetekLogger CreditCardReauthorizeDirectShipSubprocess.getLogger()
           
protected  RetekLogger CreditCardAuthorizeWaitingAuthSubprocess.getLogger()
           
protected  RetekLogger DailyMessageBatch.getLogger()
           
protected  RetekLogger RecalculateBackorderLineECDDBatch.getLogger()
           
protected  RetekLogger MasterCreditCardAuthBatch.getLogger()
           
protected  RetekLogger ReleaseOrderToWmsBatch.getLogger()
           
protected  RetekLogger ReleaseBackorderedLinesBatch.getLogger()
           
protected abstract  RetekLogger BaseCustomerOrderBatchSubprocess.getLogger()
           
protected  RetekLogger PublishCorrespondenceBatch.getLogger()
           
protected  RetekLogger CreditCardExpireAuthorizationsSubprocess.getLogger()
           
protected  RetekLogger CreditCardReauthorizeNonDirectShipSubprocess.getLogger()
           
 

Uses of RetekLogger in com.retek.component.demand.batch
 

Methods in com.retek.component.demand.batch that return RetekLogger
protected  RetekLogger MediaDemandUpdateBatch.getLogger()
           
 

Uses of RetekLogger in com.retek.component.internet
 

Fields in com.retek.component.internet declared as RetekLogger
protected static RetekLogger MediaXmlConverter.logger
           
 

Uses of RetekLogger in com.retek.component.internet.batch
 

Methods in com.retek.component.internet.batch that return RetekLogger
protected  RetekLogger InternetMediaExportBatch.getLogger()
           
 

Uses of RetekLogger in com.retek.component.media.batch
 

Methods in com.retek.component.media.batch that return RetekLogger
protected  RetekLogger UpdateMediaStatusBatch.getLogger()
           
 

Uses of RetekLogger in com.retek.component.payment.integration.settlement
 

Methods in com.retek.component.payment.integration.settlement that return RetekLogger
protected  RetekLogger PaymentSettlementBatch.getLogger()
           
 

Uses of RetekLogger in com.retek.component.rcombatch
 

Methods in com.retek.component.rcombatch that return RetekLogger
protected abstract  RetekLogger RcomAbstractBatchProgram.getLogger()
          Placeholder for the implementation's logger initialization.
 

Uses of RetekLogger in com.retek.component.salesaudit.batch
 

Methods in com.retek.component.salesaudit.batch that return RetekLogger
protected  RetekLogger SalesAuditExportBatch.getLogger()
           
 

Uses of RetekLogger in com.retek.component.salesaudit.integration.resa
 

Methods in com.retek.component.salesaudit.integration.resa that return RetekLogger
protected  RetekLogger ResaRtlogTransformerBatch.getLogger()
           
 

Uses of RetekLogger in com.retek.component.security.batch
 

Methods in com.retek.component.security.batch that return RetekLogger
protected  RetekLogger SecurityUserUpdateBatch.getLogger()
           
 



Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25