aDataMap.put(DataMapKeys.ACCOUNT_ID, theAccountId);
aDataMap.put(DataMapKeys.ACCOUNT_STATUS, theSubStatus);
aDataMap.put(DataMapKeys.ACCOUNT_SUBSCRIPTION_TYPE, theSubType);
aDataMap.put(DataMapKeys.ACCOUNT_SUBSCRIPTION_VALUE,
String.valueOf(theSubValue));
aDataMap.put(DataMapKeys.ACCOUNT_SUBSCRIPTION_EXPIRES, (new DateObj(
theExpireTs)).getISO8601Str());
return this.logEvent(aDataMap, theDate);
}