Package org.internna.iwebmvc.model.core

Examples of org.internna.iwebmvc.model.core.AuditRecord


    protected DAO getDAO() {
        return dao;
    }

    protected void audit(String operation, DomainEntity entity) {
        dao.create(new AuditRecord(operation, entity, (UserImpl) userManager.getActiveUser()));
    }
View Full Code Here

TOP

Related Classes of org.internna.iwebmvc.model.core.AuditRecord

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.