Uses of Class
com.sap.retail.sapppspricing.swagger.businessobject.dto.ARTSCommonHeaderType
Packages that use ARTSCommonHeaderType
Package
Description
-
Uses of ARTSCommonHeaderType in com.sap.retail.sapppspricing.opps
Methods in com.sap.retail.sapppspricing.opps that return ARTSCommonHeaderTypeModifier and TypeMethodDescriptionObjectFactory.createARTSCommonHeaderType()Create an instance ofARTSCommonHeaderType -
Uses of ARTSCommonHeaderType in com.sap.retail.sapppspricing.swagger.businessobject.dto
Methods in com.sap.retail.sapppspricing.swagger.businessobject.dto that return ARTSCommonHeaderTypeModifier and TypeMethodDescriptionARTSCommonHeaderType.actionCode(ARTSCommonHeaderType.ActionCodeEnum actionCode) ARTSCommonHeaderType.addAnyItem(Object anyItem) ARTSCommonHeaderType.addBusinessUnitItem(BusinessUnitCommonData businessUnitItem) ARTSCommonHeaderType.addDateTimeItem(HeaderDateTime dateTimeItem) ARTSCommonHeaderType.addRequestedMultiLanguageItem(String requestedMultiLanguageItem) ARTSCommonHeaderType.businessUnit(List<BusinessUnitCommonData> businessUnit) ARTSCommonHeaderType.dateTime(List<HeaderDateTime> dateTime) PriceCalculate.getArTSHeader()Get arTSHeaderPriceCalculateResponse.getArTSHeader()Get arTSHeaderARTSCommonHeaderType.masterDataSourceSystemID(String masterDataSourceSystemID) ARTSCommonHeaderType.messageType(ARTSCommonHeaderType.MessageTypeEnum messageType) ARTSCommonHeaderType.requestedLanguage(String requestedLanguage) ARTSCommonHeaderType.requestedMultiLanguage(List<String> requestedMultiLanguage) ARTSCommonHeaderType.workstationID(WorkstationIDCommonData workstationID) Methods in com.sap.retail.sapppspricing.swagger.businessobject.dto with parameters of type ARTSCommonHeaderTypeModifier and TypeMethodDescriptionPriceCalculate.arTSHeader(ARTSCommonHeaderType arTSHeader) PriceCalculateResponse.arTSHeader(ARTSCommonHeaderType arTSHeader) voidPriceCalculate.setArTSHeader(ARTSCommonHeaderType arTSHeader) voidPriceCalculateResponse.setArTSHeader(ARTSCommonHeaderType arTSHeader)