Author: jleroux
Date: Fri Jan 12 11:22:31 2018 New Revision: 1820965 URL: http://svn.apache.org/viewvc?rev=1820965&view=rev Log: No functional change, replace tabs by spaces Modified: ofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/ofbiz/base/OfbizDslDescriptorForEclipse.dsld Modified: ofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/ofbiz/base/OfbizDslDescriptorForEclipse.dsld URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/ofbiz/base/OfbizDslDescriptorForEclipse.dsld?rev=1820965&r1=1820964&r2=1820965&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/ofbiz/base/OfbizDslDescriptorForEclipse.dsld (original) +++ ofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/ofbiz/base/OfbizDslDescriptorForEclipse.dsld Fri Jan 12 11:22:31 2018 @@ -1,40 +1,40 @@ -/******************************************************************************* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - *******************************************************************************/ - -contribute(currentType(subType('groovy.lang.Script'))) { - property name : 'parameters', type : 'java.util.Map' - property name: 'context', type: 'java.util.Map' - property name: 'delegator', type: 'org.apache.ofbiz.entity.Delegator' - property name: 'dispatcher', type: 'org.apache.ofbiz.service.LocalDispatcher' - - method name: 'runService', type: 'java.util.Map', params: [serviceName: 'String', inputMap: 'java.util.Map'] - method name: 'makeValue', type: 'java.util.Map', params: [entityName: 'String'] - method name: 'findOne', type: 'java.util.Map', params: [entityName: 'String', inputMap: 'java.util.Map'] - method name: 'findList', type: 'java.util.List', params: [entityName: 'String', inputMap: 'java.util.Map'] - method name: 'select', type: 'org.apache.ofbiz.entity.util.EntityQuery', params: [entity: 'java.util.Set'] - method name: 'select', type: 'org.apache.ofbiz.entity.util.EntityQuery', params: [entity: 'String...'] - method name: 'from', type: 'org.apache.ofbiz.entity.util.EntityQuery', params: [entity: 'java.lang.Object'] - method name: 'success', type: 'def', params: [message: 'String'] - method name: 'failure', type: 'java.util.Map', params: [message: 'String'] - method name: 'error', type: 'def', params: [message: 'String'] - method name: 'logInfo', type: 'void', params: [message: 'String'] - method name: 'logWarning', type: 'void', params: [message: 'String'] - method name: 'logError', type: 'void', params: [message: 'String'] - method name: 'logVerbose', type: 'void', params: [message: 'String'] -} +/******************************************************************************* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + *******************************************************************************/ + +contribute(currentType(subType('groovy.lang.Script'))) { + property name : 'parameters', type : 'java.util.Map' + property name: 'context', type: 'java.util.Map' + property name: 'delegator', type: 'org.apache.ofbiz.entity.Delegator' + property name: 'dispatcher', type: 'org.apache.ofbiz.service.LocalDispatcher' + + method name: 'runService', type: 'java.util.Map', params: [serviceName: 'String', inputMap: 'java.util.Map'] + method name: 'makeValue', type: 'java.util.Map', params: [entityName: 'String'] + method name: 'findOne', type: 'java.util.Map', params: [entityName: 'String', inputMap: 'java.util.Map'] + method name: 'findList', type: 'java.util.List', params: [entityName: 'String', inputMap: 'java.util.Map'] + method name: 'select', type: 'org.apache.ofbiz.entity.util.EntityQuery', params: [entity: 'java.util.Set'] + method name: 'select', type: 'org.apache.ofbiz.entity.util.EntityQuery', params: [entity: 'String...'] + method name: 'from', type: 'org.apache.ofbiz.entity.util.EntityQuery', params: [entity: 'java.lang.Object'] + method name: 'success', type: 'def', params: [message: 'String'] + method name: 'failure', type: 'java.util.Map', params: [message: 'String'] + method name: 'error', type: 'def', params: [message: 'String'] + method name: 'logInfo', type: 'void', params: [message: 'String'] + method name: 'logWarning', type: 'void', params: [message: 'String'] + method name: 'logError', type: 'void', params: [message: 'String'] + method name: 'logVerbose', type: 'void', params: [message: 'String'] +} |
Free forum by Nabble | Edit this page |