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

B14053-01


oracle.dmt.op.re.reapi.rt
Class RecommendationContent

java.lang.Object
  extended byoracle.dmt.op.re.reapi.rt.RecommendationContent


public class RecommendationContent
extends java.lang.Object

Defines the attributes and the sort order of the recommendations

Since:
9.0.0

Constructor Summary
RecommendationContent(Enum.SortingType sorting)
RecommendationContent(Enum.SortingType sortingForType, Enum.SortingType sortingForID, Enum.SortingType sortingForPrediction)
Creates a new RecommendatioContent object and sets the sorting order for all attributes.

Method Summary
ContentItem[] getContentItems()
Enum.SortingType getPredictionSortOrder()

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

RecommendationContent

public RecommendationContent(Enum.SortingType sorting)

RecommendationContent

public RecommendationContent(Enum.SortingType sortingForType,
                             Enum.SortingType sortingForID,
                             Enum.SortingType sortingForPrediction)
                      throws NullParameterException
Creates a new RecommendatioContent object and sets the sorting order for all attributes.
Parameters:
sortingForType - sort order for type
sortingForID - sort order for ID
sortingForPrediction - sort order for prediction
Throws:
NullParameterException - if any sorting order is null

Method Detail

getContentItems

public ContentItem[] getContentItems()

getPredictionSortOrder

public Enum.SortingType getPredictionSortOrder()

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

B14053-01


Copyright © 2005 Oracle. All Rights Reserved.