psdi.app.workorder

Class FldAssignCraftRateSkillLevel

    • Constructor Detail

      • FldAssignCraftRateSkillLevel

        public FldAssignCraftRateSkillLevel(MboValue mbv)
                                     throws MXException
        Construct and attach to the specified mbovalue
        Parameters:
        mbv - The MboValue AssignCraft field attach to.
        Throws:
        MXException
    • 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 FldAssignCraftRate
        Throws:
        MXException
        java.rmi.RemoteException