Accounting API Developer's Reference
|
c2g.CODAAPIPrintFormat_3_0global with sharing class CODAAPIPrintFormat_3_0 The service class relating to Print Formats. These are used by the Print Formatter tool. Properties
Methods
GetAPIVersionwebservice static String GetAPIVersion() Used to get the latest API version. Return ValueText GetServiceNamewebservice static String GetServiceName() Used to get the name of the service. Return ValueText GetPrintFormatsByUserwebservice static List<String> GetPrintFormatsByUser(c2g.CODAAPICommon_3_0.Context context, String objectUser, String templateType) This service allows you to retrieve print formats by user or template type. Input Parameters
Return ValueThis web service returns a list of String objects. GetPrintFormatwebservice static c2g.CODAAPIPrintFormatTypes_3_0.PrintFormat GetPrintFormat(c2g.CODAAPICommon_3_0.Context context, c2g.CODAAPICommon.Reference value) This service allows you to retrieve a print format. Input Parameters
Return ValueThis web service returns a c2g.CODAAPIPrintFormatTypes_3_0.PrintFormat object. DeletePrintFormatwebservice static void DeletePrintFormat(c2g.CODAAPICommon_3_0.Context context, String name) This service allows you to delete a print format. Input Parameters
Return ValueThis web service does not return a value. CreatePrintFormatwebservice static c2g.CODAAPICommon.Reference CreatePrintFormat(c2g.CODAAPICommon_3_0.Context context, c2g.CODAAPIPrintFormatTypes_3_0.PrintFormat value, String name) This service allows you to create a print format for use with Print Formatter. See the Property Reference section in the FinancialForce Print Formatter Help for more information. Input Parameters
Return ValueThis web service returns a CODAAPICommon.Reference object. UpdatePrintFormatwebservice static c2g.CODAAPICommon.Reference UpdatePrintFormat(c2g.CODAAPICommon_3_0.Context context, c2g.CODAAPIPrintFormatTypes_3_0.PrintFormat value, String name, Boolean overrideExisting) This service allows you to update a print format for use with Print Formatter. Input Parameters
Return ValueThis web service returns a CODAAPICommon.Reference object. |