fferpcore.TaxCalculationResponseMapContextglobal with sharing class TaxCalculationResponseMapContext extends Context implements ObjectIO.DeserializableObject This class represents the source context of the tax calculation response. Methods
TaxCalculationResponseMapContextglobal TaxCalculationResponseMapContext() withAvailableSourceglobal fferpcore.TaxCalculationResponseMapContext withAvailableSource(String key, String description, fferpcore.DataType dataType) Create a fferpcore.TaxCalculationResponseMapContext by passing in the field name, label, and data type. Input Parameters
withAvailableSourceglobal fferpcore.TaxCalculationResponseMapContext withAvailableSource(fferpcore.Context.Source source) Create a fferpcore.TaxCalculationResponseMapContext by passing in an existing Context.Source. Input Parameters
getClassglobal override Type getClass() This method returns the class type of the associated context. Return ValueThis method returns a Type object. getInitMementoglobal override String getInitMemento() This method returns a string that describes the sObject with which the context is associated. Return ValueThis method returns a String object. initialiseglobal override void initialise(String memento) This method restores the state of the context ready for use. Input Parameters
getDisplayDescriptionglobal override fferpcore.Context.DisplayDescription getDisplayDescription() This method returns information about the source to display. Return ValueThis methods returns a Context.DisplayDescription that contains information about the source to display to the user. getPotentialChildrenglobal override List<fferpcore.Context.Source> getPotentialChildren() This method returns a complete list of the fields on this particular sObject. Fields on related objects are not included. Each field is described as a fferpcore.Context.Source in the returned list. Return ValueThis method returns a list of Context.Source that represent the potential children for this context. getSourceglobal override fferpcore.Context.Source getSource(String key) This method looks up a source by its key. Input Parameters
Return ValueThis method returns a Context.Source object. |