module Ruconomic::API::CostTypeGroup

Public Class Methods

find_by_name() click to toggle source

Returns handles for the CostTypeGroups 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=CostTypeGroup_FindByName @return [Hash] The body content of the SOAP response.

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

Returns a handle for the CostTypeGroup with the given number. Parameters: number: The number 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=CostTypeGroup_FindByNumber @return [Hash] The body content of the SOAP response.

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

Gets a handle for the closed account of a CostTypeGroup. Parameters: costTypeGroupHandle: Handle for the CostTypeGroup.

@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=CostTypeGroup_GetAccountClosed @return [Hash] The body content of the SOAP response.

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

Gets a handle for the ongoing account of a CostTypeGroup. Parameters: costTypeGroupHandle: Handle for the CostTypeGroup.

@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=CostTypeGroup_GetAccountOngoing @return [Hash] The body content of the SOAP response.

# File lib/ruconomic/api/cost_type_group.rb, line 60
def self.get_account_ongoing
  response = invoke('CostTypeGroup_GetAccountOngoing') 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

Return handles for all CostTypeGroups.

@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=CostTypeGroup_GetAll @return [Hash] The body content of the SOAP response.

# File lib/ruconomic/api/cost_type_group.rb, line 83
def self.get_all
  response = invoke('CostTypeGroup_GetAll') 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 an CostTypeGroup data object for a given CostTypeGroup. Parameters: entityHandle: A handle for the CostTypeGroup.

@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=CostTypeGroup_GetData @return [Hash] The body content of the SOAP response.

# File lib/ruconomic/api/cost_type_group.rb, line 12
def self.get_data
  response = invoke('CostTypeGroup_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 CostTypeGroup data objects for a given set of CostTypeGroup handles. Parameters: entityHandles: An array of the CostTypeGroup 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=CostTypeGroup_GetDataArray @return [Hash] The body content of the SOAP response.

# File lib/ruconomic/api/cost_type_group.rb, line 24
def self.get_data_array
  response = invoke('CostTypeGroup_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 a CostTypeGroup. Parameters: costTypeGroupHandle: Handle for the CostTypeGroup.

@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=CostTypeGroup_GetName @return [Hash] The body content of the SOAP response.

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

Gets the number of a CostTypeGroup. Parameters: costTypeGroupHandle: Handle for the CostTypeGroup.

@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=CostTypeGroup_GetNumber @return [Hash] The body content of the SOAP response.

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