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.String
getNDays()
java.util.List<DayOfWeek>
getNDaysOfWeek()
java.lang.Boolean
getNegotiateQuote()
Deprecated, for removal: This API element is subject to removal in a future version.Since 6.3.java.lang.String
getNthDayOfMonth()
java.lang.String
getNWeeks()
java.lang.String
getQuoteRequestDescription()
Deprecated, for removal: This API element is subject to removal in a future version.Since 6.3.java.lang.Boolean
getReplenishmentOrder()
B2BReplenishmentRecurrenceEnum
getReplenishmentRecurrence()
java.util.Date
getReplenishmentStartDate()
java.lang.String
getSecurityCode()
java.lang.Boolean
getTermsCheck()
void
setNDays(java.lang.String nDays)
void
setNDaysOfWeek(java.util.List<DayOfWeek> nDaysOfWeek)
void
setNegotiateQuote(java.lang.Boolean negotiateQuote)
Deprecated, for removal: This API element is subject to removal in a future version.Since 6.3.void
setNthDayOfMonth(java.lang.String nthDayOfMonth)
void
setNWeeks(java.lang.String nWeeks)
void
setQuoteRequestDescription(java.lang.String quoteRequestDescription)
Deprecated, for removal: This API element is subject to removal in a future version.Since 6.3.void
setReplenishmentOrder(java.lang.Boolean replenishmentOrder)
void
setReplenishmentRecurrence(B2BReplenishmentRecurrenceEnum replenishmentRecurrence)
void
setReplenishmentStartDate(java.util.Date replenishmentStartDate)
void
setSecurityCode(java.lang.String securityCode)
void
setTermsCheck(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(forRemoval=true) public void setNegotiateQuote(java.lang.Boolean negotiateQuote)
Deprecated, for removal: This API element is subject to removal in a future version.Since 6.3. Please see quote functionality from commerce.
-
getNegotiateQuote
@Deprecated(forRemoval=true) public java.lang.Boolean getNegotiateQuote()
Deprecated, for removal: This API element is subject to removal in a future version.Since 6.3. Please see quote functionality from commerce.
-
setQuoteRequestDescription
@Deprecated(forRemoval=true) public void setQuoteRequestDescription(java.lang.String quoteRequestDescription)
Deprecated, for removal: This API element is subject to removal in a future version.Since 6.3. Please see quote functionality from commerce.
-
getQuoteRequestDescription
@Deprecated(forRemoval=true) public java.lang.String getQuoteRequestDescription()
Deprecated, for removal: This API element is subject to removal in a future version.Since 6.3. 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()
-
-