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

Class ChannelsDumperEx

source code


Nested Classes [hide private]

Inherited from spacewalk.satellite_tools.exporter.exportLib.ChannelsDumper: 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.ChannelsDumper: 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 13998082244106\
4; statement=
        select c.id, c.label, ca.label channel_arch, c.basedir, c.name\
,
               c.summary, c.description, c.gpg_key_url, c.org_id,
               TO_CHAR(c.last_modified, 'YYYYMMDDHH24MISS') last_modif\
ied,
               c.channel_product_id,
...