Package org.opencms.acacia.shared.rpc
Interface I_CmsSerialDateService
- All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService
- All Known Implementing Classes:
CmsSerialDateService
Synchronous interface for the serial date service.
-
Method Summary
-
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.
-