declare module "@salesforce/apex/lexNewQuoteEntryController.selectQuoteById" {
|
export default function selectQuoteById(param: {quoId: any}): Promise<any>;
|
}
|
declare module "@salesforce/apex/lexNewQuoteEntryController.selectQuoteListLineItemCount" {
|
export default function selectQuoteListLineItemCount(param: {quoId: any, oppId: any, copyid: any}): Promise<any>;
|
}
|
declare module "@salesforce/apex/lexNewQuoteEntryController.selectQuoteLineItem" {
|
export default function selectQuoteLineItem(param: {quoId: any, copyid: any}): Promise<any>;
|
}
|
declare module "@salesforce/apex/lexNewQuoteEntryController.selecUser" {
|
export default function selecUser(): Promise<any>;
|
}
|
declare module "@salesforce/apex/lexNewQuoteEntryController.getquoDes" {
|
export default function getquoDes(): Promise<any>;
|
}
|
declare module "@salesforce/apex/lexNewQuoteEntryController.QuotCalfagAss" {
|
export default function QuotCalfagAss(): Promise<any>;
|
}
|
declare module "@salesforce/apex/lexNewQuoteEntryController.selectOpportunityById" {
|
export default function selectOpportunityById(param: {oppId: any}): Promise<any>;
|
}
|
declare module "@salesforce/apex/lexNewQuoteEntryController.selectOppLItem" {
|
export default function selectOppLItem(param: {oppId: any}): Promise<any>;
|
}
|
declare module "@salesforce/apex/lexNewQuoteEntryController.selectAccountById" {
|
export default function selectAccountById(param: {accountid: any}): Promise<any>;
|
}
|
declare module "@salesforce/apex/lexNewQuoteEntryController.getPicklistValues" {
|
export default function getPicklistValues(param: {objstr: any, fld: any, ifempty: any}): Promise<any>;
|
}
|
declare module "@salesforce/apex/lexNewQuoteEntryController.SaveQuote" {
|
export default function SaveQuote(param: {activitiesCan: any, CheckItemCan: any, WinOrDecideAlertc: any, productStatusUpdatedc: any, oppInfoc: any, enableSalesc: any, quoc: any, oppIdc: any, quoIdc: any, newQuoteFlagc: any, changedAfterPrintc: any, quoteGurantee_Periodc: any, quotemultiYearWarrantyc: any, selection_hpc: any, SkipQuotefilgc: any, quoteflg: any, agency1Namec: any}): Promise<any>;
|
}
|
declare module "@salesforce/apex/lexNewQuoteEntryController.Print" {
|
export default function Print(param: {activitiesCan: any, CheckItemCan: any, WinOrDecideAlertc: any, productStatusUpdatedc: any, oppInfoc: any, enableSalesc: any, quoc: any, oppIdc: any, quoIdc: any, newQuoteFlagc: any, changedAfterPrintc: any, quoteGurantee_Periodc: any, quotemultiYearWarrantyc: any, selection_hpc: any, SkipQuotefilgc: any, QuoteDecisionc: any, agency1Namec: any}): Promise<any>;
|
}
|
declare module "@salesforce/apex/lexNewQuoteEntryController.serContact" {
|
export default function serContact(param: {tradec: any, SearchName: any, celon: any}): Promise<any>;
|
}
|
declare module "@salesforce/apex/lexNewQuoteEntryController.serSetContact" {
|
export default function serSetContact(param: {SearchName: any, SearchCode: any, filterName: any}): Promise<any>;
|
}
|
declare module "@salesforce/apex/lexNewQuoteEntryController.setProductEntry" {
|
export default function setProductEntry(param: {setProduct_text: any, activitiesCan: any, oppInfoc: any, quoc: any}): Promise<any>;
|
}
|
declare module "@salesforce/apex/lexNewQuoteEntryController.excelImport" {
|
export default function excelImport(param: {excel_text: any, activitiesCan: any, oppInfoc: any, quoc: any}): Promise<any>;
|
}
|
declare module "@salesforce/apex/lexNewQuoteEntryController.QuoteDecision" {
|
export default function QuoteDecision(param: {activitiesCan: any, CheckItemCan: any, WinOrDecideAlertc: any, productStatusUpdatedc: any, oppInfoc: any, enableSalesc: any, quoc: any, oppIdc: any, quoIdc: any, newQuoteFlagc: any, changedAfterPrintc: any, quoteGurantee_Periodc: any, quotemultiYearWarrantyc: any, selection_hpc: any, SkipQuotefilgc: any, agency1Namec: any}): Promise<any>;
|
}
|
declare module "@salesforce/apex/lexNewQuoteEntryController.getModulus" {
|
export default function getModulus(param: {oppInfoc: any}): Promise<any>;
|
}
|