final class ShopServiceImpl extends java.lang.Object implements ShopService
Modifier and Type | Field and Description |
---|---|
private javax.inject.Provider<ShopRepository> |
repo |
Constructor and Description |
---|
ShopServiceImpl(javax.inject.Provider<ShopRepository> repo) |
private final javax.inject.Provider<ShopRepository> repo
@Inject public ShopServiceImpl(javax.inject.Provider<ShopRepository> repo)
public Shop get(GUID shopId)
get
in interface ShopService
public Shop findShopByPublicId(java.lang.String publicId)
findShopByPublicId
in interface ShopService
public void delete(GUID shopGuid)
delete
in interface ShopService
public Shop save(Shop shop)
save
in interface ShopService