Liferay 6.0.5

com.liferay.portal.service
Interface PortalLocalService

All Known Implementing Classes:
PortalLocalServiceBaseImpl, PortalLocalServiceImpl, PortalLocalServiceWrapper

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

The interface for the portal local service.

Never modify or reference this interface directly. Always use PortalLocalServiceUtil to access the portal local service. Add custom service methods to PortalLocalServiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

This is a local service. 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 is generated.


Liferay 6.0.5