class documentation

class FilePath:

Constructor: FilePath(dao)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method add_file_path Undocumented
Method exists Undocumented
Method get_all_by_type Undocumented
Method rm_file_path Undocumented
Instance Variable __dao Undocumented
def __init__(self, dao):

Undocumented

def add_file_path(self, file_type, name, path):

Undocumented

def exists(self, name):

Undocumented

def get_all_by_type(self, file_type):

Undocumented

def rm_file_path(self, file_id):

Undocumented

__dao =

Undocumented