public class OrderManager extends Manager
| Modifier and Type | Class and Description |
|---|---|
protected static class |
OrderManager.OrderManagerSerializableDTO |
Manager.GenericManagerSingletonCreator, Manager.ManagerSingletonCreator| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BEAN_NAME |
| Constructor and Description |
|---|
OrderManager() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
adjustOrderCode(java.lang.String presetCode)
Deprecated.
since ages - Since 4.3 the following is done automatically by order's
DefaultAbstractOrderPrepareInterceptor |
void |
appendToCart(Cart sourceCart,
Cart targetCart)
Deprecated.
since ages - Use CartService.appendToCart(CartModel, CartModel) instead.
|
protected void |
checkBeforeItemRemoval(SessionContext ctx,
Item item)
TODO improve API doc Override this method to implement pre-removal consistency checks.
|
Cart |
createCart(AbstractOrder original,
java.lang.String newCode)
Deprecated.
since ages - use de.hybris.platform.order.CartService.createCart(ComposedTypeModel, ComposedTypeModel ,
AbstractOrderModel, String );
|
Cart |
createCart(ComposedType type,
ComposedType entryType,
AbstractOrder original,
java.lang.String newCode)
Deprecated.
since ages - use de.hybris.platform.order.CartService.createCart(ComposedTypeModel, ComposedTypeModel ,
AbstractOrderModel, String );
|
Cart |
createCart(ComposedType type,
PK pkBase,
java.lang.String code,
User user,
Currency currency,
java.util.Date date,
boolean net)
Deprecated.
since ages - use modelService and standard model setters
|
Cart |
createCart(ComposedType type,
java.lang.String code,
User user,
Currency currency,
java.util.Date date,
boolean net)
Deprecated.
since ages - use modelService and standard model setters
|
Cart |
createCart(PK pk,
java.lang.String code,
User user,
Currency currency,
java.util.Date date,
boolean net)
Deprecated.
since ages - use modelService and standard model setters
|
Cart |
createCart(java.lang.String code,
User user,
Currency currency,
java.util.Date date,
boolean net)
Deprecated.
since ages - use modelService and standard model setters
|
Cart |
createCart(User user,
Currency currency,
java.util.Date date,
boolean net)
Deprecated.
since ages - use modelService and standard model setters
|
DeliveryMode |
createDeliveryMode(ComposedType type,
java.lang.String code)
Deprecated.
since ages - Use ModelService to create DeliveryMode and standard setters to provide attribute values.
|
Discount |
createDiscount(java.lang.String code)
Deprecated.
since ages - Use ModelService to create Discounts and standard setters to provide attribute values.
|
DiscountValue |
createDiscountValue(java.lang.String code,
java.lang.String description,
double value,
int priority,
boolean absolute,
Discount discount)
Deprecated.
since ages - just instantiate
DiscountValue |
Order |
createOrder(AbstractOrder original)
Deprecated.
since ages - use de.hybris.platform.order.OrderService.createOrder(ComposedTypeModel, ComposedTypeModel ,
AbstractOrderModel, String );
|
Order |
createOrder(ComposedType type,
ComposedType entryType,
AbstractOrder original)
Deprecated.
since ages - use de.hybris.platform.order.OrderService.createOrder(ComposedTypeModel, ComposedTypeModel ,
AbstractOrderModel, String );
|
Order |
createOrder(ComposedType type,
PK pkBase,
java.lang.String code,
User user,
Currency currency,
java.util.Date date,
boolean net)
Deprecated.
since ages - use modelService and standard model setters
|
Order |
createOrder(ComposedType type,
java.lang.String code,
User user,
Currency currency,
java.util.Date date,
boolean net)
Deprecated.
since ages - use modelService and standard model setters
|
Order |
createOrder(PK pk,
java.lang.String code,
User user,
Currency currency,
java.util.Date date,
boolean net)
Deprecated.
since ages - use modelService and standard model setters
|
Order |
createOrder(java.lang.String code,
User user,
Currency currency,
java.util.Date date,
boolean net)
Deprecated.
since ages - use modelService and standard model setters
|
Order |
createOrder(User user,
Currency currency,
java.util.Date date,
boolean net)
Deprecated.
since ages - use modelService and standard model setters
|
PaymentMode |
createPaymentMode(ComposedType type,
java.lang.String code,
ComposedType paymentInfoType)
Deprecated.
since ages - Use ModelService to create PaymentMode and standard setters to provide attribute values.
|
Tax |
createTax(java.lang.String code)
Deprecated.
since ages - Use ModelService to create Taxes and standard setters to set attribute values.
|
TaxValue |
createTaxValue(java.lang.String code,
double value,
boolean absolute,
Tax tax)
Deprecated.
since ages - just instantiate
TaxValue directly |
java.util.Collection |
getAllDeliveryModes()
Deprecated.
since ages - Use DeliveryModeService.getAllDeliveryModes() instead.
|
java.util.Collection |
getAllDiscounts()
Deprecated.
since ages - Obsolete get all method. Use FlexibleSearchService to query for Discounts.
|
java.util.Collection |
getAllDiscounts(boolean global)
Deprecated.
since ages - Obsolete get all method. Use FlexibleSearchService to query for Discounts.
|
java.util.Collection |
getAllOrders()
Returns all
Orders. |
java.util.Collection |
getAllPaymentInfos()
Deprecated.
since ages - Obsolete get all method. Use flexible search to fetch desired payment infos.
|
java.util.Collection |
getAllPaymentModes()
Deprecated.
since ages - Use PaymentModeService#getAllPaymentModes() instead.
|
java.util.Collection |
getAllTaxes()
Deprecated.
since ages - Obsolete get all method. Use FlexibleSearchService to query for taxes.
|
java.lang.String |
getCartEntryTypeCode()
Deprecated.
since ages - Use CartEntryModel._TYPECODE instead.
|
protected java.lang.String |
getCartTypeCode()
Deprecated.
since ages - Use CartModel._TYPECODE instead.
|
CloneCartStrategy<Cart> |
getCloneCartStrategy()
Deprecated.
since ages - Use spring injected de.hybris.platform.order.strategies.ordercloning.CartCloningStrategy instead.
|
protected CloneOrderStrategy<Order> |
getCloneOrderStrategy()
Deprecated.
since ages - Use spring injected de.hybris.platform.order.strategies.ordercloning.CloneOrderStrategy instead.
|
AbstractPriceFactory |
getDefaultPriceFactory()
Returns the default
PriceFactory. |
DeliveryCostsStrategy |
getDeliveryCostsStrategy() |
DeliveryMode |
getDeliveryModeByCode(java.lang.String code)
Deprecated.
since ages - Use DeliveryModeService.getDeliveryModeForCode(String) instead.
|
protected java.lang.String |
getDeliveryModeTypeCode()
Deprecated.
since ages - Use DeliveryModeModel._TYPECODE instead.
|
EnumerationType |
getDeliveryStatusType()
Deprecated.
since ages - Use DeliveryStatus.getType()
|
Discount |
getDiscountByCode(java.lang.String code)
Deprecated.
since ages - Use DiscountService.getDiscountForCode(String).
|
java.util.Collection |
getDiscountsByCode(java.lang.String searchString)
Deprecated.
since ages - UseDiscountService.getDiscountsForCode(String).
|
protected java.lang.String |
getDiscountTypeCode()
Deprecated.
since ages - Use DiscountModel._TYPECODE instead.
|
EnumerationType |
getExportStatusType()
Deprecated.
since ages - Use ExportStatus.getType() instead.
|
static OrderManager |
getInstance() |
java.lang.String |
getOrderEntryTypeCode()
Deprecated.
since ages - Use OrderEntryModel._TYPECODE instead.
|
java.util.Collection |
getOrders(User user)
Deprecated.
since ages - please use
GeneratedUser.getOrders() |
EnumerationType |
getOrderStatusType()
Deprecated.
since ages - Use OrderStatus.getType() instead.
|
protected java.lang.String |
getOrderTypeCode()
Deprecated.
since ages - Use OrderModel._TYPECODE instead.
|
PaymentInfo |
getPaymentInfoByCode(java.lang.String code)
Deprecated.
since payment info object are not intended to have unique codes this method makes no sense at all;
further payment infos should only be accessed via their users; use
getPaymentInfosByCode(String) instead |
java.util.Collection |
getPaymentInfos(int type)
Deprecated.
since ages - Obsolete method. Use flexible search to fetch desired PaymentInfos.
|
java.util.Collection |
getPaymentInfosByCode(java.lang.String code)
Deprecated.
since ages - Obsolete method. Since payment info object are not intended to have unique codes this method makes no
sense at all; further PaymentInfos should only be accessed via their users.
|
java.util.Collection |
getPaymentInfosByUser(User user)
Deprecated.
since ages - Use UserModel.getPaymentInfos() instead.
|
protected java.lang.String |
getPaymentInfoTypeCode()
Deprecated.
since ages - Use PaymentInfoModel._TYPECODE instead.
|
PaymentMode |
getPaymentModeByCode(java.lang.String code)
Deprecated.
since ages - Use PaymentModeService.getPaymentModeByCode(String) instead.
|
protected java.lang.String |
getPaymentModeTypeCode()
Deprecated.
since ages - Use PaymentModeModel._TYPECODE instead.
|
EnumerationType |
getPaymentStatusType()
Deprecated.
since ages - Use PaymentStatus.getType()
|
PriceFactory |
getPriceFactory()
Returns the configured
PriceFactory. |
java.util.Collection |
getSupportedDeliveryModes(PaymentMode pm)
Deprecated.
since ages - Use PaymentModeModel.getSupportedDeliveryModes() instead.
|
Tax |
getTaxByCode(java.lang.String code)
Deprecated.
since ages - Use TaxService.getTaxForCode(String) instead.
|
java.util.Collection |
getTaxesByCode(java.lang.String searchString)
Deprecated.
since ages - Use TaxService.getTaxesForCode(String) instead.
|
protected java.lang.String |
getTaxTypeCode()
Deprecated.
since ages - Use TaxModel._TYPECODE instead.
|
protected void |
notifyItemRemoval(SessionContext ctx,
Item item)
Avoids call to ejb layer except for
PaymentMode and Currency instances. |
protected java.util.Collection |
searchAbstractOrders(java.lang.String orderTypeCode,
SearchContext context)
Deprecated.
since ages - Obsolete way of dynamic searching within orders. Use FlexibleSearchService to query for orders.
|
java.util.Collection |
searchCarts(SearchContext context)
Deprecated.
since ages - Obsolete way of dynamic searching within carts. Use FlexibleSearchService to query for carts.
|
java.util.Collection |
searchDiscounts(SearchContext context)
Deprecated.
since ages - Obsolete way of dynamic searching within discounts. Use FlexibleSearchService to query for discounts.
|
java.util.Collection |
searchOrders(SearchContext context)
Deprecated.
since ages - Obsolete way of dynamic searching within orders. Use FlexibleSearchService to query for orders.
|
protected java.util.Collection |
searchPaymentInfos(User user,
java.lang.String code,
java.lang.Integer type) |
java.util.Collection |
searchTaxes(SearchContext context)
Deprecated.
since ages - Obsolete way of dynamic searching within taxes. Use FlexibleSearchService to query for taxes.
|
void |
setCloneCartStrategy(CloneCartStrategy<Cart> cloneCartStrategy)
Deprecated.
since ages - Use spring injection to set de.hybris.platform.order.strategies.ordercloning.CartCloningStrategy
instead.
|
void |
setCloneOrderStrategy(CloneOrderStrategy<Order> cloneOrderStrategy)
Deprecated.
since ages - Use spring injection to set de.hybris.platform.order.strategies.ordercloning.CloneOrderStrategy
instead.
|
void |
setDeliveryCostsStrategy(DeliveryCostsStrategy deliveryCostsStrategys) |
void |
setOrderCodeGenerator(KeyGenerator orderCodeGenerator) |
java.lang.Object |
writeReplace() |
afterItemCreation, beforeItemCreation, destroy, extractNonRequiredRemoteFromItem, extractRequiredRemoteFromItem, getAllValuesSessionContext, getAttribute, getAttributeMap, getFirstItemByAttribute, getFirstItemByAttribute, getRemote, getRemoteManagerClass, getSession, getSingletonManagerInstance, getTenant, getTransientObject, getTransientObjectMap, init, setAttribute, setTenant, setTransientObject, wrappublic static final java.lang.String BEAN_NAME
public void setOrderCodeGenerator(KeyGenerator orderCodeGenerator)
@Deprecated protected CloneOrderStrategy<Order> getCloneOrderStrategy()
@Deprecated public void setCloneOrderStrategy(CloneOrderStrategy<Order> cloneOrderStrategy)
@Deprecated public CloneCartStrategy<Cart> getCloneCartStrategy()
@Deprecated public void setCloneCartStrategy(CloneCartStrategy<Cart> cloneCartStrategy)
public DeliveryCostsStrategy getDeliveryCostsStrategy()
public void setDeliveryCostsStrategy(DeliveryCostsStrategy deliveryCostsStrategys)
public static OrderManager getInstance()
protected void checkBeforeItemRemoval(SessionContext ctx, Item item) throws ConsistencyCheckException
ManagerManager and allows aborting removal by throwing a ConsistencyCheckException. If no manager
did so each one is notified by calling Manager.notifyItemRemoval(SessionContext, Item).
This method does nothing and may be overridden.
checkBeforeItemRemoval in class Managerctx - the current session contextitem - the item which should be removedConsistencyCheckException - thrown to abort removal due to consistency errorsprotected void notifyItemRemoval(SessionContext ctx, Item item)
PaymentMode and Currency instances.notifyItemRemoval in class Managerctx - the currency session contextitem - the item which is going to be removedpublic AbstractPriceFactory getDefaultPriceFactory()
PriceFactory.PriceFactory First the setting inside the project.properties (see entry
'default.pricefactory') will be consulted.. If this fails, an instance of
de.hybris.platform.jalo.order.price.DummyPriceFactory will be returned.public PriceFactory getPriceFactory()
PriceFactory.
At first the session property 'pricefactory' will be evaluated. If its value is
PriceFactory@Deprecated protected java.lang.String getPaymentInfoTypeCode()
@Deprecated public java.lang.String getOrderEntryTypeCode()
@Deprecated protected java.lang.String getOrderTypeCode()
@Deprecated protected java.lang.String getTaxTypeCode()
@Deprecated protected java.lang.String getDiscountTypeCode()
@Deprecated protected java.lang.String getDeliveryModeTypeCode()
@Deprecated protected java.lang.String getPaymentModeTypeCode()
@Deprecated public java.lang.String getCartEntryTypeCode()
@Deprecated protected java.lang.String getCartTypeCode()
@Deprecated public java.util.Collection getAllPaymentInfos()
PaymentInfo objects.Collection containing all PaymentInfos.@Deprecated public java.util.Collection getPaymentInfos(int type)
PaymentInfos of the specified type. The types are defined in
PaymentInfo.type - the type of the searched PaymentInfosCollection of all PaymentInfos of the specified type.@Deprecated public java.util.Collection getPaymentInfosByUser(User user)
PaymentInfos of the specified User.user - the User whoes PaymentInfos should be returned.Collection of all PaymentInfos of the specified User@Deprecated public PaymentInfo getPaymentInfoByCode(java.lang.String code) throws JaloItemNotFoundException
getPaymentInfosByCode(String) insteadcode - PaymentInfo with the given codeJaloItemNotFoundException@Deprecated public java.util.Collection getPaymentInfosByCode(java.lang.String code)
PaymentInfos object which match the given code ('%' as wildcard can be used).code - the codeCollection of PaymentInfosprotected java.util.Collection searchPaymentInfos(User user, java.lang.String code, java.lang.Integer type)
@Deprecated public java.util.Collection getSupportedDeliveryModes(PaymentMode pm)
pm - public java.util.Collection getAllOrders()
Orders.Collection containing all Orders@Deprecated public java.util.Collection getOrders(User user)
GeneratedUser.getOrders()User.user - Collection containing all Orders of the specified User@Deprecated public Order createOrder(User user, Currency currency, java.util.Date date, boolean net) throws JaloInvalidParameterException
user - currency - date - net - OrderJaloInvalidParameterException@Deprecated public Order createOrder(java.lang.String code, User user, Currency currency, java.util.Date date, boolean net) throws JaloInvalidParameterException
code - user - currency - date - net - OrderJaloInvalidParameterException@Deprecated public Order createOrder(ComposedType type, java.lang.String code, User user, Currency currency, java.util.Date date, boolean net) throws JaloInvalidParameterException
code - user - currency - date - net - OrderJaloInvalidParameterException@Deprecated public Order createOrder(PK pk, java.lang.String code, User user, Currency currency, java.util.Date date, boolean net) throws JaloInvalidParameterException
pk - the pk for the new item; it will be equipped with type code additionally (code - user - currency - date - net - OrderJaloInvalidParameterException@Deprecated public Order createOrder(ComposedType type, PK pkBase, java.lang.String code, User user, Currency currency, java.util.Date date, boolean net)
pkBase - the pk for the new item; it will be equipped with type code additionally (code - user - currency - date - net - OrderJaloInvalidParameterException@Deprecated public Cart createCart(User user, Currency currency, java.util.Date date, boolean net) throws ConsistencyCheckException, JaloInvalidParameterException
user - currency - date - net - CartJaloInvalidParameterExceptionConsistencyCheckException@Deprecated public Cart createCart(java.lang.String code, User user, Currency currency, java.util.Date date, boolean net) throws ConsistencyCheckException, JaloInvalidParameterException
code - user - currency - date - net - CartJaloInvalidParameterExceptionConsistencyCheckException@Deprecated public Cart createCart(ComposedType type, java.lang.String code, User user, Currency currency, java.util.Date date, boolean net) throws ConsistencyCheckException, JaloInvalidParameterException
code - user - currency - date - net - CartJaloInvalidParameterExceptionConsistencyCheckException@Deprecated public Cart createCart(PK pk, java.lang.String code, User user, Currency currency, java.util.Date date, boolean net) throws ConsistencyCheckException, JaloInvalidParameterException
pk - the pk for the new item; it will be equipped with type code additionally (code - user - currency - date - net - CartJaloInvalidParameterExceptionConsistencyCheckException@Deprecated public Cart createCart(ComposedType type, PK pkBase, java.lang.String code, User user, Currency currency, java.util.Date date, boolean net) throws ConsistencyCheckException, JaloInvalidParameterException
pkBase - the pk for the new item; it will be equipped with type code additionally (code - user - currency - date - net - CartJaloInvalidParameterExceptionConsistencyCheckException@Deprecated public Order createOrder(AbstractOrder original)
Order, which takes all informations and entries from an existing
AbstractOrder. This includes user, currency and gross / net status. Please note that the order is
not calculated , even if the cart has been.original - the original order which will be copiedOrder@Deprecated public Order createOrder(ComposedType type, ComposedType entryType, AbstractOrder original)
Order, which takes all informations and entries from an existing
AbstractOrder. This includes user, currency and gross / net status. Please note that the order is
not calculated , even if the cart has been.type - the item type of the new orderentryType - the item type of the new order entriesoriginal - the original order which will be copiedOrder@Deprecated public Cart createCart(AbstractOrder original, java.lang.String newCode) throws ConsistencyCheckException
Cart, which takes all informations and entries from an existing
AbstractOrder. This includes user, currency, date and gross / net status. Please note that the
order is not calculated , even if the cart has been.original - the original order which will be copiednewCode - the code of the new CartOrderConsistencyCheckException@Deprecated public Cart createCart(ComposedType type, ComposedType entryType, AbstractOrder original, java.lang.String newCode) throws ConsistencyCheckException
Cart, which takes all informations and entries from an existing
AbstractOrder. This includes user, currency, date and gross / net status. Please note that the
order is not calculated , even if the cart has been.original - the original order which will be copiednewCode - the code of the new CartOrderConsistencyCheckException@Deprecated public java.util.Collection searchOrders(SearchContext context)
Orders with the specified SearchContext. The following
propertie fields are availaible:
GeneratedAbstractOrder.CODE : String | nullGeneratedAbstractOrder.USER : User | nullOrder.START_DATE : Date | nullOrder.END_DATE : Date | nullGeneratedAbstractOrder.CURRENCY : Currency | nullGeneratedAbstractOrder.NET : java.lang.Boolean | nullGeneratedAbstractOrder.STATUS : EnumerationValue | nullAbstractOrder.PAYMENT_MODE : PaymentMode | nullAbstractOrder.DELIVERY_MODE : DeliveryMode | nullAbstractOrder.PAYMENT_STATUS : EnumerationValue | nullAbstractOrder.DELIVERY_STATUS : EnumerationValue | nullcontext - Collection containing all Orders which matched the specified
SearchContext@Deprecated
protected java.util.Collection searchAbstractOrders(java.lang.String orderTypeCode,
SearchContext context)
searchOrders(SearchContext) and searchCarts(SearchContext).orderTypeCode - the actual type code of orders to searchcontext - the search context holding the parameters@Deprecated public java.util.Collection searchCarts(SearchContext context)
Carts with the specified SearchContext. The following
propertie fields are availaible:
GeneratedAbstractOrder.CODE : String | nullGeneratedAbstractOrder.USER : User | nullCart.START_DATE : Date | nullCart.END_DATE : Date | nullGeneratedAbstractOrder.CURRENCY : Currency | nullGeneratedAbstractOrder.NET : java.lang.Boolean | nullAbstractOrder.ORDER_STATUS_TYPE : EnumerationValue | nullAbstractOrder.PAYMENT_MODE : PaymentMode | nullAbstractOrder.DELIVERY_MODE : DeliveryMode | nullcontext - Collection containing all Cartss which matched the specified
SearchContext@Deprecated public java.util.Collection searchTaxes(SearchContext context)
Tax with the specified
SearchContext. See tax for definition of search properties.
Null values are equivalent to omitting the field. This has the meaning that all objects will be found, if not constricted by other fields.
context - the search context containing all search parameters@Deprecated public java.util.Collection searchDiscounts(SearchContext context)
Discount with the specified
SearchContext. See discount for definition of search properties.
Null values are equivalent to omitting the field. This has the meaning that all objects will be found, if not constricted by other fields.
context - the search context containing all search parameters@Deprecated public java.util.Collection getAllTaxes()
>Tax objects.Collection of all Tax/code>es@Deprecated public java.util.Collection getTaxesByCode(java.lang.String searchString)
Tax objects which matched the specified code.searchString - an SQL-Like statement as StringCollection of all Tax/code>es which matched the specified code@Deprecated public Tax getTaxByCode(java.lang.String code)
Tax with the specified code.code - the codeTax with the specified code@Deprecated public Tax createTax(java.lang.String code) throws ConsistencyCheckException
Tax object.code - the code of the new TaxTax objectConsistencyCheckException - if the specified code is already in use.@Deprecated public TaxValue createTaxValue(java.lang.String code, double value, boolean absolute, Tax tax)
TaxValue directlycode - value - absolute - tax - TaxValue@Deprecated public DiscountValue createDiscountValue(java.lang.String code, java.lang.String description, double value, int priority, boolean absolute, Discount discount)
DiscountValuecode - description - value - priority - absolute - discount - DiscountValue object.@Deprecated public java.util.Collection getAllDiscounts()
Collection of all Discounts@Deprecated public java.util.Collection getAllDiscounts(boolean global)
global - @Deprecated public Discount getDiscountByCode(java.lang.String code)
code - Discount with the specified code@Deprecated public java.util.Collection getDiscountsByCode(java.lang.String searchString)
searchString - SQL-LIKE statement as String ( %ab% , a_b% , ... )Collection of Discount matching the specified code@Deprecated public Discount createDiscount(java.lang.String code) throws ConsistencyCheckException
code - DiscountConsistencyCheckException - if the code is already in use@Deprecated public DeliveryMode createDeliveryMode(ComposedType type, java.lang.String code) throws ConsistencyCheckException
ConsistencyCheckException@Deprecated public java.util.Collection getAllDeliveryModes()
Delivery objectsCollection of all Delivery objects@Deprecated public DeliveryMode getDeliveryModeByCode(java.lang.String code) throws JaloItemNotFoundException
DeliveryMode with the specified code.code - DeliveryMode with the specified codeJaloItemNotFoundException - if no DeliveryMode with the specified code exists@Deprecated public PaymentMode createPaymentMode(ComposedType type, java.lang.String code, ComposedType paymentInfoType) throws ConsistencyCheckException
ConsistencyCheckException@Deprecated public PaymentMode getPaymentModeByCode(java.lang.String code) throws JaloItemNotFoundException
PaymentMode with the specified code.code - PaymentMode with the specified codeJaloItemNotFoundException - if no PaymentMode with the specified code exists@Deprecated public java.util.Collection getAllPaymentModes()
PaymentMode objectsCollection of all PaymentMode objects@Deprecated public void appendToCart(Cart sourceCart, Cart targetCart)
sourceCart - the cart providing the entries to copytargetCart - the taret cart to create new entries for@Deprecated public EnumerationType getOrderStatusType()
@Deprecated public EnumerationType getPaymentStatusType()
@Deprecated public EnumerationType getDeliveryStatusType()
@Deprecated public EnumerationType getExportStatusType()
@Deprecated protected java.lang.String adjustOrderCode(java.lang.String presetCode)
DefaultAbstractOrderPrepareInterceptorpublic java.lang.Object writeReplace()
throws java.io.ObjectStreamException
writeReplace in class Managerjava.io.ObjectStreamExceptionCopyright © 2018 SAP SE. All Rights Reserved.