Package | Description |
---|---|
com.neurosys.ecom.orders.dao.jpa | |
com.neurosys.ecom.orders.domain |
Modifier and Type | Field and Description |
---|---|
Set<OrderStatus> |
OrderDaoImpl.ReportQuery.statuss |
Constructor and Description |
---|
ReportQuery(IGenericEcomUser user,
Date start,
Date end,
Set<String> tags,
Set<OrderStatus> statuss,
Set<Product> categories,
String order) |
Modifier and Type | Field and Description |
---|---|
protected OrderStatus |
BaseOrderItem.status |
Modifier and Type | Method and Description |
---|---|
OrderStatus |
BaseOrderItem.getStatus() |
static OrderStatus |
OrderStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrderStatus[] |
OrderStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseOrderItem.setStatus(OrderStatus status) |
void |
Order.setStatus(OrderStatus status) |
Copyright © 2018. All rights reserved.