OracleAS Personalization Java API Reference
10g Release 2 (10.1.2)

B14053-01


Uses of Class
oracle.dmt.op.re.base.DataItem

Packages that use DataItem
oracle.dmt.op.re.reapi.rt Provides classes to make personalized recommendations in real time.  

 

Uses of DataItem in oracle.dmt.op.re.reapi.rt

 

Methods in oracle.dmt.op.re.reapi.rt with parameters of type DataItem
 void REProxyRT.addItem(IdentificationData idData, DataItem item)
          Adds an item to the data collection cache.
 void REProxyRT.addItems(IdentificationData idData, DataItem[] items)
          Adds multiple items to the data collection cache.
 void REProxyRT.removeItem(IdentificationData idData, DataItem item)
          Removes an item from the cache and from the RE schema, if it has already been archived.
 void REProxyRT.removeItems(IdentificationData idData, DataItem[] items)
          Removes multiple items from the cache and from the RE schema, if they have already been archived.
 void DataCollectionCache.addItem(IdentificationData idd, DataItem item)
          Adds the specified item to the profile of the user or the session specified by idData.
 void DataCollectionCache.addItems(IdentificationData idd, DataItem[] items)
          Adds one or more items to the profile of the user or the session specified by idData.
 void DataCollectionCache.removeItem(IdentificationData idData, DataItem item)
          Removes the item from the specified session or from the profile of the specified user.
 void DataCollectionCache.removeItems(IdentificationData idData, DataItem[] items)
          Removes the items from the specified session or from the profile of the specified user.

 


OracleAS Personalization Java API Reference
10g Release 2 (10.1.2)

B14053-01


Copyright © 2005 Oracle. All Rights Reserved.