Examples of emailMessage()


Examples of org.dmlite.model.component.applicant.Applicant.emailMessage()

        String applicantMessageStart = "...please copy the following confirmation number: ";
        Long applicantConfirmationNumber = applicant.getOid()
            .getUniqueNumber();
        String applicantMessageFinish = ", and paste it in the Confirmation Number field of the Login page.";
        applicant.emailMessage(emailConfig,
            "To confirm your application...", applicantMessageStart
                + applicantConfirmationNumber
                + applicantMessageFinish);
        setResponsePage(LoginPage.class);
      } else {
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.