Class w.c.p.DBusProfileManager(ProfileManager):

Part of wader.common.profiles View In Hierarchy

DBus layer over ProfileManager
Method __init__ Undocumented
Method cache_profiles Undocumented
Method CreateProfile Undocumented
Method CreateProfileFromIMSI Undocumented
Method ModifyProfile Undocumented
Method DeleteProfile Undocumented
Method GetProfiles Undocumented

Inherited from ProfileManager:

Method close Undocumented
Method create_profile Creates a new mobile profile from opts
Method delete_profile Deletes profile
Method edit_profile Edits profile from the opts dict
Method get_profiles Undocumented
Method get_profile_opaths Returns all the stored profiles as a list of MobileProfile objects
Method get_profile_ids Undocumented
def __init__(self, path=MOBILE_PROFILES):
Undocumented
def cache_profiles(self):
Undocumented
@method(PRF_INTFACE, 'a{ss}', 'o')
def CreateProfile(self, opts):
Undocumented
@method(PRF_INTFACE, 's', 'o')
def CreateProfileFromIMSI(self, imsi):
Undocumented
@method(PRF_INTFACE, 'oa{ss}', '')
def ModifyProfile(self, opath, opts):
Undocumented
@method(PRF_INTFACE, 'o', '')
def DeleteProfile(self, opath):
Undocumented
@method(PRF_INTFACE, '', 'ao')
def GetProfiles(self):
Undocumented
API Documentation for wader-core, generated by pydoctor at 2008-08-27 16:53:37.