Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The inventCostTransVarianceList represents a more specialized form of a recordSortedList, which is used to hold the inventCostTransVariance records.
Syntax
class InventCostTransVarianceList
Run On
Called
Methods
Method | Description | |
---|---|---|
![]() |
add | Adds an InventCostTransVariance record to the RecordSortedList object. |
![]() |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
![]() |
costAmount | Calculates the total cost amount for the variance. |
![]() |
costAmountPosted | Calculates the total cost amount posted for the variance. |
![]() |
delete | Deletes an InventCostTransVariance record from the RecordSortedList object. |
![]() |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
![]() |
find | Finds an InventCostTransVariance record in the RecordSortedList object. |
![]() |
first | Moves the cursor of the RecordSortedList object to the element in the first position. |
![]() |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
![]() |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
![]() |
init | Initializes the RecordSortedList object. |
![]() |
initFinal | Initializes a new RecordSortedList object. |
![]() |
insert | Inserts a given InventCostTransVariance record to the RecordSortedList object. |
![]() |
insertDatabase | Writes the InventCostTransVarianceList object to the database by calling the insertDatabase method of the RecordSortedList class. |
![]() |
length | Retrieves the number of records in the RecordSortedList object. |
![]() |
new | Creates a new instance of the InventCostTransVarianceList class. |
![]() |
next | Moves the cursor of the RecordSortedList object to the next position. |
![]() |
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.) |
![]() |
summarize | Summarizes a given variance list to the RecordSortedList 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.) |
![]() ![]() |
::construct | |
![]() ![]() |
::newFromInventCostTrans | Initializes a new instance of the InventCostTransVarianceList class and inserts the InventCostTransVariance records either from memory or from the database. |
![]() ![]() |
::newFromList |
Top
Remarks
This class will be used by the inventCost framework to handle the adding of the inventCostTransVariance records. It provides some functions to add and summarize inventCostTransVariance records into the costTransVarianceListrecordSortedList.
This class will be stored in the inventCostTransVarianceMap class together with a primary key for an inventCostTrans record.
Inheritance Hierarchy
Object Class
InventCostTransVarianceList Class