/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package ee.tlu.htk.dippler.managers; import javax.ejb.Local; /** * * @author metz */ @Local public interface ImageManagerLocal { public java.lang.String manageImage(java.lang.String action, java.lang.String data, ee.tlu.htk.dippler.entities.User user); }