LiJinHuan
2024-01-05 462188a2c982b0a8750dfe01692dfd898216bb0c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
declare module "@salesforce/apex/LexRentalApplyControllerLWT.RentalApplyJumpUserId" {
  export default function RentalApplyJumpUserId(): Promise<any>;
}
declare module "@salesforce/apex/LexRentalApplyControllerLWT.initFromCancelSubmitButton" {
  export default function initFromCancelSubmitButton(param: {recordId: any}): Promise<any>;
}
declare module "@salesforce/apex/LexRentalApplyControllerLWT.selectRentalApplyEquipmentSetDetailByRacId" {
  export default function selectRentalApplyEquipmentSetDetailByRacId(param: {recordId: any}): Promise<any>;
}
declare module "@salesforce/apex/LexRentalApplyControllerLWT.selectQISReportById" {
  export default function selectQISReportById(param: {recordId: any}): Promise<any>;
}
declare module "@salesforce/apex/LexRentalApplyControllerLWT.selectRepairById" {
  export default function selectRepairById(param: {recordId: any}): Promise<any>;
}
declare module "@salesforce/apex/LexRentalApplyControllerLWT.selectCampaignById" {
  export default function selectCampaignById(param: {recordId: any}): Promise<any>;
}
declare module "@salesforce/apex/LexRentalApplyControllerLWT.selectRentalApplyEquipmentSetByRacId" {
  export default function selectRentalApplyEquipmentSetByRacId(param: {recordId: any}): Promise<any>;
}
declare module "@salesforce/apex/LexRentalApplyControllerLWT.selectRentalApplyById" {
  export default function selectRentalApplyById(param: {recordId: any}): Promise<any>;
}
declare module "@salesforce/apex/LexRentalApplyControllerLWT.selectUserById" {
  export default function selectUserById(param: {recordId: any}): Promise<any>;
}
declare module "@salesforce/apex/LexRentalApplyControllerLWT.selectQISreportById2" {
  export default function selectQISreportById2(param: {recordId: any}): Promise<any>;
}
declare module "@salesforce/apex/LexRentalApplyControllerLWT.getUserId" {
  export default function getUserId(): Promise<any>;
}
declare module "@salesforce/apex/LexRentalApplyControllerLWT.getProfileId" {
  export default function getProfileId(): Promise<any>;
}
declare module "@salesforce/apex/LexRentalApplyControllerLWT.getMainProfileId" {
  export default function getMainProfileId(): Promise<any>;
}
declare module "@salesforce/apex/LexRentalApplyControllerLWT.setSObjectShare" {
  export default function setSObjectShare(param: {sobjectName: any, rowCause: any, parentId: any, userAccess: any, ownerId: any}): Promise<any>;
}
declare module "@salesforce/apex/LexRentalApplyControllerLWT.updateRentalApplyC" {
  export default function updateRentalApplyC(param: {recordId: any, SalesManagerSubmitC: any, StatusC: any, OPDManagerApproverC: any, BuchangApprovalManagerSalesSubmitC: any, OPDBuchangApproverC: any}): Promise<any>;
}