Interface IFollowUpManager

  • All Superinterfaces:
    com4j.Com4jObject

    public interface IFollowUpManager
    extends com4j.Com4jObject
    Manages the user-defined follow-ups.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void cancelFollowUp()
      Removes the current entity's follow-up.
      boolean hasFollowUp()
      Checks if the object has at least one follow-up associated with it.
      boolean isFollowUpOverdue()
      Checks if the date of the unsent follow-up is earlier than the current database server date.
      void setFollowUp​(java.util.Date followUpDate, java.lang.String description)
      Sets an alert for follow-up for the current object.
      • Methods inherited from interface com4j.Com4jObject

        advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
    • Method Detail

      • setFollowUp

        void setFollowUp​(java.util.Date followUpDate,
                         java.lang.String description)

        Sets an alert for follow-up for the current object.

        Parameters:
        followUpDate - Mandatory java.util.Date parameter.
        description - Mandatory java.lang.String parameter.
      • cancelFollowUp

        void cancelFollowUp()

        Removes the current entity's follow-up.

      • hasFollowUp

        boolean hasFollowUp()

        Checks if the object has at least one follow-up associated with it.

        Returns:
        Returns a value of type boolean
      • isFollowUpOverdue

        boolean isFollowUpOverdue()

        Checks if the date of the unsent follow-up is earlier than the current database server date.

        Returns:
        Returns a value of type boolean