public class CategoryPathMapper extends java.lang.Object
private java.util.Map<java.lang.Integer,Category>
categories
CategoryPathMapper()
void
add(Category category)
java.util.List<Category>
getPath(int categoryId)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private java.util.Map<java.lang.Integer,Category> categories
public CategoryPathMapper()
public java.util.List<Category> getPath(int categoryId)
public void add(Category category)