|
Liferay 6.2-ce-ga5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SocialActivityDefinition | |
---|---|
com.liferay.portlet.social.model | |
com.liferay.portlet.social.service | This package defines the social related portlet service local and remote interfaces, utilities, and wrappers. |
com.liferay.portlet.social.util | |
com.liferay.portlet.social.util.comparator |
Uses of SocialActivityDefinition in com.liferay.portlet.social.model |
---|
Methods in com.liferay.portlet.social.model that return SocialActivityDefinition | |
---|---|
SocialActivityDefinition |
SocialActivityDefinition.clone()
|
Methods in com.liferay.portlet.social.model with parameters of type SocialActivityDefinition | |
---|---|
void |
BaseSocialAchievement.initialize(SocialActivityDefinition activityDefinition)
|
void |
SocialAchievement.initialize(SocialActivityDefinition activityDefinition)
|
Uses of SocialActivityDefinition in com.liferay.portlet.social.service |
---|
Methods in com.liferay.portlet.social.service that return SocialActivityDefinition | |
---|---|
SocialActivityDefinition |
SocialActivitySettingService.getActivityDefinition(long groupId,
String className,
int activityType)
|
static SocialActivityDefinition |
SocialActivitySettingServiceUtil.getActivityDefinition(long groupId,
String className,
int activityType)
|
SocialActivityDefinition |
SocialActivitySettingServiceWrapper.getActivityDefinition(long groupId,
String className,
int activityType)
|
SocialActivityDefinition |
SocialActivitySettingLocalService.getActivityDefinition(long groupId,
String className,
int activityType)
|
static SocialActivityDefinition |
SocialActivitySettingLocalServiceUtil.getActivityDefinition(long groupId,
String className,
int activityType)
|
SocialActivityDefinition |
SocialActivitySettingLocalServiceWrapper.getActivityDefinition(long groupId,
String className,
int activityType)
|
Methods in com.liferay.portlet.social.service that return types with arguments of type SocialActivityDefinition | |
---|---|
List<SocialActivityDefinition> |
SocialActivitySettingService.getActivityDefinitions(long groupId,
String className)
|
static List<SocialActivityDefinition> |
SocialActivitySettingServiceUtil.getActivityDefinitions(long groupId,
String className)
|
List<SocialActivityDefinition> |
SocialActivitySettingServiceWrapper.getActivityDefinitions(long groupId,
String className)
|
List<SocialActivityDefinition> |
SocialActivitySettingLocalService.getActivityDefinitions(long groupId,
String className)
|
static List<SocialActivityDefinition> |
SocialActivitySettingLocalServiceUtil.getActivityDefinitions(long groupId,
String className)
|
List<SocialActivityDefinition> |
SocialActivitySettingLocalServiceWrapper.getActivityDefinitions(long groupId,
String className)
|
Uses of SocialActivityDefinition in com.liferay.portlet.social.util |
---|
Methods in com.liferay.portlet.social.util that return SocialActivityDefinition | |
---|---|
static SocialActivityDefinition |
SocialConfigurationUtil.getActivityDefinition(String modelName,
int activityType)
|
SocialActivityDefinition |
SocialConfiguration.getActivityDefinition(String modelName,
int activityType)
|
Methods in com.liferay.portlet.social.util that return types with arguments of type SocialActivityDefinition | |
---|---|
static List<SocialActivityDefinition> |
SocialConfigurationUtil.getActivityDefinitions(String modelName)
|
List<SocialActivityDefinition> |
SocialConfiguration.getActivityDefinitions(String modelName)
|
Methods in com.liferay.portlet.social.util with parameters of type SocialActivityDefinition | |
---|---|
static void |
SocialConfigurationUtil.removeActivityDefinition(SocialActivityDefinition activityDefinition)
|
void |
SocialConfiguration.removeActivityDefinition(SocialActivityDefinition activityDefinition)
|
Uses of SocialActivityDefinition in com.liferay.portlet.social.util.comparator |
---|
Methods in com.liferay.portlet.social.util.comparator with parameters of type SocialActivityDefinition | |
---|---|
int |
SocialActivityDefinitionNameComparator.compare(SocialActivityDefinition activityDefinition1,
SocialActivityDefinition activityDefinition2)
|
|
Liferay 6.2-ce-ga5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |