ViewParameter.refreshAllAdapters Method
        
 Refreshes the UI for all adapter's which are using this view parameter to display parameter choices,
 as well as calling loadAffectedAdaptersData to load data on all adapters which are affected by this view parameter
 unless specifically set not to.
 
         
        Parameters
        
            - onlyParameterControls
            
 
            - 
                
Type: Boolean
If set to true, the loadAffectedAdaptersData call will not take place.
Optional: True 
            - currentView
            
 
            - 
                
Type: CanvasAdapter
(optional) If supplied, will be used during the metric set binding link resolution instead of window.dundas.context.baseViewService.currentView.
Optional: True 
            - adapterId
            
 
            - 
                
Type: String
(optional) The ID of the adapter which has made the original call.
Optional: True 
        
        Return Value
        
Type: jQuery.Promise
        
A promise object that is resolved when all the adapters are done loading.