com.ibm.commerce.giftregistry.struts
Class GiftRegistryOrderProcessAction
- java.lang.Object
-
- org.apache.struts.action.Action
-
- com.ibm.commerce.struts.BaseAction
-
- com.ibm.commerce.giftregistry.struts.GiftRegistryBaseAction
-
- com.ibm.commerce.giftregistry.struts.GiftRegistryOrderProcessAction
-
public class GiftRegistryOrderProcessAction extends GiftRegistryBaseAction
This action first processes the order and the creates purchase records for the gift registry.
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
IBM copyright notice field.-
Fields inherited from class com.ibm.commerce.giftregistry.struts.GiftRegistryBaseAction
CLASS_NAME, STRUTS_APP_SCOPE_REQUEST, STRUTS_APP_SCOPE_SESSION
-
-
Constructor Summary
Constructors Constructor and Description GiftRegistryOrderProcessAction()
-
Method Summary
-
Methods inherited from class com.ibm.commerce.giftregistry.struts.GiftRegistryBaseAction
getForm
-
Methods inherited from class com.ibm.commerce.struts.BaseAction
execute
-
-
-
-
Field Detail
-
COPYRIGHT
public static final java.lang.String COPYRIGHT
IBM copyright notice field.- See Also:
- Constant Field Values
-
-