java.lang.Object
org.apache.struts.action.ActionForm
com.softslate.commerce.administrator.core.BaseSerializableForm
com.softslate.commerce.administrator.order.OrderForm
All Implemented Interfaces:
Serializable

public class OrderForm extends BaseSerializableForm
Struts form class corresponding to requests to "/administrator/Order.do". Provides properties to control searching, viewing, editing, and deleting records in the sscOrder table.
Author:
David Tobey
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • log

      static org.apache.commons.logging.Log log
    • withSelectedStatus

      private String withSelectedStatus
    • withSelectedPrint

      private String withSelectedPrint
    • withSelectedEmail

      private String withSelectedEmail
    • withSelectedAction

      private String withSelectedAction
    • processSelectedAction

      private String processSelectedAction
    • selectedID

      private String[] selectedID
    • idField

      private String idField
    • parentIDField

      private String parentIDField
    • nameField

      private String nameField
    • childName

      private String childName
    • entityProperty

      private String entityProperty
    • entity

      private Class entity
    • searchableIntFields

      private String[] searchableIntFields
    • searchableFields

      private String[] searchableFields
    • fields

      private String[] fields
    • fieldLables

      private String[] fieldLables
    • displayFields

      private String[] displayFields
    • sortByString

      private String sortByString
    • cantSortByFields

      private String[] cantSortByFields
    • formAction

      private String formAction
    • addFormAction

      private String addFormAction
    • editFormAction

      private String editFormAction
    • editDeleteFormAction

      private String editDeleteFormAction
    • childEditAction

      private String childEditAction
    • workWithOrders

      private String workWithOrders
    • customerID

      private String customerID
    • orderID

      private String[] orderID
    • userName

      private String[] userName
    • orderNumber

      private String[] orderNumber
    • trackingNumber

      private String[] trackingNumber
    • total

      private String[] total
    • shipping

      private String[] shipping
    • tax

      private String[] tax
    • taxableSubtotal

      private String[] taxableSubtotal
    • subtotal

      private String[] subtotal
    • weight

      private String[] weight
    • quantity

      private String[] quantity
    • created

      private String[] created
    • lastModified

      private String[] lastModified
    • completed

      private String[] completed
    • autoSavedCartToken

      private String[] autoSavedCartToken
    • status

      private String[] status
    • statusDetails

      private String[] statusDetails
    • shippingMethod

      private String[] shippingMethod
    • firstName

      private String[] firstName
    • lastName

      private String[] lastName
    • organization

      private String[] organization
    • address1

      private String[] address1
    • address2

      private String[] address2
    • city

      private String[] city
    • state

      private String[] state
    • postalCode

      private String[] postalCode
    • country

      private String[] country
    • phone1

      private String[] phone1
    • phone2

      private String[] phone2
    • email1

      private String[] email1
    • email2

      private String[] email2
    • extra1

      private String[] extra1
    • extra2

      private String[] extra2
    • extra3

      private String[] extra3
    • extra4

      private String[] extra4
    • extra5

      private String[] extra5
    • notes

      private String[] notes
    • paymentProfileID

      private String[] paymentProfileID
  • Constructor Details

    • OrderForm

      public OrderForm()
  • Method Details