Package com.evasion.entity

Examples of com.evasion.entity.Template


    /**
     * {@inheritDoc }
     */
    @Override
    public void saveTemplate(String key, Locale locale, String text) {
        Template template = new Template(key, locale.getLanguage(), text);
        dao.merge(template);
    }
View Full Code Here

TOP

Related Classes of com.evasion.entity.Template

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.