Inherited from Domain:
Method |
__init__ |
Undocumented |
Method |
user |
Undocumented |
Class Method |
iselect |
Like select, but search on the adapter implementing the interface
iface |
Class Method |
iselectBy |
Like selectBy, but search on the adapter implementing the interface
iface |
Class Method |
iselectOne |
Like selectOne, but search on the adapter implementing the interface
iface |
Class Method |
iselectOneBy |
Like selectOneBy, but search on the adapter implementing the interface
iface |
Class Method |
iget |
Like get, but gets on the adapter implementing the interface iface |
Inherited from AbstractModel (via Domain, BaseDomain):
Inherited from AdaptableORMObject (via Domain):
Inherited from Adaptable (via Domain, AdaptableORMObject):
Class Method |
getFacetType |
Fetches a facet type associated with an interface, or raise |
Class Method |
getFacetTypes |
Returns facet classes for this object |
Method |
addFacet |
Adds a facet implementing iface for the current object |
Method |
removeFacet |
Removes a facet from the current object |
Method |
getFacets |
Gets a list of facets assoicated with the current object. |