Uses of Interface
net.anotheria.anosite.gen.assitedata.data.Script
Packages that use Script
Package
Description
-
Uses of Script in net.anotheria.anosite.gen.assitedata.action
Methods in net.anotheria.anosite.gen.assitedata.action with parameters of type ScriptModifier and TypeMethodDescriptionprotected voidBaseScriptAction.addFieldExplanations(jakarta.servlet.http.HttpServletRequest req, Script script) protected voidBaseScriptAction.canUpdateScripts(Script script, jakarta.servlet.http.HttpServletRequest req) Checking UpdateCapability rightsprotected voidBaseScriptAction.checkScripts(Script script, jakarta.servlet.http.HttpServletRequest req) Executing auto-unlocking check....protected voidBaseScriptAction.lockScripts(Script script, jakarta.servlet.http.HttpServletRequest req) Executing locking.protected ScriptListItemBeanShowScriptsAction.makeScriptListItemBean(Script script) protected voidBaseScriptAction.unLockScripts(Script script, jakarta.servlet.http.HttpServletRequest req, boolean unlockByTimeoout) Executing unlocking. -
Uses of Script in net.anotheria.anosite.gen.assitedata.data
Classes in net.anotheria.anosite.gen.assitedata.data that implement ScriptMethods in net.anotheria.anosite.gen.assitedata.data that return ScriptModifier and TypeMethodDescriptionScriptBuilder.build()static ScriptScriptFactory.createScript()static ScriptScriptFactory.createScript(String anId) For internal use only!static ScriptScriptFactory.createScript(Script template) static ScriptScriptFactory.createScriptForImport(String anId) static ScriptScriptXMLHelper.fromXML(net.anotheria.util.xml.XMLNode node) Methods in net.anotheria.anosite.gen.assitedata.data with parameters of type ScriptModifier and TypeMethodDescriptionintstatic ScriptScriptFactory.createScript(Script template) static net.anotheria.util.xml.XMLNodestatic net.anotheria.util.xml.XMLNode -
Uses of Script in net.anotheria.anosite.gen.assitedata.service
Methods in net.anotheria.anosite.gen.assitedata.service that return ScriptModifier and TypeMethodDescriptionASSiteDataServiceImpl.createScript(Script script) IASSiteDataService.createScript(Script script) Creates a new Script object.Returns the Script object with the specified id.ASSiteDataServiceImpl.importScript(Script script) IASSiteDataService.importScript(Script script) Imports a new Script object.ASSiteDataServiceImpl.updateScript(Script script) IASSiteDataService.updateScript(Script script) Updates a Script object.Methods in net.anotheria.anosite.gen.assitedata.service that return types with arguments of type ScriptModifier and TypeMethodDescriptionASSiteDataServiceImpl.createScripts(List<Script> list) IASSiteDataService.createScripts(List<Script> list) Creates multiple new Script objects.ASSiteDataServiceImpl.getScripts()ASSiteDataServiceImpl.getScripts(List<String> ids) Returns the Script objects with the specified ids.ASSiteDataServiceImpl.getScripts(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the Script objects with the specified ids, sorted by given sorttype.ASSiteDataServiceImpl.getScripts(net.anotheria.util.slicer.Segment aSegment) Returns Script objects segment.ASSiteDataServiceImpl.getScripts(net.anotheria.util.sorter.SortType sortType) IASSiteDataService.getScripts()Returns all Scripts objects stored.IASSiteDataService.getScripts(net.anotheria.util.slicer.Segment aSegment) Returns Scripts objects segment.IASSiteDataService.getScripts(net.anotheria.util.sorter.SortType sortType) Returns all Scripts objects sorted by given sortType.ASSiteDataServiceImpl.getScriptsByProperty(String propertyName, Object value) ASSiteDataServiceImpl.getScriptsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) ASSiteDataServiceImpl.getScriptsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all Script objects, where property matches.ASSiteDataServiceImpl.getScriptsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns Script objects segment, where property matched.ASSiteDataServiceImpl.getScriptsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns Script objects segment, where property matched, sorted.ASSiteDataServiceImpl.getScriptsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all Script objects, where property matches, sortedIASSiteDataService.getScriptsByProperty(String propertyName, Object value) Returns all Script objects, where property with given name equals object.IASSiteDataService.getScriptsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all Script objects, where property with given name equals object, sorted.IASSiteDataService.getScriptsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all Script objects, where property matches.IASSiteDataService.getScriptsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns Script objects segment, where property matches.IASSiteDataService.getScriptsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns Script objects segment, where property matches, sorted.IASSiteDataService.getScriptsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all Script objects, where property matches, sorted.ASSiteDataServiceImpl.importScripts(List<Script> list) IASSiteDataService.importScripts(List<Script> list) Imports multiple new Script object.ASSiteDataServiceImpl.updateScripts(List<Script> list) IASSiteDataService.updateScripts(List<Script> list) Updates multiple Script objects.Methods in net.anotheria.anosite.gen.assitedata.service with parameters of type ScriptModifier and TypeMethodDescriptionASSiteDataServiceImpl.createScript(Script script) IASSiteDataService.createScript(Script script) Creates a new Script object.voidASSiteDataServiceImpl.deleteScript(Script script) voidIASSiteDataService.deleteScript(Script script) Deletes a Script object.ASSiteDataServiceImpl.importScript(Script script) IASSiteDataService.importScript(Script script) Imports a new Script object.ASSiteDataServiceImpl.updateScript(Script script) IASSiteDataService.updateScript(Script script) Updates a Script object.Method parameters in net.anotheria.anosite.gen.assitedata.service with type arguments of type ScriptModifier and TypeMethodDescriptionASSiteDataServiceImpl.createScripts(List<Script> list) IASSiteDataService.createScripts(List<Script> list) Creates multiple new Script objects.voidASSiteDataServiceImpl.deleteScripts(List<Script> list) voidIASSiteDataService.deleteScripts(List<Script> list) Deletes multiple Script object.net.anotheria.util.xml.XMLNodeASSiteDataServiceImpl.exportScriptsToXML(String[] languages, List<Script> list) net.anotheria.util.xml.XMLNodeASSiteDataServiceImpl.exportScriptsToXML(List<Script> list) net.anotheria.util.xml.XMLNodeIASSiteDataService.exportScriptsToXML(List<Script> listScripts) Creates an xml element with selected contained data.ASSiteDataServiceImpl.importScripts(List<Script> list) IASSiteDataService.importScripts(List<Script> list) Imports multiple new Script object.ASSiteDataServiceImpl.updateScripts(List<Script> list) IASSiteDataService.updateScripts(List<Script> list) Updates multiple Script objects.