Oracle Personalization
REAPI_RT
v9.0.2

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

java.lang.Object
  |
  +--oracle.dmt.op.re.reapi.rt.RecommendationContent

public class RecommendationContent
extends 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
TypeMethod
 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()

Oracle Personalization
REAPI_RT
v9.0.2