######## ####### ######## ####### ######## ######## ## / / / / 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_ModReceive2GetData(args, state, viewId, viewType) queryName = __method__.to_s; queryName.slice! 'lookup_data_'; queryName.to_sym args[:dialectLookupQuery] = {queryName: queryName, cClass: 'AccessRelationship', fClass: 'ApplicationService', fFqn: "#{state[:myAppName]}ArchiGetdata*", tClass: 'DataObject', tFqn: "#{state[:myAppName]}ModReceiveData*" } dialectLookup(args, state, viewId, viewType) dialectRepack(args, state, viewId, viewType, queryName) end end end end