Liferay 6.1.10-ee-ga1

Uses of Interface
com.liferay.portal.util.Portal

Packages that use Portal
com.liferay.portal.security.permission This package defines the portal security permission interfaces and classes. 
com.liferay.portal.util   
 

Uses of Portal in com.liferay.portal.security.permission
 

Fields in com.liferay.portal.security.permission declared as Portal
protected  Portal ResourceActionsImpl.portal
           
 

Methods in com.liferay.portal.security.permission with parameters of type Portal
 void ResourceActionsImpl.setPortal(Portal portal)
           
 

Uses of Portal in com.liferay.portal.util
 

Classes in com.liferay.portal.util that implement Portal
 class PortalImpl
           
 

Methods in com.liferay.portal.util that return Portal
static Portal PortalUtil.getPortal()
           
 

Methods in com.liferay.portal.util with parameters of type Portal
 void PortalUtil.setPortal(Portal portal)
           
 


Liferay 6.1.10-ee-ga1