xDataArea Class [AX 2012]
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| 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.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| 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.) |
| ::addTableCollectionsToVirtualCompany | |
| ::addVirtualNumberSequenceReference | Adds or updates the number sequence reference for the data area that is associated with a virtual company. |
| ::askDelete | |
| ::blockNewClientAndAOSSessions | |
| ::checkAccessible | |
| ::delete | |
| ::deleteDataAreaRecord | |
| ::deleteTableCollectionsFromVirtualCompany | |
| ::deleteVirtualNumberSequence | Deletes all number sequences and references for a virtual data area. |
| ::doDelete | |
| ::exist | |
| ::find | |
| ::findNonVirtualCompany | Finds a nonvirtual company ID that matches the specified company ID. |
| ::findVirtualCompaniesAffected | |
| ::getTableCollections | |
| ::getTableCollectionsInVirtualCompany | |
| ::getTableCollectionsNotInVirtualCompany | |
| ::insertPost | |
| ::isVirtualCompany | Checks whether the given company is virtual. |
| ::reloadAndResync | Flushes old shared table information located on the server and resynchronizes dependent views of given table. |
| ::reloadTableCollections | |
| ::removeVirtualNumberSequenceReference | Removes the number sequence reference for the data area that is associated with a virtual company. |
| ::resyncDependentViews | Finds dependent views for a given table and synchronizes them. |
| ::resyncModifiedTableCollections | Finds tables in each table collection and resynchronizes its dependent views. |
| ::resyncOnRealCompChange | Flushes the stale table collection information located on the server for each virtual company in the container, finds the associated table collection, and synchronizes all the views that depend on each table. |
| ::selectParameters | |
| ::validateAndBlockNewSessions | |
| ::validateDelete | |
| ::validateNumberSequenceAndUpdate | Validates that the concrete data area ID that is being added to a virtual company does not cause any conflicts. |
| ::validateOnlineUsersAndAOS | |
| ::validateTableAddition | Validates that the given table can be added to the table collection. |
| ::validateTableCollectionToVirtualCompany | |
| ::validateVirtualDataArea | |
| ::validateWrite |
Community Additions
ADD
Show: