Share via


AssetTableInterval_Fiscal_JP Class [AX 2012]

Extension class of AssetTableInterval_Fiscal supporting table cache to enhance query performance

Syntax

class AssetTableInterval_Fiscal_JP extends AssetTableInterval_Fiscal

Run On

Called

Methods

  Method Description
Dn560859.pubmethod(en-us,AX.60).gif assetDepreciationTime Retrieves the number of depreication periods in a fiscal year. (Overrides the assetDepreciationTime Method.)
Dn560859.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn560859.pubmethod(en-us,AX.60).gif closingPeriodDate Finds the end date of the first object that has only a closing period after the specified date. (Inherited from AssetTableInterval_Fiscal.)
Dn560859.pubmethod(en-us,AX.60).gif dateToMonth Finds the month to which the date belongs. (Inherited from AssetTableInterval_Fiscal.)
Dn560859.pubmethod(en-us,AX.60).gif dateToPeriod Finds the period to which the date belongs. (Inherited from AssetTableInterval_Fiscal.)
Dn560859.pubmethod(en-us,AX.60).gif dayOfPeriod Calculates the number of the day in the fiscal period for a specified asset transaction date. (Inherited from AssetTableInterval_Fiscal.)
Dn560859.pubmethod(en-us,AX.60).gif depInterval2Days (Inherited from AssetTableInterval.)
Dn560859.pubmethod(en-us,AX.60).gif endingPeriodDate Finds the ending date of the period to which the given date belongs. (Inherited from AssetTableInterval_Fiscal.)
Dn560859.pubmethod(en-us,AX.60).gif endPeriod (Inherited from AssetTableInterval_Fiscal.)
Dn560859.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn560859.pubmethod(en-us,AX.60).gif findCurrentQuarter Finds the number of the quarter in the fiscal year for a specified date. (Inherited from AssetTableInterval_Fiscal.)
Dn560859.pubmethod(en-us,AX.60).gif findFirstDayOfMonth Finds the first day of the month to which the date belongs. (Inherited from AssetTableInterval_Fiscal.)
Dn560859.pubmethod(en-us,AX.60).gif findFirstDayOfPeriod Finds the first day of the period to which a specified date belongs. (Inherited from AssetTableInterval_Fiscal.)
Dn560859.pubmethod(en-us,AX.60).gif findFirstDayOfQuarter Finds the first day of the quarter to which the date belongs. (Overrides the findFirstDayOfQuarter Method.)
Dn560859.pubmethod(en-us,AX.60).gif findFirstDayOfYear Finds the first date of a fiscal year for a specified date. (Inherited from AssetTableInterval_Fiscal.)
Dn560859.pubmethod(en-us,AX.60).gif findLastDayOfMonth Finds the last day of the month to which the date belongs. (Inherited from AssetTableInterval_Fiscal.)
Dn560859.pubmethod(en-us,AX.60).gif findLastDayOfPeriod Finds the last day of the period to which a specified date belongs. (Inherited from AssetTableInterval_Fiscal.)
Dn560859.pubmethod(en-us,AX.60).gif findLastDayOfQuarter Finds the last day of the quarter to which the date belongs. (Overrides the findLastDayOfQuarter Method.)
Dn560859.pubmethod(en-us,AX.60).gif findLastDayOfYear Finds the last date of the fiscal year for a specified date. (Inherited from AssetTableInterval_Fiscal.)
Dn560859.pubmethod(en-us,AX.60).gif findMiddleOfMonth (Inherited from AssetTableInterval.)
Dn560859.pubmethod(en-us,AX.60).gif findMiddleOfPeriod Gets the middle date of the fiscal period for a specified date. (Inherited from AssetTableInterval_Fiscal.)
Dn560859.pubmethod(en-us,AX.60).gif findMiddleOfYear Finds the middle day of the year to which the date belongs. (Inherited from AssetTableInterval_Fiscal.)
Dn560859.privmethod(en-us,AX.60).gif getFiscalCalendarYear Retrieves fiscal calendar year including the specific date.
Dn560859.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn560859.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn560859.pubmethod(en-us,AX.60).gif hasYearChanged Determines whether two dates are in different fiscal or calendar years. (Inherited from AssetTableInterval_Fiscal.)
Dn560859.pubmethod(en-us,AX.60).gif indexofPeriod The index of the period for the asset accrual fiscal period for the RB/SL depreciation method. (Inherited from AssetTableInterval_Fiscal.)
Dn560859.pubmethod(en-us,AX.60).gif interval (Inherited from AssetTableInterval_Fiscal.)
Dn560859.pubmethod(en-us,AX.60).gif new Initializes a new instance of the AssetTableInterval_Fiscal_JP class. (Overrides the new Method.)
Dn560859.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.)
Dn560859.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.)
Dn560859.pubmethod(en-us,AX.60).gif numberOfPeriodsInYear Retrieves the number of periods in a fiscal year. (Overrides the numberOfPeriodsInYear Method.)
Dn560859.pubmethod(en-us,AX.60).gif numOfPeriods Finds the number of periods for a supplied date range. (Overrides the numOfPeriods Method.)
Dn560859.pubmethod(en-us,AX.60).gif numOfPeriodsLeftInYear Gets the number of the fiscal periods left in a year for a given asset transaction date. (Overrides the numOfPeriodsLeftInYear Method.)
Dn560859.pubmethod(en-us,AX.60).gif numOfPeriodsPerYear (Inherited from AssetTableInterval_Fiscal.)
Dn560859.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn560859.pubmethod(en-us,AX.60).gif openingPeriodDate (Inherited from AssetTableInterval_Fiscal.)
Dn560859.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn560859.pubmethod(en-us,AX.60).gif periodOfYear Gets the number of the fiscal periods in a year for a given asset transaction date. (Overrides the periodOfYear Method.)
Dn560859.pubmethod(en-us,AX.60).gif periodToYear (Inherited from AssetTableInterval.)
Dn560859.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn560859.pubmethod(en-us,AX.60).gif startDatePeriodFwd Adds the given number of years to the given date. (Overrides the startDatePeriodFwd Method.)
Dn560859.pubmethod(en-us,AX.60).gif startingPeriodDate Retrieves the starting date of the fiscal period. (Overrides the startingPeriodDate Method.)
Dn560859.pubmethod(en-us,AX.60).gif startOfPeriod (Inherited from AssetTableInterval_Fiscal.)
Dn560859.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn560859.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.)
Dn560859.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn560859.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Dn560859.pubmethod(en-us,AX.60).gif yearRatio_JP Calculates the ratio of the current year (considering the calendar change and the specified start date) to the full year that is defined in the calendar. (Inherited from AssetTableInterval_Fiscal.)
Dn560859.pubmethod(en-us,AX.60).gif yearToPeriod Determines the number of periods in the asset service life. (Inherited from AssetTableInterval_Fiscal.)

Top

Inheritance Hierarchy

Object Class
  AssetTableInterval Class
    AssetTableInterval_Fiscal Class
      AssetTableInterval_Fiscal_JP Class