| 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 |
BaseCustomBoxTypeAction.addFieldExplanations(javax.servlet.http.HttpServletRequest req,
CustomBoxType customboxtype) |
protected void |
BaseCustomBoxTypeAction.canUpdateCustomBoxTypes(CustomBoxType customboxtype,
javax.servlet.http.HttpServletRequest req)
Checking UpdateCapability rights
|
protected void |
BaseCustomBoxTypeAction.checkCustomBoxTypes(CustomBoxType customboxtype,
javax.servlet.http.HttpServletRequest req)
Executing auto-unlocking check....
|
protected void |
BaseCustomBoxTypeAction.lockCustomBoxTypes(CustomBoxType customboxtype,
javax.servlet.http.HttpServletRequest req)
Executing locking.
|
protected CustomBoxTypeListItemBean |
ShowCustomBoxTypesAction.makeCustomBoxTypeListItemBean(CustomBoxType customboxtype) |
protected void |
BaseCustomBoxTypeAction.unLockCustomBoxTypes(CustomBoxType customboxtype,
javax.servlet.http.HttpServletRequest req,
boolean unlockByTimeoout)
Executing unlocking.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CustomBoxTypeDocument |
| Modifier and Type | Method and Description |
|---|---|
CustomBoxType |
CustomBoxTypeBuilder.build() |
static CustomBoxType |
CustomBoxTypeFactory.createCustomBoxType() |
static CustomBoxType |
CustomBoxTypeFactory.createCustomBoxType(CustomBoxType template) |
static CustomBoxType |
CustomBoxTypeFactory.createCustomBoxType(java.lang.String anId)
For internal use only!
|
static CustomBoxType |
CustomBoxTypeFactory.createCustomBoxTypeForImport(java.lang.String anId) |
static CustomBoxType |
CustomBoxTypeXMLHelper.fromXML(net.anotheria.util.xml.XMLNode node) |
| Modifier and Type | Method and Description |
|---|---|
int |
CustomBoxTypeDocument.compareTo(CustomBoxType comparable) |
static CustomBoxType |
CustomBoxTypeFactory.createCustomBoxType(CustomBoxType template) |
static net.anotheria.util.xml.XMLNode |
CustomBoxTypeXMLHelper.toXML(CustomBoxType object) |
static net.anotheria.util.xml.XMLNode |
CustomBoxTypeXMLHelper.toXML(CustomBoxType object,
java.lang.String... languages) |
| Modifier and Type | Method and Description |
|---|---|
CustomBoxType |
ASCustomDataServiceImpl.createCustomBoxType(CustomBoxType customboxtype) |
CustomBoxType |
IASCustomDataService.createCustomBoxType(CustomBoxType customboxtype)
Creates a new CustomBoxType object.
|
CustomBoxType |
ASCustomDataServiceImpl.getCustomBoxType(java.lang.String id) |
CustomBoxType |
IASCustomDataService.getCustomBoxType(java.lang.String id)
Returns the CustomBoxType object with the specified id.
|
CustomBoxType |
ASCustomDataServiceImpl.importCustomBoxType(CustomBoxType customboxtype) |
CustomBoxType |
IASCustomDataService.importCustomBoxType(CustomBoxType customboxtype)
Imports a new CustomBoxType object.
|
CustomBoxType |
ASCustomDataServiceImpl.updateCustomBoxType(CustomBoxType customboxtype) |
CustomBoxType |
IASCustomDataService.updateCustomBoxType(CustomBoxType customboxtype)
Updates a CustomBoxType object.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CustomBoxType> |
ASCustomDataServiceImpl.createCustomBoxTypes(java.util.List<CustomBoxType> list) |
java.util.List<CustomBoxType> |
IASCustomDataService.createCustomBoxTypes(java.util.List<CustomBoxType> list)
Creates multiple new CustomBoxType objects.
|
java.util.List<CustomBoxType> |
ASCustomDataServiceImpl.getCustomBoxTypes() |
java.util.List<CustomBoxType> |
IASCustomDataService.getCustomBoxTypes()
Returns all CustomBoxTypes objects stored.
|
java.util.List<CustomBoxType> |
ASCustomDataServiceImpl.getCustomBoxTypes(java.util.List<java.lang.String> ids)
Returns the CustomBoxType objects with the specified ids.
|
java.util.List<CustomBoxType> |
ASCustomDataServiceImpl.getCustomBoxTypes(java.util.List<java.lang.String> ids,
net.anotheria.util.sorter.SortType sortType)
Returns the CustomBoxType objects with the specified ids, sorted by given sorttype.
|
java.util.List<CustomBoxType> |
ASCustomDataServiceImpl.getCustomBoxTypes(net.anotheria.util.slicer.Segment aSegment)
Returns CustomBoxType objects segment.
|
java.util.List<CustomBoxType> |
IASCustomDataService.getCustomBoxTypes(net.anotheria.util.slicer.Segment aSegment)
Returns CustomBoxTypes objects segment.
|
java.util.List<CustomBoxType> |
ASCustomDataServiceImpl.getCustomBoxTypes(net.anotheria.util.sorter.SortType sortType) |
java.util.List<CustomBoxType> |
IASCustomDataService.getCustomBoxTypes(net.anotheria.util.sorter.SortType sortType)
Returns all CustomBoxTypes objects sorted by given sortType.
|
java.util.List<CustomBoxType> |
ASCustomDataServiceImpl.getCustomBoxTypesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all CustomBoxType objects, where property matches.
|
java.util.List<CustomBoxType> |
IASCustomDataService.getCustomBoxTypesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all CustomBoxType objects, where property matches.
|
java.util.List<CustomBoxType> |
ASCustomDataServiceImpl.getCustomBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns CustomBoxType objects segment, where property matched.
|
java.util.List<CustomBoxType> |
IASCustomDataService.getCustomBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns CustomBoxType objects segment, where property matches.
|
java.util.List<CustomBoxType> |
ASCustomDataServiceImpl.getCustomBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.util.sorter.SortType aSortType,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns CustomBoxType objects segment, where property matched, sorted.
|
java.util.List<CustomBoxType> |
IASCustomDataService.getCustomBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.util.sorter.SortType aSortType,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns CustomBoxType objects segment, where property matches, sorted.
|
java.util.List<CustomBoxType> |
ASCustomDataServiceImpl.getCustomBoxTypesByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all CustomBoxType objects, where property matches, sorted
|
java.util.List<CustomBoxType> |
IASCustomDataService.getCustomBoxTypesByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all CustomBoxType objects, where property matches, sorted.
|
java.util.List<CustomBoxType> |
ASCustomDataServiceImpl.getCustomBoxTypesByProperty(java.lang.String propertyName,
java.lang.Object value) |
java.util.List<CustomBoxType> |
IASCustomDataService.getCustomBoxTypesByProperty(java.lang.String propertyName,
java.lang.Object value)
Returns all CustomBoxType objects, where property with given name equals object.
|
java.util.List<CustomBoxType> |
ASCustomDataServiceImpl.getCustomBoxTypesByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType) |
java.util.List<CustomBoxType> |
IASCustomDataService.getCustomBoxTypesByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType)
Returns all CustomBoxType objects, where property with given name equals object, sorted.
|
java.util.List<CustomBoxType> |
ASCustomDataServiceImpl.importCustomBoxTypes(java.util.List<CustomBoxType> list) |
java.util.List<CustomBoxType> |
IASCustomDataService.importCustomBoxTypes(java.util.List<CustomBoxType> list)
Imports multiple new CustomBoxType object.
|
java.util.List<CustomBoxType> |
ASCustomDataServiceImpl.updateCustomBoxTypes(java.util.List<CustomBoxType> list) |
java.util.List<CustomBoxType> |
IASCustomDataService.updateCustomBoxTypes(java.util.List<CustomBoxType> list)
Updates multiple CustomBoxType objects.
|
| Modifier and Type | Method and Description |
|---|---|
CustomBoxType |
ASCustomDataServiceImpl.createCustomBoxType(CustomBoxType customboxtype) |
CustomBoxType |
IASCustomDataService.createCustomBoxType(CustomBoxType customboxtype)
Creates a new CustomBoxType object.
|
void |
ASCustomDataServiceImpl.deleteCustomBoxType(CustomBoxType customboxtype) |
void |
IASCustomDataService.deleteCustomBoxType(CustomBoxType customboxtype)
Deletes a CustomBoxType object.
|
CustomBoxType |
ASCustomDataServiceImpl.importCustomBoxType(CustomBoxType customboxtype) |
CustomBoxType |
IASCustomDataService.importCustomBoxType(CustomBoxType customboxtype)
Imports a new CustomBoxType object.
|
CustomBoxType |
ASCustomDataServiceImpl.updateCustomBoxType(CustomBoxType customboxtype) |
CustomBoxType |
IASCustomDataService.updateCustomBoxType(CustomBoxType customboxtype)
Updates a CustomBoxType object.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CustomBoxType> |
ASCustomDataServiceImpl.createCustomBoxTypes(java.util.List<CustomBoxType> list) |
java.util.List<CustomBoxType> |
IASCustomDataService.createCustomBoxTypes(java.util.List<CustomBoxType> list)
Creates multiple new CustomBoxType objects.
|
void |
ASCustomDataServiceImpl.deleteCustomBoxTypes(java.util.List<CustomBoxType> list) |
void |
IASCustomDataService.deleteCustomBoxTypes(java.util.List<CustomBoxType> list)
Deletes multiple CustomBoxType object.
|
net.anotheria.util.xml.XMLNode |
ASCustomDataServiceImpl.exportCustomBoxTypesToXML(java.util.List<CustomBoxType> list) |
net.anotheria.util.xml.XMLNode |
IASCustomDataService.exportCustomBoxTypesToXML(java.util.List<CustomBoxType> listCustomBoxTypes)
Creates an xml element with selected contained data.
|
java.util.List<CustomBoxType> |
ASCustomDataServiceImpl.importCustomBoxTypes(java.util.List<CustomBoxType> list) |
java.util.List<CustomBoxType> |
IASCustomDataService.importCustomBoxTypes(java.util.List<CustomBoxType> list)
Imports multiple new CustomBoxType object.
|
java.util.List<CustomBoxType> |
ASCustomDataServiceImpl.updateCustomBoxTypes(java.util.List<CustomBoxType> list) |
java.util.List<CustomBoxType> |
IASCustomDataService.updateCustomBoxTypes(java.util.List<CustomBoxType> list)
Updates multiple CustomBoxType objects.
|
Copyright © 2012-2023 anotheria.net. All Rights Reserved.