AllEntityAudits

public class AllEntityAudits extends MotechDataRepository<EntityAudit>

This a repository for persisting entity audits. It provides methods which created audits, by cloning the giving entity.

Constructors

AllEntityAudits

public AllEntityAudits()

Methods

createAudit

public EntityAudit createAudit(Entity entity, String username)