Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-05

Uses of Class
oracle.apps.fnd.applcore.common.ApplSessionAttribute

Packages that use ApplSessionAttribute
oracle.apps.fnd.applcore.common   
 

Uses of ApplSessionAttribute in oracle.apps.fnd.applcore.common
 

Methods in oracle.apps.fnd.applcore.common that return ApplSessionAttribute
 ApplSessionAttribute ApplSessionNamespace.deleteAttribute(java.lang.String attrName)
          This deletes the attribute on this instance of the namespace and updates the database as well.
 ApplSessionAttribute ApplSessionNamespace.getAttribute(java.lang.String attrName)
          This fetches the specified attribute.
 ApplSessionAttribute ApplSessionNamespace.setAttribute(java.lang.String attrName, java.lang.String attrValue)
          This sets the attribute on this instance of the namespace and updates the database as well.
 ApplSessionAttribute ApplSessionNamespace.setAttribute(java.lang.String attrName, java.lang.String attrValue, boolean isTransient)
          This sets the attribute on this instance of the namespace but allows you to specify a flag specifying that the attribute not be persisted to the database.
 


Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-05

Copyright © 2012 Oracle. All Rights Reserved.