Interface I_CmsSerialDateService

  • All Superinterfaces:
    com.google.gwt.user.client.rpc.RemoteService
    All Known Implementing Classes:
    CmsSerialDateService

    public interface I_CmsSerialDateService
    extends com.google.gwt.user.client.rpc.RemoteService
    Synchronous interface for the serial date service.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Collection<CmsPair<java.util.Date,​java.lang.Boolean>> getDates​(java.lang.String config)
      Get the dates of the specified series
      CmsPair<java.lang.Boolean,​java.lang.String> getStatus​(java.lang.String config)
      Get information on the series specified by the current value.
    • Method Detail

      • getDates

        java.util.Collection<CmsPair<java.util.Date,​java.lang.Boolean>> getDates​(java.lang.String config)
        Get the dates of the specified series
        Parameters:
        config - series specification (widget's string value)
        Returns:
        the dates of the specified series, each with a flag, indicating if it is really taking place (or excluded as an exception).
      • getStatus

        CmsPair<java.lang.Boolean,​java.lang.String> getStatus​(java.lang.String config)
        Get information on the series specified by the current value.
        Parameters:
        config - series specification (widget's string value)
        Returns:
        a flag, indicating if the value is valid, accompanied with a suitable status message.