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