|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OrderType in com.retek.component.customerorder |
Fields in com.retek.component.customerorder declared as OrderType | |
static OrderType |
OrderType.STANDARD
|
static OrderType |
OrderType.EMPLOYEE
|
Methods in com.retek.component.customerorder that return OrderType | |
static OrderType |
OrderType.fromCode(java.lang.String code)
|
OrderType |
CustomerOrder.getOrderType()
|
OrderType |
MailOrderBatch.getOrderType()
|
Methods in com.retek.component.customerorder with parameters of type OrderType | |
void |
OrderSearchCriteria.addOrderType(OrderType orderType)
|
void |
CustomerOrder.setOrderType(OrderType orderType)
|
void |
MailOrderBatch.setOrderType(OrderType orderType)
|
CustomerOrder |
CustomerOrderManager.buildCustomerOrderInstance(OrderType orderType,
OrderSource orderSource,
User user)
|
Uses of OrderType in com.retek.component.customerorder.impl |
Methods in com.retek.component.customerorder.impl that return OrderType | |
OrderType |
CustomerOrderImpl.getOrderType()
|
OrderType |
MailOrderBatchImpl.getOrderType()
|
Methods in com.retek.component.customerorder.impl with parameters of type OrderType | |
void |
CustomerOrderImpl.setOrderType(OrderType orderType)
|
CustomerOrder |
CustomerOrderManagerImpl.buildCustomerOrderInstance(OrderType orderType,
OrderSource orderSource,
User user)
|
void |
MailOrderBatchImpl.setOrderType(OrderType orderType)
|
Constructors in com.retek.component.customerorder.impl with parameters of type OrderType | |
CustomerOrderImpl(DistributedContext context,
DistributedReference ref,
User user,
OrderType orderType)
|
Uses of OrderType in com.retek.component.customerorder.impl.remote |
Fields in com.retek.component.customerorder.impl.remote declared as OrderType | |
OrderType |
MailOrderBatchDto.orderType
|
OrderType |
CustomerOrderDto.orderType
|
Uses of OrderType in com.retek.component.customerorder.test |
Methods in com.retek.component.customerorder.test with parameters of type OrderType | |
static CustomerOrder |
CustomerOrderObjectMaster.createCustomerOrder(OrderType orderType,
DistributedContext context)
|
static CustomerOrder |
CustomerOrderObjectMaster.createCustomerOrder(OrderType orderType,
DistributedContext context,
User user)
|
static CustomerOrder |
CustomerOrderObjectMaster.createCustomerOrder(OrderType orderType,
DistributedContext context,
User user,
OrderSource source)
|
static CustomerOrder |
CustomerOrderObjectMaster.createCustomerOrder(OrderType orderType,
DistributedContext context,
User user,
OrderSource source,
Banner banner)
|
Uses of OrderType in com.retek.component.pend |
Methods in com.retek.component.pend that return OrderType | |
OrderType |
PendRule.getOrderType()
|
Methods in com.retek.component.pend with parameters of type OrderType | |
void |
PendRule.setOrderType(OrderType orderType)
|
Uses of OrderType in com.retek.component.pend.impl |
Methods in com.retek.component.pend.impl that return OrderType | |
OrderType |
PendRuleImpl.getOrderType()
|
Methods in com.retek.component.pend.impl with parameters of type OrderType | |
void |
PendRuleImpl.setOrderType(OrderType orderType)
|
Uses of OrderType in com.retek.component.pend.impl.remote |
Fields in com.retek.component.pend.impl.remote declared as OrderType | |
OrderType |
PendRuleDto.orderType
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |