| Package | Description |
|---|---|
| com.liferay.social.kernel.model | |
| com.liferay.social.kernel.service |
This package defines the social related portlet service local and remote interfaces, utilities, and wrappers.
|
| com.liferay.social.kernel.util | |
| com.liferay.social.kernel.util.comparator |
| Modifier and Type | Method and Description |
|---|---|
SocialActivityDefinition |
SocialActivityDefinition.clone() |
| Modifier and Type | Method and Description |
|---|---|
void |
SocialAchievement.initialize(SocialActivityDefinition activityDefinition) |
void |
BaseSocialAchievement.initialize(SocialActivityDefinition activityDefinition) |
| Modifier and Type | Method and Description |
|---|---|
SocialActivityDefinition |
SocialActivitySettingLocalService.getActivityDefinition(long groupId,
String className,
int activityType) |
static SocialActivityDefinition |
SocialActivitySettingServiceUtil.getActivityDefinition(long groupId,
String className,
int activityType)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
SocialActivityDefinition |
SocialActivitySettingService.getActivityDefinition(long groupId,
String className,
int activityType)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
static SocialActivityDefinition |
SocialActivitySettingLocalServiceUtil.getActivityDefinition(long groupId,
String className,
int activityType) |
SocialActivityDefinition |
SocialActivitySettingLocalServiceWrapper.getActivityDefinition(long groupId,
String className,
int activityType) |
SocialActivityDefinition |
SocialActivitySettingServiceWrapper.getActivityDefinition(long groupId,
String className,
int activityType)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
| Modifier and Type | Method and Description |
|---|---|
List<SocialActivityDefinition> |
SocialActivitySettingLocalService.getActivityDefinitions(long groupId,
String className) |
static List<SocialActivityDefinition> |
SocialActivitySettingServiceUtil.getActivityDefinitions(long groupId,
String className) |
List<SocialActivityDefinition> |
SocialActivitySettingService.getActivityDefinitions(long groupId,
String className) |
static List<SocialActivityDefinition> |
SocialActivitySettingLocalServiceUtil.getActivityDefinitions(long groupId,
String className) |
List<SocialActivityDefinition> |
SocialActivitySettingLocalServiceWrapper.getActivityDefinitions(long groupId,
String className) |
List<SocialActivityDefinition> |
SocialActivitySettingServiceWrapper.getActivityDefinitions(long groupId,
String className) |
| Modifier and Type | Method and Description |
|---|---|
static SocialActivityDefinition |
SocialConfigurationUtil.getActivityDefinition(String modelName,
int activityType) |
SocialActivityDefinition |
SocialConfiguration.getActivityDefinition(String modelName,
int activityType) |
| Modifier and Type | Method and Description |
|---|---|
static List<SocialActivityDefinition> |
SocialConfigurationUtil.getActivityDefinitions(String modelName) |
List<SocialActivityDefinition> |
SocialConfiguration.getActivityDefinitions(String modelName) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SocialConfigurationUtil.removeActivityDefinition(SocialActivityDefinition activityDefinition) |
void |
SocialConfiguration.removeActivityDefinition(SocialActivityDefinition activityDefinition) |
| Modifier and Type | Method and Description |
|---|---|
int |
SocialActivityDefinitionNameComparator.compare(SocialActivityDefinition activityDefinition1,
SocialActivityDefinition activityDefinition2) |