Package com.liferay.portal.service.impl
Class PortletServiceImpl
Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portal.service.base.PortletServiceBaseImpl
com.liferay.portal.service.impl.PortletServiceImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.PortletService
- Author:
- Brian Wing Shun Chan
-
Field Summary
Fields inherited from class com.liferay.portal.service.base.PortletServiceBaseImpl
counterLocalService, portletLocalService, portletPersistence, portletService
Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.json.JSONArray
boolean
hasPortlet
(long companyId, String portletId) com.liferay.portal.kernel.model.Portlet
updatePortlet
(long companyId, String portletId, String roles, boolean active) Methods inherited from class com.liferay.portal.service.base.PortletServiceBaseImpl
afterPropertiesSet, destroy, getCounterLocalService, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPortletLocalService, getPortletPersistence, getPortletService, runSQL, setCounterLocalService, setPortletLocalService, setPortletPersistence, setPortletService
Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
-
Constructor Details
-
PortletServiceImpl
public PortletServiceImpl()
-
-
Method Details
-
getWARPortlets
public com.liferay.portal.kernel.json.JSONArray getWARPortlets() -
hasPortlet
-
updatePortlet
public com.liferay.portal.kernel.model.Portlet updatePortlet(long companyId, String portletId, String roles, boolean active) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-