Uses of Interface
net.anotheria.anosite.gen.assitedata.data.Script
-
Packages that use Script Package Description net.anotheria.anosite.gen.assitedata.action net.anotheria.anosite.gen.assitedata.data net.anotheria.anosite.gen.assitedata.service -
-
Uses of Script in net.anotheria.anosite.gen.assitedata.action
Methods in net.anotheria.anosite.gen.assitedata.action with parameters of type Script Modifier and Type Method Description protected 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 Script Modifier and Type Class Description classScriptDocumentMethods in net.anotheria.anosite.gen.assitedata.data that return Script Modifier and Type Method Description ScriptScriptBuilder. build()static ScriptScriptFactory. createScript()static ScriptScriptFactory. createScript(java.lang.String anId)For internal use only!static ScriptScriptFactory. createScript(Script template)static ScriptScriptFactory. createScriptForImport(java.lang.String anId)static ScriptScriptXMLHelper. fromXML(net.anotheria.util.xml.XMLNode node)Methods in net.anotheria.anosite.gen.assitedata.data with parameters of type Script Modifier and Type Method Description intScriptDocument. compareTo(Script comparable)static ScriptScriptFactory. createScript(Script template)static net.anotheria.util.xml.XMLNodeScriptXMLHelper. toXML(Script object)static net.anotheria.util.xml.XMLNodeScriptXMLHelper. toXML(Script object, java.lang.String... languages) -
Uses of Script in net.anotheria.anosite.gen.assitedata.service
Methods in net.anotheria.anosite.gen.assitedata.service that return Script Modifier and Type Method Description ScriptASSiteDataServiceImpl. createScript(Script script)ScriptIASSiteDataService. createScript(Script script)Creates a new Script object.ScriptASSiteDataServiceImpl. getScript(java.lang.String id)ScriptIASSiteDataService. getScript(java.lang.String id)Returns the Script object with the specified id.ScriptASSiteDataServiceImpl. importScript(Script script)ScriptIASSiteDataService. importScript(Script script)Imports a new Script object.ScriptASSiteDataServiceImpl. updateScript(Script script)ScriptIASSiteDataService. updateScript(Script script)Updates a Script object.Methods in net.anotheria.anosite.gen.assitedata.service that return types with arguments of type Script Modifier and Type Method Description java.util.List<Script>ASSiteDataServiceImpl. createScripts(java.util.List<Script> list)java.util.List<Script>IASSiteDataService. createScripts(java.util.List<Script> list)Creates multiple new Script objects.java.util.List<Script>ASSiteDataServiceImpl. getScripts()java.util.List<Script>ASSiteDataServiceImpl. getScripts(java.util.List<java.lang.String> ids)Returns the Script objects with the specified ids.java.util.List<Script>ASSiteDataServiceImpl. getScripts(java.util.List<java.lang.String> ids, net.anotheria.util.sorter.SortType sortType)Returns the Script objects with the specified ids, sorted by given sorttype.java.util.List<Script>ASSiteDataServiceImpl. getScripts(net.anotheria.util.slicer.Segment aSegment)Returns Script objects segment.java.util.List<Script>ASSiteDataServiceImpl. getScripts(net.anotheria.util.sorter.SortType sortType)java.util.List<Script>IASSiteDataService. getScripts()Returns all Scripts objects stored.java.util.List<Script>IASSiteDataService. getScripts(net.anotheria.util.slicer.Segment aSegment)Returns Scripts objects segment.java.util.List<Script>IASSiteDataService. getScripts(net.anotheria.util.sorter.SortType sortType)Returns all Scripts objects sorted by given sortType.java.util.List<Script>ASSiteDataServiceImpl. getScriptsByProperty(java.lang.String propertyName, java.lang.Object value)java.util.List<Script>ASSiteDataServiceImpl. getScriptsByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)java.util.List<Script>ASSiteDataServiceImpl. getScriptsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)Returns all Script objects, where property matches.java.util.List<Script>ASSiteDataServiceImpl. getScriptsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)Returns Script objects segment, where property matched.java.util.List<Script>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.java.util.List<Script>ASSiteDataServiceImpl. getScriptsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all Script objects, where property matches, sortedjava.util.List<Script>IASSiteDataService. getScriptsByProperty(java.lang.String propertyName, java.lang.Object value)Returns all Script objects, where property with given name equals object.java.util.List<Script>IASSiteDataService. getScriptsByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)Returns all Script objects, where property with given name equals object, sorted.java.util.List<Script>IASSiteDataService. getScriptsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)Returns all Script objects, where property matches.java.util.List<Script>IASSiteDataService. getScriptsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns Script objects segment, where property matches.java.util.List<Script>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.java.util.List<Script>IASSiteDataService. getScriptsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all Script objects, where property matches, sorted.java.util.List<Script>ASSiteDataServiceImpl. importScripts(java.util.List<Script> list)java.util.List<Script>IASSiteDataService. importScripts(java.util.List<Script> list)Imports multiple new Script object.java.util.List<Script>ASSiteDataServiceImpl. updateScripts(java.util.List<Script> list)java.util.List<Script>IASSiteDataService. updateScripts(java.util.List<Script> list)Updates multiple Script objects.Methods in net.anotheria.anosite.gen.assitedata.service with parameters of type Script Modifier and Type Method Description ScriptASSiteDataServiceImpl. createScript(Script script)ScriptIASSiteDataService. createScript(Script script)Creates a new Script object.voidASSiteDataServiceImpl. deleteScript(Script script)voidIASSiteDataService. deleteScript(Script script)Deletes a Script object.ScriptASSiteDataServiceImpl. importScript(Script script)ScriptIASSiteDataService. importScript(Script script)Imports a new Script object.ScriptASSiteDataServiceImpl. updateScript(Script script)ScriptIASSiteDataService. updateScript(Script script)Updates a Script object.Method parameters in net.anotheria.anosite.gen.assitedata.service with type arguments of type Script Modifier and Type Method Description java.util.List<Script>ASSiteDataServiceImpl. createScripts(java.util.List<Script> list)java.util.List<Script>IASSiteDataService. createScripts(java.util.List<Script> list)Creates multiple new Script objects.voidASSiteDataServiceImpl. deleteScripts(java.util.List<Script> list)voidIASSiteDataService. deleteScripts(java.util.List<Script> list)Deletes multiple Script object.net.anotheria.util.xml.XMLNodeASSiteDataServiceImpl. exportScriptsToXML(java.lang.String[] languages, java.util.List<Script> list)net.anotheria.util.xml.XMLNodeASSiteDataServiceImpl. exportScriptsToXML(java.util.List<Script> list)net.anotheria.util.xml.XMLNodeIASSiteDataService. exportScriptsToXML(java.util.List<Script> listScripts)Creates an xml element with selected contained data.java.util.List<Script>ASSiteDataServiceImpl. importScripts(java.util.List<Script> list)java.util.List<Script>IASSiteDataService. importScripts(java.util.List<Script> list)Imports multiple new Script object.java.util.List<Script>ASSiteDataServiceImpl. updateScripts(java.util.List<Script> list)java.util.List<Script>IASSiteDataService. updateScripts(java.util.List<Script> list)Updates multiple Script objects.
-