| Package | Description |
|---|---|
| org.craftercms.social.services.social | |
| org.craftercms.social.services.social.impl |
| Modifier and Type | Method and Description |
|---|---|
static VoteOptions |
VoteOptions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VoteOptions[] |
VoteOptions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
T |
SocialServices.vote(String ugcId,
VoteOptions voteOptions,
String userId,
String contextId)
Executes the given UserContentInteraction for the given User Content Action.
|
| Modifier and Type | Method and Description |
|---|---|
SocialUgc |
SocialServicesImpl.vote(String ugcId,
VoteOptions voteOptions,
String userId,
String contextId) |
Copyright © 2014 CrafterCMS. All Rights Reserved.