Class NewsBoardPerspective

java.lang.Object
org.teamapps.application.api.application.perspective.AbstractApplicationPerspective
org.teamapps.application.server.system.application.AbstractManagedApplicationPerspective
org.teamapps.application.server.messaging.newsboard.NewsBoardPerspective
All Implemented Interfaces:
org.teamapps.application.api.application.ApplicationInstanceDataMethods, org.teamapps.application.api.application.perspective.ApplicationPerspective

public class NewsBoardPerspective
extends AbstractManagedApplicationPerspective
  • Field Summary

    Fields inherited from class org.teamapps.application.api.application.perspective.AbstractApplicationPerspective

    onPerspectiveInitialized, onPerspectiveRefreshRequested
  • Constructor Summary

    Constructors
    Constructor Description
    NewsBoardPerspective​(org.teamapps.application.api.application.ApplicationInstanceData applicationInstanceData, org.teamapps.databinding.MutableValue<java.lang.String> perspectiveInfoBadgeValue)  
  • Method Summary

    Modifier and Type Method Description
    void updateMessages()  
    void updateMessages​(java.util.List<java.lang.String> rankedLanguages)  

    Methods inherited from class org.teamapps.application.server.system.application.AbstractManagedApplicationPerspective

    getMainApplication, getManagedApplication, getOrganizationField, isAppFilter, isOrgFieldFilterApplied

    Methods inherited from class org.teamapps.application.api.application.perspective.AbstractApplicationPerspective

    getApplicationInstanceData, getLocalized, getOnPerspectiveInitialized, getOnPerspectiveRefreshRequested, getPerspective, getPerspectiveInfoBadgeValue, getPerspectiveMenuPanel, getPerspectiveToolbarMenuPanel, setPerspective, setPerspectiveMenuPanel

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.teamapps.application.api.application.ApplicationInstanceDataMethods

    createApplicationDesktop, getAllowedPrivilegeObjects, getAllowedPrivilegeObjects, getAllowedUnits, getAllowedUnits, getApplicationConfig, getContext, getLocalized, getLocalized, getLocalized, getLocalized, getLocalized, getMultiProgressDisplay, getUser, isAllowed, isAllowed, isAllowed, isAllowed, isAllowed, isAllowed, runTaskAsync, showPerspective, writeActivityLog, writeExceptionLog
  • Constructor Details

    • NewsBoardPerspective

      public NewsBoardPerspective​(org.teamapps.application.api.application.ApplicationInstanceData applicationInstanceData, org.teamapps.databinding.MutableValue<java.lang.String> perspectiveInfoBadgeValue)
  • Method Details

    • updateMessages

      public void updateMessages()
    • updateMessages

      public void updateMessages​(java.util.List<java.lang.String> rankedLanguages)