|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CustomerOrderGiftServiceLineType in com.retek.component.customerorder |
Fields in com.retek.component.customerorder declared as CustomerOrderGiftServiceLineType | |
static CustomerOrderGiftServiceLineType |
CustomerOrderGiftServiceLineType.CARD
|
static CustomerOrderGiftServiceLineType |
CustomerOrderGiftServiceLineType.WRAP
|
Methods in com.retek.component.customerorder that return CustomerOrderGiftServiceLineType | |
CustomerOrderGiftServiceLineType |
CustomerOrderGiftServiceLine.getType()
|
static CustomerOrderGiftServiceLineType |
CustomerOrderGiftServiceLineType.fromCode(java.lang.String code)
|
static CustomerOrderGiftServiceLineType |
CustomerOrderGiftServiceLineType.fromGiftServiceType(GiftServiceType giftServiceType)
|
Methods in com.retek.component.customerorder with parameters of type CustomerOrderGiftServiceLineType | |
void |
CustomerOrderGiftServiceLine.setType(CustomerOrderGiftServiceLineType type)
|
CustomerOrderGiftServiceLine |
CustomerOrderLine.getOrderGiftServiceLine(CustomerOrderGiftServiceLineType type)
|
Uses of CustomerOrderGiftServiceLineType in com.retek.component.customerorder.impl |
Methods in com.retek.component.customerorder.impl that return CustomerOrderGiftServiceLineType | |
CustomerOrderGiftServiceLineType |
CustomerOrderGiftServiceLineImpl.getType()
|
CustomerOrderGiftServiceLineType |
GiftPromotionGroup.getGiftServiceType()
|
Methods in com.retek.component.customerorder.impl with parameters of type CustomerOrderGiftServiceLineType | |
CustomerOrderGiftServiceLine |
CustomerOrderLineImpl.getOrderGiftServiceLine(CustomerOrderGiftServiceLineType type)
|
void |
CustomerOrderGiftServiceLineImpl.setType(CustomerOrderGiftServiceLineType type)
|
Constructors in com.retek.component.customerorder.impl with parameters of type CustomerOrderGiftServiceLineType | |
GiftPromotionGroup(User user,
CustomerOrder order,
CustomerOrderApplyPromotionsHelper promotionAnalyzer,
CustomerOrderGiftServiceLineType giftServiceType)
|
Uses of CustomerOrderGiftServiceLineType in com.retek.component.customerorder.impl.remote |
Fields in com.retek.component.customerorder.impl.remote declared as CustomerOrderGiftServiceLineType | |
CustomerOrderGiftServiceLineType |
CustomerOrderGiftServiceLineDto.typeCode
|
Uses of CustomerOrderGiftServiceLineType in com.retek.component.customerorder.test |
Methods in com.retek.component.customerorder.test with parameters of type CustomerOrderGiftServiceLineType | |
static CustomerOrderGiftServiceLine |
CustomerOrderObjectMaster.attachGiftServiceLine(CustomerOrderLine orderLine,
CustomerOrderGiftServiceLineType type)
|
Uses of CustomerOrderGiftServiceLineType in com.retek.component.internet.impl |
Methods in com.retek.component.internet.impl with parameters of type CustomerOrderGiftServiceLineType | |
static CustomerOrderGiftServiceLine |
CustomerOrderServiceLineConverter.getGiftServiceLine(CustomerOrderLine orderLine,
CustomerOrderGiftServiceLineType giftSvcLineType)
|
Uses of CustomerOrderGiftServiceLineType in com.retek.rcom.gui.wrapper |
Methods in com.retek.rcom.gui.wrapper with parameters of type CustomerOrderGiftServiceLineType | |
CustomerOrderGiftServiceLine |
RcomOrderLine.getGiftServiceLine(CustomerOrderGiftServiceLineType type)
Retrieves the gift service line for a particular gift type. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |