org.sakaiproject.courier.cover
Class CourierService
java.lang.Object
org.sakaiproject.courier.cover.CourierService
public class CourierService
- extends Object
CourierService is a static Cover for the CourierService;
see that interface for usage details.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SERVICE_NAME
public static String SERVICE_NAME
CourierService
public CourierService()
getInstance
public static CourierService getInstance()
- Access the component instance: special cover only method.
- Returns:
- the component instance.
deliver
public static void deliver(Delivery param0)
getDeliveries
public static List getDeliveries(String param0)
hasDeliveries
public static boolean hasDeliveries(String param0)
clear
public static void clear(String param0,
String param1)
clear
public static void clear(String param0)
getDeliveryProviders
public static List<DeliveryProvider> getDeliveryProviders()
Copyright © 2003-2012 The Sakai Foundation. All Rights Reserved.