Sha256: e32102c6af89c4f071762d44fc98ea495073924ea5f2d9de8b2ba58a115b5492

Contents?: true

Size: 1.28 KB

Versions: 9

Compression:

Stored size: 1.28 KB

Contents

########    #######    ########    #######    ########    ########
##     / / / /    License    \ \ \ \ 
##    Copyleft culture, Copyright (C) is prohibited here
##    This work is licensed under a CC BY-SA 4.0
##    Creative Commons Attribution-ShareAlike 4.0 License
##    Refer to the http://creativecommons.org/licenses/by-sa/4.0/
########    #######    ########    #######    ########    ########
##    / / / /    Code Climate    \ \ \ \ 
##    Language = ruby
##    Indent = space;    4 chars;
########    #######    ########    #######    ########    ########
module ArchestryLookup
  module Lookup
    class << self    
    
      def lookup_data_GenData2Dest(args, state, viewId, viewType)
        queryName = __method__.to_s; queryName.slice! 'lookup_data_'; queryName.to_sym
        
        args[:dialectLookupQuery] = {queryName: queryName,        cClass: 'ServingRelationship', 
                              fClass: 'ApplicationFunction',     fFqn: "#{state[:myAppName]}Element*",                                 
                              tClass: 'ApplicationService',      tFqn: "#{state[:myAppName]}ArchiGendata*" }
        
        dialectLookup(args, state, viewId, viewType)
        dialectRepack(args, state, viewId, viewType, queryName)            
      end
    
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
archestry_lookup-0.0.19 lib/context/_refactor_dialog/data/3.GenData2Dest.rb
archestry_lookup-0.0.18 lib/context/_refactor_dialog/data/3.GenData2Dest.rb
archestry_lookup-0.0.17 lib/context/_refactor_dialog/data/3.GenData2Dest.rb
archestry_lookup-0.0.16 lib/context/_refactor_dialog/data/3.GenData2Dest.rb
archestry_lookup-0.0.15 lib/context/_refactor_dialog/data/3.GenData2Dest.rb
archestry_lookup-0.0.14 lib/context/_refactor_dialog/data/3.GenData2Dest.rb
archestry_lookup-0.0.13 lib/context/_refactor_dialog/data/3.GenData2Dest.rb
archestry_lookup-0.0.12 lib/context/_refactor_dialog/data/3.GenData2Dest.rb
archestry_lookup-0.0.11 lib/context/_refactor_dialog/data/3.GenData2Dest.rb