| Trees | Index | Help |
|---|
| Package CMFSetup :: Module registry :: Class ProfileRegistry |
|
object--+ |Base--+ |Acquirer--+ | ProfileRegistry
| Method Summary | |
|---|---|
__init__(self)
| |
clear(self)
| |
See IProfileRegistry. | |
See IProfileRegistry. | |
See IProfileRegistry. | |
See IProfileRegistry. | |
| Inherited from Base | |
x.__getattribute__('name') <==> x.name | |
Get arguments to be passed to __new__ | |
Get the object serialization state | |
Reduce an object to contituent parts for serialization | |
Set the object serialization state The state should be in one of 3 forms: - None Ignored - A dictionary In this case, the object's instance dictionary will be cleared and updated with the new state. | |
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__hash__() <==> hash(x) | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) | |
| Class Variable Summary | |
|---|---|
tuple |
__ac_permissions__ = (('Manage portal', ('', 'listProfil...
|
int |
__allow_access_to_unprotected_subobjects__ = 1 |
tuple |
__implements__ = (<Interface CMFSetup.interfaces.IProfil...
|
PermissionRole |
__roles__ = <PermissionRole object at 0xb58e6920>
|
tuple |
clear__roles__ = ()
|
PermissionRole |
listProfileInfo__roles__ = <PermissionRole object at 0xb...
|
PermissionRole |
listProfiles__roles__ = <PermissionRole object at 0xb58e...
|
PermissionRole |
registerProfile__roles__ = <PermissionRole object at 0xb...
|
| Method Details |
|---|
getProfileInfo(self, profile_id)See IProfileRegistry. |
listProfileInfo(self)See IProfileRegistry. |
listProfiles(self)See IProfileRegistry. |
registerProfile(self, name, title, description, path, product=None, profile_type=0)See IProfileRegistry. |
| Class Variable Details |
|---|
__ac_permissions__
|
__allow_access_to_unprotected_subobjects__
|
__implements__
|
__roles__
|
clear__roles__
|
listProfileInfo__roles__
|
listProfiles__roles__
|
registerProfile__roles__
|
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Wed Nov 30 03:59:38 2005 | http://epydoc.sf.net |