Uses of Class
org.mycore.datamodel.classifications2.MCRLabel

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

Uses of MCRLabel in org.mycore.datamodel.classifications2
 

Methods in org.mycore.datamodel.classifications2 that return MCRLabel
 MCRLabel MCRLabel.clone()
           
 MCRLabel MCRCategory.getCurrentLabel()
           
 MCRLabel MCRCategory.getLabel(String lang)
           
 

Methods in org.mycore.datamodel.classifications2 that return types with arguments of type MCRLabel
 Collection<MCRLabel> MCRCategory.getLabels()
           
 

Methods in org.mycore.datamodel.classifications2 with parameters of type MCRLabel
 void MCRCategoryDAO.setLabel(MCRCategoryID id, MCRLabel label)
          Sets or updates a label from a Category.
 

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

Fields in org.mycore.datamodel.classifications2.impl with type parameters of type MCRLabel
protected  Collection<MCRLabel> MCRAbstractCategoryImpl.labels
           
 

Methods in org.mycore.datamodel.classifications2.impl that return MCRLabel
 MCRLabel MCRAbstractCategoryImpl.getCurrentLabel()
           
 MCRLabel MCRAbstractCategoryImpl.getLabel(String lang)
           
 

Methods in org.mycore.datamodel.classifications2.impl that return types with arguments of type MCRLabel
 Collection<MCRLabel> MCRAbstractCategoryImpl.getLabels()
           
 

Methods in org.mycore.datamodel.classifications2.impl with parameters of type MCRLabel
 void MCRCategoryDAOImpl.setLabel(MCRCategoryID id, MCRLabel label)
           
 

Method parameters in org.mycore.datamodel.classifications2.impl with type arguments of type MCRLabel
 void MCRCategoryImpl.setLabels(Collection<MCRLabel> labels)