Class AuditListener
- java.lang.Object
 - 
- org.motechproject.mots.domain.audit.AuditListener
 
 
- 
@Component public class AuditListener extends java.lang.Object 
- 
- 
Constructor Summary
Constructors Constructor Description AuditListener() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit(AuthenticationHelper authenticationHelper, boolean loadLocations)protected voidsetOwner(Auditable entity) 
 - 
 
- 
- 
Method Detail
- 
init
@Autowired public void init(AuthenticationHelper authenticationHelper, @Value("${mots.loadLocations}") boolean loadLocations)
 
- 
setOwner
protected void setOwner(Auditable entity)
 
 - 
 
 -