|
|
10/10/2012 9:13:28 PM
bac, bin and bii, the createdDate and updatedDate fields will now be
populated using the original values of the entities (we don't really
care when the analytics tables were populated).
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
10/10/2012 7:51:46 PM
and updatedDate in Entity (we need it for Analytics).
Most tables (bundles is the exception) already had both columns.
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
10/10/2012 5:43:30 PM
the join more explicit by using an IN clause.
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
10/10/2012 2:52:56 PM
API call will rebuild most of the analytics tables.
Note: this is quite expensive (20 seconds measured on random accounts)
and will issue calls to the payment provider.
JAX-RS endpoint: PUT /1.0/kb/analytics/<accountId>
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
10/9/2012 9:35:42 PM
wasn't transactional.
Changed the code to follow the same model as other DAOs (i.e. delete and
recreate in a transaction).
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
10/9/2012 8:06:22 PM
Pierre-Alexandre Meyer <pierre@ning.com>
|
10/8/2012 11:22:12 PM
conventions.
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
10/8/2012 11:21:29 PM
-> BusinessSubscriptionTransitionDao
Follow conventions.
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|