Adds a Future model into the collection.
If an add service function was passed in as part of the options in the constructor then it will be used. Otherwise the default add service will be invoked.
addFutureService
Removes a Future model from the collection.
the id of the Future to be removed
If a remove service function was passed in as part of the options in the constructor then it will be used. Otherwise the default delete service will be invoked.
deleteFutureService
Retrieve the IFutureModel based on the id.
the id of the future to be retrieved
the IFutureModel or undefined if not avaiable in the list
Represents the public interface of a
IFutureContainerModel