AdapterMixin Class
            Defined in: 
            Module: ember-flexberry-data
addon/mixins/adapter.js:3
        Mixin for Adapter to support fetching models using projection.
Item Index
Methods
Methods
urlForQueryRecord
                    
                            
                                (
                    
                            
                                String
                            
                    
                    
                            public
                    
                    
                    
                    
                    
                        
                    
                        - 
                                            
query - 
                                            
modelName 
Builds a URL for a given type and query. Optionally, it supports an ID in the query parameters for fetching a definite record.
See urlForQueryRecord for details.
Parameters:
Returns:
                                            String:
                                        
                            url URL for query a record.
            Flexberry Documentation