Package com.liferay.contacts.service
Class EntryServiceWrapper
java.lang.Object
com.liferay.contacts.service.EntryServiceWrapper
- All Implemented Interfaces:
EntryService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.ServiceWrapper<EntryService>
public class EntryServiceWrapper
extends Object
implements EntryService, com.liferay.portal.kernel.service.ServiceWrapper<EntryService>
Provides a wrapper for
EntryService
.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEntry
(long entryId) Returns the OSGi service identifier.void
setWrappedService
(EntryService entryService)
-
Constructor Details
-
EntryServiceWrapper
public EntryServiceWrapper() -
EntryServiceWrapper
-
-
Method Details
-
getEntry
- Specified by:
getEntry
in interfaceEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceEntryService
- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<EntryService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<EntryService>
-