public interface PublishServiceManager extends ServiceManager
ChartService
s.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
ChartService s |
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, createServiceParameters
void registerService(PublishService service)
ChartService
provider to the library{@link
- ChartService} to registervoid registerProperties(PublishProperties service)
List<PublishService> getPublishServices()
ChartService
sChartService
s availablevoid setPublishManager(PublishManager chartManager)
ChartService
{@link
- ChartManager}PublishManager getPublishManager()
ChartManager
to manipulate ChartService
PublishService getPublishService(String type)
PublishProperties getPublishProperties(String type)