org.sakaiproject.courier.cover
Class CourierService

java.lang.Object
  extended by org.sakaiproject.courier.cover.CourierService

public class CourierService
extends Object

CourierService is a static Cover for the CourierService; see that interface for usage details.


Field Summary
static String SERVICE_NAME
           
 
Constructor Summary
CourierService()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICE_NAME

public static String SERVICE_NAME
Constructor Detail

CourierService

public CourierService()
Method Detail

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.