ZenMagick 0.9.6


org.zenmagick.rp.ajax.controller.ZMAjaxCheckoutController

Class ZMAjaxCheckoutController

ZMObject
|
+--ZMController
|
+--ZMAjaxController
|
+--ZMAjaxCheckoutController

public class ZMAjaxCheckoutController
extends ZMAjaxController

Ajax controller for JSON checkout.

Author:
DerManoMann
Version:
$Id: ZMAjaxCheckoutController.php 2245 2009-05-27 04:21:13Z DerManoMann $
Todo:
implement!

Constructor Summary

ZMAjaxCheckoutController()

Create new instance.

Method Summary
void

getShippingMethodsJSON()

Get all available shipping methods.

Methods inherited from org.zenmagick.rp.ajax.ZMAjaxController
flattenObject, process, processGet, setJSONHeader, toJSON
Methods inherited from org.zenmagick.rp.ZMController
exportGlobal, findView, getFormBean, getGlobal, getGlobals, getId, getView, handleRequest, isFormSubmit, process, processGet, processPost, setContentType, setId, setView, validate, validateFormBean
Methods inherited from org.zenmagick.ZMObject
attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton

Constructor Detail

ZMAjaxCheckoutController

public ZMAjaxCheckoutController()

Create new instance. /


Method Detail

getShippingMethodsJSON

public void getShippingMethodsJSON()

Get all available shipping methods.

Parameters may be either an addressId (only accepted if owned by the current user), or any property of an address (countryId, zoneId, postcode, etc.).

/


ZenMagick 0.9.6