| Home | Trees | Index | Help |
|---|
| Method Summary | |
|---|---|
__init__(self,
session,
connection,
record,
classdef)
| |
__cmp__(self,
other)
| |
__getitem__(self,
key)
| |
call(self,
proceduredef,
params,
namespace)
| |
get(self,
propertylist)
| |
This function returns the fully qualified classname of the instance | |
has_key(self,
key)
| |
put(self,
propertylist,
valuelist)
| |
Set a sequence of tuples used for comparing this instance with another one. | |
This function returns the current state of the instance. | |
updateStamp(self,
creation)
| |
This function checks all properties marked as 'not nullable' to have a value other than None. | |
__convert(self,
value,
propertydef,
exception)
| |
__getValue(self,
propertyname)
| |
__putValue(self,
propertyname,
value,
regular)
| |
| Method Details |
|---|
__init__(self,
session,
connection,
record,
classdef)
|
__cmp__(self,
other)
|
__getitem__(self,
key)
|
call(self, proceduredef, params, namespace=None) |
get(self, propertylist) |
getClassname(self)This function returns the fully qualified classname of the instance
|
has_key(self, key) |
put(self, propertylist, valuelist) |
setSort(self, order)Set a sequence of tuples used for comparing this instance with another one.
|
state(self)This function returns the current state of the instance.
|
updateStamp(self, creation=False) |
validate(self)This function checks all properties marked as 'not nullable' to have a value other than None. If a none value is encountered a PropertyValueError is raised. |
__convert(self, value, propertydef, exception) |
__getValue(self, propertyname) |
__putValue(self, propertyname, value, regular=True) |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Nov 20 23:01:31 2008 | http://epydoc.sf.net |