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

B14053-01


Uses of Class
oracle.dmt.op.re.reexception.StringTooLargeException

Packages that use StringTooLargeException
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 StringTooLargeException in oracle.dmt.op.re.base

 

Constructors in oracle.dmt.op.re.base that throw StringTooLargeException
Item(java.lang.String type, long ID)
          Creates a new instance of Item.
DataItem(java.lang.String type, long ID, Enum.DataSourceType ds, java.lang.String value)
          Creates and initialize a new DataItem object.

 

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

 

Methods in oracle.dmt.op.re.reapi.batch that throw StringTooLargeException
 void REProxyBatch.loadCustomerProfiles(Location oCustomerIdsTable, java.lang.String sCustomerProfileTableName)
          Load scustomer profile.
 void REProxyBatch.purgeCustomerProfiles(java.lang.String sCustomerProfileTableName)
          This API drops the customer profiles table, identified by the input name from current RE schema.
 void REProxyBatch.recommendTopItems(java.lang.String sCustomerProfilesTableName, int iNumberOfTopItems, TuningSettings oTuningSettings, FilteringSettings oFilteringSettings, Location oResultLocation)
          Recommends top N items for all customers whose profiles are found in the customer profiles table.
 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.

 

Constructors in oracle.dmt.op.re.reapi.batch that throw StringTooLargeException
REProxyBatch(java.lang.String sProxyName, java.lang.String sDbURL, java.lang.String sUserName, java.lang.String sPassword)
          Constructor.
Location(java.lang.String dbAlias, java.lang.String dbUrl, java.lang.String schemaName, java.lang.String tableName, java.lang.String userName, java.lang.String passWd)
          Constructor.

 

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

 

Methods in oracle.dmt.op.re.reapi.rt that throw StringTooLargeException
static REProxyRT REProxyManager.createProxy(java.lang.String name, java.lang.String dbURL, java.lang.String userName, java.lang.String passWord, int cacheSize, int interval, int timeout)
          Creates an object of class REProxyRT.
static REProxyRT REProxyManager.createProxy(java.lang.String name, java.lang.String dbURL, java.lang.String userName, java.lang.String passWord, int cacheSize, int interval)
          Creates an object of class REProxyRT.
 void REProxyRT.createCustomerSession(java.lang.String customerID, java.lang.String appSessionID)
          Creates a new customer session, i.e., a new session for the specified customer (registered user).
 void REProxyRT.createVisitorSession(java.lang.String visitorID, java.lang.String appSessionID)
          Creates a new visitor session, i.e., a new session for a visitor.

 


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

B14053-01


Copyright © 2005 Oracle. All Rights Reserved.