@ProviderType public class ContactServiceUtil extends Object
com.liferay.portal.service.impl.ContactServiceImpl and is the
primary access point for service operations in application layer code running
on a remote server. Methods of this service are expected to have security
checks based on the propagated JAAS credentials because this service can be
accessed remotely.ContactService,
com.liferay.portal.service.base.ContactServiceBaseImpl,
com.liferay.portal.service.impl.ContactServiceImpl| Constructor and Description |
|---|
ContactServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Contact |
getContact(long contactId) |
static List<Contact> |
getContacts(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Contact> orderByComparator) |
static int |
getContactsCount(long classNameId,
long classPK) |
static String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static ContactService |
getService() |
public static Contact getContact(long contactId) throws PortalException
PortalExceptionpublic static int getContactsCount(long classNameId,
long classPK)
throws PortalException
PortalExceptionpublic static String getOSGiServiceIdentifier()
public static List<Contact> getContacts(long classNameId, long classPK, int start, int end, OrderByComparator<Contact> orderByComparator) throws PortalException
PortalExceptionpublic static ContactService getService()