psdi.app.labor

Interface LabTransRemote

  • All Superinterfaces:
    MboRemote, java.rmi.Remote
    All Known Implementing Classes:
    LabTrans


    public interface LabTransRemote
    extends MboRemote
    Remote Interface to the labor transaction object.
    • Method Detail

      • approveLaborTransaction

        void approveLaborTransaction()
                              throws MXException,
                                     java.rmi.RemoteException
        This function will attempt to approve those rows selected from WoList (Labor Transactions).
        Throws:
        MXException
        java.rmi.RemoteException
      • getCriteriaForContract

        java.lang.String getCriteriaForContract()
                                         throws MXException,
                                                java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • getCriteriaForContractWithRevision

        java.lang.String getCriteriaForContractWithRevision()
                                                     throws MXException,
                                                            java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • validateDateTimeWithUserTimeZone

        java.util.Date validateDateTimeWithUserTimeZone(java.util.Date date,
                                                        java.util.Date time)
                                                 throws MXException,
                                                        java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • validateDateTimeWithTimeZone

        java.util.Date validateDateTimeWithTimeZone(java.util.Date date,
                                                    java.util.Date date2)
                                             throws MXException,
                                                    java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • validateDateTime

        java.util.Date validateDateTime(java.util.Date date,
                                        java.util.Date date2)
                                 throws MXException,
                                        java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • getOffsetDateTime

        java.util.Date getOffsetDateTime(java.util.Date dateValue,
                                         java.util.Date timeValue,
                                         boolean plus)
                                  throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException