org.broadleafcommerce.openadmin.audit
Class AdminAuditableListener

java.lang.Object
  extended by org.broadleafcommerce.openadmin.audit.AdminAuditableListener

public class AdminAuditableListener
extends Object


Constructor Summary
AdminAuditableListener()
           
 
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
 

Constructor Detail

AdminAuditableListener

public AdminAuditableListener()
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 © 2013. All Rights Reserved.