Uses of Class
org.mycore.datamodel.classifications2.impl.MCRCategoryImpl

Packages that use MCRCategoryImpl
org.mycore.datamodel.classifications2.impl   
 

Uses of MCRCategoryImpl in org.mycore.datamodel.classifications2.impl
 

Methods in org.mycore.datamodel.classifications2.impl that return MCRCategoryImpl
(package private) static MCRCategoryImpl MCRCategoryDAOImpl.getByNaturalID(org.hibernate.Session session, MCRCategoryID id)
           
 MCRCategoryImpl MCRCategoryLink.getCategory()
           
(package private)  MCRCategoryImpl MCRCategoryImpl.getLeftSiblingOrOfAncestor()
           
(package private)  MCRCategoryImpl MCRCategoryImpl.getLeftSiblingOrParent()
           
(package private)  MCRCategoryImpl MCRCategoryImpl.getRightSiblingOrOfAncestor()
           
(package private)  MCRCategoryImpl MCRCategoryImpl.getRightSiblingOrParent()
           
(package private) static MCRCategoryImpl MCRCategoryImpl.wrapCategory(MCRCategory category, MCRCategory parent, MCRCategory root)
           
 

Methods in org.mycore.datamodel.classifications2.impl that return types with arguments of type MCRCategoryImpl
(package private) static Collection<MCRCategoryImpl> MCRCategoryImpl.wrapCategories(Collection<? extends MCRCategory> categories, MCRCategory parent, MCRCategory root)
           
 

Methods in org.mycore.datamodel.classifications2.impl with parameters of type MCRCategoryImpl
(package private) static boolean MCRCategoryDAOImpl.isCategoryMovedRight(MCRCategoryImpl oldParent, MCRCategoryImpl newParent, int newIndex, int oldIndex)
          return true if a node moved in Category tree is moved to the right.
 void MCRCategoryLink.setCategory(MCRCategoryImpl category)
           
 

Constructors in org.mycore.datamodel.classifications2.impl with parameters of type MCRCategoryImpl
MCRCategoryLink(MCRCategoryImpl category, MCRObjectReference objectReference)