public interface CustomScriptService extends CRUDService<CustomScriptDTO,CustomScriptData,ScriptType>
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CustomScriptVO> |
list()
Lists all available custom scripts
|
getData, getDataForNew, load, remove, removeAll, savejava.util.List<CustomScriptVO> list() throws FrameworkException
FrameworkException