|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.commerce.likeminds.LikeMindsConfiguration
LikeMinds configuration information class. Use static method singleton
to obtain the singleton instance of this class.
Field Summary | |
static java.lang.String |
ATTR_VALUE_LIKEMINDS
|
static java.lang.String |
BESTBEt_ORDER
The LikeMinds bestbet order. |
static java.lang.String |
CLICKSTREAM_TYPE
The LikeMinds ClickStreamEngine type. |
static java.lang.String |
CONFIDENCE_ORDER
The LikeMinds confidence order. |
static java.lang.String |
COPYRIGHT
|
static java.lang.Integer |
DEFAULT_STORE_ID
The ID of the default store in WCS. |
static java.lang.String |
ITEM_AFFINITY_TYPE
The LikeMinds ItemAffinityEngine type. |
static java.lang.String |
ITEM_ORDER
The LikeMinds item order. |
static java.lang.String |
PRDUCT_MATCHING_TYPE
The LikeMinds ProductMatchingEngine type. |
static java.lang.String |
PREDICTION_ORDER
The LikeMinds prediction order. |
static java.lang.String |
PREFERENCE_TYPE
The LikeMinds PreferenceEngine type. |
static java.lang.String |
PURCHASE_TYPE
The LikeMinds PurchaseEngine type. |
static java.lang.String |
WORSTBET_ORDER
The LikeMinds worstbet order. |
Constructor Summary | |
protected |
LikeMindsConfiguration()
Private default constructor. |
Method Summary | |
java.lang.String[] |
getAllWCSExternalEvents(java.lang.Integer storeId,
java.lang.String txSetName)
Returns all the event names associated with the specified store and transaction set name. |
LikeMindsInfo[] |
getLikeMindsInfo(java.lang.Integer storeId,
java.lang.String engineType)
Returns an array of LikeMindsInfo objects associated with the specified store and engine type. |
java.lang.Integer |
getTransactionTypeId(java.lang.Integer storeId,
java.lang.String eventName,
java.lang.String txSetName)
Returns the transaction type identifier associated with the specified store, WCS event name and transaction set name. |
static LikeMindsConfiguration |
singleton()
Returns the singleton LikeMindsConfiguration object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String ATTR_VALUE_LIKEMINDS
public static final java.lang.String BESTBEt_ORDER
public static final java.lang.String CLICKSTREAM_TYPE
public static final java.lang.String CONFIDENCE_ORDER
public static final java.lang.String COPYRIGHT
public static final java.lang.Integer DEFAULT_STORE_ID
public static final java.lang.String ITEM_AFFINITY_TYPE
public static final java.lang.String ITEM_ORDER
public static final java.lang.String PRDUCT_MATCHING_TYPE
public static final java.lang.String PREDICTION_ORDER
public static final java.lang.String PREFERENCE_TYPE
public static final java.lang.String PURCHASE_TYPE
public static final java.lang.String WORSTBET_ORDER
Constructor Detail |
protected LikeMindsConfiguration()
Method Detail |
public java.lang.String[] getAllWCSExternalEvents(java.lang.Integer storeId, java.lang.String txSetName) throws ConfigException
storeId
- The store identifiertxSetName
- Name of the transaction setConfigException
- Configuration exceptionpublic LikeMindsInfo[] getLikeMindsInfo(java.lang.Integer storeId, java.lang.String engineType) throws ConfigException
storeId
- The store identifierengineType
- The name of the LikeMinds engine typeConfigException
- Configuration exceptionpublic java.lang.Integer getTransactionTypeId(java.lang.Integer storeId, java.lang.String eventName, java.lang.String txSetName) throws ConfigException
storeId
- The store identifiereventName
- The WCS external event nametxSetName
- The transcation set nameConfigException
- Configuration exception.public static LikeMindsConfiguration singleton()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |