Feature Tree Generation, Variant Tree Generation

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Feature Tree Generation, Variant Tree Generation

wt@teksavvy.com
Hello,
Could someone give a description of Feature Tree Generation and Variant Tree Generation.  Or perhaps direct me to some resources.  If all fails, I'll read the code :(
Thanks
Reply | Threaded
Open this post in threaded view
|

Re: Feature Tree Generation, Variant Tree Generation

Anil Patel-3
Search list for "product features, virtuals and variants: an  
alternative approach"

Reading code is always a good alternative.

Regards
Anil Patel


On Sep 3, 2009, at 8:21 AM, buzlite wrote:

>
> Hello,
> Could someone give a description of Feature Tree Generation and  
> Variant Tree
> Generation.  Or perhaps direct me to some resources.  If all fails,  
> I'll
> read the code :(
> Thanks
> --
> View this message in context: http://www.nabble.com/Feature-Tree-Generation%2C-Variant-Tree-Generation-tp25274877p25274877.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>

Reply | Threaded
Open this post in threaded view
|

Re: Feature Tree Generation, Variant Tree Generation

Rishi Solanki
In reply to this post by wt@teksavvy.com
 Hi,
Please look at the following code resources,
Hope it helps you !

- getProductVariantTree is the service implemented to get the variantTree of
the virtual product implemented in ProductServices.java it will take IN as
productId and result you as the map of variant tree.
- If you are looking for the getting related categories to a top level
category then "getRelatedCategories" static method of Category worker class
is available OOTB for you.
- All other methods which are supports the product related operations is in
ProductWorker.java.


Rishi Solanki
Enterprise Software Developer
HotWax Media Pvt. Ltd.


On Thu, Sep 3, 2009 at 5:51 PM, buzlite <[hidden email]> wrote:

>
> Hello,
> Could someone give a description of Feature Tree Generation and Variant
> Tree
> Generation.  Or perhaps direct me to some resources.  If all fails, I'll
> read the code :(
> Thanks
> --
> View this message in context:
> http://www.nabble.com/Feature-Tree-Generation%2C-Variant-Tree-Generation-tp25274877p25274877.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
>