Class AppLocalAdministrationPerspective

java.lang.Object
org.teamapps.application.api.application.AbstractApplicationPerspective
org.teamapps.application.server.system.application.AbstractManagedApplicationPerspective
org.teamapps.application.server.controlcenter.applocal.AppLocalAdministrationPerspective
All Implemented Interfaces:
org.teamapps.application.api.application.ApplicationPerspective

public class AppLocalAdministrationPerspective
extends AbstractManagedApplicationPerspective
  • Constructor Summary

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

    Modifier and Type Method Description
    void handleOnAfterLoad()  

    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.AbstractApplicationPerspective

    getAllowedPrivilegeObjects, getAllowedPrivilegeObjects, getAllowedUnits, getAllowedUnits, getApplicationInstanceData, getLocalized, getLocalized, getLocalized, getPerspective, getPerspectiveInfoBadgeValue, getPerspectiveMenuPanel, isAllowed, isAllowed, isAllowed, isAllowed, isAllowed, isAllowed, setPerspective, setPerspectiveMenuPanel, showPerspective, writeActivityLog, writeExceptionLog

    Methods inherited from class java.lang.Object

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

    • AppLocalAdministrationPerspective

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