import { IPSDEAction } from '../action/ipsdeaction'; import { IPSDEDataSet } from '../ds/ipsdedata-set'; import { IPSDEServiceAPIMethod } from './ipsdeservice-apimethod'; import { IPSDEServiceAPIMethodInput } from './ipsdeservice-apimethod-input'; import { IPSDEServiceAPIMethodReturn } from './ipsdeservice-apimethod-return'; import { IPSSysSFPlugin } from '../../res/ipssys-sfplugin'; import { IPSSubSysServiceAPIDEMethod } from '../../service/ipssub-sys-service-apidemethod'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSDEServiceAPIMethodImpl extends PSModelObjectImpl implements IPSDEServiceAPIMethod { get codeName(): string; get codeName2(): string; get dataAccessAction(): string; get dynaModelFilePath(): string; get extendMode(): 0 | 2; get mOSFilePath(): string; get memo(): string; get methodParam(): string; get methodParam2(): string; get methodType(): 'DEACTION' | 'FETCH' | 'SELECT' | 'FETCHTEMP' | 'SELECTTEMP' | 'USER' | 'USER2' | 'USER3' | 'USER4'; get name(): string; protected psdeaction: IPSDEAction | null; getPSDEAction(): IPSDEAction | null; get psDEAction(): IPSDEAction | null; getPSDEActionMust(): IPSDEAction; protected psdedataset: IPSDEDataSet | null; getPSDEDataSet(): IPSDEDataSet | null; get psDEDataSet(): IPSDEDataSet | null; getPSDEDataSetMust(): IPSDEDataSet; protected psdeserviceapimethodinput: IPSDEServiceAPIMethodInput | null; getPSDEServiceAPIMethodInput(): IPSDEServiceAPIMethodInput | null; get psDEServiceAPIMethodInput(): IPSDEServiceAPIMethodInput | null; getPSDEServiceAPIMethodInputMust(): IPSDEServiceAPIMethodInput; protected psdeserviceapimethodreturn: IPSDEServiceAPIMethodReturn | null; getPSDEServiceAPIMethodReturn(): IPSDEServiceAPIMethodReturn | null; get psDEServiceAPIMethodReturn(): IPSDEServiceAPIMethodReturn | null; getPSDEServiceAPIMethodReturnMust(): IPSDEServiceAPIMethodReturn; protected pssubsysserviceapidemethod: IPSSubSysServiceAPIDEMethod | null; getPSSubSysServiceAPIDEMethod(): IPSSubSysServiceAPIDEMethod | null; get psSubSysServiceAPIDEMethod(): IPSSubSysServiceAPIDEMethod | null; getPSSubSysServiceAPIDEMethodMust(): IPSSubSysServiceAPIDEMethod; protected pssyssfplugin: IPSSysSFPlugin | null; getPSSysSFPlugin(): IPSSysSFPlugin | null; get psSysSFPlugin(): IPSSysSFPlugin | null; getPSSysSFPluginMust(): IPSSysSFPlugin; get parentKeyMode(): 'DEFAULT' | 'CHILDOF' | 'IGNORE' | 'USER' | 'USER2' | 'USER3' | 'USER4'; get rTMOSFilePath(): string; get requestField(): string; get requestMethod(): 'GET' | 'HEAD' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | 'OPTIONS' | 'TRACE'; get requestParamType(): 'NONE' | 'FIELD' | 'FIELDS' | 'ENTITY' | 'ENTITIES' | 'OBJECT' | 'OBJECTS'; get requestPath(): string; get returnValueType(): 'VOID' | 'SIMPLE' | 'SIMPLES' | 'ENTITY' | 'ENTITIES' | 'OBJECT' | 'OBJECTS' | 'LINKENTITY' | 'LINKENTITIES' | 'ASYNCACTION' | 'USER' | 'USER2'; get tempDataMode(): 0 | 1 | 2; get uniqueTag(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get enableTestMethod(): boolean; get needResourceKey(): boolean; get noServiceCodeName(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdeservice-apimethod-impl.d.ts.map