|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Tag | |
|---|---|
| org.exoplatform.forum.service | |
| org.exoplatform.forum.service.impl | |
| Uses of Tag in org.exoplatform.forum.service |
|---|
| Methods in org.exoplatform.forum.service that return Tag | |
|---|---|
Tag |
ForumServiceLegacy.getTag(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
java.lang.String tagId)
Deprecated. use ForumService.getTag(String tagId) |
Tag |
ForumService.getTag(java.lang.String tagId)
Gets the tag. |
| Methods in org.exoplatform.forum.service that return types with arguments of type Tag | |
|---|---|
java.util.List<Tag> |
ForumService.getAllTags()
Gets the tags. |
java.util.List<Tag> |
ForumServiceLegacy.getAllTags(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
Deprecated. use ForumService.getAllTags() |
java.util.List<Tag> |
ForumServiceLegacy.getMyTagInTopic(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
java.lang.String[] tagIds)
Deprecated. use ForumService.getMyTagInTopic(String[] tagIds) |
java.util.List<Tag> |
ForumService.getMyTagInTopic(java.lang.String[] tagIds)
Gets the tags by user. |
| Methods in org.exoplatform.forum.service with parameters of type Tag | |
|---|---|
void |
ForumServiceLegacy.saveTag(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
Tag newTag)
Deprecated. use ForumService.saveTag(Tag newTag) |
void |
ForumService.saveTag(Tag newTag)
Save tag. |
| Method parameters in org.exoplatform.forum.service with type arguments of type Tag | |
|---|---|
void |
ForumService.addTag(java.util.List<Tag> tags,
java.lang.String userName,
java.lang.String topicPath)
Adds the topic in tag. |
void |
ForumServiceLegacy.addTag(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
java.util.List<Tag> tags,
java.lang.String userName,
java.lang.String topicPath)
Deprecated. use ForumService#addTag(List |
| Uses of Tag in org.exoplatform.forum.service.impl |
|---|
| Methods in org.exoplatform.forum.service.impl that return Tag | |
|---|---|
Tag |
DataStorage.getTag(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
java.lang.String tagId)
|
Tag |
ForumServiceImpl.getTag(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
java.lang.String tagId)
|
Tag |
ForumServiceImpl.getTag(java.lang.String tagId)
|
Tag |
JCRDataStorage.getTag(java.lang.String tagId)
|
| Methods in org.exoplatform.forum.service.impl that return types with arguments of type Tag | |
|---|---|
java.util.List<Tag> |
ForumServiceImpl.getAllTags()
|
java.util.List<Tag> |
JCRDataStorage.getAllTags()
|
java.util.List<Tag> |
ForumServiceImpl.getAllTags(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
|
java.util.List<Tag> |
ForumServiceImpl.getMyTagInTopic(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
java.lang.String[] tagIds)
|
java.util.List<Tag> |
ForumServiceImpl.getMyTagInTopic(java.lang.String[] tagIds)
|
java.util.List<Tag> |
JCRDataStorage.getMyTagInTopic(java.lang.String[] tagIds)
|
java.util.List<Tag> |
DataStorage.getTags(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
|
java.util.List<Tag> |
DataStorage.getTagsByTopic(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
java.lang.String[] tagIds)
|
java.util.List<Tag> |
DataStorage.getTagsByUser(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
java.lang.String userName)
|
| Methods in org.exoplatform.forum.service.impl with parameters of type Tag | |
|---|---|
void |
ForumServiceImpl.saveTag(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
Tag newTag)
|
void |
DataStorage.saveTag(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
Tag newTag,
boolean isNew)
|
void |
ForumServiceImpl.saveTag(Tag newTag)
|
void |
JCRDataStorage.saveTag(Tag newTag)
|
| Method parameters in org.exoplatform.forum.service.impl with type arguments of type Tag | |
|---|---|
void |
ForumServiceImpl.addTag(java.util.List<Tag> tags,
java.lang.String userName,
java.lang.String topicPath)
|
void |
JCRDataStorage.addTag(java.util.List<Tag> tags,
java.lang.String userName,
java.lang.String topicPath)
|
void |
ForumServiceImpl.addTag(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
java.util.List<Tag> tags,
java.lang.String userName,
java.lang.String topicPath)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||