ffbc.DiscountsServiceglobal with sharing class DiscountsService This class provides service functionality for discounts. Methodsloadglobal static List<ffbc.DiscountsService.Discount> load() Retrieves all discounts stored on the database. Return ValueThe wrappers for the discounts. ffbc.DiscountsService.Discountglobal with sharing class Discount This models a discount. This class is marked as serializable and deserializable to work around an issue in enforcing JsonAccess for Visualforce remoting requests. Warning: Do not rely on any behavior available via serializing as or deserializing from JSON that is not part of the global API because it might be subject to change. Properties
|