Uses of Interface
net.anotheria.anosite.gen.aswizarddata.data.WizardDef
Packages that use WizardDef
Package
Description
-
Uses of WizardDef in net.anotheria.anosite.gen.aswizarddata.action
Methods in net.anotheria.anosite.gen.aswizarddata.action with parameters of type WizardDefModifier and TypeMethodDescriptionprotected voidBaseWizardDefAction.addFieldExplanations(jakarta.servlet.http.HttpServletRequest req, WizardDef wizarddef) protected voidBaseWizardDefAction.canUpdateWizardDefs(WizardDef wizarddef, jakarta.servlet.http.HttpServletRequest req) Checking UpdateCapability rightsprotected voidBaseWizardDefAction.checkWizardDefs(WizardDef wizarddef, jakarta.servlet.http.HttpServletRequest req) Executing auto-unlocking check....protected voidBaseWizardDefAction.lockWizardDefs(WizardDef wizarddef, jakarta.servlet.http.HttpServletRequest req) Executing locking.protected WizardDefListItemBeanShowWizardDefsAction.makeWizardDefListItemBean(WizardDef wizarddef) protected voidBaseWizardDefAction.unLockWizardDefs(WizardDef wizarddef, jakarta.servlet.http.HttpServletRequest req, boolean unlockByTimeoout) Executing unlocking. -
Uses of WizardDef in net.anotheria.anosite.gen.aswizarddata.data
Classes in net.anotheria.anosite.gen.aswizarddata.data that implement WizardDefMethods in net.anotheria.anosite.gen.aswizarddata.data that return WizardDefModifier and TypeMethodDescriptionWizardDefBuilder.build()static WizardDefWizardDefFactory.createWizardDef()static WizardDefWizardDefFactory.createWizardDef(String anId) For internal use only!static WizardDefWizardDefFactory.createWizardDef(WizardDef template) static WizardDefWizardDefFactory.createWizardDefForImport(String anId) static WizardDefWizardDefXMLHelper.fromXML(net.anotheria.util.xml.XMLNode node) Methods in net.anotheria.anosite.gen.aswizarddata.data with parameters of type WizardDefModifier and TypeMethodDescriptionintstatic WizardDefWizardDefFactory.createWizardDef(WizardDef template) static net.anotheria.util.xml.XMLNodestatic net.anotheria.util.xml.XMLNode -
Uses of WizardDef in net.anotheria.anosite.gen.aswizarddata.service
Methods in net.anotheria.anosite.gen.aswizarddata.service that return WizardDefModifier and TypeMethodDescriptionASWizardDataServiceImpl.createWizardDef(WizardDef wizarddef) IASWizardDataService.createWizardDef(WizardDef wizarddef) Creates a new WizardDef object.ASWizardDataServiceImpl.getWizardDef(String id) IASWizardDataService.getWizardDef(String id) Returns the WizardDef object with the specified id.ASWizardDataServiceImpl.importWizardDef(WizardDef wizarddef) IASWizardDataService.importWizardDef(WizardDef wizarddef) Imports a new WizardDef object.ASWizardDataServiceImpl.updateWizardDef(WizardDef wizarddef) IASWizardDataService.updateWizardDef(WizardDef wizarddef) Updates a WizardDef object.Methods in net.anotheria.anosite.gen.aswizarddata.service that return types with arguments of type WizardDefModifier and TypeMethodDescriptionASWizardDataServiceImpl.createWizardDefs(List<WizardDef> list) IASWizardDataService.createWizardDefs(List<WizardDef> list) Creates multiple new WizardDef objects.ASWizardDataServiceImpl.getWizardDefs()ASWizardDataServiceImpl.getWizardDefs(List<String> ids) Returns the WizardDef objects with the specified ids.ASWizardDataServiceImpl.getWizardDefs(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the WizardDef objects with the specified ids, sorted by given sorttype.ASWizardDataServiceImpl.getWizardDefs(net.anotheria.util.slicer.Segment aSegment) Returns WizardDef objects segment.ASWizardDataServiceImpl.getWizardDefs(net.anotheria.util.sorter.SortType sortType) IASWizardDataService.getWizardDefs()Returns all WizardDefs objects stored.IASWizardDataService.getWizardDefs(net.anotheria.util.slicer.Segment aSegment) Returns WizardDefs objects segment.IASWizardDataService.getWizardDefs(net.anotheria.util.sorter.SortType sortType) Returns all WizardDefs objects sorted by given sortType.ASWizardDataServiceImpl.getWizardDefsByProperty(String propertyName, Object value) ASWizardDataServiceImpl.getWizardDefsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) ASWizardDataServiceImpl.getWizardDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all WizardDef objects, where property matches.ASWizardDataServiceImpl.getWizardDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns WizardDef objects segment, where property matched.ASWizardDataServiceImpl.getWizardDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns WizardDef objects segment, where property matched, sorted.ASWizardDataServiceImpl.getWizardDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all WizardDef objects, where property matches, sortedIASWizardDataService.getWizardDefsByProperty(String propertyName, Object value) Returns all WizardDef objects, where property with given name equals object.IASWizardDataService.getWizardDefsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all WizardDef objects, where property with given name equals object, sorted.IASWizardDataService.getWizardDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all WizardDef objects, where property matches.IASWizardDataService.getWizardDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns WizardDef objects segment, where property matches.IASWizardDataService.getWizardDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns WizardDef objects segment, where property matches, sorted.IASWizardDataService.getWizardDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all WizardDef objects, where property matches, sorted.ASWizardDataServiceImpl.importWizardDefs(List<WizardDef> list) IASWizardDataService.importWizardDefs(List<WizardDef> list) Imports multiple new WizardDef object.ASWizardDataServiceImpl.updateWizardDefs(List<WizardDef> list) IASWizardDataService.updateWizardDefs(List<WizardDef> list) Updates multiple WizardDef objects.Methods in net.anotheria.anosite.gen.aswizarddata.service with parameters of type WizardDefModifier and TypeMethodDescriptionASWizardDataServiceImpl.createWizardDef(WizardDef wizarddef) IASWizardDataService.createWizardDef(WizardDef wizarddef) Creates a new WizardDef object.voidASWizardDataServiceImpl.deleteWizardDef(WizardDef wizarddef) voidIASWizardDataService.deleteWizardDef(WizardDef wizarddef) Deletes a WizardDef object.ASWizardDataServiceImpl.importWizardDef(WizardDef wizarddef) IASWizardDataService.importWizardDef(WizardDef wizarddef) Imports a new WizardDef object.ASWizardDataServiceImpl.updateWizardDef(WizardDef wizarddef) IASWizardDataService.updateWizardDef(WizardDef wizarddef) Updates a WizardDef object.Method parameters in net.anotheria.anosite.gen.aswizarddata.service with type arguments of type WizardDefModifier and TypeMethodDescriptionASWizardDataServiceImpl.createWizardDefs(List<WizardDef> list) IASWizardDataService.createWizardDefs(List<WizardDef> list) Creates multiple new WizardDef objects.voidASWizardDataServiceImpl.deleteWizardDefs(List<WizardDef> list) voidIASWizardDataService.deleteWizardDefs(List<WizardDef> list) Deletes multiple WizardDef object.net.anotheria.util.xml.XMLNodeASWizardDataServiceImpl.exportWizardDefsToXML(List<WizardDef> list) net.anotheria.util.xml.XMLNodeIASWizardDataService.exportWizardDefsToXML(List<WizardDef> listWizardDefs) Creates an xml element with selected contained data.ASWizardDataServiceImpl.importWizardDefs(List<WizardDef> list) IASWizardDataService.importWizardDefs(List<WizardDef> list) Imports multiple new WizardDef object.ASWizardDataServiceImpl.updateWizardDefs(List<WizardDef> list) IASWizardDataService.updateWizardDefs(List<WizardDef> list) Updates multiple WizardDef objects.