Interface I_CmsSerialDateServiceAsync

    • Method Summary

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

      • getDates

        void getDates​(java.lang.String config,
                      com.google.gwt.user.client.rpc.AsyncCallback<java.util.Collection<CmsPair<java.util.Date,​java.lang.Boolean>>> callback)
        Get the dates of the specified series.
        Parameters:
        config - series specification (widget's string value)
        callback - the callback function that takes the dates of the specified series, each with a flag, indicating if it is really taking place (or excluded as an exception).
      • getStatus

        void getStatus​(java.lang.String config,
                       com.google.gwt.user.client.rpc.AsyncCallback<CmsPair<java.lang.Boolean,​java.lang.String>> callback)
        Get information on the series specified by the current value.
        Parameters:
        config - series specification (widget's string value)
        callback - the callback function that takes the status information.