org.romaframework.module.users
Class ActivityLogHelper

java.lang.Object
  extended by org.romaframework.module.users.ActivityLogHelper

public class ActivityLogHelper
extends java.lang.Object

Log user and system activities.

Author:
Luca Garulli (luca.garulli--at--assetdata.it)

Method Summary
static ActivityLog findLastActivityOfAccount(BaseAccount iAccount)
           
static ActivityLogHelper getInstance()
           
 void log(int iLevel, java.lang.String iCategoryName, java.lang.String iNotes)
          Deprecated. 
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

log

@Deprecated
public void log(int iLevel,
                           java.lang.String iCategoryName,
                           java.lang.String iNotes)
Deprecated. 

Use LoggingAspect instead.


getInstance

public static ActivityLogHelper getInstance()

findLastActivityOfAccount

public static ActivityLog findLastActivityOfAccount(BaseAccount iAccount)