}
public Portlet removePortletFromPool ( String companyId, String portletId ) throws SystemException, PortalException {
if ( companyId.equals( User.DEFAULT ) ) {
throw new SystemException();
}
return (Portlet) _getPortletsPool( companyId ).remove( portletId );
}