psdi.app.location.virtual

Class FldLocationChangeStatus

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldLocationChangeStatus
    extends FldChangeStatus
    Attribute Handler class for the Status attribute of Change Status Parameter Mbo for locations.
    • Constructor Detail

      • FldLocationChangeStatus

        public FldLocationChangeStatus(MboValue mbv)
                                throws java.rmi.RemoteException,
                                       MXException
        Construct and attach to the MboValue.
        Parameters:
        mbv - the MboValue attach to.
        Throws:
        java.rmi.RemoteException
        MXException
    • Method Detail

      • validate

        public void validate()
        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 FldChangeStatus