Class ContactsUtil

java.lang.Object
com.liferay.contacts.util.ContactsUtil

public class ContactsUtil extends Object
  • Constructor Details

    • ContactsUtil

      public ContactsUtil()
  • Method Details

    • getEntryJSONObject

      public static com.liferay.portal.kernel.json.JSONObject getEntryJSONObject(Entry entry)
    • getGroupId

      public static long getGroupId(String filterBy)
    • getPortalPropsValue

      public static String[] getPortalPropsValue(String key)
    • getSocialRelationType

      public static long getSocialRelationType(String filterBy)
    • getUserJSONObject

      public static com.liferay.portal.kernel.json.JSONObject getUserJSONObject(long userId, com.liferay.portal.kernel.model.User user) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getVCard

      public static String getVCard(com.liferay.portal.kernel.model.User user) throws Exception
      Throws:
      Exception
    • getVCards

      public static String getVCards(List<com.liferay.portal.kernel.model.User> users) throws Exception
      Throws:
      Exception