psdi.app.inventory

Class FldInvBalancesLocation

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldInvBalancesLocation
    extends FldLocation
    InvBalances.Location Validation does the following: - checks to ensure the entered value lives in the location object - ensures that the disabled flag is not set to yes - confirms that if user has entered itemnum/storeroom combo, that said combo lives in inventory
    • Constructor Detail

      • FldInvBalancesLocation

        public FldInvBalancesLocation(MboValue mbv)
                               throws MXException,
                                      java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
    • 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