JavaScript is disabled on your browser.
All Superinterfaces:
PluginFeature
PluginFeature that provides a storage backend for month data. This
class may keep the data on the local disk or on a backend server.
YearMonth is used as key for loading and storing entries.
Nested Class Summary
Nested Classes
Method Summary
All Methods Instance Methods Abstract Methods
Get all months for that data is available in the store.
Get the model factory that can be used to create instances of the model.
Get the data for the given month.
void
Store the data for a given month.
Method Details
load
Get the data for the given month.
Parameters:
month - the month for which to load the data.
Returns:
the data for the given month.
store
Store the data for a given month.
Parameters:
month - the month.
data - the data to store.
getAvailableDataMonths
Get all months for that data is available in the store.
Returns:
all months for that data is available in the store.
loadAll
Get all available data.
Returns:
all available data.
getModelFactory
Get the model factory that can be used to create instances of the model.
Returns:
the model factory that can be used to create instances of the
model.