Liferay 7.0-ce-b7 portal-impl

com.liferay.portal.management
Class BasePortalManager

java.lang.Object
  extended by com.liferay.portal.management.BasePortalManager
All Implemented Interfaces:
com.liferay.portal.kernel.management.PortalManager

public class BasePortalManager
extends Object
implements com.liferay.portal.kernel.management.PortalManager


Constructor Summary
BasePortalManager()
           
 
Method Summary
<T> T
manage(com.liferay.portal.kernel.management.ManageAction<T> manageAction)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasePortalManager

public BasePortalManager()
Method Detail

manage

public <T> T manage(com.liferay.portal.kernel.management.ManageAction<T> manageAction)
         throws com.liferay.portal.kernel.management.ManageActionException
Specified by:
manage in interface com.liferay.portal.kernel.management.PortalManager
Throws:
com.liferay.portal.kernel.management.ManageActionException

Liferay 7.0-ce-b7 portal-impl