| Package | Description |
|---|---|
| net.anotheria.anosite.gen.ascustomaction.action | |
| net.anotheria.anosite.gen.ascustomaction.data | |
| net.anotheria.anosite.gen.ascustomaction.service |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseCustomActionDefAction.addFieldExplanations(javax.servlet.http.HttpServletRequest req,
CustomActionDef customactiondef) |
protected void |
BaseCustomActionDefAction.canUpdateCustomActionDefs(CustomActionDef customactiondef,
javax.servlet.http.HttpServletRequest req)
Checking UpdateCapability rights
|
protected void |
BaseCustomActionDefAction.checkCustomActionDefs(CustomActionDef customactiondef,
javax.servlet.http.HttpServletRequest req)
Executing auto-unlocking check....
|
protected void |
BaseCustomActionDefAction.lockCustomActionDefs(CustomActionDef customactiondef,
javax.servlet.http.HttpServletRequest req)
Executing locking.
|
protected CustomActionDefListItemBean |
ShowCustomActionDefsAction.makeCustomActionDefListItemBean(CustomActionDef customactiondef) |
protected void |
BaseCustomActionDefAction.unLockCustomActionDefs(CustomActionDef customactiondef,
javax.servlet.http.HttpServletRequest req,
boolean unlockByTimeoout)
Executing unlocking.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CustomActionDefDocument |
| Modifier and Type | Method and Description |
|---|---|
CustomActionDef |
CustomActionDefBuilder.build() |
static CustomActionDef |
CustomActionDefFactory.createCustomActionDef() |
static CustomActionDef |
CustomActionDefFactory.createCustomActionDef(CustomActionDef template) |
static CustomActionDef |
CustomActionDefFactory.createCustomActionDef(java.lang.String anId)
For internal use only!
|
static CustomActionDef |
CustomActionDefFactory.createCustomActionDefForImport(java.lang.String anId) |
static CustomActionDef |
CustomActionDefXMLHelper.fromXML(net.anotheria.util.xml.XMLNode node) |
| Modifier and Type | Method and Description |
|---|---|
int |
CustomActionDefDocument.compareTo(CustomActionDef comparable) |
static CustomActionDef |
CustomActionDefFactory.createCustomActionDef(CustomActionDef template) |
static net.anotheria.util.xml.XMLNode |
CustomActionDefXMLHelper.toXML(CustomActionDef object) |
static net.anotheria.util.xml.XMLNode |
CustomActionDefXMLHelper.toXML(CustomActionDef object,
java.lang.String... languages) |
| Modifier and Type | Method and Description |
|---|---|
CustomActionDef |
IASCustomActionService.createCustomActionDef(CustomActionDef customactiondef)
Creates a new CustomActionDef object.
|
CustomActionDef |
ASCustomActionServiceImpl.createCustomActionDef(CustomActionDef customactiondef) |
CustomActionDef |
IASCustomActionService.getCustomActionDef(java.lang.String id)
Returns the CustomActionDef object with the specified id.
|
CustomActionDef |
ASCustomActionServiceImpl.getCustomActionDef(java.lang.String id) |
CustomActionDef |
IASCustomActionService.importCustomActionDef(CustomActionDef customactiondef)
Imports a new CustomActionDef object.
|
CustomActionDef |
ASCustomActionServiceImpl.importCustomActionDef(CustomActionDef customactiondef) |
CustomActionDef |
IASCustomActionService.updateCustomActionDef(CustomActionDef customactiondef)
Updates a CustomActionDef object.
|
CustomActionDef |
ASCustomActionServiceImpl.updateCustomActionDef(CustomActionDef customactiondef) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CustomActionDef> |
IASCustomActionService.createCustomActionDefs(java.util.List<CustomActionDef> list)
Creates multiple new CustomActionDef objects.
|
java.util.List<CustomActionDef> |
ASCustomActionServiceImpl.createCustomActionDefs(java.util.List<CustomActionDef> list) |
java.util.List<CustomActionDef> |
IASCustomActionService.getCustomActionDefs()
Returns all CustomActionDefs objects stored.
|
java.util.List<CustomActionDef> |
ASCustomActionServiceImpl.getCustomActionDefs() |
java.util.List<CustomActionDef> |
ASCustomActionServiceImpl.getCustomActionDefs(java.util.List<java.lang.String> ids)
Returns the CustomActionDef objects with the specified ids.
|
java.util.List<CustomActionDef> |
ASCustomActionServiceImpl.getCustomActionDefs(java.util.List<java.lang.String> ids,
net.anotheria.util.sorter.SortType sortType)
Returns the CustomActionDef objects with the specified ids, sorted by given sorttype.
|
java.util.List<CustomActionDef> |
IASCustomActionService.getCustomActionDefs(net.anotheria.util.slicer.Segment aSegment)
Returns CustomActionDefs objects segment.
|
java.util.List<CustomActionDef> |
ASCustomActionServiceImpl.getCustomActionDefs(net.anotheria.util.slicer.Segment aSegment)
Returns CustomActionDef objects segment.
|
java.util.List<CustomActionDef> |
IASCustomActionService.getCustomActionDefs(net.anotheria.util.sorter.SortType sortType)
Returns all CustomActionDefs objects sorted by given sortType.
|
java.util.List<CustomActionDef> |
ASCustomActionServiceImpl.getCustomActionDefs(net.anotheria.util.sorter.SortType sortType) |
java.util.List<CustomActionDef> |
IASCustomActionService.getCustomActionDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all CustomActionDef objects, where property matches.
|
java.util.List<CustomActionDef> |
ASCustomActionServiceImpl.getCustomActionDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all CustomActionDef objects, where property matches.
|
java.util.List<CustomActionDef> |
IASCustomActionService.getCustomActionDefsByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns CustomActionDef objects segment, where property matches.
|
java.util.List<CustomActionDef> |
ASCustomActionServiceImpl.getCustomActionDefsByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns CustomActionDef objects segment, where property matched.
|
java.util.List<CustomActionDef> |
IASCustomActionService.getCustomActionDefsByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.util.sorter.SortType aSortType,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns CustomActionDef objects segment, where property matches, sorted.
|
java.util.List<CustomActionDef> |
ASCustomActionServiceImpl.getCustomActionDefsByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.util.sorter.SortType aSortType,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns CustomActionDef objects segment, where property matched, sorted.
|
java.util.List<CustomActionDef> |
IASCustomActionService.getCustomActionDefsByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all CustomActionDef objects, where property matches, sorted.
|
java.util.List<CustomActionDef> |
ASCustomActionServiceImpl.getCustomActionDefsByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all CustomActionDef objects, where property matches, sorted
|
java.util.List<CustomActionDef> |
IASCustomActionService.getCustomActionDefsByProperty(java.lang.String propertyName,
java.lang.Object value)
Returns all CustomActionDef objects, where property with given name equals object.
|
java.util.List<CustomActionDef> |
ASCustomActionServiceImpl.getCustomActionDefsByProperty(java.lang.String propertyName,
java.lang.Object value) |
java.util.List<CustomActionDef> |
IASCustomActionService.getCustomActionDefsByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType)
Returns all CustomActionDef objects, where property with given name equals object, sorted.
|
java.util.List<CustomActionDef> |
ASCustomActionServiceImpl.getCustomActionDefsByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType) |
java.util.List<CustomActionDef> |
IASCustomActionService.importCustomActionDefs(java.util.List<CustomActionDef> list)
Imports multiple new CustomActionDef object.
|
java.util.List<CustomActionDef> |
ASCustomActionServiceImpl.importCustomActionDefs(java.util.List<CustomActionDef> list) |
java.util.List<CustomActionDef> |
IASCustomActionService.updateCustomActionDefs(java.util.List<CustomActionDef> list)
Updates multiple CustomActionDef objects.
|
java.util.List<CustomActionDef> |
ASCustomActionServiceImpl.updateCustomActionDefs(java.util.List<CustomActionDef> list) |
| Modifier and Type | Method and Description |
|---|---|
CustomActionDef |
IASCustomActionService.createCustomActionDef(CustomActionDef customactiondef)
Creates a new CustomActionDef object.
|
CustomActionDef |
ASCustomActionServiceImpl.createCustomActionDef(CustomActionDef customactiondef) |
void |
IASCustomActionService.deleteCustomActionDef(CustomActionDef customactiondef)
Deletes a CustomActionDef object.
|
void |
ASCustomActionServiceImpl.deleteCustomActionDef(CustomActionDef customactiondef) |
CustomActionDef |
IASCustomActionService.importCustomActionDef(CustomActionDef customactiondef)
Imports a new CustomActionDef object.
|
CustomActionDef |
ASCustomActionServiceImpl.importCustomActionDef(CustomActionDef customactiondef) |
CustomActionDef |
IASCustomActionService.updateCustomActionDef(CustomActionDef customactiondef)
Updates a CustomActionDef object.
|
CustomActionDef |
ASCustomActionServiceImpl.updateCustomActionDef(CustomActionDef customactiondef) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CustomActionDef> |
IASCustomActionService.createCustomActionDefs(java.util.List<CustomActionDef> list)
Creates multiple new CustomActionDef objects.
|
java.util.List<CustomActionDef> |
ASCustomActionServiceImpl.createCustomActionDefs(java.util.List<CustomActionDef> list) |
void |
IASCustomActionService.deleteCustomActionDefs(java.util.List<CustomActionDef> list)
Deletes multiple CustomActionDef object.
|
void |
ASCustomActionServiceImpl.deleteCustomActionDefs(java.util.List<CustomActionDef> list) |
net.anotheria.util.xml.XMLNode |
IASCustomActionService.exportCustomActionDefsToXML(java.util.List<CustomActionDef> listCustomActionDefs)
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
ASCustomActionServiceImpl.exportCustomActionDefsToXML(java.util.List<CustomActionDef> list) |
java.util.List<CustomActionDef> |
IASCustomActionService.importCustomActionDefs(java.util.List<CustomActionDef> list)
Imports multiple new CustomActionDef object.
|
java.util.List<CustomActionDef> |
ASCustomActionServiceImpl.importCustomActionDefs(java.util.List<CustomActionDef> list) |
java.util.List<CustomActionDef> |
IASCustomActionService.updateCustomActionDefs(java.util.List<CustomActionDef> list)
Updates multiple CustomActionDef objects.
|
java.util.List<CustomActionDef> |
ASCustomActionServiceImpl.updateCustomActionDefs(java.util.List<CustomActionDef> list) |
Copyright © 2012-2023 anotheria.net. All Rights Reserved.