Class s.d.b.AbstractModel(object):

Part of stoqlib.domain.base View In Hierarchy

Known subclasses: stoqlib.domain.base.BaseDomain, stoqlib.domain.system.SystemTable

Generic methods for any domain classes.
Method __ne__ Undocumented
Method __eq__ Undocumented
Method _create Undocumented
Method _SO_setValue Undocumented
Method clone Get a persistent copy of an existent object. Remember that we can
Method get_connection Undocumented
def __ne__(self, other):
Undocumented
def __eq__(self, other):
Undocumented
def _create(self, *args, **kwargs):
Undocumented
def _SO_setValue(self, name, value, from_, to):
Undocumented
def clone(self):
Get a persistent copy of an existent object. Remember that we can not use copy because this approach will not activate ORMObject methods which allow creating persitent objects. We also always need a new id for each copied object.
def get_connection(self):
Undocumented
API Documentation for Stoqlib, generated by pydoctor at 2009-07-14 16:00:32.