Liferay 7.0-ce-b4

com.liferay.portal.service
Interface PortalLocalService

All Superinterfaces:
BaseLocalService
All Known Implementing Classes:
PortalLocalServiceBaseImpl, PortalLocalServiceImpl, PortalLocalServiceWrapper

@ProviderType
@Transactional(isolation=PORTAL,
               rollbackFor={PortalException.class,SystemException.class})
public interface PortalLocalService
extends BaseLocalService

Provides the local service interface for Portal. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.

See Also:
PortalLocalServiceUtil, PortalLocalServiceBaseImpl, PortalLocalServiceImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Method Summary
 String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
 

Method Detail

getOSGiServiceIdentifier

String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Returns:
the OSGi service identifier

Liferay 7.0-ce-b4