com.softslate.commerce.businessobjects.shipping
Interface ShippingMethodProcessor

All Superinterfaces:
BusinessObject
All Known Implementing Classes:
BasicShippingMethodProcessor

public interface ShippingMethodProcessor
extends BusinessObject

Interface for business logic methods having to do with shipping methods. Created in the Struts layer in response to requests for viewing, editing, adding, and deleting shipping methods.

When the application needs to create an instance that implements ShippingMethodProcessor, BusinessObjectFactory finds the name of the Java class to instantiate from the "shippingMethodProcessorImplementer" setting in the npcSetting database table.

The default "shippingMethodProcessorImplementer" is ShippingMethodProcessor.

Version:
$Id: ShippingMethodProcessor.java,v 1.1 2005/02/10 01:54:01 dtobey Exp $
Author:
David Tobey

Method Summary
 void addShippingMethod(java.util.Map parameters)
           
 void deleteShippingMethod(java.util.Map parameters)
           
 void editDeleteShippingMethods(java.util.Map parameters)
           
 void editShippingMethod(java.util.Map parameters)
           
 java.util.Collection loadActiveShippingMethods()
           
 java.util.Map loadShippingMethodFromID(java.util.Map parameters)
           
 java.util.Map loadShippingMethodsAndCount(java.util.Map parameters)
           
 
Methods inherited from interface com.softslate.commerce.businessobjects.core.BusinessObject
initialize
 

Method Detail

loadActiveShippingMethods

public java.util.Collection loadActiveShippingMethods()
                                               throws java.lang.Exception
Throws:
java.lang.Exception

loadShippingMethodsAndCount

public java.util.Map loadShippingMethodsAndCount(java.util.Map parameters)
                                          throws java.lang.Exception
Throws:
java.lang.Exception

addShippingMethod

public void addShippingMethod(java.util.Map parameters)
                       throws java.lang.Exception
Throws:
java.lang.Exception

loadShippingMethodFromID

public java.util.Map loadShippingMethodFromID(java.util.Map parameters)
                                       throws java.lang.Exception
Throws:
java.lang.Exception

editShippingMethod

public void editShippingMethod(java.util.Map parameters)
                        throws java.lang.Exception
Throws:
java.lang.Exception

editDeleteShippingMethods

public void editDeleteShippingMethods(java.util.Map parameters)
                               throws java.lang.Exception
Throws:
java.lang.Exception

deleteShippingMethod

public void deleteShippingMethod(java.util.Map parameters)
                          throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © SoftSlate, Inc. 2003–2005