@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface EntryService
extends com.liferay.portal.kernel.service.BaseService
EntryServiceUtil
,
com.liferay.contacts.service.base.EntryServiceBaseImpl
,
com.liferay.contacts.service.impl.EntryServiceImpl
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.json.JSONArray |
searchUsersAndContacts(long companyId,
java.lang.String keywords,
int start,
int end) |
@Transactional(propagation=SUPPORTS, readOnly=true) com.liferay.portal.kernel.json.JSONArray searchUsersAndContacts(long companyId, java.lang.String keywords, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.lang.String getOSGiServiceIdentifier()