|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaggingDO | |
---|---|
org.wso2.carbon.registry.core.dao | |
org.wso2.carbon.registry.core.jdbc.dao |
Uses of TaggingDO in org.wso2.carbon.registry.core.dao |
---|
Methods in org.wso2.carbon.registry.core.dao that return TaggingDO | |
---|---|
TaggingDO |
TagsDAO.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[] |
TagsDAO.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.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. |
Methods in org.wso2.carbon.registry.core.dao with parameters of type TaggingDO | |
---|---|
void |
TagsDAO.addTaggings(ResourceImpl resource,
TaggingDO[] taggingDOs)
Method to persist tags. |
Uses of TaggingDO in org.wso2.carbon.registry.core.jdbc.dao |
---|
Methods in org.wso2.carbon.registry.core.jdbc.dao that return TaggingDO | |
---|---|
TaggingDO |
JDBCTagsDAO.getTagging(long taggingID)
|
TaggingDO |
JDBCTagsVersionDAO.getTagging(long taggingID)
Method to get a tagging by the given id. |
TaggingDO[] |
JDBCTagsDAO.getTagging(ResourceImpl resource)
|
TaggingDO[] |
JDBCTagsVersionDAO.getTagging(ResourceImpl resource)
Method to get all taggings added to a given resource. |
TaggingDO[] |
JDBCTagsDAO.getTagging(ResourceImpl resource,
String tag,
String userID)
|
TaggingDO[] |
JDBCTagsVersionDAO.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> |
JDBCTagsDAO.getTagDOs(ResourceImpl resourceImpl)
|
List<TaggingDO> |
JDBCTagsVersionDAO.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 |
JDBCTagsDAO.addTaggings(ResourceImpl resource,
TaggingDO[] taggingDOs)
|
void |
JDBCTagsVersionDAO.addTaggings(ResourceImpl resource,
TaggingDO[] taggingDOs)
Method to persist tags. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |