| Package | Description |
|---|---|
| net.anotheria.anosite.gen.aswizarddata.action | |
| net.anotheria.anosite.gen.aswizarddata.data | |
| net.anotheria.anosite.gen.aswizarddata.service |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseWizardDefAction.addFieldExplanations(javax.servlet.http.HttpServletRequest req,
WizardDef wizarddef) |
protected void |
BaseWizardDefAction.canUpdateWizardDefs(WizardDef wizarddef,
javax.servlet.http.HttpServletRequest req)
Checking UpdateCapability rights
|
protected void |
BaseWizardDefAction.checkWizardDefs(WizardDef wizarddef,
javax.servlet.http.HttpServletRequest req)
Executing auto-unlocking check....
|
protected void |
BaseWizardDefAction.lockWizardDefs(WizardDef wizarddef,
javax.servlet.http.HttpServletRequest req)
Executing locking.
|
protected WizardDefListItemBean |
ShowWizardDefsAction.makeWizardDefListItemBean(WizardDef wizarddef) |
protected void |
BaseWizardDefAction.unLockWizardDefs(WizardDef wizarddef,
javax.servlet.http.HttpServletRequest req,
boolean unlockByTimeoout)
Executing unlocking.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WizardDefDocument |
| Modifier and Type | Method and Description |
|---|---|
WizardDef |
WizardDefBuilder.build() |
static WizardDef |
WizardDefFactory.createWizardDef() |
static WizardDef |
WizardDefFactory.createWizardDef(java.lang.String anId)
For internal use only!
|
static WizardDef |
WizardDefFactory.createWizardDef(WizardDef template) |
static WizardDef |
WizardDefFactory.createWizardDefForImport(java.lang.String anId) |
static WizardDef |
WizardDefXMLHelper.fromXML(net.anotheria.util.xml.XMLNode node) |
| Modifier and Type | Method and Description |
|---|---|
int |
WizardDefDocument.compareTo(WizardDef comparable) |
static WizardDef |
WizardDefFactory.createWizardDef(WizardDef template) |
static net.anotheria.util.xml.XMLNode |
WizardDefXMLHelper.toXML(WizardDef object) |
static net.anotheria.util.xml.XMLNode |
WizardDefXMLHelper.toXML(WizardDef object,
java.lang.String... languages) |
| Modifier and Type | Method and Description |
|---|---|
WizardDef |
ASWizardDataServiceImpl.createWizardDef(WizardDef wizarddef) |
WizardDef |
IASWizardDataService.createWizardDef(WizardDef wizarddef)
Creates a new WizardDef object.
|
WizardDef |
ASWizardDataServiceImpl.getWizardDef(java.lang.String id) |
WizardDef |
IASWizardDataService.getWizardDef(java.lang.String id)
Returns the WizardDef object with the specified id.
|
WizardDef |
ASWizardDataServiceImpl.importWizardDef(WizardDef wizarddef) |
WizardDef |
IASWizardDataService.importWizardDef(WizardDef wizarddef)
Imports a new WizardDef object.
|
WizardDef |
ASWizardDataServiceImpl.updateWizardDef(WizardDef wizarddef) |
WizardDef |
IASWizardDataService.updateWizardDef(WizardDef wizarddef)
Updates a WizardDef object.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WizardDef> |
ASWizardDataServiceImpl.createWizardDefs(java.util.List<WizardDef> list) |
java.util.List<WizardDef> |
IASWizardDataService.createWizardDefs(java.util.List<WizardDef> list)
Creates multiple new WizardDef objects.
|
java.util.List<WizardDef> |
ASWizardDataServiceImpl.getWizardDefs() |
java.util.List<WizardDef> |
IASWizardDataService.getWizardDefs()
Returns all WizardDefs objects stored.
|
java.util.List<WizardDef> |
ASWizardDataServiceImpl.getWizardDefs(java.util.List<java.lang.String> ids)
Returns the WizardDef objects with the specified ids.
|
java.util.List<WizardDef> |
ASWizardDataServiceImpl.getWizardDefs(java.util.List<java.lang.String> ids,
net.anotheria.util.sorter.SortType sortType)
Returns the WizardDef objects with the specified ids, sorted by given sorttype.
|
java.util.List<WizardDef> |
ASWizardDataServiceImpl.getWizardDefs(net.anotheria.util.slicer.Segment aSegment)
Returns WizardDef objects segment.
|
java.util.List<WizardDef> |
IASWizardDataService.getWizardDefs(net.anotheria.util.slicer.Segment aSegment)
Returns WizardDefs objects segment.
|
java.util.List<WizardDef> |
ASWizardDataServiceImpl.getWizardDefs(net.anotheria.util.sorter.SortType sortType) |
java.util.List<WizardDef> |
IASWizardDataService.getWizardDefs(net.anotheria.util.sorter.SortType sortType)
Returns all WizardDefs objects sorted by given sortType.
|
java.util.List<WizardDef> |
ASWizardDataServiceImpl.getWizardDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all WizardDef objects, where property matches.
|
java.util.List<WizardDef> |
IASWizardDataService.getWizardDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all WizardDef objects, where property matches.
|
java.util.List<WizardDef> |
ASWizardDataServiceImpl.getWizardDefsByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns WizardDef objects segment, where property matched.
|
java.util.List<WizardDef> |
IASWizardDataService.getWizardDefsByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns WizardDef objects segment, where property matches.
|
java.util.List<WizardDef> |
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.
|
java.util.List<WizardDef> |
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.
|
java.util.List<WizardDef> |
ASWizardDataServiceImpl.getWizardDefsByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all WizardDef objects, where property matches, sorted
|
java.util.List<WizardDef> |
IASWizardDataService.getWizardDefsByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all WizardDef objects, where property matches, sorted.
|
java.util.List<WizardDef> |
ASWizardDataServiceImpl.getWizardDefsByProperty(java.lang.String propertyName,
java.lang.Object value) |
java.util.List<WizardDef> |
IASWizardDataService.getWizardDefsByProperty(java.lang.String propertyName,
java.lang.Object value)
Returns all WizardDef objects, where property with given name equals object.
|
java.util.List<WizardDef> |
ASWizardDataServiceImpl.getWizardDefsByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType) |
java.util.List<WizardDef> |
IASWizardDataService.getWizardDefsByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType)
Returns all WizardDef objects, where property with given name equals object, sorted.
|
java.util.List<WizardDef> |
ASWizardDataServiceImpl.importWizardDefs(java.util.List<WizardDef> list) |
java.util.List<WizardDef> |
IASWizardDataService.importWizardDefs(java.util.List<WizardDef> list)
Imports multiple new WizardDef object.
|
java.util.List<WizardDef> |
ASWizardDataServiceImpl.updateWizardDefs(java.util.List<WizardDef> list) |
java.util.List<WizardDef> |
IASWizardDataService.updateWizardDefs(java.util.List<WizardDef> list)
Updates multiple WizardDef objects.
|
| Modifier and Type | Method and Description |
|---|---|
WizardDef |
ASWizardDataServiceImpl.createWizardDef(WizardDef wizarddef) |
WizardDef |
IASWizardDataService.createWizardDef(WizardDef wizarddef)
Creates a new WizardDef object.
|
void |
ASWizardDataServiceImpl.deleteWizardDef(WizardDef wizarddef) |
void |
IASWizardDataService.deleteWizardDef(WizardDef wizarddef)
Deletes a WizardDef object.
|
WizardDef |
ASWizardDataServiceImpl.importWizardDef(WizardDef wizarddef) |
WizardDef |
IASWizardDataService.importWizardDef(WizardDef wizarddef)
Imports a new WizardDef object.
|
WizardDef |
ASWizardDataServiceImpl.updateWizardDef(WizardDef wizarddef) |
WizardDef |
IASWizardDataService.updateWizardDef(WizardDef wizarddef)
Updates a WizardDef object.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WizardDef> |
ASWizardDataServiceImpl.createWizardDefs(java.util.List<WizardDef> list) |
java.util.List<WizardDef> |
IASWizardDataService.createWizardDefs(java.util.List<WizardDef> list)
Creates multiple new WizardDef objects.
|
void |
ASWizardDataServiceImpl.deleteWizardDefs(java.util.List<WizardDef> list) |
void |
IASWizardDataService.deleteWizardDefs(java.util.List<WizardDef> list)
Deletes multiple WizardDef object.
|
net.anotheria.util.xml.XMLNode |
ASWizardDataServiceImpl.exportWizardDefsToXML(java.util.List<WizardDef> list) |
net.anotheria.util.xml.XMLNode |
IASWizardDataService.exportWizardDefsToXML(java.util.List<WizardDef> listWizardDefs)
Creates an xml element with selected contained data.
|
java.util.List<WizardDef> |
ASWizardDataServiceImpl.importWizardDefs(java.util.List<WizardDef> list) |
java.util.List<WizardDef> |
IASWizardDataService.importWizardDefs(java.util.List<WizardDef> list)
Imports multiple new WizardDef object.
|
java.util.List<WizardDef> |
ASWizardDataServiceImpl.updateWizardDefs(java.util.List<WizardDef> list) |
java.util.List<WizardDef> |
IASWizardDataService.updateWizardDefs(java.util.List<WizardDef> list)
Updates multiple WizardDef objects.
|
Copyright © 2012-2023 anotheria.net. All Rights Reserved.