| Package | Description |
|---|---|
| net.anotheria.anosite.gen.asaction.action | |
| net.anotheria.anosite.gen.asaction.data | |
| net.anotheria.anosite.gen.asaction.service |
| Modifier and Type | Method and Description |
|---|---|
protected ActionDefListItemBean |
ShowActionDefsAction.makeActionDefListItemBean(ActionDef actiondef) |
| Modifier and Type | Class and Description |
|---|---|
class |
ActionDefVO |
| Modifier and Type | Method and Description |
|---|---|
ActionDef |
ActionDefBuilder.build() |
ActionDef |
ActionDefVO.clone() |
static ActionDef |
ActionDefFactory.createActionDef() |
static ActionDef |
ActionDefFactory.createActionDef(ActionDef template) |
static ActionDef |
ActionDefFactory.createActionDef(java.lang.String anId)
For internal use only!
|
static ActionDef |
ActionDefFactory.createActionDefForImport(java.lang.String anId) |
static ActionDef |
ActionDefXMLHelper.fromXML(net.anotheria.util.xml.XMLNode node) |
| Modifier and Type | Method and Description |
|---|---|
int |
ActionDefVO.compareTo(ActionDef comparable) |
void |
ActionDefVO.copyAttributesFrom(ActionDef toCopy) |
static ActionDef |
ActionDefFactory.createActionDef(ActionDef template) |
static net.anotheria.util.xml.XMLNode |
ActionDefXMLHelper.toXML(ActionDef object) |
static net.anotheria.util.xml.XMLNode |
ActionDefXMLHelper.toXML(ActionDef object,
java.lang.String... languages) |
| Modifier and Type | Method and Description |
|---|---|
ActionDef |
IASActionService.createActionDef(ActionDef actiondef)
Creates a new ActionDef object.
|
ActionDef |
ASActionServiceImpl.createActionDef(ActionDef actiondef) |
ActionDef |
IASActionService.getActionDef(java.lang.String id)
Returns the ActionDef object with the specified id.
|
ActionDef |
ASActionServiceImpl.getActionDef(java.lang.String id) |
ActionDef |
IASActionService.importActionDef(ActionDef actiondef)
Imports a new ActionDef object.
|
ActionDef |
ASActionServiceImpl.importActionDef(ActionDef actiondef) |
ActionDef |
IASActionService.updateActionDef(ActionDef actiondef)
Updates a ActionDef object.
|
ActionDef |
ASActionServiceImpl.updateActionDef(ActionDef actiondef) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ActionDef> |
IASActionService.createActionDefs(java.util.List<ActionDef> list)
Creates multiple new ActionDef objects.
|
java.util.List<ActionDef> |
ASActionServiceImpl.createActionDefs(java.util.List<ActionDef> list)
Creates multiple new ActionDef objects.
|
java.util.List<ActionDef> |
IASActionService.getActionDefs()
Returns all ActionDefs objects stored.
|
java.util.List<ActionDef> |
ASActionServiceImpl.getActionDefs() |
java.util.List<ActionDef> |
IASActionService.getActionDefs(net.anotheria.util.slicer.Segment aSegment)
Returns ActionDefs objects segment.
|
java.util.List<ActionDef> |
ASActionServiceImpl.getActionDefs(net.anotheria.util.slicer.Segment aSegment)
Returns ActionDef objects segment.
|
java.util.List<ActionDef> |
IASActionService.getActionDefs(net.anotheria.util.sorter.SortType sortType)
Returns all ActionDefs objects sorted by given sortType.
|
java.util.List<ActionDef> |
ASActionServiceImpl.getActionDefs(net.anotheria.util.sorter.SortType sortType) |
java.util.List<ActionDef> |
IASActionService.getActionDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all ActionDef objects, where property matches.
|
java.util.List<ActionDef> |
ASActionServiceImpl.getActionDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all ActionDef objects, where property matches.
|
java.util.List<ActionDef> |
IASActionService.getActionDefsByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns ActionDef objects segment, where property matches.
|
java.util.List<ActionDef> |
ASActionServiceImpl.getActionDefsByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns ActionDef objects segment, where property matched.
|
java.util.List<ActionDef> |
IASActionService.getActionDefsByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.util.sorter.SortType aSortType,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns ActionDef objects segment, where property matches, sorted.
|
java.util.List<ActionDef> |
ASActionServiceImpl.getActionDefsByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.util.sorter.SortType aSortType,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns ActionDef objects segment, where property matched, sorted.
|
java.util.List<ActionDef> |
IASActionService.getActionDefsByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all ActionDef objects, where property matches, sorted.
|
java.util.List<ActionDef> |
ASActionServiceImpl.getActionDefsByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all ActionDef objects, where property matches, sorted
|
java.util.List<ActionDef> |
IASActionService.getActionDefsByProperty(java.lang.String propertyName,
java.lang.Object value)
Returns all ActionDef objects, where property with given name equals object.
|
java.util.List<ActionDef> |
ASActionServiceImpl.getActionDefsByProperty(java.lang.String propertyName,
java.lang.Object value) |
java.util.List<ActionDef> |
IASActionService.getActionDefsByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType)
Returns all ActionDef objects, where property with given name equals object, sorted.
|
java.util.List<ActionDef> |
ASActionServiceImpl.getActionDefsByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType) |
java.util.List<ActionDef> |
IASActionService.importActionDefs(java.util.List<ActionDef> list)
Imports multiple new ActionDef object.
|
java.util.List<ActionDef> |
ASActionServiceImpl.importActionDefs(java.util.List<ActionDef> list) |
java.util.List<ActionDef> |
IASActionService.updateActionDefs(java.util.List<ActionDef> list)
Updates multiple ActionDef objects.
|
java.util.List<ActionDef> |
ASActionServiceImpl.updateActionDefs(java.util.List<ActionDef> list)
Updates multiple new ActionDef objects.
|
| Modifier and Type | Method and Description |
|---|---|
ActionDef |
IASActionService.createActionDef(ActionDef actiondef)
Creates a new ActionDef object.
|
ActionDef |
ASActionServiceImpl.createActionDef(ActionDef actiondef) |
void |
IASActionService.deleteActionDef(ActionDef actiondef)
Deletes a ActionDef object.
|
void |
ASActionServiceImpl.deleteActionDef(ActionDef actiondef) |
ActionDef |
IASActionService.importActionDef(ActionDef actiondef)
Imports a new ActionDef object.
|
ActionDef |
ASActionServiceImpl.importActionDef(ActionDef actiondef) |
ActionDef |
IASActionService.updateActionDef(ActionDef actiondef)
Updates a ActionDef object.
|
ActionDef |
ASActionServiceImpl.updateActionDef(ActionDef actiondef) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ActionDef> |
IASActionService.createActionDefs(java.util.List<ActionDef> list)
Creates multiple new ActionDef objects.
|
java.util.List<ActionDef> |
ASActionServiceImpl.createActionDefs(java.util.List<ActionDef> list)
Creates multiple new ActionDef objects.
|
void |
IASActionService.deleteActionDefs(java.util.List<ActionDef> list)
Deletes multiple ActionDef object.
|
void |
ASActionServiceImpl.deleteActionDefs(java.util.List<ActionDef> list)
Deletes multiple ActionDef objects.
|
net.anotheria.util.xml.XMLNode |
IASActionService.exportActionDefsToXML(java.util.List<ActionDef> listActionDefs)
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
ASActionServiceImpl.exportActionDefsToXML(java.util.List<ActionDef> listActionDefs) |
net.anotheria.util.xml.XMLNode |
ASActionServiceImpl.exportActionDefsToXML(java.lang.String[] languages,
java.util.List<ActionDef> listActionDefs) |
java.util.List<ActionDef> |
IASActionService.importActionDefs(java.util.List<ActionDef> list)
Imports multiple new ActionDef object.
|
java.util.List<ActionDef> |
ASActionServiceImpl.importActionDefs(java.util.List<ActionDef> list) |
java.util.List<ActionDef> |
IASActionService.updateActionDefs(java.util.List<ActionDef> list)
Updates multiple ActionDef objects.
|
java.util.List<ActionDef> |
ASActionServiceImpl.updateActionDefs(java.util.List<ActionDef> list)
Updates multiple new ActionDef objects.
|
Copyright © 2012-2023 anotheria.net. All Rights Reserved.