Class BSCEDO
Object
|
+--GrvObject
|
+--EDO
|
+--BSCEDO
-
Direct Known Subclasses:
-
Shipping, Bidder, Contact
- class
BSCEDO
- extends EDO
This is the abstract base class for Bidder/Shipping/Contact EDOs.
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
Defined in aimbidders.js
|
Method Summary |
String
|
canDelete()
Is it legal to delete "this"?
|
void
|
konstructor( <BidderModel> holder, <int> lotcount, <Function> CLAZZ, <array> propValues, <String> editDate, <String> editUser, <int> theKey, <int> optEditStatus, <String> optName )
|
void
|
pushUpdateFields( <Array> uFields )
push into given array all BSCEDO-specific fields of the UpdateItem message
formatted as
"{parentBidderName}~{property1}~...~{propertyN}"
where the fields are defined as follows...
|
String
|
toolTip( <EDOIndex> xi )
return the tooltip for "this"
|
String
|
toString()
return "this" as human-readable string
|
| Methods inherited from class EDO |
clone, pushEncodedValues, pushValues, makeReadOnly, propValues, edoToolTip, isValid, dump, buildUpdateItemPost, pushPosts, getEditRule, setValidity, getValidity, deleteMe, undeleteMe, canCreate, canUncreate, addMe, isNew, isDeleted, inEdit, canEdit, editMe, uneditMe, collapse, expand, isExpanded, canToggleExpand, toggleExpand, isActive, inLimbo, isViewable, state, action
|
BSCEDO
BSCEDO()
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
canDelete
String canDelete()
Is it legal to delete "this"?
konstructor
void konstructor( <BidderModel> holder, <int> lotcount, <Function> CLAZZ, <array> propValues, <String> editDate, <String> editUser, <int> theKey, <int> optEditStatus, <String> optName )
Parameters:
holder - parent EDOHolderModel
lotcount - how many Lots are linked to this
CLAZZ - this EDO's "class"
propValues - array of property initial values
editDate - date of last edit
editUser - ID of last user to edit
theKey - unique key of this record
optEditStatus - optional edit status where the status codes are: 0=no-change; 1=delete; 2=create; 3=hidden; 4=update
optName - optional name of this instance
pushUpdateFields
void pushUpdateFields( <Array> uFields )
push into given array all BSCEDO-specific fields of the UpdateItem message
formatted as
"{parentBidderName}~{property1}~...~{propertyN}"
where the fields are defined as follows...
{parentBidderName} = "my" parent Bidder company name
{propertyI} = the i-th editable property of this EDO
Parameters:
uFields - string array containing Update Msg fields
toolTip
String toolTip( <EDOIndex> xi )
return the tooltip for "this"
toString
String toString()
return "this" as human-readable string
Documentation generated by
JSDoc on Thu Jan 6 12:46:39 2011