module Ruconomic::API::ReportCodeSet

Public Class Methods

find_by_name() click to toggle source

Returns handles for the ReportCodeSets with the given name. Parameters: name: The name to search for.

@note TODO: This method was autogenerated from the WSDL - see github.com/coherify/ruconomic#contributing“ @see api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=ReportCodeSet_FindByName @return [Hash] The body content of the SOAP response.

# File lib/ruconomic/api/report_code_set.rb, line 47
def self.find_by_name
  response = invoke('ReportCodeSet_FindByName') do |message|
    raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
  end
end
get_all() click to toggle source

Returns handles for all ReportCodeSets.

@note TODO: This method was autogenerated from the WSDL - see github.com/coherify/ruconomic#contributing“ @see api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=ReportCodeSet_GetAll @return [Hash] The body content of the SOAP response.

# File lib/ruconomic/api/report_code_set.rb, line 35
def self.get_all
  response = invoke('ReportCodeSet_GetAll') do |message|
    raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
  end
end
get_code_set() click to toggle source

Gets the codeSet of the ReportCodeSet.

@note TODO: This method was autogenerated from the WSDL - see github.com/coherify/ruconomic#contributing“ @see api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=ReportCodeSet_GetCodeSet @return [Hash] The body content of the SOAP response.

# File lib/ruconomic/api/report_code_set.rb, line 81
def self.get_code_set
  response = invoke('ReportCodeSet_GetCodeSet') do |message|
    raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
  end
end
get_codes() click to toggle source

Gets handles for ReportCodes in a ReportCodeSet. Parameters: reportCodeSetHandle: Handle for the ReportCodeSet.

@note TODO: This method was autogenerated from the WSDL - see github.com/coherify/ruconomic#contributing“ @see api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=ReportCodeSet_GetCodes @return [Hash] The body content of the SOAP response.

# File lib/ruconomic/api/report_code_set.rb, line 59
def self.get_codes
  response = invoke('ReportCodeSet_GetCodes') do |message|
    raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
  end
end
get_data() click to toggle source

Returns a ReportCodeSet data object for a given ReportCodeSet. Parameters: entityHandle: A handle for the ReportCodeSet.

@note TODO: This method was autogenerated from the WSDL - see github.com/coherify/ruconomic#contributing“ @see api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=ReportCodeSet_GetData @return [Hash] The body content of the SOAP response.

# File lib/ruconomic/api/report_code_set.rb, line 12
def self.get_data
  response = invoke('ReportCodeSet_GetData') do |message|
    raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
  end
end
get_data_array() click to toggle source

Returns ReportCodeSet data objects for a given set of ReportCodeSet handles. Parameters: entityHandles: An array of the ReportCodeSet handles.

@note TODO: This method was autogenerated from the WSDL - see github.com/coherify/ruconomic#contributing“ @see api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=ReportCodeSet_GetDataArray @return [Hash] The body content of the SOAP response.

# File lib/ruconomic/api/report_code_set.rb, line 24
def self.get_data_array
  response = invoke('ReportCodeSet_GetDataArray') do |message|
    raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
  end
end
get_name() click to toggle source

Gets the name of the ReportCodeSet.

@note TODO: This method was autogenerated from the WSDL - see github.com/coherify/ruconomic#contributing“ @see api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=ReportCodeSet_GetName @return [Hash] The body content of the SOAP response.

# File lib/ruconomic/api/report_code_set.rb, line 70
def self.get_name
  response = invoke('ReportCodeSet_GetName') do |message|
    raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
  end
end