import { IPSAppLan } from './ipsapp-lan'; import { IPSAppMethodDTO } from './ipsapp-method-dto'; import { IPSAppModule } from './ipsapp-module'; import { IPSAppPkg } from './ipsapp-pkg'; import { IPSAppResource } from './ipsapp-resource'; import { IPSAppUIStyle } from './ipsapp-uistyle'; import { IPSAppUtilPage } from './ipsapp-util-page'; import { IPSApplication } from './ipsapplication'; import { IPSApplicationLogic } from './ipsapplication-logic'; import { IPSApplicationUI } from './ipsapplication-ui'; import { IPSSubAppRef } from './ipssub-app-ref'; import { IPSAppMenuModel } from './appmenu/ipsapp-menu-model'; import { IPSAppCodeList } from './codelist/ipsapp-code-list'; import { IPSAppCounter } from './control/ipsapp-counter'; import { IPSAppPortlet } from './control/ipsapp-portlet'; import { IPSAppPortletCat } from './control/ipsapp-portlet-cat'; import { IPSAppDERS } from './dataentity/ipsapp-ders'; import { IPSAppDEUIAction } from './dataentity/ipsapp-deuiaction'; import { IPSAppDataEntity } from './dataentity/ipsapp-data-entity'; import { IPSAppFunc } from './func/ipsapp-func'; import { IPSAppUILogic } from './logic/ipsapp-uilogic'; import { IPSAppMsgTempl } from './msg/ipsapp-msg-templ'; import { IPSAppEditorStyleRef } from './res/ipsapp-editor-style-ref'; import { IPSAppPFPluginRef } from './res/ipsapp-pfplugin-ref'; import { IPSAppSubViewTypeRef } from './res/ipsapp-sub-view-type-ref'; import { IPSAppUITheme } from './theme/ipsapp-uitheme'; import { IPSAppUserMode } from './usermode/ipsapp-user-mode'; import { IPSAppUtil } from './util/ipsapp-util'; import { IPSAppIndexView } from './view/ipsapp-index-view'; import { IPSAppView } from './view/ipsapp-view'; import { IPSAppViewMsg } from './view/ipsapp-view-msg'; import { IPSAppViewMsgGroup } from './view/ipsapp-view-msg-group'; import { IPSAppWF } from './wf/ipsapp-wf'; import { IPSDEOPPriv } from '../dataentity/priv/ipsdeoppriv'; import { IPSLanguageRes } from '../res/ipslanguage-res'; import { IPSSysCss } from '../res/ipssys-css'; import { IPSSysSFPlugin } from '../res/ipssys-sfplugin'; import { IPSSysTestPrj } from '../testing/ipssys-test-prj'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSApplicationImpl extends PSModelObjectImpl implements IPSApplication, IPSApplicationUI { get aCMinChars(): number; protected allaccesskeys: string[] | null; getAllAccessKeys(): string[] | null; get allAccessKeys(): string[] | null; protected allpsappcodelists: IPSAppCodeList[] | null; getAllPSAppCodeLists(): IPSAppCodeList[] | null; get allPSAppCodeLists(): IPSAppCodeList[] | null; findPSAppCodeList(objKey: any): IPSAppCodeList | null; protected allpsappcounters: IPSAppCounter[] | null; getAllPSAppCounters(): IPSAppCounter[] | null; get allPSAppCounters(): IPSAppCounter[] | null; findPSAppCounter(objKey: any): IPSAppCounter | null; protected allpsappderss: IPSAppDERS[] | null; getAllPSAppDERSs(): IPSAppDERS[] | null; get allPSAppDERSs(): IPSAppDERS[] | null; findPSAppDERS(objKey: any): IPSAppDERS | null; protected allpsappdeuiactions: IPSAppDEUIAction[] | null; getAllPSAppDEUIActions(): IPSAppDEUIAction[] | null; get allPSAppDEUIActions(): IPSAppDEUIAction[] | null; findPSAppDEUIAction(objKey: any): IPSAppDEUIAction | null; protected allpsappdataentities: IPSAppDataEntity[] | null; getAllPSAppDataEntities(): IPSAppDataEntity[] | null; get allPSAppDataEntities(): IPSAppDataEntity[] | null; findPSAppDataEntity(objKey: any): IPSAppDataEntity | null; protected allpsappeditorstylerefs: IPSAppEditorStyleRef[] | null; getAllPSAppEditorStyleRefs(): IPSAppEditorStyleRef[] | null; get allPSAppEditorStyleRefs(): IPSAppEditorStyleRef[] | null; findPSAppEditorStyleRef(objKey: any): IPSAppEditorStyleRef | null; protected allpsappfuncs: IPSAppFunc[] | null; getAllPSAppFuncs(): IPSAppFunc[] | null; get allPSAppFuncs(): IPSAppFunc[] | null; findPSAppFunc(objKey: any): IPSAppFunc | null; protected allpsapplans: IPSAppLan[] | null; getAllPSAppLans(): IPSAppLan[] | null; get allPSAppLans(): IPSAppLan[] | null; findPSAppLan(objKey: any): IPSAppLan | null; protected allpsappmenumodels: IPSAppMenuModel[] | null; getAllPSAppMenuModels(): IPSAppMenuModel[] | null; get allPSAppMenuModels(): IPSAppMenuModel[] | null; findPSAppMenuModel(objKey: any): IPSAppMenuModel | null; protected allpsappmethoddtos: IPSAppMethodDTO[] | null; getAllPSAppMethodDTOs(): IPSAppMethodDTO[] | null; get allPSAppMethodDTOs(): IPSAppMethodDTO[] | null; findPSAppMethodDTO(objKey: any): IPSAppMethodDTO | null; protected allpsappmodules: IPSAppModule[] | null; getAllPSAppModules(): IPSAppModule[] | null; get allPSAppModules(): IPSAppModule[] | null; findPSAppModule(objKey: any): IPSAppModule | null; protected allpsappmsgtempls: IPSAppMsgTempl[] | null; getAllPSAppMsgTempls(): IPSAppMsgTempl[] | null; get allPSAppMsgTempls(): IPSAppMsgTempl[] | null; findPSAppMsgTempl(objKey: any): IPSAppMsgTempl | null; protected allpsapppfpluginrefs: IPSAppPFPluginRef[] | null; getAllPSAppPFPluginRefs(): IPSAppPFPluginRef[] | null; get allPSAppPFPluginRefs(): IPSAppPFPluginRef[] | null; findPSAppPFPluginRef(objKey: any): IPSAppPFPluginRef | null; protected allpsapppkgs: IPSAppPkg[] | null; getAllPSAppPkgs(): IPSAppPkg[] | null; get allPSAppPkgs(): IPSAppPkg[] | null; findPSAppPkg(objKey: any): IPSAppPkg | null; protected allpsappportletcats: IPSAppPortletCat[] | null; getAllPSAppPortletCats(): IPSAppPortletCat[] | null; get allPSAppPortletCats(): IPSAppPortletCat[] | null; findPSAppPortletCat(objKey: any): IPSAppPortletCat | null; protected allpsappportlets: IPSAppPortlet[] | null; getAllPSAppPortlets(): IPSAppPortlet[] | null; get allPSAppPortlets(): IPSAppPortlet[] | null; findPSAppPortlet(objKey: any): IPSAppPortlet | null; protected allpsappresources: IPSAppResource[] | null; getAllPSAppResources(): IPSAppResource[] | null; get allPSAppResources(): IPSAppResource[] | null; findPSAppResource(objKey: any): IPSAppResource | null; protected allpsappsubviewtyperefs: IPSAppSubViewTypeRef[] | null; getAllPSAppSubViewTypeRefs(): IPSAppSubViewTypeRef[] | null; get allPSAppSubViewTypeRefs(): IPSAppSubViewTypeRef[] | null; findPSAppSubViewTypeRef(objKey: any): IPSAppSubViewTypeRef | null; protected allpsappuilogics: IPSAppUILogic[] | null; getAllPSAppUILogics(): IPSAppUILogic[] | null; get allPSAppUILogics(): IPSAppUILogic[] | null; findPSAppUILogic(objKey: any): IPSAppUILogic | null; protected allpsappuistyles: IPSAppUIStyle[] | null; getAllPSAppUIStyles(): IPSAppUIStyle[] | null; get allPSAppUIStyles(): IPSAppUIStyle[] | null; findPSAppUIStyle(objKey: any): IPSAppUIStyle | null; protected allpsappuithemes: IPSAppUITheme[] | null; getAllPSAppUIThemes(): IPSAppUITheme[] | null; get allPSAppUIThemes(): IPSAppUITheme[] | null; findPSAppUITheme(objKey: any): IPSAppUITheme | null; protected allpsappusermodes: IPSAppUserMode[] | null; getAllPSAppUserModes(): IPSAppUserMode[] | null; get allPSAppUserModes(): IPSAppUserMode[] | null; findPSAppUserMode(objKey: any): IPSAppUserMode | null; protected allpsapputilpages: IPSAppUtilPage[] | null; getAllPSAppUtilPages(): IPSAppUtilPage[] | null; get allPSAppUtilPages(): IPSAppUtilPage[] | null; findPSAppUtilPage(objKey: any): IPSAppUtilPage | null; protected allpsapputils: IPSAppUtil[] | null; getAllPSAppUtils(): IPSAppUtil[] | null; get allPSAppUtils(): IPSAppUtil[] | null; findPSAppUtil(objKey: any): IPSAppUtil | null; protected allpsappviewmsggroups: IPSAppViewMsgGroup[] | null; getAllPSAppViewMsgGroups(): IPSAppViewMsgGroup[] | null; get allPSAppViewMsgGroups(): IPSAppViewMsgGroup[] | null; findPSAppViewMsgGroup(objKey: any): IPSAppViewMsgGroup | null; protected allpsappviewmsgs: IPSAppViewMsg[] | null; getAllPSAppViewMsgs(): IPSAppViewMsg[] | null; get allPSAppViewMsgs(): IPSAppViewMsg[] | null; findPSAppViewMsg(objKey: any): IPSAppViewMsg | null; protected allpsappviews: IPSAppView[] | null; getAllPSAppViews(): IPSAppView[] | null; get allPSAppViews(): IPSAppView[] | null; findPSAppView(objKey: any): IPSAppView | null; protected allpsappwfs: IPSAppWF[] | null; getAllPSAppWFs(): IPSAppWF[] | null; get allPSAppWFs(): IPSAppWF[] | null; findPSAppWF(objKey: any): IPSAppWF | null; protected allpsdeopprivs: IPSDEOPPriv[] | null; getAllPSDEOPPrivs(): IPSDEOPPriv[] | null; get allPSDEOPPrivs(): IPSDEOPPriv[] | null; findPSDEOPPriv(objKey: any): IPSDEOPPriv | null; protected allpssubapprefs: IPSSubAppRef[] | null; getAllPSSubAppRefs(): IPSSubAppRef[] | null; get allPSSubAppRefs(): IPSSubAppRef[] | null; findPSSubAppRef(objKey: any): IPSSubAppRef | null; protected allpssystestprjs: IPSSysTestPrj[] | null; getAllPSSysTestPrjs(): IPSSysTestPrj[] | null; get allPSSysTestPrjs(): IPSSysTestPrj[] | null; findPSSysTestPrj(objKey: any): IPSSysTestPrj | null; get appFolder(): string; get appMode(): 'DEFAULT' | 'CLOUDHUBAPP' | 'CLOUDHUBSUBAPP' | 'WFAPP' | 'USER' | 'USER2' | 'USER3' | 'USER4'; get appTag(): string; get appTag2(): string; get appTag3(): string; get appTag4(): string; get appVersion(): string; get buttonNoPrivDisplayMode(): 1 | 2 | 6; get codeName(): string; protected defaultappviewpssyscss: IPSSysCss | null; getDefaultAppViewPSSysCss(): IPSSysCss | null; get defaultAppViewPSSysCss(): IPSSysCss | null; getDefaultAppViewPSSysCssMust(): IPSSysCss; get defaultControlStyle(): string; get defaultFlag(): boolean; protected defaultpsappindexview: IPSAppIndexView | null; getDefaultPSAppIndexView(): IPSAppIndexView | null; get defaultPSAppIndexView(): IPSAppIndexView | null; getDefaultPSAppIndexViewMust(): IPSAppIndexView; get dynaModelFilePath(): string; get engineVer(): number; get formItemEmptyText(): string; get formItemNoPrivDisplayMode(): 1 | 2; get gridColumnEnableFilter(): 0 | 1 | 2; get gridColumnEnableLink(): 0 | 1 | 2; get gridColumnNoPrivDisplayMode(): 1 | 2; get gridRowActiveMode(): 0 | 1 | 2; get mDCtrlEmptyText(): string; protected mdctrlemptytextpslanguageres: IPSLanguageRes | null; getMDCtrlEmptyTextPSLanguageRes(): IPSLanguageRes | null; get mDCtrlEmptyTextPSLanguageRes(): IPSLanguageRes | null; getMDCtrlEmptyTextPSLanguageResMust(): IPSLanguageRes; get mOSFilePath(): string; get mainMenuAlign(): 'LEFT' | 'TOP' | 'CENTER' | 'TREEEXP' | 'TABEXP_TOP' | 'TABEXP_LEFT' | 'TABEXP_BOTTOM' | 'TABEXP_RIGHT' | 'NONE'; get memo(): string; get name(): string; get pFStyle(): string; get pFType(): string; get pKGCodeName(): string; protected psapplicationlogics: IPSApplicationLogic[] | null; getPSApplicationLogics(): IPSApplicationLogic[] | null; get psApplicationLogics(): IPSApplicationLogic[] | null; findPSApplicationLogic(objKey: any): IPSApplicationLogic | null; protected pssyssfplugin: IPSSysSFPlugin | null; getPSSysSFPlugin(): IPSSysSFPlugin | null; get psSysSFPlugin(): IPSSysSFPlugin | null; getPSSysSFPluginMust(): IPSSysSFPlugin; get rTMOSFilePath(): string; get serviceCodeName(): string; get sysCodeName(): string; get uIStyle(): 'DEFAULT' | 'STYLE2' | 'STYLE3' | 'STYLE4' | 'STYLE5' | 'STYLE6' | 'STYLE7' | 'STYLE8' | 'STYLE9' | 'STYLE10' | 'PREVIEW'; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get enableCol12ToCol24(): boolean; get enableDynaDashboard(): boolean; get enableFilterStorage(): boolean; get enableServiceAPIDTO(): boolean; get enableUACLogin(): boolean; get gridEnableCustomized(): boolean; get gridForceFit(): boolean; get mobileApp(): boolean; get outputFormItemUpdatePrivTag(): boolean; get useServiceApi(): boolean; get wFAppMode(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psapplication-impl.d.ts.map