Package com.liferay.portal.model

Examples of com.liferay.portal.model.Contact


    try {
      ExpandoValueLocalServiceUtil.addValue(
        themeDisplay.getCompanyId(), User.class.getName(), "SN",
        "aboutMe", user.getUserId(), aboutMe);

      Contact contact = user.getContact();

      contact.setJobTitle(jobTitle);

      ContactLocalServiceUtil.updateContact(contact);
    }
    catch (Exception e) {
      _log.error(e, e);
View Full Code Here

TOP

Related Classes of com.liferay.portal.model.Contact

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.