com.liferay.portal.service
Interface PortalService
- All Known Implementing Classes:
- PortalServiceBaseImpl, PortalServiceImpl, PortalServiceWrapper
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface PortalService
This interface defines the service. The default implementation is
PortalServiceImpl.
Modify methods in that class and rerun ServiceBuilder to populate this class
and all other generated classes.
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- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
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