Product Member List
This is the complete list of members for
Product, including all inherited members.
_entityName | ManagedObject | [protected] |
_fault | ManagedObject | [protected] |
_fields | ManagedObject | [protected] |
_keys | ManagedObject | [protected] |
_updatedKeys | ManagedObject | [protected] |
addObserver(string aKey, Observer &o) | Observable | [virtual] |
boolForKey(string aKey) | ManagedObject | |
countObservers() | Observable | [virtual] |
didChangeValueForKey(string aKey) | Observable | [protected, virtual] |
factory(string aName, int aCid, float aPrice, string aDescr="empty", int aQty=0, bool isDel=false) | Product | [static] |
floatForKey(string aKey) | ManagedObject | |
getAvailability() | Product | |
getCategory() | Product | |
getLastInsertID() const | ManagedObject | |
getPrice() | Product | |
intForKey(string aKey) | ManagedObject | |
ManagedObject(string anEntityName) | ManagedObject | |
ManagedObject(string anEntityName, Row &aRow) | ManagedObject | |
Observable() | Observable | |
operator<<(ostream &, Product &) | Product | [friend] |
primaryKey() | Product | [virtual] |
Product() | Product | |
Product(Row &aRow) | Product | |
productByID(int aPid) | Product | [static] |
removeAllObservers() | Observable | [virtual] |
removeObserver(string aKey, Observer &o) | Observable | [virtual] |
setBoolForKey(string aKey, bool aValue) | ManagedObject | |
setFloatForKey(string aKey, float aValue) | ManagedObject | |
setIntForKey(string aKey, int aValue) | ManagedObject | |
setValueForKey(string aKey, string aValue) | ManagedObject | |
showCompatibleProducts(int aPid) | Product | [static] |
store() | ManagedObject | |
update() | ManagedObject | |
valueForKey(string aKey) | ManagedObject | |
willChangeValueForKey(string aKey) | Observable | [protected, virtual] |
~ManagedObject() | ManagedObject | [virtual] |
~Observable() | Observable | [virtual] |
~Product() | Product | |