psdi.app.common

Class FldStatusChangeDate

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldStatusChangeDate
    extends MboValueAdapter
    Attribute Handler class for the AsOfDate attribute of Change Status Parameter Mbos.
    See Also:
    psdi.mbo.ActionChangeStatus
    • Constructor Detail

      • FldStatusChangeDate

        public FldStatusChangeDate(MboValue mbv)
        Construct and attach to the MboValue.
        Parameters:
        mbv - the MboValue the specified field attach to.
    • Method Detail

      • initValue

        public void initValue()
                       throws MXException,
                              java.rmi.RemoteException
        Set the value of ActionChangeStatus Mbo AsOfDate attribute. This is done here because part of the calculation is saved for use by the validate method. Since the AsOfDate attribute must be later then the last Status Date we find that value here. Note that this date may be in the future, for there's no restriction against that. This field is defaulted to the later of the this date and the current server date.
        Specified by:
        initValue in interface MboValueListener
        Overrides:
        initValue in class MboValueAdapter
        Throws:
        MXException
        java.rmi.RemoteException