PlanActivityPrevLevelCache Class [AX 2012]

The PlanActivityPrevLevelCache class provides caching of previous level plan activities.

class PlanActivityPrevLevelCache extends LeanCache

Run On

Called

  MethodDescription
Gg805199.protmethod(en-us,AX.60).gif any2container Encloses the given value in a container object. (Inherited from LeanCache.)
Gg805199.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg805199.pubmethod(en-us,AX.60).gif clearCache Clears the entire cache. (Inherited from LeanCache.)
Gg805199.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg805199.pubmethod(en-us,AX.60).gif find Finds values in the cache that is stored under the specified key. (Overrides the find Method.)
Gg805199.protmethod(en-us,AX.60).gif findInternal Finds values in the cache that is stored under the provided key. (Inherited from LeanCache.)
Gg805199.pubmethod(en-us,AX.60).gif findIsCacheHit Determines whether the last call to the find method hits the cache. (Inherited from LeanCache.)
Gg805199.pubmethod(en-us,AX.60).gif findIsNullValue Determines whether the last call to the find method returns a nullNothingnullptrunita null reference (Nothing in Visual Basic) value. (Inherited from LeanCache.)
Gg805199.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg805199.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg805199.pubmethod(en-us,AX.60).gif insert Inserts the key value pair into the cache. (Inherited from LeanCache.)
Gg805199.pubmethod(en-us,AX.60).gif isNullValue Determines whether the specified value is a nullNothingnullptrunita null reference (Nothing in Visual Basic) value. (Inherited from LeanCache.)
Gg805199.pubmethod(en-us,AX.60).gif isValid Determines whether the specified key and value are valid. (Inherited from LeanCache.)
Gg805199.pubmethod(en-us,AX.60).gif key Builds a cache key using a PlanActivity record ID and a PlanActivityType enumeration value.
Gg805199.protmethod(en-us,AX.60).gif new Initializes a new instance of the LeanCache class. (Inherited from LeanCache.)
Gg805199.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.)
Gg805199.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.)
Gg805199.pubmethod(en-us,AX.60).gif nullValue Defines the value that is considered a nullNothingnullptrunita null reference (Nothing in Visual Basic) value in the cache. (Inherited from LeanCache.)
Gg805199.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg805199.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg805199.pubmethod(en-us,AX.60).gif prevLevelPlanActivity Finds the previous level PlanActivity record for the current record.
Gg805199.pubmethod(en-us,AX.60).gif remove Removes an entry from the cache that is stored under the specified key. (Overrides the remove Method.)
Gg805199.protmethod(en-us,AX.60).gif scopeName Retrieves the cache scope name. (Inherited from LeanCache.)
Gg805199.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg805199.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg805199.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.)
Gg805199.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg805199.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg805199.pubmethod(en-us,AX.60).gif Gg805199.static(en-us,AX.60).gif ::construct Initializes a new instance of the PlanActivityPrevLevelCache class.
Top

Object Class
  LeanCache Class
    PlanActivityPrevLevelCache Class

Community Additions

ADD
Show: