Liferay 6.1.2-ce-ga3

com.liferay.portal.service
Interface PortalLocalService

All Superinterfaces:
BaseLocalService
All Known Implementing Classes:
PortalLocalServiceWrapper

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

The interface for the portal local service.

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, com.liferay.portal.service.impl.PortalLocalServiceImpl

Method Summary
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 

Method Detail

getBeanIdentifier

String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Returns:
the Spring bean ID for this bean

setBeanIdentifier

void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Parameters:
beanIdentifier - the Spring bean ID for this bean

Liferay 6.1.2-ce-ga3