Package com.ninjametrics.models

Examples of com.ninjametrics.models.DateObj


        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);
    }
View Full Code Here

TOP

Related Classes of com.ninjametrics.models.DateObj

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.