public interface ShopService
Modifier and Type | Method and Description |
---|---|
void |
delete(GUID shopGUID) |
Shop |
findShopByPublicId(java.lang.String publicId)
Deprecated.
|
Shop |
get(GUID shopGUID) |
Shop |
save(Shop shop) |
@Nullable @Deprecated Shop findShopByPublicId(java.lang.String publicId)
publicId
- shop public id ("DemoShop")void delete(GUID shopGUID)