|
Liferay 6.1.2-ce-ga3 | |||||||||
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.service.http | |
com.liferay.portlet.social.service.impl | This package defines the social related portlet local service implementations. |
com.liferay.portlet.social.util | |
com.liferay.portlet.social.util.comparator | |
com.liferay.portlet.socialactivity.action |
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)
|
SocialActivityDefinition |
SocialActivitySettingLocalServiceWrapper.getActivityDefinition(long groupId,
String className,
int activityType)
|
static SocialActivityDefinition |
SocialActivitySettingLocalServiceUtil.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)
|
List<SocialActivityDefinition> |
SocialActivitySettingLocalServiceWrapper.getActivityDefinitions(long groupId,
String className)
|
static List<SocialActivityDefinition> |
SocialActivitySettingLocalServiceUtil.getActivityDefinitions(long groupId,
String className)
|
Uses of SocialActivityDefinition in com.liferay.portlet.social.service.http |
---|
Methods in com.liferay.portlet.social.service.http that return SocialActivityDefinition | |
---|---|
static SocialActivityDefinition |
SocialActivitySettingServiceHttp.getActivityDefinition(HttpPrincipal httpPrincipal,
long groupId,
String className,
int activityType)
|
Methods in com.liferay.portlet.social.service.http that return types with arguments of type SocialActivityDefinition | |
---|---|
static List<SocialActivityDefinition> |
SocialActivitySettingServiceHttp.getActivityDefinitions(HttpPrincipal httpPrincipal,
long groupId,
String className)
|
Uses of SocialActivityDefinition in com.liferay.portlet.social.service.impl |
---|
Methods in com.liferay.portlet.social.service.impl that return SocialActivityDefinition | |
---|---|
SocialActivityDefinition |
SocialActivitySettingServiceImpl.getActivityDefinition(long groupId,
String className,
int activityType)
|
SocialActivityDefinition |
SocialActivitySettingLocalServiceImpl.getActivityDefinition(long groupId,
String className,
int activityType)
|
protected SocialActivityDefinition |
SocialActivitySettingLocalServiceImpl.getActivityDefinition(long groupId,
String className,
int activityType,
SocialActivityDefinition defaultActivityDefinition)
|
Methods in com.liferay.portlet.social.service.impl that return types with arguments of type SocialActivityDefinition | |
---|---|
List<SocialActivityDefinition> |
SocialActivitySettingServiceImpl.getActivityDefinitions(long groupId,
String className)
|
List<SocialActivityDefinition> |
SocialActivitySettingLocalServiceImpl.getActivityDefinitions(long groupId,
String className)
|
Methods in com.liferay.portlet.social.service.impl with parameters of type SocialActivityDefinition | |
---|---|
protected SocialActivityDefinition |
SocialActivitySettingLocalServiceImpl.getActivityDefinition(long groupId,
String className,
int activityType,
SocialActivityDefinition defaultActivityDefinition)
|
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)
|
Methods in com.liferay.portlet.social.util that return types with arguments of type SocialActivityDefinition | |
---|---|
static List<SocialActivityDefinition> |
SocialConfigurationUtil.getActivityDefinitions(String modelName)
|
Methods in com.liferay.portlet.social.util with parameters of type SocialActivityDefinition | |
---|---|
static void |
SocialConfigurationUtil.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)
|
Uses of SocialActivityDefinition in com.liferay.portlet.socialactivity.action |
---|
Methods in com.liferay.portlet.socialactivity.action with parameters of type SocialActivityDefinition | |
---|---|
protected SocialActivityCounterDefinition |
ViewAction.updateActivityCounterDefinition(JSONObject actionJSONObject,
SocialActivityDefinition activityDefinition,
String activityCounterName)
|
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |