Uses of Class
com.atlassian.confluence.labels.Labelling

Packages that use Labelling
com.atlassian.confluence.core   
com.atlassian.confluence.labels.persistence.dao   
com.atlassian.confluence.labels.persistence.dao.hibernate   
 

Uses of Labelling in com.atlassian.confluence.core
 

Methods in com.atlassian.confluence.core with parameters of type Labelling
 void ContentEntityObject.addLabelling(Labelling content)
           
 void ContentEntityObject.removeLabelling(Labelling labelling)
           
 

Uses of Labelling in com.atlassian.confluence.labels.persistence.dao
 

Methods in com.atlassian.confluence.labels.persistence.dao that return Labelling
 Labelling LabelDao.findLabellingByContentAndLabel(ContentEntityObject content, Label label)
           
 Labelling LabelDao.findLabellingById(long id)
           
 

Uses of Labelling in com.atlassian.confluence.labels.persistence.dao.hibernate
 

Methods in com.atlassian.confluence.labels.persistence.dao.hibernate that return Labelling
 Labelling HibernateLabelDao.findLabellingByContentAndLabel(ContentEntityObject content, Label label)
           
 Labelling HibernateLabelDao.findLabellingById(long id)
           
 



Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.