Liferay 6.0.5

com.liferay.portal.service
Interface PortalService

All Known Implementing Classes:
PortalServiceBaseImpl, PortalServiceImpl, 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 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.

See Also:
PortalServiceUtil, PortalServiceBaseImpl, PortalServiceImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 String getAutoDeployDirectory()
           
 int getBuildNumber()
           
 void test()
           
 void testCounterRollback()
           
 

Method Detail

getAutoDeployDirectory

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

getBuildNumber

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

test

void test()

testCounterRollback

void testCounterRollback()
                         throws SystemException
Throws:
SystemException

Liferay 6.0.5