| Package | Description |
|---|---|
| net.anotheria.anosite.gen.aswebdata.action | |
| net.anotheria.anosite.gen.aswebdata.data | |
| net.anotheria.anosite.gen.aswebdata.service |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseAttributeAction.addFieldExplanations(javax.servlet.http.HttpServletRequest req,
Attribute attribute) |
protected void |
BaseAttributeAction.canUpdateAttributes(Attribute attribute,
javax.servlet.http.HttpServletRequest req)
Checking UpdateCapability rights
|
protected void |
BaseAttributeAction.checkAttributes(Attribute attribute,
javax.servlet.http.HttpServletRequest req)
Executing auto-unlocking check....
|
protected void |
BaseAttributeAction.lockAttributes(Attribute attribute,
javax.servlet.http.HttpServletRequest req)
Executing locking.
|
protected AttributeListItemBean |
ShowAttributesAction.makeAttributeListItemBean(Attribute attribute) |
protected void |
BaseAttributeAction.unLockAttributes(Attribute attribute,
javax.servlet.http.HttpServletRequest req,
boolean unlockByTimeoout)
Executing unlocking.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeDocument |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
AttributeBuilder.build() |
static Attribute |
AttributeFactory.createAttribute() |
static Attribute |
AttributeFactory.createAttribute(Attribute template) |
static Attribute |
AttributeFactory.createAttribute(java.lang.String anId)
For internal use only!
|
static Attribute |
AttributeFactory.createAttributeForImport(java.lang.String anId) |
static Attribute |
AttributeXMLHelper.fromXML(net.anotheria.util.xml.XMLNode node) |
| Modifier and Type | Method and Description |
|---|---|
int |
AttributeDocument.compareTo(Attribute comparable) |
static Attribute |
AttributeFactory.createAttribute(Attribute template) |
static net.anotheria.util.xml.XMLNode |
AttributeXMLHelper.toXML(Attribute object) |
static net.anotheria.util.xml.XMLNode |
AttributeXMLHelper.toXML(Attribute object,
java.lang.String... languages) |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
ASWebDataServiceImpl.createAttribute(Attribute attribute) |
Attribute |
IASWebDataService.createAttribute(Attribute attribute)
Creates a new Attribute object.
|
Attribute |
ASWebDataServiceImpl.getAttribute(java.lang.String id) |
Attribute |
IASWebDataService.getAttribute(java.lang.String id)
Returns the Attribute object with the specified id.
|
Attribute |
ASWebDataServiceImpl.importAttribute(Attribute attribute) |
Attribute |
IASWebDataService.importAttribute(Attribute attribute)
Imports a new Attribute object.
|
Attribute |
ASWebDataServiceImpl.updateAttribute(Attribute attribute) |
Attribute |
IASWebDataService.updateAttribute(Attribute attribute)
Updates a Attribute object.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Attribute> |
ASWebDataServiceImpl.createAttributes(java.util.List<Attribute> list) |
java.util.List<Attribute> |
IASWebDataService.createAttributes(java.util.List<Attribute> list)
Creates multiple new Attribute objects.
|
java.util.List<Attribute> |
ASWebDataServiceImpl.getAttributes() |
java.util.List<Attribute> |
IASWebDataService.getAttributes()
Returns all Attributes objects stored.
|
java.util.List<Attribute> |
ASWebDataServiceImpl.getAttributes(java.util.List<java.lang.String> ids)
Returns the Attribute objects with the specified ids.
|
java.util.List<Attribute> |
ASWebDataServiceImpl.getAttributes(java.util.List<java.lang.String> ids,
net.anotheria.util.sorter.SortType sortType)
Returns the Attribute objects with the specified ids, sorted by given sorttype.
|
java.util.List<Attribute> |
ASWebDataServiceImpl.getAttributes(net.anotheria.util.slicer.Segment aSegment)
Returns Attribute objects segment.
|
java.util.List<Attribute> |
IASWebDataService.getAttributes(net.anotheria.util.slicer.Segment aSegment)
Returns Attributes objects segment.
|
java.util.List<Attribute> |
ASWebDataServiceImpl.getAttributes(net.anotheria.util.sorter.SortType sortType) |
java.util.List<Attribute> |
IASWebDataService.getAttributes(net.anotheria.util.sorter.SortType sortType)
Returns all Attributes objects sorted by given sortType.
|
java.util.List<Attribute> |
ASWebDataServiceImpl.getAttributesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all Attribute objects, where property matches.
|
java.util.List<Attribute> |
IASWebDataService.getAttributesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all Attribute objects, where property matches.
|
java.util.List<Attribute> |
ASWebDataServiceImpl.getAttributesByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns Attribute objects segment, where property matched.
|
java.util.List<Attribute> |
IASWebDataService.getAttributesByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns Attribute objects segment, where property matches.
|
java.util.List<Attribute> |
ASWebDataServiceImpl.getAttributesByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.util.sorter.SortType aSortType,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns Attribute objects segment, where property matched, sorted.
|
java.util.List<Attribute> |
IASWebDataService.getAttributesByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.util.sorter.SortType aSortType,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns Attribute objects segment, where property matches, sorted.
|
java.util.List<Attribute> |
ASWebDataServiceImpl.getAttributesByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all Attribute objects, where property matches, sorted
|
java.util.List<Attribute> |
IASWebDataService.getAttributesByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all Attribute objects, where property matches, sorted.
|
java.util.List<Attribute> |
ASWebDataServiceImpl.getAttributesByProperty(java.lang.String propertyName,
java.lang.Object value) |
java.util.List<Attribute> |
IASWebDataService.getAttributesByProperty(java.lang.String propertyName,
java.lang.Object value)
Returns all Attribute objects, where property with given name equals object.
|
java.util.List<Attribute> |
ASWebDataServiceImpl.getAttributesByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType) |
java.util.List<Attribute> |
IASWebDataService.getAttributesByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType)
Returns all Attribute objects, where property with given name equals object, sorted.
|
java.util.List<Attribute> |
ASWebDataServiceImpl.importAttributes(java.util.List<Attribute> list) |
java.util.List<Attribute> |
IASWebDataService.importAttributes(java.util.List<Attribute> list)
Imports multiple new Attribute object.
|
java.util.List<Attribute> |
ASWebDataServiceImpl.updateAttributes(java.util.List<Attribute> list) |
java.util.List<Attribute> |
IASWebDataService.updateAttributes(java.util.List<Attribute> list)
Updates multiple Attribute objects.
|
| Modifier and Type | Method and Description |
|---|---|
Attribute |
ASWebDataServiceImpl.createAttribute(Attribute attribute) |
Attribute |
IASWebDataService.createAttribute(Attribute attribute)
Creates a new Attribute object.
|
void |
ASWebDataServiceImpl.deleteAttribute(Attribute attribute) |
void |
IASWebDataService.deleteAttribute(Attribute attribute)
Deletes a Attribute object.
|
Attribute |
ASWebDataServiceImpl.importAttribute(Attribute attribute) |
Attribute |
IASWebDataService.importAttribute(Attribute attribute)
Imports a new Attribute object.
|
Attribute |
ASWebDataServiceImpl.updateAttribute(Attribute attribute) |
Attribute |
IASWebDataService.updateAttribute(Attribute attribute)
Updates a Attribute object.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Attribute> |
ASWebDataServiceImpl.createAttributes(java.util.List<Attribute> list) |
java.util.List<Attribute> |
IASWebDataService.createAttributes(java.util.List<Attribute> list)
Creates multiple new Attribute objects.
|
void |
ASWebDataServiceImpl.deleteAttributes(java.util.List<Attribute> list) |
void |
IASWebDataService.deleteAttributes(java.util.List<Attribute> list)
Deletes multiple Attribute object.
|
net.anotheria.util.xml.XMLNode |
ASWebDataServiceImpl.exportAttributesToXML(java.util.List<Attribute> list) |
net.anotheria.util.xml.XMLNode |
IASWebDataService.exportAttributesToXML(java.util.List<Attribute> listAttributes)
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
ASWebDataServiceImpl.exportAttributesToXML(java.lang.String[] languages,
java.util.List<Attribute> list) |
net.anotheria.util.xml.XMLNode |
IASWebDataService.exportAttributesToXML(java.lang.String[] languages,
java.util.List<Attribute> listAttributes)
creates an xml element with selected contained data but only selected languages in multilingual attributes
|
java.util.List<Attribute> |
ASWebDataServiceImpl.importAttributes(java.util.List<Attribute> list) |
java.util.List<Attribute> |
IASWebDataService.importAttributes(java.util.List<Attribute> list)
Imports multiple new Attribute object.
|
java.util.List<Attribute> |
ASWebDataServiceImpl.updateAttributes(java.util.List<Attribute> list) |
java.util.List<Attribute> |
IASWebDataService.updateAttributes(java.util.List<Attribute> list)
Updates multiple Attribute objects.
|
Copyright © 2012-2023 anotheria.net. All Rights Reserved.