Skip to content

Commit

Permalink
Added @SInCE to OrderService.purgeOrder(Order, boolean) - TRUNK-3289
Browse files Browse the repository at this point in the history
  • Loading branch information
wluyima committed Jun 11, 2013
1 parent aab254a commit f46beff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions api/src/main/java/org/openmrs/api/OrderService.java
Expand Up @@ -89,8 +89,9 @@ public interface OrderService extends OpenmrsService {
* Obs that references the Order.
*
* @param order The Order to remove from the system
* @param boolean cascade
* @param cascade
* @throws APIException
* @since 1.9.4
* @should delete order
* @should delete order when cascade is false
* @should delete order when cascade is true and also delete any Obs that references it
Expand All @@ -117,7 +118,7 @@ public interface OrderService extends OpenmrsService {
/**
* Get order by internal primary key identifier
*
* @param orderId internal order identifier
* @param orderId internal order identifpurgeier
* @return order with given internal identifier
* @throws APIException
* @see #getOrder(Integer, Class)
Expand Down

0 comments on commit f46beff

Please sign in to comment.