Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.kernel.notifications.UserNotificationDefinition

Packages that use UserNotificationDefinition
com.liferay.portal.kernel.notifications   
com.liferay.portal.kernel.portlet This package defines the kernel portlet interfaces and classes. 
com.liferay.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
 

Uses of UserNotificationDefinition in com.liferay.portal.kernel.notifications
 

Methods in com.liferay.portal.kernel.notifications that return UserNotificationDefinition
static UserNotificationDefinition UserNotificationManagerUtil.fetchUserNotificationDefinition(String portletId, long classNameId, int notificationType)
           
 

Methods in com.liferay.portal.kernel.notifications that return types with arguments of type UserNotificationDefinition
static Map<String,List<UserNotificationDefinition>> UserNotificationManagerUtil.getUserNotificationDefinitions()
           
 

Methods in com.liferay.portal.kernel.notifications with parameters of type UserNotificationDefinition
static void UserNotificationManagerUtil.addUserNotificationDefinition(String portletId, UserNotificationDefinition userNotificationDefinition)
           
 

Uses of UserNotificationDefinition in com.liferay.portal.kernel.portlet
 

Methods in com.liferay.portal.kernel.portlet that return types with arguments of type UserNotificationDefinition
 List<UserNotificationDefinition> PortletBag.getUserNotificationDefinitionInstances()
           
 

Uses of UserNotificationDefinition in com.liferay.portlet
 

Methods in com.liferay.portlet that return types with arguments of type UserNotificationDefinition
 List<UserNotificationDefinition> PortletBagImpl.getUserNotificationDefinitionInstances()
           
protected  List<UserNotificationDefinition> PortletBagFactory.newUserNotificationDefinitionInstances(Portlet portlet, com.liferay.registry.Filter filter, Map<String,Object> properties)
           
 

Constructor parameters in com.liferay.portlet with type arguments of type UserNotificationDefinition
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)
           
 


Liferay 7.0-ce-b4