Class PlaceOrderData
- java.lang.Object
-
- de.hybris.platform.b2bacceleratorfacades.checkout.data.PlaceOrderData
-
- All Implemented Interfaces:
java.io.Serializable
public class PlaceOrderData extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PlaceOrderData()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetNDays()java.util.List<DayOfWeek>getNDaysOfWeek()java.lang.BooleangetNegotiateQuote()Deprecated, for removal: This API element is subject to removal in a future version.Please see quote functionality from commerce.java.lang.StringgetNthDayOfMonth()java.lang.StringgetNWeeks()java.lang.StringgetQuoteRequestDescription()Deprecated, for removal: This API element is subject to removal in a future version.Please see quote functionality from commerce.java.lang.BooleangetReplenishmentOrder()B2BReplenishmentRecurrenceEnumgetReplenishmentRecurrence()java.util.DategetReplenishmentStartDate()java.lang.StringgetSecurityCode()java.lang.BooleangetTermsCheck()voidsetNDays(java.lang.String nDays)voidsetNDaysOfWeek(java.util.List<DayOfWeek> nDaysOfWeek)voidsetNegotiateQuote(java.lang.Boolean negotiateQuote)Deprecated, for removal: This API element is subject to removal in a future version.Please see quote functionality from commerce.voidsetNthDayOfMonth(java.lang.String nthDayOfMonth)voidsetNWeeks(java.lang.String nWeeks)voidsetQuoteRequestDescription(java.lang.String quoteRequestDescription)Deprecated, for removal: This API element is subject to removal in a future version.Please see quote functionality from commerce.voidsetReplenishmentOrder(java.lang.Boolean replenishmentOrder)voidsetReplenishmentRecurrence(B2BReplenishmentRecurrenceEnum replenishmentRecurrence)voidsetReplenishmentStartDate(java.util.Date replenishmentStartDate)voidsetSecurityCode(java.lang.String securityCode)voidsetTermsCheck(java.lang.Boolean termsCheck)
-
-
-
Method Detail
-
setSecurityCode
public void setSecurityCode(java.lang.String securityCode)
-
getSecurityCode
public java.lang.String getSecurityCode()
-
setTermsCheck
public void setTermsCheck(java.lang.Boolean termsCheck)
-
getTermsCheck
public java.lang.Boolean getTermsCheck()
-
setNegotiateQuote
@Deprecated(since="6.3", forRemoval=true) public void setNegotiateQuote(java.lang.Boolean negotiateQuote)Deprecated, for removal: This API element is subject to removal in a future version.Please see quote functionality from commerce.
-
getNegotiateQuote
@Deprecated(since="6.3", forRemoval=true) public java.lang.Boolean getNegotiateQuote()Deprecated, for removal: This API element is subject to removal in a future version.Please see quote functionality from commerce.
-
setQuoteRequestDescription
@Deprecated(since="6.3", forRemoval=true) public void setQuoteRequestDescription(java.lang.String quoteRequestDescription)Deprecated, for removal: This API element is subject to removal in a future version.Please see quote functionality from commerce.
-
getQuoteRequestDescription
@Deprecated(since="6.3", forRemoval=true) public java.lang.String getQuoteRequestDescription()Deprecated, for removal: This API element is subject to removal in a future version.Please see quote functionality from commerce.
-
setReplenishmentOrder
public void setReplenishmentOrder(java.lang.Boolean replenishmentOrder)
-
getReplenishmentOrder
public java.lang.Boolean getReplenishmentOrder()
-
setReplenishmentStartDate
public void setReplenishmentStartDate(java.util.Date replenishmentStartDate)
-
getReplenishmentStartDate
public java.util.Date getReplenishmentStartDate()
-
setReplenishmentRecurrence
public void setReplenishmentRecurrence(B2BReplenishmentRecurrenceEnum replenishmentRecurrence)
-
getReplenishmentRecurrence
public B2BReplenishmentRecurrenceEnum getReplenishmentRecurrence()
-
setNDaysOfWeek
public void setNDaysOfWeek(java.util.List<DayOfWeek> nDaysOfWeek)
-
getNDaysOfWeek
public java.util.List<DayOfWeek> getNDaysOfWeek()
-
setNDays
public void setNDays(java.lang.String nDays)
-
getNDays
public java.lang.String getNDays()
-
setNWeeks
public void setNWeeks(java.lang.String nWeeks)
-
getNWeeks
public java.lang.String getNWeeks()
-
setNthDayOfMonth
public void setNthDayOfMonth(java.lang.String nthDayOfMonth)
-
getNthDayOfMonth
public java.lang.String getNthDayOfMonth()
-
-