Representation to provide the following to {@link org.multibit.mbm.client.domain.model.model.User}:
108109110111112113114115116117
// Persist the updated cart cart = cartDao.saveOrUpdate(cart); // Provide a representation to the client Representation representation = new AdminCartRepresentation().get(cart); return ok(representation); }