|
Home > Archive > WebSphere Commerce suite > February 2006 > Changes in the getEntitledSubCatalogGroupsByStore method in WCS 5.6.1
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Changes in the getEntitledSubCatalogGroupsByStore method in WCS 5.6.1
|
|
|
| This may be a shot in the dark, but hopefully someone can help ...
We are migrating from WCS 5.5 to 5.6.1.1. Our code currently utitlizes the new getSubCategories() of the com.ibm.commerce.objects.CategoryDataBean which pulls the subCategories that belong to a particular CategroupID and returns only those that the are n
ot excluded from the user. (5.5)
In our 5.6 implementation, this method is returning all catgroups (both included and excluded).
In 5.5 OOTB code getSubCategories() calls super.getEntitledSubCatalogGroupsByStore(new Long(getCatalogId()), getCommandContext().getStoreId(), arExclusionPS);
In 5.6 OOTB code getSubCateogries() calls getEntitledSubCatalogGroupsByStore(new Long(getCatalogId()), getCommandContext().getStoreId(), arvecInclusionPS, arvecExclusionPS)
(note the difference in the arguments for the method). Is anyone familiar with this method and the changes therein? I'm thinking that maybe there was some dataschema change where the code is now interpreting our data in different way, but I just can't s
eem to pinpoint it. I am not able to find anything in the documentation that is giving any clues either.
| |
|
| Problem solved -
We ended up overwriting the CategoryDataBean and calling the old implementation of the method.
|
|
|
|
|