com.ibm.tivoli.maximo.srvad.app.common

Interface CommonWOSRRemote

    • Field Detail

      • ADDRISCHANGED_FLD

        static final java.lang.String ADDRISCHANGED_FLD
        Field name where we store the flag if this WOServiceAddress was updated or not
        See Also:
        Constant Field Values
      • SADDRESSCODE_FLD

        static final java.lang.String SADDRESSCODE_FLD
        Address code field name
        See Also:
        Constant Field Values
      • DESCRIPTION_FLD

        static final java.lang.String DESCRIPTION_FLD
        Description field name
        See Also:
        Constant Field Values
    • Method Detail

      • copyDataFromServiceAddress

        void copyDataFromServiceAddress(MboRemote sa)
                                 throws java.rmi.RemoteException,
                                        MXException
        This method handles the copy of a ServiceAddress data into this WOServiceAddress.
        Throws:
        java.rmi.RemoteException
        MXException
      • isAddressChanged

        boolean isAddressChanged()
                          throws java.rmi.RemoteException,
                                 MXException
        Return if this WOServiceAddress is a changed and unique one, or if it has the same that from an existing ServiceAddress
        Throws:
        java.rmi.RemoteException
        MXException
      • isAllFieldsBlank

        boolean isAllFieldsBlank(java.util.ArrayList filter)
                          throws java.rmi.RemoteException,
                                 MXException
        Check if all Service Address fields are blank (excluding the filter list)
        Parameters:
        filter - - Filter attributes to exclude from check
        Returns:
        true if they are blank or null
        Throws:
        java.rmi.RemoteException
        MXException
      • isAllFieldsBlank

        boolean isAllFieldsBlank()
                          throws java.rmi.RemoteException,
                                 MXException
        Check if all Service Address fields are blank
        Returns:
        true if they are blank or null
        Throws:
        java.rmi.RemoteException
        MXException
      • copyDataFromOtherCommonWOSR

        void copyDataFromOtherCommonWOSR(CommonWOSR sa)
                                  throws java.rmi.RemoteException,
                                         MXException
        Throws:
        java.rmi.RemoteException
        MXException
      • clearAllFields

        void clearAllFields()
                     throws java.rmi.RemoteException,
                            MXException
        Throws:
        java.rmi.RemoteException
        MXException