Class Bidder
Object
|
+--GrvObject
|
+--EDO
|
+--BSCEDO
|
+--Bidder
- class
Bidder
- extends BSCEDO
This class encapsulates an Auction Bidder record.
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
Defined in aimbidders.js
|
Method Summary |
String
|
canCreate(<boolean> appendFlag)
Is it legal to create a new one of "this/these"?
|
boolean
|
canUncreate(<boolean> appendFlag)
If created, can we undo creation?
|
Bidder
|
clone()
return a clone of this object
|
void
|
konstructor( propArray, <String> editDate, <String> editUser, <int> theKey, <BidderModel> holder, <int> lotcount, <int> optEditStatus, <String> optName )
|
<static> Bidder
|
Factory(index,holder)
Static factory method to generate blank Bidder
|
| Methods inherited from class EDO |
pushEncodedValues, pushValues, makeReadOnly, propValues, edoToolTip, isValid, dump, buildUpdateItemPost, pushPosts, getEditRule, setValidity, getValidity, deleteMe, undeleteMe, addMe, isNew, isDeleted, inEdit, canEdit, editMe, uneditMe, collapse, expand, isExpanded, canToggleExpand, toggleExpand, isActive, inLimbo, isViewable, state, action
|
EditRules
<static> Object EditRules
Properties
<static> Object Properties
UpdateID
<static> Object UpdateID
Bidder
Bidder()
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
canCreate
String canCreate(<boolean> appendFlag)
Is it legal to create a new one of "this/these"?
Parameters:
appendFlag - if true then append else insert
canUncreate
boolean canUncreate(<boolean> appendFlag)
If created, can we undo creation?
Parameters:
appendFlag - if true then append else insert
clone
Bidder clone()
return a clone of this object
konstructor
void konstructor( propArray, <String> editDate, <String> editUser, <int> theKey, <BidderModel> holder, <int> lotcount, <int> optEditStatus, <String> optName )
Parameters:
editDate - date of last edit
editUser - ID of last user to edit
theKey - unique key of this record
holder - parent EDOHolderModel
lotcount - how many Lots are linked to this
optEditStatus - optional edit status
optName - optional name of this instance
array - of editable property values in same order as .Properties
Factory
<static> Bidder Factory(index,holder)
Static factory method to generate blank Bidder
Documentation generated by
JSDoc on Sun Feb 11 13:31:42 2007