parents = (List<Category>) hu.list();
try {
catCache.putParents( child, parents );
} catch ( DotCacheException e ) {
throw new DotDataException( e.getMessage(), e );
}
} else {
parents = new ArrayList<Category>();
for ( String id : parentIds ) {
Category cat = find( id );