Uses of Class
org.wso2.carbon.registry.core.jdbc.dataobjects.TaggingDO

Packages that use TaggingDO
org.wso2.carbon.registry.core.jdbc.dao   
 

Uses of TaggingDO in org.wso2.carbon.registry.core.jdbc.dao
 

Methods in org.wso2.carbon.registry.core.jdbc.dao that return TaggingDO
 TaggingDO TagsDAO.getTagging(long taggingID)
          Method to get a tagging by the given id.
 TaggingDO TagsVersionDAO.getTagging(long taggingID)
          Method to get a tagging by the given id.
 TaggingDO[] TagsDAO.getTagging(ResourceImpl resource)
          Method to get all taggings added to a given resource.
 TaggingDO[] TagsVersionDAO.getTagging(ResourceImpl resource)
          Method to get all taggings added to a given resource.
 TaggingDO[] TagsDAO.getTagging(ResourceImpl resource, String tag, String userID)
          Method to get a tagging added to a given resource by the given user.
 TaggingDO[] TagsVersionDAO.getTagging(ResourceImpl resource, String tag, String userID)
          Method to get a tagging added to a given resource by the given user.
 

Methods in org.wso2.carbon.registry.core.jdbc.dao that return types with arguments of type TaggingDO
 List<TaggingDO> TagsDAO.getTagDOs(ResourceImpl resourceImpl)
          Method to get the data objects of tags added to the given resource.
 List<TaggingDO> TagsVersionDAO.getTagDOs(ResourceImpl resourceImpl)
          Method to get the data objects of tags added to the given resource.
 

Methods in org.wso2.carbon.registry.core.jdbc.dao with parameters of type TaggingDO
 void TagsDAO.addTaggings(ResourceImpl resource, TaggingDO[] taggingDOs)
          Method to persist tags.
 void TagsVersionDAO.addTaggings(ResourceImpl resource, TaggingDO[] taggingDOs)
          Method to persist tags.
 



Copyright © 2010. All Rights Reserved.