org.broadleafcommerce.common.audit
Class AuditableListener

java.lang.Object
  extended by org.broadleafcommerce.common.audit.AuditableListener

public class AuditableListener
extends Object


Field Summary
static String customerRequestAttributeName
           
 
Constructor Summary
AuditableListener()
           
 
Method Summary
 void setAuditCreatedBy(Object entity)
           
 void setAuditUpdatedBy(Object entity)
           
protected  void setAuditValueAgent(Field field, Object entity)
           
protected  void setAuditValueTemporal(Field field, Object entity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

customerRequestAttributeName

public static final String customerRequestAttributeName
See Also:
Constant Field Values
Constructor Detail

AuditableListener

public AuditableListener()
Method Detail

setAuditCreatedBy

public void setAuditCreatedBy(Object entity)
                       throws Exception
Throws:
Exception

setAuditUpdatedBy

public void setAuditUpdatedBy(Object entity)
                       throws Exception
Throws:
Exception

setAuditValueTemporal

protected void setAuditValueTemporal(Field field,
                                     Object entity)
                              throws IllegalArgumentException,
                                     IllegalAccessException
Throws:
IllegalArgumentException
IllegalAccessException

setAuditValueAgent

protected void setAuditValueAgent(Field field,
                                  Object entity)
                           throws IllegalArgumentException,
                                  IllegalAccessException
Throws:
IllegalArgumentException
IllegalAccessException


Copyright © 2012. All Rights Reserved.