declare module "@salesforce/apex/lexSINewQuoteEntryController.selectQuoteById" {
|
export default function selectQuoteById(param: {quoId: any}): Promise<any>;
|
}
|
declare module "@salesforce/apex/lexSINewQuoteEntryController.selectQuoteListLineItemCount" {
|
export default function selectQuoteListLineItemCount(param: {quoId: any, oppId: any, copyid: any}): Promise<any>;
|
}
|
declare module "@salesforce/apex/lexSINewQuoteEntryController.selectQuoteLineItem" {
|
export default function selectQuoteLineItem(param: {quoId: any, copyid: any}): Promise<any>;
|
}
|
declare module "@salesforce/apex/lexSINewQuoteEntryController.selecUser" {
|
export default function selecUser(): Promise<any>;
|
}
|
declare module "@salesforce/apex/lexSINewQuoteEntryController.getquoDes" {
|
export default function getquoDes(): Promise<any>;
|
}
|
declare module "@salesforce/apex/lexSINewQuoteEntryController.QuotCalfagAss" {
|
export default function QuotCalfagAss(): Promise<any>;
|
}
|
declare module "@salesforce/apex/lexSINewQuoteEntryController.selectOpportunityById" {
|
export default function selectOpportunityById(param: {oppId: any}): Promise<any>;
|
}
|
declare module "@salesforce/apex/lexSINewQuoteEntryController.selectOppLItem" {
|
export default function selectOppLItem(param: {oppId: any}): Promise<any>;
|
}
|
declare module "@salesforce/apex/lexSINewQuoteEntryController.selectProById" {
|
export default function selectProById(param: {proList: any}): Promise<any>;
|
}
|
declare module "@salesforce/apex/lexSINewQuoteEntryController.selectAccountById" {
|
export default function selectAccountById(param: {accountid: any}): Promise<any>;
|
}
|
declare module "@salesforce/apex/lexSINewQuoteEntryController.getPicklistValues" {
|
export default function getPicklistValues(param: {objstr: any, fld: any, ifempty: any}): Promise<any>;
|
}
|
declare module "@salesforce/apex/lexSINewQuoteEntryController.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/lexSINewQuoteEntryController.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/lexSINewQuoteEntryController.serContact" {
|
export default function serContact(param: {tradec: any, SearchName: any, celon: any}): Promise<any>;
|
}
|
declare module "@salesforce/apex/lexSINewQuoteEntryController.serSetContact" {
|
export default function serSetContact(param: {SearchName: any, SearchCode: any, filterName: any}): Promise<any>;
|
}
|
declare module "@salesforce/apex/lexSINewQuoteEntryController.setProductEntry" {
|
export default function setProductEntry(param: {setProduct_text: any, activitiesCan: any, oppInfoc: any, quoc: any}): Promise<any>;
|
}
|
declare module "@salesforce/apex/lexSINewQuoteEntryController.excelImport" {
|
export default function excelImport(param: {excel_text: any, activitiesCan: any, oppInfoc: any, quoc: any}): Promise<any>;
|
}
|
declare module "@salesforce/apex/lexSINewQuoteEntryController.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/lexSINewQuoteEntryController.getModulus" {
|
export default function getModulus(param: {oppInfoc: any}): Promise<any>;
|
}
|
declare module "@salesforce/apex/lexSINewQuoteEntryController.submitOppoApplyStock" {
|
export default function submitOppoApplyStock(param: {oppIdc: any, quoIdc: any}): Promise<any>;
|
}
|
declare module "@salesforce/apex/lexSINewQuoteEntryController.QuoteConfirm" {
|
export default function QuoteConfirm(param: {quoid: any}): Promise<any>;
|
}
|