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

B14053-01


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

Packages that use Item
oracle.dmt.op.re.base Provides base classes and interfaces for processing personalized recommendations.  
oracle.dmt.op.re.reapi.batch Provides classes to make personalized recommendations in batch mode.  
oracle.dmt.op.re.reapi.rt Provides classes to make personalized recommendations in real time.  

 

Uses of Item in oracle.dmt.op.re.base

 

Subclasses of Item in oracle.dmt.op.re.base
 class DataItem
          Encapsulates item data.

 

Uses of Item in oracle.dmt.op.re.reapi.batch

 

Methods in oracle.dmt.op.re.reapi.batch with parameters of type Item
 void REProxyBatch.rateItem(java.lang.String sCustomerProfileTableName, Item item, int taxonomyId, TuningSettings oTuningSettings, Location oResultLocation)
          Rates a single item for all customers in the profile table.

 

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

 

Methods in oracle.dmt.op.re.reapi.rt with parameters of type Item
 RecommendationList REProxyRT.crossSellForItemFromHotPicks(IdentificationData idData, Item item, int numOfItems, long[] hotPickGroups, TuningSettings tunings, FilteringSettings filters, RecommendationContent recContent)
          Recommends a list of cross-sell items from Hotpicks related to the specified item.
 RecommendationList REProxyRT.crossSellForItemsFromHotPicks(IdentificationData idData, Item[] items, int numOfItems, long[] hotPickGroups, TuningSettings tunings, FilteringSettings filters, RecommendationContent recContent)
          Recommends a list of cross-sell items from Hotpicks related to the specified items.
 RecommendationList REProxyRT.recommendCrossSellForItem(IdentificationData idData, Item item, int numOfItems, TuningSettings tunings, FilteringSettings filters, RecommendationContent recContent)
          Recommends a list of cross-sell items related to the specified item.
 RecommendationList REProxyRT.recommendCrossSellForItems(IdentificationData idData, Item[] items, int numOfItems, TuningSettings tunings, FilteringSettings filters, RecommendationContent recContent)
          Recommends a list of cross-sell items related to the specified items.
 float REProxyRT.rateItem(IdentificationData idData, Item item, int taxonomyId, TuningSettings tunings, RecommendationContent recContent)
          Gives the rating of an item.
 RecommendationList REProxyRT.rateItems(IdentificationData idData, Item[] items, int taxonomyId, TuningSettings tunings, RecommendationContent recContent)
          Gives the rating of the specified items.

 


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

B14053-01


Copyright © 2005 Oracle. All Rights Reserved.