public interface ScriptTagService
Modifier and Type | Method and Description |
---|---|
ScriptTagEntity |
createScriptTag(GUID shopGuid,
ScriptTagEntity scriptTag,
java.lang.String token) |
void |
delete(GUID shopGuid,
GUID scriptTagId,
java.lang.String token) |
java.util.List<ScriptTagEntity> |
getScriptTagsByShop(GUID shopGuid,
java.lang.String token,
java.lang.Boolean myScriptTagsOnly) |
ScriptTagEntity createScriptTag(GUID shopGuid, ScriptTagEntity scriptTag, java.lang.String token)
java.util.List<ScriptTagEntity> getScriptTagsByShop(GUID shopGuid, java.lang.String token, java.lang.Boolean myScriptTagsOnly)