@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface PortletService extends BaseService
PortletServiceUtil,
PortletServiceBaseImpl,
com.liferay.portal.service.impl.PortletServiceImpl| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
JSONArray |
getWARPortlets() |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
Portlet |
updatePortlet(long companyId,
java.lang.String portletId,
java.lang.String roles,
boolean active) |
java.lang.String getBeanIdentifier()
@Transactional(propagation=SUPPORTS, readOnly=true) JSONArray getWARPortlets()
void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanPortlet updatePortlet(long companyId, java.lang.String portletId, java.lang.String roles, boolean active) throws PortalException
PortalException