public class ContactsUtil
extends java.lang.Object
| Constructor and Description |
|---|
ContactsUtil() |
| Modifier and Type | Method and Description |
|---|---|
static JSONObject |
getEntryJSONObject(Entry entry) |
static long |
getGroupId(java.lang.String filterBy) |
static java.lang.String[] |
getPortalPropsValue(java.lang.String key) |
static long |
getSocialRelationType(java.lang.String filterBy) |
static JSONObject |
getUserJSONObject(long userId,
User user) |
static java.lang.String |
getVCard(User user) |
static java.lang.String |
getVCards(java.util.List<User> users) |
public static JSONObject getEntryJSONObject(Entry entry)
public static long getGroupId(java.lang.String filterBy)
public static java.lang.String[] getPortalPropsValue(java.lang.String key)
public static long getSocialRelationType(java.lang.String filterBy)
public static JSONObject getUserJSONObject(long userId, User user) throws PortalException
PortalExceptionpublic static java.lang.String getVCard(User user) throws java.lang.Exception
java.lang.Exceptionpublic static java.lang.String getVCards(java.util.List<User> users) throws java.lang.Exception
java.lang.Exception