| Package | Description |
|---|---|
| net.anotheria.anosite.gen.ascustomdata.action | |
| net.anotheria.anosite.gen.ascustomdata.data | |
| net.anotheria.anosite.gen.ascustomdata.service |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseCustomBoxHandlerDefAction.addFieldExplanations(javax.servlet.http.HttpServletRequest req,
CustomBoxHandlerDef customboxhandlerdef) |
protected void |
BaseCustomBoxHandlerDefAction.canUpdateCustomBoxHandlerDefs(CustomBoxHandlerDef customboxhandlerdef,
javax.servlet.http.HttpServletRequest req)
Checking UpdateCapability rights
|
protected void |
BaseCustomBoxHandlerDefAction.checkCustomBoxHandlerDefs(CustomBoxHandlerDef customboxhandlerdef,
javax.servlet.http.HttpServletRequest req)
Executing auto-unlocking check....
|
protected void |
BaseCustomBoxHandlerDefAction.lockCustomBoxHandlerDefs(CustomBoxHandlerDef customboxhandlerdef,
javax.servlet.http.HttpServletRequest req)
Executing locking.
|
protected CustomBoxHandlerDefListItemBean |
ShowCustomBoxHandlerDefsAction.makeCustomBoxHandlerDefListItemBean(CustomBoxHandlerDef customboxhandlerdef) |
protected void |
BaseCustomBoxHandlerDefAction.unLockCustomBoxHandlerDefs(CustomBoxHandlerDef customboxhandlerdef,
javax.servlet.http.HttpServletRequest req,
boolean unlockByTimeoout)
Executing unlocking.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CustomBoxHandlerDefDocument |
| Modifier and Type | Method and Description |
|---|---|
CustomBoxHandlerDef |
CustomBoxHandlerDefBuilder.build() |
static CustomBoxHandlerDef |
CustomBoxHandlerDefFactory.createCustomBoxHandlerDef() |
static CustomBoxHandlerDef |
CustomBoxHandlerDefFactory.createCustomBoxHandlerDef(CustomBoxHandlerDef template) |
static CustomBoxHandlerDef |
CustomBoxHandlerDefFactory.createCustomBoxHandlerDef(java.lang.String anId)
For internal use only!
|
static CustomBoxHandlerDef |
CustomBoxHandlerDefFactory.createCustomBoxHandlerDefForImport(java.lang.String anId) |
static CustomBoxHandlerDef |
CustomBoxHandlerDefXMLHelper.fromXML(net.anotheria.util.xml.XMLNode node) |
| Modifier and Type | Method and Description |
|---|---|
int |
CustomBoxHandlerDefDocument.compareTo(CustomBoxHandlerDef comparable) |
static CustomBoxHandlerDef |
CustomBoxHandlerDefFactory.createCustomBoxHandlerDef(CustomBoxHandlerDef template) |
static net.anotheria.util.xml.XMLNode |
CustomBoxHandlerDefXMLHelper.toXML(CustomBoxHandlerDef object) |
static net.anotheria.util.xml.XMLNode |
CustomBoxHandlerDefXMLHelper.toXML(CustomBoxHandlerDef object,
java.lang.String... languages) |
| Modifier and Type | Method and Description |
|---|---|
CustomBoxHandlerDef |
ASCustomDataServiceImpl.createCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef) |
CustomBoxHandlerDef |
IASCustomDataService.createCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef)
Creates a new CustomBoxHandlerDef object.
|
CustomBoxHandlerDef |
ASCustomDataServiceImpl.getCustomBoxHandlerDef(java.lang.String id) |
CustomBoxHandlerDef |
IASCustomDataService.getCustomBoxHandlerDef(java.lang.String id)
Returns the CustomBoxHandlerDef object with the specified id.
|
CustomBoxHandlerDef |
ASCustomDataServiceImpl.importCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef) |
CustomBoxHandlerDef |
IASCustomDataService.importCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef)
Imports a new CustomBoxHandlerDef object.
|
CustomBoxHandlerDef |
ASCustomDataServiceImpl.updateCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef) |
CustomBoxHandlerDef |
IASCustomDataService.updateCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef)
Updates a CustomBoxHandlerDef object.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CustomBoxHandlerDef> |
ASCustomDataServiceImpl.createCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list) |
java.util.List<CustomBoxHandlerDef> |
IASCustomDataService.createCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list)
Creates multiple new CustomBoxHandlerDef objects.
|
java.util.List<CustomBoxHandlerDef> |
ASCustomDataServiceImpl.getCustomBoxHandlerDefs() |
java.util.List<CustomBoxHandlerDef> |
IASCustomDataService.getCustomBoxHandlerDefs()
Returns all CustomBoxHandlerDefs objects stored.
|
java.util.List<CustomBoxHandlerDef> |
ASCustomDataServiceImpl.getCustomBoxHandlerDefs(java.util.List<java.lang.String> ids)
Returns the CustomBoxHandlerDef objects with the specified ids.
|
java.util.List<CustomBoxHandlerDef> |
ASCustomDataServiceImpl.getCustomBoxHandlerDefs(java.util.List<java.lang.String> ids,
net.anotheria.util.sorter.SortType sortType)
Returns the CustomBoxHandlerDef objects with the specified ids, sorted by given sorttype.
|
java.util.List<CustomBoxHandlerDef> |
ASCustomDataServiceImpl.getCustomBoxHandlerDefs(net.anotheria.util.slicer.Segment aSegment)
Returns CustomBoxHandlerDef objects segment.
|
java.util.List<CustomBoxHandlerDef> |
IASCustomDataService.getCustomBoxHandlerDefs(net.anotheria.util.slicer.Segment aSegment)
Returns CustomBoxHandlerDefs objects segment.
|
java.util.List<CustomBoxHandlerDef> |
ASCustomDataServiceImpl.getCustomBoxHandlerDefs(net.anotheria.util.sorter.SortType sortType) |
java.util.List<CustomBoxHandlerDef> |
IASCustomDataService.getCustomBoxHandlerDefs(net.anotheria.util.sorter.SortType sortType)
Returns all CustomBoxHandlerDefs objects sorted by given sortType.
|
java.util.List<CustomBoxHandlerDef> |
ASCustomDataServiceImpl.getCustomBoxHandlerDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all CustomBoxHandlerDef objects, where property matches.
|
java.util.List<CustomBoxHandlerDef> |
IASCustomDataService.getCustomBoxHandlerDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all CustomBoxHandlerDef objects, where property matches.
|
java.util.List<CustomBoxHandlerDef> |
ASCustomDataServiceImpl.getCustomBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns CustomBoxHandlerDef objects segment, where property matched.
|
java.util.List<CustomBoxHandlerDef> |
IASCustomDataService.getCustomBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns CustomBoxHandlerDef objects segment, where property matches.
|
java.util.List<CustomBoxHandlerDef> |
ASCustomDataServiceImpl.getCustomBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.util.sorter.SortType aSortType,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns CustomBoxHandlerDef objects segment, where property matched, sorted.
|
java.util.List<CustomBoxHandlerDef> |
IASCustomDataService.getCustomBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.util.sorter.SortType aSortType,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns CustomBoxHandlerDef objects segment, where property matches, sorted.
|
java.util.List<CustomBoxHandlerDef> |
ASCustomDataServiceImpl.getCustomBoxHandlerDefsByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all CustomBoxHandlerDef objects, where property matches, sorted
|
java.util.List<CustomBoxHandlerDef> |
IASCustomDataService.getCustomBoxHandlerDefsByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all CustomBoxHandlerDef objects, where property matches, sorted.
|
java.util.List<CustomBoxHandlerDef> |
ASCustomDataServiceImpl.getCustomBoxHandlerDefsByProperty(java.lang.String propertyName,
java.lang.Object value) |
java.util.List<CustomBoxHandlerDef> |
IASCustomDataService.getCustomBoxHandlerDefsByProperty(java.lang.String propertyName,
java.lang.Object value)
Returns all CustomBoxHandlerDef objects, where property with given name equals object.
|
java.util.List<CustomBoxHandlerDef> |
ASCustomDataServiceImpl.getCustomBoxHandlerDefsByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType) |
java.util.List<CustomBoxHandlerDef> |
IASCustomDataService.getCustomBoxHandlerDefsByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType)
Returns all CustomBoxHandlerDef objects, where property with given name equals object, sorted.
|
java.util.List<CustomBoxHandlerDef> |
ASCustomDataServiceImpl.importCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list) |
java.util.List<CustomBoxHandlerDef> |
IASCustomDataService.importCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list)
Imports multiple new CustomBoxHandlerDef object.
|
java.util.List<CustomBoxHandlerDef> |
ASCustomDataServiceImpl.updateCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list) |
java.util.List<CustomBoxHandlerDef> |
IASCustomDataService.updateCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list)
Updates multiple CustomBoxHandlerDef objects.
|
| Modifier and Type | Method and Description |
|---|---|
CustomBoxHandlerDef |
ASCustomDataServiceImpl.createCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef) |
CustomBoxHandlerDef |
IASCustomDataService.createCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef)
Creates a new CustomBoxHandlerDef object.
|
void |
ASCustomDataServiceImpl.deleteCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef) |
void |
IASCustomDataService.deleteCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef)
Deletes a CustomBoxHandlerDef object.
|
CustomBoxHandlerDef |
ASCustomDataServiceImpl.importCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef) |
CustomBoxHandlerDef |
IASCustomDataService.importCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef)
Imports a new CustomBoxHandlerDef object.
|
CustomBoxHandlerDef |
ASCustomDataServiceImpl.updateCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef) |
CustomBoxHandlerDef |
IASCustomDataService.updateCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef)
Updates a CustomBoxHandlerDef object.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CustomBoxHandlerDef> |
ASCustomDataServiceImpl.createCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list) |
java.util.List<CustomBoxHandlerDef> |
IASCustomDataService.createCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list)
Creates multiple new CustomBoxHandlerDef objects.
|
void |
ASCustomDataServiceImpl.deleteCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list) |
void |
IASCustomDataService.deleteCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list)
Deletes multiple CustomBoxHandlerDef object.
|
net.anotheria.util.xml.XMLNode |
ASCustomDataServiceImpl.exportCustomBoxHandlerDefsToXML(java.util.List<CustomBoxHandlerDef> list) |
net.anotheria.util.xml.XMLNode |
IASCustomDataService.exportCustomBoxHandlerDefsToXML(java.util.List<CustomBoxHandlerDef> listCustomBoxHandlerDefs)
Creates an xml element with selected contained data.
|
java.util.List<CustomBoxHandlerDef> |
ASCustomDataServiceImpl.importCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list) |
java.util.List<CustomBoxHandlerDef> |
IASCustomDataService.importCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list)
Imports multiple new CustomBoxHandlerDef object.
|
java.util.List<CustomBoxHandlerDef> |
ASCustomDataServiceImpl.updateCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list) |
java.util.List<CustomBoxHandlerDef> |
IASCustomDataService.updateCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list)
Updates multiple CustomBoxHandlerDef objects.
|
Copyright © 2012-2023 anotheria.net. All Rights Reserved.