public interface SlideshowService
Modifier and Type | Method and Description |
---|---|
void |
deleteImage(ShopRequestContext shopRequestContext,
GUID productId,
java.lang.String imageName) |
Slideshow |
get(ShopRequestContext shopRequestContext,
GUID productId) |
java.util.List<java.lang.String> |
getSlideshowSequence(ShopRequestContext shopRequestContext,
GUID productId) |
java.util.List<java.lang.String> |
setSlideshowSequence(ShopRequestContext shopRequestContext,
GUID productId,
java.util.List<java.lang.String> slideshowSequence) |
Slideshow get(ShopRequestContext shopRequestContext, GUID productId)
java.util.List<java.lang.String> getSlideshowSequence(ShopRequestContext shopRequestContext, GUID productId)
java.util.List<java.lang.String> setSlideshowSequence(ShopRequestContext shopRequestContext, GUID productId, java.util.List<java.lang.String> slideshowSequence)
void deleteImage(ShopRequestContext shopRequestContext, GUID productId, java.lang.String imageName)