239240241242243244245246247
return _clientId; } public PortfolioMaster getPortfolioMaster() { if (_portfolioMaster == null) { _portfolioMaster = new RemotePortfolioMaster(_targetProvider.getPortfolioMaster()); } return _portfolioMaster; }
140141142143144145146
return new RemoteConfigMaster(uri); } public RemotePortfolioMaster getPortfolioMaster(final String name) { final URI uri = _components.getComponentInfo(PortfolioMaster.class, name).getUri(); return new RemotePortfolioMaster(uri); }