RetailCheckList_OnlineStoreSetup Class [AX 2012]
Class for online store setup checklist.
Syntax
class RetailCheckList_OnlineStoreSetup extends SysCheckList
Run On
Client
Methods
Method | Description | |
---|---|---|
applyStylesheet | (Inherited from SysCheckList.) | |
canBePreventedAtStartup | (Inherited from SysCheckList.) | |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
canRunSilent | (Inherited from SysCheckList.) | |
doInit | (Inherited from SysCheckList.) | |
doUpdateHtml | Updates the HTML content of a checklist. (Inherited from SysCheckList.) | |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) | |
finalize | (Inherited from SysCheckList.) | |
finalizeChecklist | (Inherited from SysCheckList.) | |
find | Finds the checklist state in SysSetupLog table. (Overrides the find Method.) | |
getAdditionalCss | Gets additional CSS information for the checklist. (Inherited from SysCheckList.) | |
getCheckListCaption | (Inherited from SysCheckList.) | |
getChecklistXml | Gets the checklist XML document. (Inherited from SysCheckList.) | |
getGroupState | Gets the state of a group of checklist items in the checklist. (Inherited from SysCheckList.) | |
getHelpImage | (Inherited from SysCheckList.) | |
getHtml | (Inherited from SysCheckList.) | |
getHtmlDocumentTemplate | (Inherited from SysCheckList.) | |
getHtmlGroupTemplate | (Inherited from SysCheckList.) | |
getHtmlGroupText | (Inherited from SysCheckList.) | |
getHtmlHeader | Gets the checklist header. (Overrides the getHtmlHeader Method.) | |
getHtmlHeaderHelp | Gets the help topic HTML of the checklist header (Overrides the getHtmlHeaderHelp Method.) | |
getHtmlHeaderTemplate | (Inherited from SysCheckList.) | |
getHtmlHelpTemplate | (Inherited from SysCheckList.) | |
getHtmlInfoTemplate | (Inherited from SysCheckList.) | |
getHtmlItemTemplate | (Inherited from SysCheckList.) | |
getHtmlItemText | (Inherited from SysCheckList.) | |
getHtmlScript | Gets the HTML code of a checklist. (Inherited from SysCheckList.) | |
getInterfaceId | Gets the interface Id of Checklist. (Overrides the getInterfaceId Method.) | |
getItem | (Inherited from SysCheckList.) | |
getName | (Inherited from SysCheckList.) | |
getScroll | (Inherited from SysCheckList.) | |
getStatusImage | (Inherited from SysCheckList.) | |
getStatusToolTip | (Inherited from SysCheckList.) | |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) | |
gotoScroll | (Inherited from SysCheckList.) | |
groupIsExpanded | Checks whether a checklist group is in an expanded state. (Inherited from SysCheckList.) | |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) | |
infoText | (Inherited from SysCheckList.) | |
init | (Inherited from SysCheckList.) | |
initCheckBoxControl | (Inherited from SysCheckList.) | |
initHtmlControl | (Inherited from SysCheckList.) | |
insertItem | (Inherited from SysCheckList.) | |
isEmpty | (Inherited from SysCheckList.) | |
isRunnable | Returns false so that it does not launch at startup. (Overrides the isRunnable Method.) | |
makeLink | (Inherited from SysCheckList.) | |
mandatoryFinished | Verifies whether all of the mandatory items of a checklist have finished. (Inherited from SysCheckList.) | |
mandatoryItems | (Inherited from SysCheckList.) | |
mandatoryItemsFinished | (Inherited from SysCheckList.) | |
maybeDirRTL | (Inherited from SysCheckList.) | |
needReStart | (Inherited from SysCheckList.) | |
new | Initializes a new instance of the SysCheckList class. (Inherited from SysCheckList.) | |
notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) | |
notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) | |
objectOnServer | Determines whether the object is on a server. (Inherited from Object.) | |
onlyPrimarilySortOrder | (Inherited from SysCheckList.) | |
owner | Returns the instance that owns the object. (Inherited from Object.) | |
parmIsSetupMode | Gets or sets the IsSetupMode parameter. (Inherited from SysCheckList.) | |
preRunFormInInitialization | Peforms operation before running the form in the initialization. (Inherited from SysCheckList.) | |
preventAtStartup | Checks to see whether a checklist has been prevented at startup. (Inherited from SysCheckList.) | |
refresh | (Inherited from SysCheckList.) | |
runSilent | (Inherited from SysCheckList.) | |
save | Saves the record in the table RetailRedeploymentStatus if the record does not already exists. (Overrides the save Method.) | |
sequenceSort | (Inherited from SysCheckList.) | |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) | |
sortWithStatusPreference | (Inherited from SysCheckList.) | |
statusSort | (Inherited from SysCheckList.) | |
toString | Returns a string that represents the current object. (Inherited from Object.) | |
updateHtml | (Inherited from SysCheckList.) | |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) | |
wait | Pauses a process. (Inherited from Object.) | |
xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Top
Inheritance Hierarchy
Object Class
SysCheckList Class
RetailCheckList_OnlineStoreSetup Class