ffscpq.MoveEstimateDatesServiceglobal with sharing class MoveEstimateDatesService A service that provides functionality related to moving estimate dates. Methods
moveEstimateDatesglobal static List<ffscpq.MoveEstimateDatesService.MoveEstimateDatesResponse> moveEstimateDates(List<ffscpq.MoveEstimateDatesService.MoveEstimateDatesRequest> requests) A method that moves the dates of estimates. Input Parameters
Return ValueThis service returns MoveEstimateDateResponse in a list that parallels the input list. Sample Code
moveEstimateDatesAsyncglobal static Id moveEstimateDatesAsync(List<ffscpq.MoveEstimateDatesService.MoveEstimateDatesRequest> requests) A method that moves the dates of estimates asynchronously. Input Parameters
Return ValueThis service returns the AsyncApexJob ID. ffscpq.MoveEstimateDatesService.MoveEstimateDatesRequestglobal with sharing class MoveEstimateDatesRequest The request structure for moving the dates of estimates. Properties
MethodsMoveEstimateDatesRequestglobal MoveEstimateDatesRequest(List<Id> estimateIds, Integer dateOffset) Input Parameters
ffscpq.MoveEstimateDatesService.MoveEstimateDatesResponseglobal with sharing class MoveEstimateDatesResponse The result returned after moving the dates of estimates. Properties
MethodsMoveEstimateDatesResponseglobal MoveEstimateDatesResponse(List<Id> estimateIds) |