Class ManagerPropertySettingUpdatedListener
java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.listener.Listener<org.exoplatform.social.core.profileproperty.ProfilePropertyService,org.exoplatform.social.core.profileproperty.model.ProfilePropertySetting>
org.exoplatform.social.core.listeners.ManagerPropertySettingUpdatedListener
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin,org.exoplatform.services.listener.ListenerBase<org.exoplatform.social.core.profileproperty.ProfilePropertyService,org.exoplatform.social.core.profileproperty.model.ProfilePropertySetting>
public class ManagerPropertySettingUpdatedListener
extends org.exoplatform.services.listener.Listener<org.exoplatform.social.core.profileproperty.ProfilePropertyService,org.exoplatform.social.core.profileproperty.model.ProfilePropertySetting>
-
Field Summary
FieldsFields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
ConstructorsConstructorDescriptionManagerPropertySettingUpdatedListener(org.exoplatform.portal.mop.storage.PageStorage pageStorage, org.exoplatform.portal.config.UserACL userACL) -
Method Summary
Modifier and TypeMethodDescriptionvoidonEvent(org.exoplatform.services.listener.Event<org.exoplatform.social.core.profileproperty.ProfilePropertyService, org.exoplatform.social.core.profileproperty.model.ProfilePropertySetting> event) Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.exoplatform.services.listener.ListenerBase
getName
-
Field Details
-
orgChartPages
-
-
Constructor Details
-
ManagerPropertySettingUpdatedListener
public ManagerPropertySettingUpdatedListener(org.exoplatform.portal.mop.storage.PageStorage pageStorage, org.exoplatform.portal.config.UserACL userACL)
-
-
Method Details