public interface PublishServiceManager extends ServiceManager
ChartServices.ChartService,
PublishServiceManager| Modifier and Type | Method and Description |
|---|---|
PublishManager |
getPublishManager()
Gets the
ChartManager to manipulate ChartService |
PublishProperties |
getPublishProperties(String type) |
PublishService |
getPublishService(String type) |
List<PublishService> |
getPublishServices()
This method returns all the registered
ChartServices |
void |
registerProperties(PublishProperties service) |
void |
registerService(PublishService service)
It registers a new
ChartService provider to the library |
void |
setPublishManager(PublishManager chartManager)
It return the manager that has all the method to create and
manipulate a
ChartService |
addServiceFactory, createService, createServiceParametersvoid registerService(PublishService service)
ChartService provider to the library{@link - ChartService} to registervoid registerProperties(PublishProperties service)
List<PublishService> getPublishServices()
ChartServicesChartServices availablevoid setPublishManager(PublishManager chartManager)
ChartService{@link - ChartManager}PublishManager getPublishManager()
ChartManager to manipulate ChartServicePublishService getPublishService(String type)
PublishProperties getPublishProperties(String type)