Class AnnouncementActivityTypePlugin

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.social.core.ActivityTypePlugin
io.meeds.gamification.plugin.AnnouncementActivityTypePlugin
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class AnnouncementActivityTypePlugin extends org.exoplatform.social.core.ActivityTypePlugin
  • Field Summary

    Fields inherited from class org.exoplatform.social.core.ActivityTypePlugin

    ACTIVITY_TYPE_PARAM, activityType, ENABLE_NOTIFICATION_PARAM, enableNotification

    Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
    AnnouncementActivityTypePlugin(org.exoplatform.container.xml.InitParams params, org.exoplatform.social.core.manager.IdentityManager identityManager)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isActivityEditable(org.exoplatform.social.core.activity.model.ExoSocialActivity activity, org.exoplatform.services.security.Identity userAclIdentity)
     

    Methods inherited from class org.exoplatform.social.core.ActivityTypePlugin

    getActivityTitle, getActivityType, isActivityDeletable, isActivityViewable, isEnableNotification, isEnableNotification

    Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin

    getDescription, getName, setDescription, setName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AnnouncementActivityTypePlugin

      public AnnouncementActivityTypePlugin(org.exoplatform.container.xml.InitParams params, org.exoplatform.social.core.manager.IdentityManager identityManager)
  • Method Details

    • isActivityEditable

      public boolean isActivityEditable(org.exoplatform.social.core.activity.model.ExoSocialActivity activity, org.exoplatform.services.security.Identity userAclIdentity)
      Overrides:
      isActivityEditable in class org.exoplatform.social.core.ActivityTypePlugin