Package edu.stanford.bmir.protege.web.shared.mail

Examples of edu.stanford.bmir.protege.web.shared.mail.SetEmailAddressResult


    }

    @Override
    public SetEmailAddressResult execute(SetEmailAddressAction action, ExecutionContext executionContext) {
        MetaProjectManager.getManager().setUserEmail(action.getUserId().getUserName(), action.getEmailAddress());
        return new SetEmailAddressResult();
    }
View Full Code Here

TOP

Related Classes of edu.stanford.bmir.protege.web.shared.mail.SetEmailAddressResult

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.