Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Should
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: Platform 1.10.0
-
Component/s: Order Entry
-
Labels:
-
Complexity:Low
-
Sprint:Order Entry 1.10 Iteration 4
-
Epic Link:
Description
Add the methods below to OrderService
public OrderType getOrderType(Integer orderTypeId); public OrderType getOrderTypeByUuid(String uuid); //ALREADY IMPLEMENTED AS PART OF TRUNK-4311 public OrderType getOrderTypeByName(String name); public List<OrderType> getOrderTypes(boolean includeRetired);