com.liferay.portal.service
Interface PortalService

All Known Implementing Classes:
PortalServiceWrapper

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

The interface for the portal remote service.

Never modify or reference this interface directly. Always use PortalServiceUtil to access the portal remote service. Add custom service methods to com.liferay.portal.service.impl.PortalServiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

This is a remote service. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.

Author:
Brian Wing Shun Chan
See Also:
PortalServiceUtil, PortalServiceBaseImpl, com.liferay.portal.service.impl.PortalServiceImpl
Generated:

Method Summary
 java.lang.String getAutoDeployDirectory()
           
 int getBuildNumber()
           
 void test()
           
 void testCounterRollback()
           
 

Method Detail

getAutoDeployDirectory

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.lang.String getAutoDeployDirectory()
                                        throws SystemException
Throws:
SystemException

getBuildNumber

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getBuildNumber()

test

void test()

testCounterRollback

void testCounterRollback()
                         throws SystemException
Throws:
SystemException