@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface PortletService extends BaseService
PortletServiceUtil
,
PortletServiceBaseImpl
,
PortletServiceImpl
Modifier and Type | Method and Description |
---|---|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
JSONArray |
getWARPortlets() |
Portlet |
updatePortlet(long companyId,
String portletId,
String roles,
boolean active) |
String getOSGiServiceIdentifier()
@Transactional(propagation=SUPPORTS, readOnly=true) JSONArray getWARPortlets()
Portlet updatePortlet(long companyId, String portletId, String roles, boolean active) throws PortalException
PortalException