Uses of Class
com.sap.retail.sapppspricing.swagger.businessobject.dto.DescriptionCommonData
Packages that use DescriptionCommonData
-
Uses of DescriptionCommonData in com.sap.retail.sapppspricing.swagger.businessobject.dto
Methods in com.sap.retail.sapppspricing.swagger.businessobject.dto that return DescriptionCommonDataMethods in com.sap.retail.sapppspricing.swagger.businessobject.dto that return types with arguments of type DescriptionCommonDataModifier and TypeMethodDescriptionPriceDerivationRuleBase.getCustomerDisplayText()Texts shown to the customer in the languages requested by the client via RequestedMultiLanguage in the ARTSHeader.PriceDerivationRuleBase.getOperatorDisplayText()Texts shown to the operator in the languages requested by the client via RequestedMultiLanguage in the ARTSHeader.PriceDerivationRuleBase.getPromotionDescriptionMultiLanguage()Promotion descriptions in the languages requested by the client via RequestedMultiLanguage in the ARTSHeader.PriceDerivationRuleBase.getReceiptLineMultiLanguage()The texts to be printed on the receipt in the languages requested by the client via RequestedMultiLanguage in the ARTSHeader.Methods in com.sap.retail.sapppspricing.swagger.businessobject.dto with parameters of type DescriptionCommonDataModifier and TypeMethodDescriptionPriceDerivationRuleBase.addCustomerDisplayTextItem(DescriptionCommonData customerDisplayTextItem) PriceDerivationRuleBase.addOperatorDisplayTextItem(DescriptionCommonData operatorDisplayTextItem) PriceDerivationRuleBase.addPromotionDescriptionMultiLanguageItem(DescriptionCommonData promotionDescriptionMultiLanguageItem) PriceDerivationRuleBase.addReceiptLineMultiLanguageItem(DescriptionCommonData receiptLineMultiLanguageItem) BusinessError.description(DescriptionCommonData description) voidBusinessError.setDescription(DescriptionCommonData description) Method parameters in com.sap.retail.sapppspricing.swagger.businessobject.dto with type arguments of type DescriptionCommonDataModifier and TypeMethodDescriptionPriceDerivationRuleBase.customerDisplayText(List<DescriptionCommonData> customerDisplayText) PriceDerivationRuleBase.operatorDisplayText(List<DescriptionCommonData> operatorDisplayText) PriceDerivationRuleBase.promotionDescriptionMultiLanguage(List<DescriptionCommonData> promotionDescriptionMultiLanguage) PriceDerivationRuleBase.receiptLineMultiLanguage(List<DescriptionCommonData> receiptLineMultiLanguage) voidPriceDerivationRuleBase.setCustomerDisplayText(List<DescriptionCommonData> customerDisplayText) voidPriceDerivationRuleBase.setOperatorDisplayText(List<DescriptionCommonData> operatorDisplayText) voidPriceDerivationRuleBase.setPromotionDescriptionMultiLanguage(List<DescriptionCommonData> promotionDescriptionMultiLanguage) voidPriceDerivationRuleBase.setReceiptLineMultiLanguage(List<DescriptionCommonData> receiptLineMultiLanguage)