import { IPSAppCodeList } from '../codelist/ipsapp-code-list'; import { IPSAppDEAction } from './ipsapp-deaction'; import { IPSAppDEDataSet } from './ipsapp-dedata-set'; import { IPSAppDELogic } from './ipsapp-delogic'; import { IPSAppDEMethod } from './ipsapp-demethod'; import { IPSAppDEMethodInput } from './ipsapp-demethod-input'; import { IPSAppDEMethodReturn } from './ipsapp-demethod-return'; import { IPSDEAction } from '../../dataentity/action/ipsdeaction'; import { IPSDEDQCondition } from '../../dataentity/ds/ipsdedqcondition'; import { IPSDEDQGroupCondition } from '../../dataentity/ds/ipsdedqgroup-condition'; import { IPSDEDataSet } from '../../dataentity/ds/ipsdedata-set'; import { IPSDEOPPriv } from '../../dataentity/priv/ipsdeoppriv'; import { IPSDEServiceAPIMethod } from '../../dataentity/service/ipsdeservice-apimethod'; import { IPSSysPFPlugin } from '../../res/ipssys-pfplugin'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSAppDEMethodImpl extends PSModelObjectImpl implements IPSAppDEMethod, IPSAppDEAction, IPSAppDEDataSet { protected adpsdedqconditions: IPSDEDQCondition[] | null; getADPSDEDQConditions(): IPSDEDQCondition[] | null; get aDPSDEDQConditions(): IPSDEDQCondition[] | null; findADPSDEDQCondition(objKey: any): IPSDEDQCondition | null; get actionMode(): 'CREATE' | 'READ' | 'UPDATE' | 'DELETE' | 'CUSTOM' | 'GETDRAFT' | 'UNKNOWN' | 'MOVEORDER' | 'CHECKKEY' | 'USER' | 'USER2' | 'USER3' | 'USER4'; get actionType(): 'USERCUSTOM' | 'DELOGIC' | 'BUILTIN' | 'SELECTBYKEY' | 'USERCREATE' | 'USERUPDATE' | 'USERSYSUPDATE' | 'SCRIPT' | 'REMOTE'; get afterCode(): string; get batchActionMode(): 0 | 1 | 2 | 5 | 6; get beforeCode(): string; get codeName(): string; get codeName2(): string; get dataSetType(): 'DATAQUERY' | 'INDEXDE' | 'MULTIFORM' | 'CODELIST' | 'DELOGIC' | 'SCRIPT' | 'REMOTE'; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get methodType(): 'DEACTION' | 'FETCH' | 'SELECT' | 'FETCHTEMP' | 'SELECTTEMP' | 'WFACTION' | 'FILTERACTION' | 'USER' | 'USER2' | 'USER3' | 'USER4'; get name(): string; protected psappcodelist: IPSAppCodeList | null; getPSAppCodeList(): IPSAppCodeList | null; get psAppCodeList(): IPSAppCodeList | null; getPSAppCodeListMust(): IPSAppCodeList; protected psappdelogic: IPSAppDELogic | null; getPSAppDELogic(): IPSAppDELogic | null; get psAppDELogic(): IPSAppDELogic | null; getPSAppDELogicMust(): IPSAppDELogic; protected psappdemethodinput: IPSAppDEMethodInput | null; getPSAppDEMethodInput(): IPSAppDEMethodInput | null; get psAppDEMethodInput(): IPSAppDEMethodInput | null; getPSAppDEMethodInputMust(): IPSAppDEMethodInput; protected psappdemethodreturn: IPSAppDEMethodReturn | null; getPSAppDEMethodReturn(): IPSAppDEMethodReturn | null; get psAppDEMethodReturn(): IPSAppDEMethodReturn | null; getPSAppDEMethodReturnMust(): IPSAppDEMethodReturn; protected psdeaction: IPSDEAction | null; getPSDEAction(): IPSDEAction | null; get psDEAction(): IPSDEAction | null; getPSDEActionMust(): IPSDEAction; protected psdedqgroupconditions: IPSDEDQGroupCondition[] | null; getPSDEDQGroupConditions(): IPSDEDQGroupCondition[] | null; get psDEDQGroupConditions(): IPSDEDQGroupCondition[] | null; findPSDEDQGroupCondition(objKey: any): IPSDEDQGroupCondition | null; protected psdedataset: IPSDEDataSet | null; getPSDEDataSet(): IPSDEDataSet | null; get psDEDataSet(): IPSDEDataSet | null; getPSDEDataSetMust(): IPSDEDataSet; protected psdeoppriv: IPSDEOPPriv | null; getPSDEOPPriv(): IPSDEOPPriv | null; get psDEOPPriv(): IPSDEOPPriv | null; getPSDEOPPrivMust(): IPSDEOPPriv; protected psdeserviceapimethod: IPSDEServiceAPIMethod | null; getPSDEServiceAPIMethod(): IPSDEServiceAPIMethod | null; get psDEServiceAPIMethod(): IPSDEServiceAPIMethod | null; getPSDEServiceAPIMethodMust(): IPSDEServiceAPIMethod; protected pssyspfplugin: IPSSysPFPlugin | null; getPSSysPFPlugin(): IPSSysPFPlugin | null; get psSysPFPlugin(): IPSSysPFPlugin | null; getPSSysPFPluginMust(): IPSSysPFPlugin; get predefinedType(): 'CODELIST' | 'INDEXDE' | 'MULTIFORM' | 'DELOGIC' | 'SCRIPT' | 'REMOTE'; get rTMOSFilePath(): string; get requestField(): string; protected requestfullpaths: string[] | null; getRequestFullPaths(): string[] | null; get requestFullPaths(): string[] | null; get requestMethod(): 'GET' | 'HEAD' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | 'OPTIONS' | 'TRACE'; get requestParamType(): 'NONE' | 'FIELD' | 'FIELDS' | 'ENTITY' | 'ENTITIES' | 'OBJECT' | 'OBJECTS'; get requestPath(): string; get scriptCode(): string; get tempDataMode(): 0 | 1 | 2; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get builtinMethod(): boolean; get customCode(): boolean; get enableBatchAction(): boolean; get enableTestMethod(): boolean; get needResourceKey(): boolean; get noServiceCodeName(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psapp-demethod-impl.d.ts.map