Class OrderDiscountAddEditForm
java.lang.Object
org.apache.struts.action.ActionForm
com.softslate.commerce.customer.core.BaseForm
com.softslate.commerce.administrator.core.BaseAdministratorForm
com.softslate.commerce.administrator.order.OrderDiscountAddEditForm
- All Implemented Interfaces:
Serializable
Struts form class corresponding to requests to "/administrator/OrderDiscountAddForm.do",
"/administrator/OrderDiscountEditForm.do", "/administrator/OrderDiscountAdd.do", and
"/administrator/OrderDiscountEdit.do".
- Author:
- David Tobey
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprivate String
private String
private String
private String
private String
private String
private String
private String
private String
private String
private String
private String
private String
private String
(package private) static org.apache.commons.logging.Log
private String
private String
private String
private String
private String
private String
private String
private String
private static final long
private String
private String
private String
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCode()
getFloor()
getName()
getTotal()
void
setCartItemsType
(String cartItemsType) void
setCartItemsValue
(String cartItemsValue) void
setCeiling
(String ceiling) void
void
setCouponCode
(String couponCode) void
setDiscountID
(String discountID) void
void
void
void
void
setGrandparentName
(String grandparentName) void
setGreatGrandparentName
(String greatGrandparentName) void
setItemsAppliesType
(String itemsAppliesType) void
setItemsAppliesValue
(String itemsAppliesValue) void
void
setOrderDeliveryID
(String orderDeliveryID) void
setOrderDiscountID
(String orderDiscountID) void
setOrderID
(String orderID) void
setOrderItemID
(String orderItemID) void
setParentName
(String parentName) void
void
setRewardType
(String rewardType) void
void
setUsersAppliesType
(String usersAppliesType) void
setUsersAppliesValue
(String usersAppliesValue) org.apache.struts.action.ActionErrors
validate
(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request) Methods inherited from class com.softslate.commerce.administrator.core.BaseAdministratorForm
addingAndFieldIsBlank, addingAndFieldIsBlank, addingNewRecord, containsUnsafeCharacter, editingAndFieldIsBeingEmptiedOut, editingAndFieldIsBeingEmptiedOut, getAdministrator, getFormUtils, initializeProperties, mapOfIncomingParams, setAdministrator
Methods inherited from class com.softslate.commerce.customer.core.BaseForm
formUtils, getBusinessObjectFactory, getErrors, getMapping, getMessage, getMessages, getRequest, getSettings, getUser, html5OrXhtml, setBusinessObjectFactory, setErrors, setMapping, setMessages, setRequest, setSettings, setUser
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
log
static org.apache.commons.logging.Log log -
parentName
-
grandparentName
-
greatGrandparentName
-
orderDiscountID
-
orderItemID
-
orderDeliveryID
-
orderID
-
total
-
discountID
-
code
-
name
-
usersAppliesType
-
usersAppliesValue
-
itemsAppliesType
-
itemsAppliesValue
-
cartItemsType
-
cartItemsValue
-
rewardType
-
reward
-
couponCode
-
floor
-
ceiling
-
extra1
-
extra2
-
extra3
-
-
Constructor Details
-
OrderDiscountAddEditForm
public OrderDiscountAddEditForm()
-
-
Method Details
-
getDiscountID
-
setDiscountID
-
getOrderDeliveryID
-
setOrderDeliveryID
-
getCeiling
-
setCeiling
-
getCode
-
setCode
-
getCouponCode
-
setCouponCode
-
getExtra1
-
setExtra1
-
getExtra2
-
setExtra2
-
getExtra3
-
setExtra3
-
getFloor
-
setFloor
-
getItemsAppliesType
-
setItemsAppliesType
-
getItemsAppliesValue
-
setItemsAppliesValue
-
getName
-
setName
-
getCartItemsType
-
setCartItemsType
-
getCartItemsValue
-
setCartItemsValue
-
getReward
-
setReward
-
getRewardType
-
setRewardType
-
getUsersAppliesType
-
setUsersAppliesType
-
getUsersAppliesValue
-
setUsersAppliesValue
-
getGrandparentName
-
setGrandparentName
-
getGreatGrandparentName
-
setGreatGrandparentName
-
getOrderID
-
setOrderID
-
getTotal
-
setTotal
-
getParentName
-
setParentName
-
getOrderDiscountID
-
setOrderDiscountID
-
getOrderItemID
-
setOrderItemID
-
validate
public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request) - Overrides:
validate
in classorg.apache.struts.action.ActionForm
-