public class ShopDomainServiceImpl extends java.lang.Object implements ShopDomainService
Modifier and Type | Field and Description |
---|---|
private ShopConfiguration |
config |
private ShopInfoService |
infoService |
private ShopService |
service |
Constructor and Description |
---|
ShopDomainServiceImpl(ShopConfiguration config,
ShopInfoService infoService,
ShopService service) |
private final ShopInfoService infoService
private final ShopService service
private final ShopConfiguration config
@Inject public ShopDomainServiceImpl(ShopConfiguration config, ShopInfoService infoService, ShopService service)
public Shop find(java.lang.String host, java.lang.String publicId)
find
in interface ShopDomainService
host
- parameter will be matched to either domainName or
systemDomainName.publicId
-