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 Details

    • getDates

      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

      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.