public interface I_CmsSerialDateServiceAsync
| Modifier and Type | Method and 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.
|
void getDates(java.lang.String config, com.google.gwt.user.client.rpc.AsyncCallback<java.util.Collection<CmsPair<java.util.Date,java.lang.Boolean>>> callback)
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).void getStatus(java.lang.String config, com.google.gwt.user.client.rpc.AsyncCallback<CmsPair<java.lang.Boolean,java.lang.String>> callback)
config - series specification (widget's string value)callback - the callback function that takes the status information.