@ProviderType public class EntryServiceWrapper extends java.lang.Object implements EntryService, com.liferay.portal.kernel.service.ServiceWrapper<EntryService>
EntryService
.EntryService
Constructor and Description |
---|
EntryServiceWrapper(EntryService entryService) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
EntryService |
getWrappedService() |
com.liferay.portal.kernel.json.JSONArray |
searchUsersAndContacts(long companyId,
java.lang.String keywords,
int start,
int end) |
void |
setWrappedService(EntryService entryService) |
public EntryServiceWrapper(EntryService entryService)
public com.liferay.portal.kernel.json.JSONArray searchUsersAndContacts(long companyId, java.lang.String keywords, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
searchUsersAndContacts
in interface EntryService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface EntryService
public EntryService getWrappedService()
getWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<EntryService>
public void setWrappedService(EntryService entryService)
setWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<EntryService>