psdi.webclient.beans.multisite

Class BilltoShiptoBean

  • All Implemented Interfaces:
    java.util.EventListener, javax.servlet.http.HttpSessionBindingListener, DataBeanListener


    public class BilltoShiptoBean
    extends DataBean
    • Constructor Detail

      • BilltoShiptoBean

        public BilltoShiptoBean()
    • Method Detail

      • toggledeleterow

        public int toggledeleterow()
                            throws MXException
        A record can not be deleted if it is marked as a BILLTODEFAULT or SHIPTODEFAULT address, unless its the only record remaining in the set.
        Overrides:
        toggledeleterow in class DataBean
        Throws:
        MXException
      • addrow

        public int addrow()
                   throws MXException
        Check if record can be added. If a record in the set is marked to be deleted, the user must save the record in order to continue to add records.
        Overrides:
        addrow in class DataBean
        Throws:
        MXException