import { IPSSysSFPlugin } from '../res/ipssys-sfplugin'; import { IPSSubSysServiceAPIDE } from './ipssub-sys-service-apide'; import { IPSSubSysServiceAPIDEMethod } from './ipssub-sys-service-apidemethod'; import { IPSSubSysServiceAPIMethod } from './ipssub-sys-service-apimethod'; import { IPSSubSysServiceAPIMethodInput } from './ipssub-sys-service-apimethod-input'; import { IPSSubSysServiceAPIMethodReturn } from './ipssub-sys-service-apimethod-return'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSSubSysServiceAPIMethodImpl extends PSModelObjectImpl implements IPSSubSysServiceAPIDEMethod, IPSSubSysServiceAPIMethod { get actionType(): string; get afterCode(): string; get bodyContentType(): 'application/json' | 'application/x-www-form-urlencoded' | 'multipart/form-data' | 'text/xml' | 'USER' | 'USER2' | 'USER3' | 'USER4'; get codeName(): string; get codeName2(): string; get dynaModelFilePath(): string; protected inpssubsysserviceapide: IPSSubSysServiceAPIDE | null; getInPSSubSysServiceAPIDE(): IPSSubSysServiceAPIDE | null; get inPSSubSysServiceAPIDE(): IPSSubSysServiceAPIDE | null; getInPSSubSysServiceAPIDEMust(): IPSSubSysServiceAPIDE; get keyField(): string; get mOSFilePath(): string; get memo(): string; get methodParam(): string; get methodParam2(): string; get methodScriptCode(): string; get methodTag(): string; get methodTag2(): string; get methodType(): 'DEACTION' | 'FETCH' | 'SELECT' | 'FETCHTEMP' | 'SELECTTEMP' | 'USER' | 'USER2' | 'USER3' | 'USER4'; get name(): string; protected outpssubsysserviceapide: IPSSubSysServiceAPIDE | null; getOutPSSubSysServiceAPIDE(): IPSSubSysServiceAPIDE | null; get outPSSubSysServiceAPIDE(): IPSSubSysServiceAPIDE | null; getOutPSSubSysServiceAPIDEMust(): IPSSubSysServiceAPIDE; get psDECodeName(): string; getPSDECodeName(): string; get psDELogicName(): string; getPSDELogicName(): string; get psDEName(): string; getPSDEName(): string; protected pssubsysserviceapide: IPSSubSysServiceAPIDE | null; getPSSubSysServiceAPIDE(): IPSSubSysServiceAPIDE | null; get psSubSysServiceAPIDE(): IPSSubSysServiceAPIDE | null; getPSSubSysServiceAPIDEMust(): IPSSubSysServiceAPIDE; protected pssubsysserviceapimethodinput: IPSSubSysServiceAPIMethodInput | null; getPSSubSysServiceAPIMethodInput(): IPSSubSysServiceAPIMethodInput | null; get psSubSysServiceAPIMethodInput(): IPSSubSysServiceAPIMethodInput | null; getPSSubSysServiceAPIMethodInputMust(): IPSSubSysServiceAPIMethodInput; protected pssubsysserviceapimethodreturn: IPSSubSysServiceAPIMethodReturn | null; getPSSubSysServiceAPIMethodReturn(): IPSSubSysServiceAPIMethodReturn | null; get psSubSysServiceAPIMethodReturn(): IPSSubSysServiceAPIMethodReturn | null; getPSSubSysServiceAPIMethodReturnMust(): IPSSubSysServiceAPIMethodReturn; protected pssyssfplugin: IPSSysSFPlugin | null; getPSSysSFPlugin(): IPSSysSFPlugin | null; get psSysSFPlugin(): IPSSysSFPlugin | null; getPSSysSFPluginMust(): IPSSysSFPlugin; 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 uniqueTag(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get autoPath(): boolean; get needResourceKey(): boolean; get noServiceCodeName(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pssub-sys-service-apimethod-impl.d.ts.map