Class DateReminder


  • public class DateReminder
    extends Object
    The widget date reminder
    Author:
    Cécile Bonin
    • Constructor Detail

    • Method Detail

      • setResourceId

        public void setResourceId​(String resourceId)
        Sets the unique identifier of the resource that use DateReminder.
        Parameters:
        resourceId - the unique identifier of the resource.
      • setResourceType

        public void setResourceType​(String resourceType)
        Sets the type of the resource that use DateReminder.
        Parameters:
        resourceType - the type of the resource.
      • setUserId

        public void setUserId​(String userId)
        Sets the unique identifier of the user that requested the page in which will be rendered the widget.
        Parameters:
        userId - the user identifier.
      • setLanguage

        public void setLanguage​(String language)
        Sets the language that requested the page in which will be rendered the widget.
        Parameters:
        language - the user identifier.
      • getResourceId

        public String getResourceId()
        Gets the unique identifier of the resource in Silverpeas.
        Returns:
        the resource identifier.
      • getResourceType

        public String getResourceType()
        Gets the type of the resource.
        Returns:
      • getUserId

        public String getUserId()
        Gets the unique identifier of the user that requested the page in which will be rendered the widget.
        Returns:
        the unique identifier of the user.
      • getLanguage

        public String getLanguage()
        Gets the language that requested the page in which will be rendered the widget.
        Returns:
        the language.
      • print

        public String print()
        Gets the html code generated by the widget.
        Returns:
        the code.