Module: HammerCLIKatello::ForemanSearchOptionsCreators

Included in:
SearchOptionsCreators
Defined in:
lib/hammer_cli_katello/foreman_search_options_creators.rb

Instance Method Summary collapse

Instance Method Details

#create_architectures_search_options(options) ⇒ Object



23
24
25
# File 'lib/hammer_cli_katello/foreman_search_options_creators.rb', line 23

def create_architectures_search_options(options)
  create_search_options_without_katello_api(options, api.resource(:architectures))
end

#create_capsules_search_options(options) ⇒ Object



15
16
17
# File 'lib/hammer_cli_katello/foreman_search_options_creators.rb', line 15

def create_capsules_search_options(options)
  create_search_options_without_katello_api(options, api.resource(:smart_proxies))
end

#create_domains_search_options(options) ⇒ Object



31
32
33
# File 'lib/hammer_cli_katello/foreman_search_options_creators.rb', line 31

def create_domains_search_options(options)
  create_search_options_without_katello_api(options, api.resource(:domains))
end

#create_environments_search_options(options) ⇒ Object



3
4
5
# File 'lib/hammer_cli_katello/foreman_search_options_creators.rb', line 3

def create_environments_search_options(options)
  create_search_options_without_katello_api(options, api.resource(:environments))
end

#create_hostgroups_search_options(options) ⇒ Object



43
44
45
# File 'lib/hammer_cli_katello/foreman_search_options_creators.rb', line 43

def create_hostgroups_search_options(options)
  create_search_options_without_katello_api(options, api.resource(:hostgroups))
end

#create_hosts_search_options(options) ⇒ Object



19
20
21
# File 'lib/hammer_cli_katello/foreman_search_options_creators.rb', line 19

def create_hosts_search_options(options)
  create_search_options_without_katello_api(options, api.resource(:hosts))
end

#create_locations_search_options(options) ⇒ Object



35
36
37
# File 'lib/hammer_cli_katello/foreman_search_options_creators.rb', line 35

def create_locations_search_options(options)
  create_search_options_without_katello_api(options, api.resource(:locations))
end

#create_media_search_options(options) ⇒ Object



39
40
41
# File 'lib/hammer_cli_katello/foreman_search_options_creators.rb', line 39

def create_media_search_options(options)
  create_search_options_without_katello_api(options, api.resource(:media))
end

#create_operatingsystems_search_options(options) ⇒ Object



27
28
29
# File 'lib/hammer_cli_katello/foreman_search_options_creators.rb', line 27

def create_operatingsystems_search_options(options)
  create_search_options_without_katello_api(options, api.resource(:operatingsystems))
end

#create_organizations_search_options(options) ⇒ Object



7
8
9
# File 'lib/hammer_cli_katello/foreman_search_options_creators.rb', line 7

def create_organizations_search_options(options)
  create_search_options_without_katello_api(options, api.resource(:organizations))
end

#create_ptables_search_options(options) ⇒ Object



47
48
49
# File 'lib/hammer_cli_katello/foreman_search_options_creators.rb', line 47

def create_ptables_search_options(options)
  create_search_options_without_katello_api(options, api.resource(:ptables))
end

#create_puppet_ca_proxies_search_options(options) ⇒ Object



51
52
53
# File 'lib/hammer_cli_katello/foreman_search_options_creators.rb', line 51

def create_puppet_ca_proxies_search_options(options)
  create_search_options_without_katello_api(options, api.resource(:puppet_ca_proxies))
end

#create_puppet_proxies_search_options(options) ⇒ Object



55
56
57
# File 'lib/hammer_cli_katello/foreman_search_options_creators.rb', line 55

def create_puppet_proxies_search_options(options)
  create_search_options_without_katello_api(options, api.resource(:puppet_proxies))
end

#create_puppetclasses_search_options(options) ⇒ Object



59
60
61
# File 'lib/hammer_cli_katello/foreman_search_options_creators.rb', line 59

def create_puppetclasses_search_options(options)
  create_search_options_without_katello_api(options, api.resource(:puppetclasses))
end

#create_realms_search_options(options) ⇒ Object



67
68
69
# File 'lib/hammer_cli_katello/foreman_search_options_creators.rb', line 67

def create_realms_search_options(options)
  create_search_options_without_katello_api(options, api.resource(:realms))
end

#create_smart_proxies_search_options(options) ⇒ Object



11
12
13
# File 'lib/hammer_cli_katello/foreman_search_options_creators.rb', line 11

def create_smart_proxies_search_options(options)
  create_search_options_without_katello_api(options, api.resource(:smart_proxies))
end

#create_subnets_search_options(options) ⇒ Object



63
64
65
# File 'lib/hammer_cli_katello/foreman_search_options_creators.rb', line 63

def create_subnets_search_options(options)
  create_search_options_without_katello_api(options, api.resource(:subnets))
end