Package backend :: Package satellite_tools :: Package disk_dumper :: Module dumper :: Class KickstartableTreesDumper
[hide private]
[frames] | no frames]

Class KickstartableTreesDumper

source code


Nested Classes [hide private]

Inherited from spacewalk.satellite_tools.exporter.exportLib.KickstartableTreesDumper: subelement_dumper_class

Instance Methods [hide private]
 
_get_key(self, params) source code

Inherited from CachedDumper: __init__, cache_get, cache_set, dump_subelement

Inherited from spacewalk.satellite_tools.exporter.exportLib.BaseDumper: dump, get_writer, set_attributes, set_iterator, set_writer

Static Methods [hide private]

Inherited from CachedDumper (private): _get_last_modified

Inherited from spacewalk.satellite_tools.exporter.exportLib.BaseDumper: timer

Class Variables [hide private]
  iterator_query = <spacewalk.server.rhnSQL.sql_base.Statement i...
hash(x)

Inherited from CachedDumper: hash_factor, item_id_key, key_template

Inherited from spacewalk.satellite_tools.exporter.exportLib.KickstartableTreesDumper: tag_name

Method Details [hide private]

_get_key(self, params)

source code 
Overrides: CachedDumper._get_key

Class Variable Details [hide private]

iterator_query

hash(x)

Value:
<spacewalk.server.rhnSQL.sql_base.Statement instance at 13998082244171\
2; statement=
        select kt.id,
               c.label channel,
               kt.base_path "base-path",
               kt.label,
               kt.boot_image "boot-image",
               ktt.name "kstree-type-name",
...