public class CourierService extends Object
CourierService is a static Cover for the CourierService;
see that interface for usage details.
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Constructor and Description |
|---|
CourierService() |
| Modifier and Type | Method and Description |
|---|---|
static void |
clear(String param0) |
static void |
clear(String param0,
String param1) |
static void |
deliver(Delivery param0) |
static List |
getDeliveries(String param0) |
static List<DeliveryProvider> |
getDeliveryProviders() |
static CourierService |
getInstance()
Access the component instance: special cover only method.
|
static boolean |
hasDeliveries(String param0) |
public static String SERVICE_NAME
public static CourierService getInstance()
public static void deliver(Delivery param0)
public static boolean hasDeliveries(String param0)
public static void clear(String param0)
public static List<DeliveryProvider> getDeliveryProviders()
Copyright © 2003–2020 The Sakai Foundation. All rights reserved.