|
|
__init__(self,
cmdname,
description)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
allRecordsAllowed(self)
Indicates whether a command is able to operate on all record types in
addition to individual record types. |
source code
|
|
int
|
execute(self,
argv)
Execute the command specified by the command line arguments. |
source code
|
|
list
|
|
|
admin.xmlaccounts.recordtypes
|
mapType(self,
type)
Map the specified user record type input to the actual record type
identifier. |
source code
|
|
|
|
loadAccounts(self)
Load the entire directory from the XML file. |
source code
|
|
|
|
writeAccounts(self)
Write the entire directory to the XML file. |
source code
|
|
|
|
|
|
|
promptPassword(self)
Prompt the user for a password. |
source code
|
|
|
|
getMemberList(self,
prompt,
title,
type)
Prompt the user for a list of members. |
source code
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|