module Ruconomic::API::CreditorGroup

Public Class Methods

create() click to toggle source

Creates a new creditor group.

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

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

Creates a new creditor group from a data object. Parameters: data: The data object that specifies the properties of the new creditor group.

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

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

Creates new creditor groups from data objects. Parameters: dataArray: The array of data objects that specifies the properties of the new creditor groups.

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

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

Returns handles for all creditor groups with the given name.

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

# File lib/ruconomic/api/creditor_group.rb, line 128
def self.find_by_name
  response = invoke('CreditorGroup_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 creditor group with the given number.

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

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

Returns an array with handles for the creditor groups corresponding to the given creditor group numbers. If a creditor group with a given number does not exist then the array contains nothing at that index. Parameters: numbers: The numbers 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=CreditorGroup_FindByNumberList @return [Hash] The body content of the SOAP response.

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

Gets a handle for the account of a creditor group. Parameters: creditorGroupHandle: Handle for the creditor group.

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

# File lib/ruconomic/api/creditor_group.rb, line 188
def self.get_account
  response = invoke('CreditorGroup_GetAccount') 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 creditor groups.

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

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

Gets handles for creditors of a creditor group. Parameters: creditorGroupHandle: Handle for the creditor group.

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

# File lib/ruconomic/api/creditor_group.rb, line 140
def self.get_creditors
  response = invoke('CreditorGroup_GetCreditors') 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 creditor group data object for a given creditor group. Parameters: entityHandle: A handle for the creditor group.

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

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

# File lib/ruconomic/api/creditor_group.rb, line 72
def self.get_data_array
  response = invoke('CreditorGroup_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 creditor group. Parameters: creditorGroupHandle: Handle for the creditor group.

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

# File lib/ruconomic/api/creditor_group.rb, line 164
def self.get_name
  response = invoke('CreditorGroup_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 creditor group. Parameters: creditorGroupHandle: Handle for the creditor group.

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

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

Sets the account of a creditor group. Parameters: creditorGroupHandle: Handle for the creditor group. valueHandle: A handle for the new account of the creditor group.

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

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

Sets the name of a creditor group. Parameters: creditorGroupHandle: Handle for the creditor group. value: The new name of the creditor group.

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

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

Updates a creditor group from a data object. Parameters: data: The data object.

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

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

Update creditor groups from data objects. Parameters: dataArray: The array of data objects.

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

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