|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.retek.rcom.gui.wrapper.RcomOrderLineManager
This class manages the RcomOrderLine object. All retrieval of order lines from an order or shipping request, or creating new lines, or creating new service lines should be done using this manager.
Retek Inc. Copyright (c) 2002
Method Summary | |
---|---|
static RcomOrderLine |
buildExchangeLine(CustomerOrder order)
Builds a new RcomOrderLine around an Exchange Sale Order Line. |
static RcomOrderLine |
buildMailOrderLine(CustomerOrder order,
User user)
Builds a new RcomOrderLine. |
static CustomerOrderMonogramServiceLine |
buildMonogramServiceLine(RcomOrderLine orderLine)
Builds a monogram service line for an RcomOrderLine. |
static RcomOrderLine |
buildOrderLine()
Builds a new RcomOrderLine. |
static RcomOrderLine |
buildPartialLine(RcomOrderLine orderLine)
Builds a new RcomOrderLine around a RcomOrderLine object to create a partial order line. |
static CustomerOrderPersonalizationServiceLine |
buildPersonalizationServiceLine(RcomOrderLine orderLine)
Builds a personalization service line for an RcomOrderLine. |
static ReplacementLinePair |
buildReplacementLine(RcomOrderLine orderLine)
Builds a new RcomOrderLine around an Exchange Sale Order Line. |
static RcomOrderLine |
buildReturnLine(RcomOrderLine orderLine)
Builds a new RcomOrderLine around a RcomOrderLine object to create a return line. |
static RcomOrderLine |
buildZeroDollarReturnLine()
Builds a new RcomOrderLine around a Zero Dollar Return Line. |
static java.util.List |
getActiveOrderLines(ShipTo shipRequest)
Retrieves all the standard and partial order lines of a Ship Request, excludeing cancelled lines. |
static java.util.List |
getAllSellingItems(CustomerOrder order)
Retrieves all the selling items of a customer order. |
static java.util.Set |
getCustomerOrderLineSet(java.util.Set rcomLineSet)
Comverts a Set of RcomOrderLines into a Set of CustomerOrderLines. |
static java.util.List |
getOrderLines(ShipTo shipRequest)
Retrieves all the standard and partial order lines of a Ship Request, including cancelled lines. |
static java.util.List |
getReturnLines(ShipTo shipRequest)
Retrieves all the return lines for a ship request. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static RcomOrderLine buildOrderLine() throws SystemException, BusinessException
SystemException
BusinessException
public static RcomOrderLine buildMailOrderLine(CustomerOrder order, User user) throws SystemException, BusinessException
SystemException
BusinessException
public static RcomOrderLine buildPartialLine(RcomOrderLine orderLine) throws SystemException, BusinessException
SystemException
BusinessException
public static RcomOrderLine buildReturnLine(RcomOrderLine orderLine) throws SystemException, BusinessException
SystemException
BusinessException
public static RcomOrderLine buildExchangeLine(CustomerOrder order) throws SystemException, BusinessException
SystemException
BusinessException
public static ReplacementLinePair buildReplacementLine(RcomOrderLine orderLine) throws SystemException, BusinessException
SystemException
BusinessException
public static RcomOrderLine buildZeroDollarReturnLine() throws SystemException, BusinessException
SystemException
BusinessException
public static CustomerOrderMonogramServiceLine buildMonogramServiceLine(RcomOrderLine orderLine) throws SystemException
SystemException
public static CustomerOrderPersonalizationServiceLine buildPersonalizationServiceLine(RcomOrderLine orderLine) throws SystemException
SystemException
public static java.util.Set getCustomerOrderLineSet(java.util.Set rcomLineSet)
public static java.util.List getAllSellingItems(CustomerOrder order) throws SystemException, BusinessException
SystemException
BusinessException
public static java.util.List getOrderLines(ShipTo shipRequest) throws SystemException, BusinessException
SystemException
BusinessException
public static java.util.List getActiveOrderLines(ShipTo shipRequest) throws SystemException, BusinessException
SystemException
BusinessException
public static java.util.List getReturnLines(ShipTo shipRequest) throws SystemException, BusinessException
SystemException
BusinessException
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |