com.liferay.portal.service.impl
Class PortletServiceImpl

java.lang.Object
  extended bycom.liferay.portal.service.impl.PrincipalBean
      extended bycom.liferay.portal.service.impl.PortletServiceImpl
All Implemented Interfaces:
com.liferay.portal.service.PortletService

public class PortletServiceImpl
extends PrincipalBean
implements com.liferay.portal.service.PortletService

View Source

Author:
Brian Wing Shun Chan

Field Summary
 
Fields inherited from class com.liferay.portal.service.impl.PrincipalBean
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
PortletServiceImpl()
           
 
Method Summary
 com.liferay.portal.model.Portlet updatePortlet(long companyId, java.lang.String portletId, java.lang.String roles, boolean active)
           
 
Methods inherited from class com.liferay.portal.service.impl.PrincipalBean
getGuestOrUserId, getPermissionChecker, getUser, getUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletServiceImpl

public PortletServiceImpl()
Method Detail

updatePortlet

public com.liferay.portal.model.Portlet updatePortlet(long companyId,
                                                      java.lang.String portletId,
                                                      java.lang.String roles,
                                                      boolean active)
                                               throws com.liferay.portal.PortalException,
                                                      com.liferay.portal.SystemException
Specified by:
updatePortlet in interface com.liferay.portal.service.PortletService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException