Package Gnumed :: Package business :: Module gmExportArea :: Class cExportArea
[frames] | no frames]

Class cExportArea

source code

object --+
         |
        cExportArea

Instance Methods
 
__init__(self, pk_identity)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
add_form(self, form=None, designation=None) source code
 
add_forms(self, forms=None, designation=None) source code
 
add_file(self, filename=None, hint=None) source code
 
add_files(self, filenames=None, hint=None) source code
 
add_documents(self, documents=None) source code
 
document_part_item_exists(self, pk_part=None) source code
 
md5_exists(self, md5=None, include_document_parts=False) source code
 
dump_items_to_disk(self, base_dir=None, items=None) source code
 
export(self, base_dir=None, items=None, expand_compressed=False) source code
 
get_items(self, designation=None, order_by='designation, description') source code
 
get_printouts(self, order_by='designation, description') source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables
  items = property(get_items, lambda x: x)
  printouts = property(get_printouts, lambda x: x)
Properties

Inherited from object: __class__

Method Details

__init__(self, pk_identity)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)