RetailConsessionContract Class [AX 2012]

The RetailConsessionContract class compares the dimensions and calculates sales and tax amounts.

Syntax

class RetailConsessionContract

Run On

Server

Methods

  Method Description
Hh812025.pubmethod(en-us,AX.60).gif addAreaIdtoCalcuation Updates the RetailTmpConcessionContractSales table with the area ID.
Hh812025.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Hh812025.pubmethod(en-us,AX.60).gif compareAreaToSales Compares the sales dimensions with the area dimensions.
Hh812025.pubmethod(en-us,AX.60).gif compareDimensions Compares the dimensions passed.
Hh812025.pubmethod(en-us,AX.60).gif compareSalesTransToContract Compares the dimensions of the RetailTransactionSalesTrans table with the dimensions of the RetailConcessionContractArea table.
Hh812025.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Hh812025.pubmethod(en-us,AX.60).gif findTheDimensions Finds the dimensions of the RetailConcessionContractArea table.
Hh812025.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Hh812025.pubmethod(en-us,AX.60).gif groupPaymentCalcByArea Inserts data in the RetailTmpConcessionContractSales table.
Hh812025.pubmethod(en-us,AX.60).gif groupSettlementSalesByArea Inserts data in the RetailTmpConcessionContractSales table.
Hh812025.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Hh812025.privmethod(en-us,AX.60).gif isLineOnContract
Hh812025.pubmethod(en-us,AX.60).gif markExtraCalculatedTransOnContract Updates the ConcessionContractId field of the RetailTransactionSalesTrans table.
Hh812025.pubmethod(en-us,AX.60).gif markTransOnContract Updates the ConcessionContractId field of the RetailTransactionSalesTrans table.
Hh812025.pubmethod(en-us,AX.60).gif new Initializes a new instance of the RetailConsessionContract class.
Hh812025.pubmethod(en-us,AX.60).gif newAreaDimension Initializes the store ID and dimension values.
Hh812025.pubmethod(en-us,AX.60).gif newSelect Initializes the from and to date values.
Hh812025.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Hh812025.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Hh812025.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Hh812025.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Hh812025.pubmethod(en-us,AX.60).gif prepareContractCommissionCalc Validates the concession and updates the sales amount in RetailTransactionSalesTrans table.
Hh812025.pubmethod(en-us,AX.60).gif prepareContractCommissionCalcSelect Updates the sales amount in the RetailTransactionSalesTrans table.
Hh812025.pubmethod(en-us,AX.60).gif prepareContractPaymentCalc Checks the concession area and updates the sales amount and tax amount in the RetailTransactionSalesTrans table.
Hh812025.pubmethod(en-us,AX.60).gif prepareContractPaymentCostCalc Checks the concession for old unsettled sales and updates the sales amount and tax amount in the RetailTmpConcessionContractSales table.
Hh812025.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Hh812025.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Hh812025.pubmethod(en-us,AX.60).gif unMarkExtraCalculatedTransOnContract Updates the RetailTransactionSalesTrans table setting the ConcessionContractId field to nullNothingnullptrunita null reference (Nothing in Visual Basic).
Hh812025.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Hh812025.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Hh812025.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Hh812025.pubmethod(en-us,AX.60).gif Hh812025.static(en-us,AX.60).gif ::checkPartPaymentJournal Checks for the valid journal ID of the RetailConsessionPartPayment table.
Hh812025.pubmethod(en-us,AX.60).gif Hh812025.static(en-us,AX.60).gif ::checkSetlementJournal Checks for the valid journal ID of the RetailConsessionSettlementTable table.
Hh812025.pubmethod(en-us,AX.60).gif Hh812025.static(en-us,AX.60).gif ::unMarkContractTransaction Updates the RetailTransactionSalesTrans table setting the ConcessionContractId field to nullNothingnullptrunita null reference (Nothing in Visual Basic).

Top

Inheritance Hierarchy

Object Class
  RetailConsessionContract Class