@Service(value="blAdminExporterRemoteService") public class AdminExporterRemoteService extends Object implements AdminExporterService, org.springframework.context.ApplicationContextAware
Modifier and Type | Field and Description |
---|---|
protected List<AdminExporter> |
exporters |
Constructor and Description |
---|
AdminExporterRemoteService() |
Modifier and Type | Method and Description |
---|---|
List<AdminExporter> |
getExporters() |
List<AdminExporterDTO> |
getExporters(String type) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setExporters(List<AdminExporter> exporters) |
protected List<AdminExporter> exporters
public List<AdminExporterDTO> getExporters(String type)
getExporters
in interface AdminExporterService
public List<AdminExporter> getExporters()
public void setExporters(List<AdminExporter> exporters)
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
org.springframework.beans.BeansException
Copyright © 2022. All rights reserved.