psdi.app.signature.virtual

Class FldAddUserShipToLocation

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldAddUserShipToLocation
    extends MAXTableDomain
    Behavior of shiptolocation in the AddUser object. Must be valid on Address table for this OrgID. OrgID must contain a value before shiptolocation can be validated.
    • Constructor Detail

      • FldAddUserShipToLocation

        public FldAddUserShipToLocation(MboValue mbv)
    • Method Detail

      • validate

        public void validate()
                      throws MXException,
                             java.rmi.RemoteException
        Description copied from class: MAXTableDomain
        Validate that the MboSet returned used using either the relationship, or the where clause is not empty. If it is empty, throw an MXAPPLICATIONEXception. If there are attributes as part of the foreign key that don't allow null when this attribute is set, exception will be thrown if the value is empty.
        Specified by:
        validate in interface MboValueListener
        Overrides:
        validate in class MAXTableDomain
        Throws:
        MXException
        java.rmi.RemoteException