ZMObject
└─ZMController
└─ZMCheckoutAddressController
public class ZMCheckoutAddressController
extends ZMController
| Constructor Summary | |
|---|---|
Create new instance. |
|
| Method Summary | |
|---|---|
| protected void | checkCart(mixed request) Custom cart checker |
| void | preProcess(ZMRequest request) {@inheritDoc} |
| ZMView | processGet(ZMRequest request) {@inheritDoc} |
| ZMView | processPost(ZMRequest request) {@inheritDoc} |
| void | setMode(string mode) Set mode. |
| protected ZMView | validateFormData(ZMRequest request, mixed formBean, mixed formData) {@inheritDoc} |
| Methods inherited from org.zenmagick.mvc.controller.ZMController | |
|---|---|
| findView, getFormData, getId, getView, isFormSubmit, preProcess, process, processGet, processPost, setContentType, setId, setView, validate, validateFormData, validateSession | |
| Methods inherited from org.zenmagick.core.ZMObject | |
|---|---|
| attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton | |
public ZMCheckoutAddressController()
Create new instance.
protected void checkCart(mixed request)
Custom cart checker
public void preProcess(ZMRequest request)
public ZMView processGet(ZMRequest request)
ZMView that handles presentation or null if the controller generates the contents itself.public ZMView processPost(ZMRequest request)
ZMView that handles presentation or null if the controller generates the contents itself.public void setMode(string mode)
Set mode.
protected ZMView validateFormData(ZMRequest request, mixed formBean, mixed formData)
null for success.
Request controller for checkout address change (shipping/billing).