psdi.common.emailstner

Interface InboundCommRemote

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


    public interface InboundCommRemote
    extends MboRemote
    Remote interface to the InboundComm object.
    • Method Detail

      • setFreeFormAction

        void setFreeFormAction(java.lang.String action)
                        throws java.rmi.RemoteException
        Sets the action string for freeform email
        Parameters:
        int -
        Throws:
        java.rmi.RemoteException
      • getFreeFormAction

        java.lang.String getFreeFormAction()
                                    throws java.rmi.RemoteException
        Gets the action for freeform email
        Returns:
        insert/update
        Throws:
        java.rmi.RemoteException
      • setSenderSecurityType

        void setSenderSecurityType(int type)
                            throws java.rmi.RemoteException
        Sets the security tye of the sender
        Parameters:
        int -
        Throws:
        java.rmi.RemoteException
      • getSenderSecurityType

        int getSenderSecurityType()
                           throws java.rmi.RemoteException
        Gets the security tye of the sender
        Returns:
        0-Run as User,1-User exist with all permission,2-User exist with no pemission
        Throws:
        java.rmi.RemoteException
      • setQueryWhereClause

        void setQueryWhereClause(java.lang.String str)
                          throws java.rmi.RemoteException
        Sets the where condition for Query action
        Parameters:
        String -
        Throws:
        java.rmi.RemoteException
      • getQueryWhereClause

        java.lang.String getQueryWhereClause()
                                      throws java.rmi.RemoteException
        Gets the where condition for Query action
        Returns:
        where condition
        Throws:
        java.rmi.RemoteException
      • setResultColumn

        void setResultColumn(java.lang.String str)
                      throws java.rmi.RemoteException
        Sets the vector with all result columns specified in the email
        Parameters:
        String -
        Throws:
        java.rmi.RemoteException
      • getResultColumn

        java.lang.String getResultColumn()
                                  throws java.rmi.RemoteException
        Gets all result columns specified in the email
        Returns:
        String of all column names
        Throws:
        java.rmi.RemoteException
      • setFormatMode

        void setFormatMode(int type)
                    throws java.rmi.RemoteException
        Sets format mode for the email for email message body
        Parameters:
        int -
        Throws:
        java.rmi.RemoteException
      • getFormatMode

        int getFormatMode()
                   throws java.rmi.RemoteException
        Gets the format mode for email message body
        Returns:
        FREEFORM = 0;ATTRVALUE = 1;XML = 2
        Throws:
        java.rmi.RemoteException
      • setAttrHash

        void setAttrHash(java.util.Hashtable ht)
                  throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
      • getAttrHash

        java.util.Hashtable getAttrHash()
                                 throws java.rmi.RemoteException
        Gets all attributes specified in the email
        Returns:
        Hashtable of all attributes
        Throws:
        java.rmi.RemoteException
      • setAppName

        void setAppName(java.lang.String str)
                 throws java.rmi.RemoteException
        Sets the app name associated with the object
        Parameters:
        String -
        Throws:
        java.rmi.RemoteException
      • getAppName

        java.lang.String getAppName()
                             throws java.rmi.RemoteException
        Gets the app name associated with the object
        Returns:
        String of all column names
        Throws:
        java.rmi.RemoteException
      • setNewStatusValue

        void setNewStatusValue(java.lang.String str)
                        throws java.rmi.RemoteException
        Sets the new status value for the change status action
        Parameters:
        String -
        Throws:
        java.rmi.RemoteException
      • getNewStatusValue

        java.lang.String getNewStatusValue()
                                    throws java.rmi.RemoteException
        Gets the new status value for the change status action
        Returns:
        String of all column names
        Throws:
        java.rmi.RemoteException
      • setCommLogOwnerNameAndUniqueId

        void setCommLogOwnerNameAndUniqueId(java.lang.Object[] obj)
                                     throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException