Package org.fenixedu.academic.dto.contacts

Examples of org.fenixedu.academic.dto.contacts.MobilePhoneBean


        return prepareCreatePartyContact(mapping, actionForm, request, response, bean);
    }

    public ActionForward prepareCreateMobilePhone(ActionMapping mapping, ActionForm actionForm, HttpServletRequest request,
            HttpServletResponse response) {
        MobilePhoneBean bean = new MobilePhoneBean(getParty(request));
        request.setAttribute("partyContact", bean);
        return prepareCreatePartyContact(mapping, actionForm, request, response, bean);
    }
View Full Code Here

TOP

Related Classes of org.fenixedu.academic.dto.contacts.MobilePhoneBean

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.