Return-Path: X-Original-To: apmail-isis-users-archive@www.apache.org Delivered-To: apmail-isis-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8CAAD10CAD for ; Sun, 17 Nov 2013 11:23:53 +0000 (UTC) Received: (qmail 7216 invoked by uid 500); 17 Nov 2013 11:23:53 -0000 Delivered-To: apmail-isis-users-archive@isis.apache.org Received: (qmail 7174 invoked by uid 500); 17 Nov 2013 11:23:53 -0000 Mailing-List: contact users-help@isis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@isis.apache.org Delivered-To: mailing list users@isis.apache.org Received: (qmail 7165 invoked by uid 99); 17 Nov 2013 11:23:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Nov 2013 11:23:52 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of okwuiagada@gmail.com designates 209.85.220.45 as permitted sender) Received: from [209.85.220.45] (HELO mail-pa0-f45.google.com) (209.85.220.45) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Nov 2013 11:23:47 +0000 Received: by mail-pa0-f45.google.com with SMTP id kx10so4741107pab.4 for ; Sun, 17 Nov 2013 03:23:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:in-reply-to:mime-version:from:date:message-id:subject:to :content-type; bh=2eeoqtYj2nqTJajet8PZI/AjI0O/8JarQNCZgVdAhTw=; b=Ca3Qd9OSxbLD6wSEb9OQPiAsMntWbVYQ6w2nARtcuP8OlKnwOUUOuO3DMRhpzL4DoW Ok1NLsLdX4UJrUlQLJFWgvjiHXMrz7I1k0m5FxjSFpMoIgIjoXlPH1cIjqm3D9O7xYOa Ghkluq03xJcWGnmIrtUG38xUUbX+IlKDbqfb/169rM4QcNFXuBM1HYL4ghRD070PZmpg ZBXcwrIQStSMawneErDvGtSUr/OMPKDPxqMylHdicRc8ON+oVrdd9ahuV0jb/92MJnZ6 VCjusLm84CHbgwftnUA55lYA9runbdf61W1B7uNbeELEMPdmEaXLrWRxx0qBHvoVQmp+ F2+Q== X-Received: by 10.66.190.101 with SMTP id gp5mr16048565pac.23.1384687407355; Sun, 17 Nov 2013 03:23:27 -0800 (PST) References: In-Reply-To: Mime-Version: 1.0 (1.0) From: james agada Date: Sun, 17 Nov 2013 12:23:27 +0100 Message-ID: <-7552656066895093343@unknownmsgid> Subject: Re: Using ViewModel To: "users@isis.apache.org" Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Ok Sent from my iPhone > On Nov 17, 2013, at 11:48 AM, Dan Haywood wrote: > > I'm going to reply to your other mail on this topic with a code sample, > rather than keep both threads on the same topic going. > > > >> On 16 November 2013 14:15, james agada wrote: >> >> I will like to include a derived collection of view model in the entity >> definition. So for instance in a Product entity, I can have a collection >> that summarises daily sales or monthly sales. Any one has ideas of how to >> achieve this? >>