|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SocialActivityInterpreter | |
|---|---|
| com.liferay.portal.kernel.portlet | This package defines the kernel portlet interfaces and classes. |
| com.liferay.portal.model | This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. |
| com.liferay.portal.model.impl | This package defines the portal model implementation base classes. |
| com.liferay.portlet | This package defines the common portlet interfaces, base classes, classes, factories, and utilities. |
| com.liferay.portlet.social.model | |
| com.liferay.portlet.social.model.impl | |
| 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.impl | This package defines the social related portlet local service implementations. |
| com.liferay.portlet.social.test | |
| com.liferay.portlet.social.util | |
| Uses of SocialActivityInterpreter in com.liferay.portal.kernel.portlet |
|---|
| Methods in com.liferay.portal.kernel.portlet that return types with arguments of type SocialActivityInterpreter | |
|---|---|
List<SocialActivityInterpreter> |
PortletBag.getSocialActivityInterpreterInstances()
|
| Uses of SocialActivityInterpreter in com.liferay.portal.model |
|---|
| Methods in com.liferay.portal.model that return types with arguments of type SocialActivityInterpreter | |
|---|---|
List<SocialActivityInterpreter> |
PortletWrapper.getSocialActivityInterpreterInstances()
Returns the social activity interpreter instances of the portlet. |
List<SocialActivityInterpreter> |
Portlet.getSocialActivityInterpreterInstances()
Returns the social activity interpreter instances of the portlet. |
| Uses of SocialActivityInterpreter in com.liferay.portal.model.impl |
|---|
| Methods in com.liferay.portal.model.impl that return types with arguments of type SocialActivityInterpreter | |
|---|---|
List<SocialActivityInterpreter> |
PortletImpl.getSocialActivityInterpreterInstances()
Returns the social activity interpreter instances of the portlet. |
| Uses of SocialActivityInterpreter in com.liferay.portlet |
|---|
| Methods in com.liferay.portlet that return types with arguments of type SocialActivityInterpreter | |
|---|---|
List<SocialActivityInterpreter> |
PortletBagImpl.getSocialActivityInterpreterInstances()
|
protected List<SocialActivityInterpreter> |
PortletBagFactory.newSocialActivityInterpreterInstances(Portlet portlet,
com.liferay.registry.Filter filter,
Map<String,Object> properties)
|
| Constructor parameters in com.liferay.portlet with type arguments of type SocialActivityInterpreter | |
|---|---|
PortletBagImpl(String portletName,
javax.servlet.ServletContext servletContext,
Portlet portletInstance,
ResourceBundleTracker resourceBundleTracker,
List<ConfigurationAction> configurationActionInstances,
List<Indexer<?>> indexerInstances,
List<OpenSearch> openSearchInstances,
List<SchedulerEventMessageListener> schedulerEventMessageListeners,
FriendlyURLMapperTracker friendlyURLMapperTracker,
List<URLEncoder> urlEncoderInstances,
List<PortletDataHandler> portletDataHandlerInstances,
List<StagedModelDataHandler<?>> stagedModelDataHandlerInstances,
List<TemplateHandler> templateHandlerInstances,
List<PortletLayoutListener> portletLayoutListenerInstances,
List<PollerProcessor> pollerProcessorInstances,
List<MessageListener> popMessageListenerInstances,
List<SocialActivityInterpreter> socialActivityInterpreterInstances,
List<SocialRequestInterpreter> socialRequestInterpreterInstances,
List<UserNotificationDefinition> userNotificationDefinitionInstances,
List<UserNotificationHandler> userNotificationHandlerInstances,
List<WebDAVStorage> webDAVStorageInstances,
List<Method> xmlRpcMethodInstances,
List<ControlPanelEntry> controlPanelEntryInstances,
List<AssetRendererFactory<?>> assetRendererFactoryInstances,
List<AtomCollectionAdapter<?>> atomCollectionAdapters,
List<CustomAttributesDisplay> customAttributesDisplayInstances,
List<PermissionPropagator> permissionPropagatorInstances,
List<TrashHandler> trashHandlerInstances,
List<WorkflowHandler<?>> workflowHandlerInstances,
List<PreferencesValidator> preferencesValidatorInstances)
|
|
| Uses of SocialActivityInterpreter in com.liferay.portlet.social.model |
|---|
| Classes in com.liferay.portlet.social.model that implement SocialActivityInterpreter | |
|---|---|
class |
BaseSocialActivityInterpreter
|
| Uses of SocialActivityInterpreter in com.liferay.portlet.social.model.impl |
|---|
| Classes in com.liferay.portlet.social.model.impl that implement SocialActivityInterpreter | |
|---|---|
class |
SocialActivityInterpreterImpl
|
| Constructors in com.liferay.portlet.social.model.impl with parameters of type SocialActivityInterpreter | |
|---|---|
SocialActivityInterpreterImpl(String portletId,
SocialActivityInterpreter activityInterpreter)
|
|
| Uses of SocialActivityInterpreter in com.liferay.portlet.social.service |
|---|
| Methods in com.liferay.portlet.social.service that return types with arguments of type SocialActivityInterpreter | |
|---|---|
static Map<String,List<SocialActivityInterpreter>> |
SocialActivityInterpreterLocalServiceUtil.getActivityInterpreters()
|
Map<String,List<SocialActivityInterpreter>> |
SocialActivityInterpreterLocalServiceWrapper.getActivityInterpreters()
|
Map<String,List<SocialActivityInterpreter>> |
SocialActivityInterpreterLocalService.getActivityInterpreters()
|
static List<SocialActivityInterpreter> |
SocialActivityInterpreterLocalServiceUtil.getActivityInterpreters(String selector)
|
List<SocialActivityInterpreter> |
SocialActivityInterpreterLocalServiceWrapper.getActivityInterpreters(String selector)
|
List<SocialActivityInterpreter> |
SocialActivityInterpreterLocalService.getActivityInterpreters(String selector)
|
| Methods in com.liferay.portlet.social.service with parameters of type SocialActivityInterpreter | |
|---|---|
static void |
SocialActivityInterpreterLocalServiceUtil.addActivityInterpreter(SocialActivityInterpreter activityInterpreter)
Adds the activity interpreter to the list of available interpreters. |
void |
SocialActivityInterpreterLocalServiceWrapper.addActivityInterpreter(SocialActivityInterpreter activityInterpreter)
Adds the activity interpreter to the list of available interpreters. |
void |
SocialActivityInterpreterLocalService.addActivityInterpreter(SocialActivityInterpreter activityInterpreter)
Adds the activity interpreter to the list of available interpreters. |
static void |
SocialActivityInterpreterLocalServiceUtil.deleteActivityInterpreter(SocialActivityInterpreter activityInterpreter)
Removes the activity interpreter from the list of available interpreters. |
void |
SocialActivityInterpreterLocalServiceWrapper.deleteActivityInterpreter(SocialActivityInterpreter activityInterpreter)
Removes the activity interpreter from the list of available interpreters. |
void |
SocialActivityInterpreterLocalService.deleteActivityInterpreter(SocialActivityInterpreter activityInterpreter)
Removes the activity interpreter from the list of available interpreters. |
| Uses of SocialActivityInterpreter in com.liferay.portlet.social.service.impl |
|---|
| Methods in com.liferay.portlet.social.service.impl that return types with arguments of type SocialActivityInterpreter | |
|---|---|
Map<String,List<SocialActivityInterpreter>> |
SocialActivityInterpreterLocalServiceImpl.getActivityInterpreters()
|
List<SocialActivityInterpreter> |
SocialActivityInterpreterLocalServiceImpl.getActivityInterpreters(String selector)
|
| Methods in com.liferay.portlet.social.service.impl with parameters of type SocialActivityInterpreter | |
|---|---|
void |
SocialActivityInterpreterLocalServiceImpl.addActivityInterpreter(SocialActivityInterpreter activityInterpreter)
Adds the activity interpreter to the list of available interpreters. |
void |
SocialActivityInterpreterLocalServiceImpl.deleteActivityInterpreter(SocialActivityInterpreter activityInterpreter)
Removes the activity interpreter from the list of available interpreters. |
| Method parameters in com.liferay.portlet.social.service.impl with type arguments of type SocialActivityInterpreter | |
|---|---|
protected boolean |
SocialActivityServiceImpl.hasPermission(SocialActivity activity,
List<SocialActivityInterpreter> activityInterpreters)
|
| Uses of SocialActivityInterpreter in com.liferay.portlet.social.test |
|---|
| Methods in com.liferay.portlet.social.test that return SocialActivityInterpreter | |
|---|---|
protected abstract SocialActivityInterpreter |
BaseSocialActivityInterpreterTestCase.getActivityInterpreter()
|
protected SocialActivityInterpreter |
BaseSocialActivityInterpreterTestCase.getActivityInterpreter(String portletId,
String className)
|
| Methods in com.liferay.portlet.social.test with parameters of type SocialActivityInterpreter | |
|---|---|
protected boolean |
BaseSocialActivityInterpreterTestCase.hasClassName(SocialActivityInterpreter activityInterpreter,
String className)
|
| Uses of SocialActivityInterpreter in com.liferay.portlet.social.util |
|---|
| Classes in com.liferay.portlet.social.util that implement SocialActivityInterpreter | |
|---|---|
class |
PortalActivityInterpreter
|
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||