arta.synergy.ejb.log
Class AMApplicationLogProvider

java.lang.Object
  extended by arta.synergy.ejb.log.AMApplicationLogProvider
All Implemented Interfaces:
kz.arta.synergy.ejb.log.ApplicationLogProvider

public class AMApplicationLogProvider
extends java.lang.Object
implements kz.arta.synergy.ejb.log.ApplicationLogProvider

Created by IntelliJ IDEA. User: topa Date: 20.12.2011 Time: 14:43:31 To change this template use File | Settings | File Templates.


Constructor Summary
AMApplicationLogProvider()
           
 
Method Summary
 java.lang.String getEventDescription(java.lang.String locale, java.lang.String providerId, int eventId)
           
 java.lang.String getEventDetailedMessage(java.lang.String locale, java.lang.String providerID, int eventID, java.lang.String userID, java.util.List<java.lang.String> strings)
           
 java.lang.String getEventMessage(java.lang.String locale, java.lang.String providerId, int eventId, java.util.List<java.lang.String> objects)
           
 kz.arta.synergy.ejb.log.LogEvent getEventsForLog(long l)
           
 java.lang.String getProviderName(java.lang.String locale, java.lang.String providerId)
           
 void processLog(long id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AMApplicationLogProvider

public AMApplicationLogProvider()
Method Detail

getProviderName

public java.lang.String getProviderName(java.lang.String locale,
                                        java.lang.String providerId)
Specified by:
getProviderName in interface kz.arta.synergy.ejb.log.ApplicationLogProvider

getEventDescription

public java.lang.String getEventDescription(java.lang.String locale,
                                            java.lang.String providerId,
                                            int eventId)
Specified by:
getEventDescription in interface kz.arta.synergy.ejb.log.ApplicationLogProvider

getEventMessage

public java.lang.String getEventMessage(java.lang.String locale,
                                        java.lang.String providerId,
                                        int eventId,
                                        java.util.List<java.lang.String> objects)
Specified by:
getEventMessage in interface kz.arta.synergy.ejb.log.ApplicationLogProvider

processLog

public void processLog(long id)
                throws java.lang.Exception
Specified by:
processLog in interface kz.arta.synergy.ejb.log.ApplicationLogProvider
Throws:
java.lang.Exception

getEventDetailedMessage

public java.lang.String getEventDetailedMessage(java.lang.String locale,
                                                java.lang.String providerID,
                                                int eventID,
                                                java.lang.String userID,
                                                java.util.List<java.lang.String> strings)
Specified by:
getEventDetailedMessage in interface kz.arta.synergy.ejb.log.ApplicationLogProvider

getEventsForLog

public kz.arta.synergy.ejb.log.LogEvent getEventsForLog(long l)
Specified by:
getEventsForLog in interface kz.arta.synergy.ejb.log.ApplicationLogProvider


Copyright © 2000 Dummy Corp. All Rights Reserved.