Uses of Interface
net.anotheria.anosite.gen.asexperiment.data.Experiment
Packages that use Experiment
Package
Description
-
Uses of Experiment in net.anotheria.anosite.gen.asexperiment.action
Methods in net.anotheria.anosite.gen.asexperiment.action with parameters of type ExperimentModifier and TypeMethodDescriptionprotected voidBaseExperimentAction.addFieldExplanations(jakarta.servlet.http.HttpServletRequest req, Experiment experiment) protected voidBaseExperimentAction.canUpdateExperiments(Experiment experiment, jakarta.servlet.http.HttpServletRequest req) Checking UpdateCapability rightsprotected voidBaseExperimentAction.checkExperiments(Experiment experiment, jakarta.servlet.http.HttpServletRequest req) Executing auto-unlocking check....protected voidBaseExperimentAction.lockExperiments(Experiment experiment, jakarta.servlet.http.HttpServletRequest req) Executing locking.protected ExperimentListItemBeanShowExperimentsAction.makeExperimentListItemBean(Experiment experiment) protected voidBaseExperimentAction.unLockExperiments(Experiment experiment, jakarta.servlet.http.HttpServletRequest req, boolean unlockByTimeoout) Executing unlocking. -
Uses of Experiment in net.anotheria.anosite.gen.asexperiment.data
Classes in net.anotheria.anosite.gen.asexperiment.data that implement ExperimentMethods in net.anotheria.anosite.gen.asexperiment.data that return ExperimentModifier and TypeMethodDescriptionExperimentBuilder.build()static ExperimentExperimentFactory.createExperiment()static ExperimentExperimentFactory.createExperiment(String anId) For internal use only!static ExperimentExperimentFactory.createExperiment(Experiment template) static ExperimentExperimentFactory.createExperimentForImport(String anId) static ExperimentExperimentXMLHelper.fromXML(net.anotheria.util.xml.XMLNode node) Methods in net.anotheria.anosite.gen.asexperiment.data with parameters of type ExperimentModifier and TypeMethodDescriptionintExperimentDocument.compareTo(Experiment comparable) static ExperimentExperimentFactory.createExperiment(Experiment template) static net.anotheria.util.xml.XMLNodeExperimentXMLHelper.toXML(Experiment object) static net.anotheria.util.xml.XMLNodeExperimentXMLHelper.toXML(Experiment object, String... languages) -
Uses of Experiment in net.anotheria.anosite.gen.asexperiment.service
Methods in net.anotheria.anosite.gen.asexperiment.service that return ExperimentModifier and TypeMethodDescriptionASExperimentServiceImpl.createExperiment(Experiment experiment) IASExperimentService.createExperiment(Experiment experiment) Creates a new Experiment object.ASExperimentServiceImpl.getExperiment(String id) IASExperimentService.getExperiment(String id) Returns the Experiment object with the specified id.ASExperimentServiceImpl.importExperiment(Experiment experiment) IASExperimentService.importExperiment(Experiment experiment) Imports a new Experiment object.ASExperimentServiceImpl.updateExperiment(Experiment experiment) IASExperimentService.updateExperiment(Experiment experiment) Updates a Experiment object.Methods in net.anotheria.anosite.gen.asexperiment.service that return types with arguments of type ExperimentModifier and TypeMethodDescriptionASExperimentServiceImpl.createExperiments(List<Experiment> list) IASExperimentService.createExperiments(List<Experiment> list) Creates multiple new Experiment objects.ASExperimentServiceImpl.getExperiments()ASExperimentServiceImpl.getExperiments(List<String> ids) Returns the Experiment objects with the specified ids.ASExperimentServiceImpl.getExperiments(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the Experiment objects with the specified ids, sorted by given sorttype.ASExperimentServiceImpl.getExperiments(net.anotheria.util.slicer.Segment aSegment) Returns Experiment objects segment.ASExperimentServiceImpl.getExperiments(net.anotheria.util.sorter.SortType sortType) IASExperimentService.getExperiments()Returns all Experiments objects stored.IASExperimentService.getExperiments(net.anotheria.util.slicer.Segment aSegment) Returns Experiments objects segment.IASExperimentService.getExperiments(net.anotheria.util.sorter.SortType sortType) Returns all Experiments objects sorted by given sortType.ASExperimentServiceImpl.getExperimentsByProperty(String propertyName, Object value) ASExperimentServiceImpl.getExperimentsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) ASExperimentServiceImpl.getExperimentsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all Experiment objects, where property matches.ASExperimentServiceImpl.getExperimentsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns Experiment objects segment, where property matched.ASExperimentServiceImpl.getExperimentsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns Experiment objects segment, where property matched, sorted.ASExperimentServiceImpl.getExperimentsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all Experiment objects, where property matches, sortedIASExperimentService.getExperimentsByProperty(String propertyName, Object value) Returns all Experiment objects, where property with given name equals object.IASExperimentService.getExperimentsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all Experiment objects, where property with given name equals object, sorted.IASExperimentService.getExperimentsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all Experiment objects, where property matches.IASExperimentService.getExperimentsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns Experiment objects segment, where property matches.IASExperimentService.getExperimentsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns Experiment objects segment, where property matches, sorted.IASExperimentService.getExperimentsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all Experiment objects, where property matches, sorted.ASExperimentServiceImpl.importExperiments(List<Experiment> list) IASExperimentService.importExperiments(List<Experiment> list) Imports multiple new Experiment object.ASExperimentServiceImpl.updateExperiments(List<Experiment> list) IASExperimentService.updateExperiments(List<Experiment> list) Updates multiple Experiment objects.Methods in net.anotheria.anosite.gen.asexperiment.service with parameters of type ExperimentModifier and TypeMethodDescriptionASExperimentServiceImpl.createExperiment(Experiment experiment) IASExperimentService.createExperiment(Experiment experiment) Creates a new Experiment object.voidASExperimentServiceImpl.deleteExperiment(Experiment experiment) voidIASExperimentService.deleteExperiment(Experiment experiment) Deletes a Experiment object.ASExperimentServiceImpl.importExperiment(Experiment experiment) IASExperimentService.importExperiment(Experiment experiment) Imports a new Experiment object.ASExperimentServiceImpl.updateExperiment(Experiment experiment) IASExperimentService.updateExperiment(Experiment experiment) Updates a Experiment object.Method parameters in net.anotheria.anosite.gen.asexperiment.service with type arguments of type ExperimentModifier and TypeMethodDescriptionASExperimentServiceImpl.createExperiments(List<Experiment> list) IASExperimentService.createExperiments(List<Experiment> list) Creates multiple new Experiment objects.voidASExperimentServiceImpl.deleteExperiments(List<Experiment> list) voidIASExperimentService.deleteExperiments(List<Experiment> list) Deletes multiple Experiment object.net.anotheria.util.xml.XMLNodeASExperimentServiceImpl.exportExperimentsToXML(List<Experiment> list) net.anotheria.util.xml.XMLNodeIASExperimentService.exportExperimentsToXML(List<Experiment> listExperiments) Creates an xml element with selected contained data.ASExperimentServiceImpl.importExperiments(List<Experiment> list) IASExperimentService.importExperiments(List<Experiment> list) Imports multiple new Experiment object.ASExperimentServiceImpl.updateExperiments(List<Experiment> list) IASExperimentService.updateExperiments(List<Experiment> list) Updates multiple Experiment objects.