| Package | Description |
|---|---|
| net.anotheria.anosite.gen.assitedata.action | |
| net.anotheria.anosite.gen.assitedata.data | |
| net.anotheria.anosite.gen.assitedata.service |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseEntryPointAction.addFieldExplanations(javax.servlet.http.HttpServletRequest req,
EntryPoint entrypoint) |
protected void |
BaseEntryPointAction.canUpdateEntryPoints(EntryPoint entrypoint,
javax.servlet.http.HttpServletRequest req)
Checking UpdateCapability rights
|
protected void |
BaseEntryPointAction.checkEntryPoints(EntryPoint entrypoint,
javax.servlet.http.HttpServletRequest req)
Executing auto-unlocking check....
|
protected void |
BaseEntryPointAction.lockEntryPoints(EntryPoint entrypoint,
javax.servlet.http.HttpServletRequest req)
Executing locking.
|
protected EntryPointListItemBean |
ShowEntryPointsAction.makeEntryPointListItemBean(EntryPoint entrypoint) |
protected void |
BaseEntryPointAction.unLockEntryPoints(EntryPoint entrypoint,
javax.servlet.http.HttpServletRequest req,
boolean unlockByTimeoout)
Executing unlocking.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EntryPointDocument |
| Modifier and Type | Method and Description |
|---|---|
EntryPoint |
EntryPointBuilder.build() |
static EntryPoint |
EntryPointFactory.createEntryPoint() |
static EntryPoint |
EntryPointFactory.createEntryPoint(EntryPoint template) |
static EntryPoint |
EntryPointFactory.createEntryPoint(java.lang.String anId)
For internal use only!
|
static EntryPoint |
EntryPointFactory.createEntryPointForImport(java.lang.String anId) |
static EntryPoint |
EntryPointXMLHelper.fromXML(net.anotheria.util.xml.XMLNode node) |
| Modifier and Type | Method and Description |
|---|---|
int |
EntryPointDocument.compareTo(EntryPoint comparable) |
static EntryPoint |
EntryPointFactory.createEntryPoint(EntryPoint template) |
static net.anotheria.util.xml.XMLNode |
EntryPointXMLHelper.toXML(EntryPoint object) |
static net.anotheria.util.xml.XMLNode |
EntryPointXMLHelper.toXML(EntryPoint object,
java.lang.String... languages) |
| Modifier and Type | Method and Description |
|---|---|
EntryPoint |
IASSiteDataService.createEntryPoint(EntryPoint entrypoint)
Creates a new EntryPoint object.
|
EntryPoint |
ASSiteDataServiceImpl.createEntryPoint(EntryPoint entrypoint) |
EntryPoint |
IASSiteDataService.getEntryPoint(java.lang.String id)
Returns the EntryPoint object with the specified id.
|
EntryPoint |
ASSiteDataServiceImpl.getEntryPoint(java.lang.String id) |
EntryPoint |
IASSiteDataService.importEntryPoint(EntryPoint entrypoint)
Imports a new EntryPoint object.
|
EntryPoint |
ASSiteDataServiceImpl.importEntryPoint(EntryPoint entrypoint) |
EntryPoint |
IASSiteDataService.updateEntryPoint(EntryPoint entrypoint)
Updates a EntryPoint object.
|
EntryPoint |
ASSiteDataServiceImpl.updateEntryPoint(EntryPoint entrypoint) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EntryPoint> |
IASSiteDataService.createEntryPoints(java.util.List<EntryPoint> list)
Creates multiple new EntryPoint objects.
|
java.util.List<EntryPoint> |
ASSiteDataServiceImpl.createEntryPoints(java.util.List<EntryPoint> list) |
java.util.List<EntryPoint> |
IASSiteDataService.getEntryPoints()
Returns all EntryPoints objects stored.
|
java.util.List<EntryPoint> |
ASSiteDataServiceImpl.getEntryPoints() |
java.util.List<EntryPoint> |
ASSiteDataServiceImpl.getEntryPoints(java.util.List<java.lang.String> ids)
Returns the EntryPoint objects with the specified ids.
|
java.util.List<EntryPoint> |
ASSiteDataServiceImpl.getEntryPoints(java.util.List<java.lang.String> ids,
net.anotheria.util.sorter.SortType sortType)
Returns the EntryPoint objects with the specified ids, sorted by given sorttype.
|
java.util.List<EntryPoint> |
IASSiteDataService.getEntryPoints(net.anotheria.util.slicer.Segment aSegment)
Returns EntryPoints objects segment.
|
java.util.List<EntryPoint> |
ASSiteDataServiceImpl.getEntryPoints(net.anotheria.util.slicer.Segment aSegment)
Returns EntryPoint objects segment.
|
java.util.List<EntryPoint> |
IASSiteDataService.getEntryPoints(net.anotheria.util.sorter.SortType sortType)
Returns all EntryPoints objects sorted by given sortType.
|
java.util.List<EntryPoint> |
ASSiteDataServiceImpl.getEntryPoints(net.anotheria.util.sorter.SortType sortType) |
java.util.List<EntryPoint> |
IASSiteDataService.getEntryPointsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all EntryPoint objects, where property matches.
|
java.util.List<EntryPoint> |
ASSiteDataServiceImpl.getEntryPointsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all EntryPoint objects, where property matches.
|
java.util.List<EntryPoint> |
IASSiteDataService.getEntryPointsByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns EntryPoint objects segment, where property matches.
|
java.util.List<EntryPoint> |
ASSiteDataServiceImpl.getEntryPointsByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns EntryPoint objects segment, where property matched.
|
java.util.List<EntryPoint> |
IASSiteDataService.getEntryPointsByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.util.sorter.SortType aSortType,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns EntryPoint objects segment, where property matches, sorted.
|
java.util.List<EntryPoint> |
ASSiteDataServiceImpl.getEntryPointsByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.util.sorter.SortType aSortType,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns EntryPoint objects segment, where property matched, sorted.
|
java.util.List<EntryPoint> |
IASSiteDataService.getEntryPointsByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all EntryPoint objects, where property matches, sorted.
|
java.util.List<EntryPoint> |
ASSiteDataServiceImpl.getEntryPointsByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all EntryPoint objects, where property matches, sorted
|
java.util.List<EntryPoint> |
IASSiteDataService.getEntryPointsByProperty(java.lang.String propertyName,
java.lang.Object value)
Returns all EntryPoint objects, where property with given name equals object.
|
java.util.List<EntryPoint> |
ASSiteDataServiceImpl.getEntryPointsByProperty(java.lang.String propertyName,
java.lang.Object value) |
java.util.List<EntryPoint> |
IASSiteDataService.getEntryPointsByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType)
Returns all EntryPoint objects, where property with given name equals object, sorted.
|
java.util.List<EntryPoint> |
ASSiteDataServiceImpl.getEntryPointsByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType) |
java.util.List<EntryPoint> |
IASSiteDataService.importEntryPoints(java.util.List<EntryPoint> list)
Imports multiple new EntryPoint object.
|
java.util.List<EntryPoint> |
ASSiteDataServiceImpl.importEntryPoints(java.util.List<EntryPoint> list) |
java.util.List<EntryPoint> |
IASSiteDataService.updateEntryPoints(java.util.List<EntryPoint> list)
Updates multiple EntryPoint objects.
|
java.util.List<EntryPoint> |
ASSiteDataServiceImpl.updateEntryPoints(java.util.List<EntryPoint> list) |
| Modifier and Type | Method and Description |
|---|---|
EntryPoint |
IASSiteDataService.createEntryPoint(EntryPoint entrypoint)
Creates a new EntryPoint object.
|
EntryPoint |
ASSiteDataServiceImpl.createEntryPoint(EntryPoint entrypoint) |
void |
IASSiteDataService.deleteEntryPoint(EntryPoint entrypoint)
Deletes a EntryPoint object.
|
void |
ASSiteDataServiceImpl.deleteEntryPoint(EntryPoint entrypoint) |
EntryPoint |
IASSiteDataService.importEntryPoint(EntryPoint entrypoint)
Imports a new EntryPoint object.
|
EntryPoint |
ASSiteDataServiceImpl.importEntryPoint(EntryPoint entrypoint) |
EntryPoint |
IASSiteDataService.updateEntryPoint(EntryPoint entrypoint)
Updates a EntryPoint object.
|
EntryPoint |
ASSiteDataServiceImpl.updateEntryPoint(EntryPoint entrypoint) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EntryPoint> |
IASSiteDataService.createEntryPoints(java.util.List<EntryPoint> list)
Creates multiple new EntryPoint objects.
|
java.util.List<EntryPoint> |
ASSiteDataServiceImpl.createEntryPoints(java.util.List<EntryPoint> list) |
void |
IASSiteDataService.deleteEntryPoints(java.util.List<EntryPoint> list)
Deletes multiple EntryPoint object.
|
void |
ASSiteDataServiceImpl.deleteEntryPoints(java.util.List<EntryPoint> list) |
net.anotheria.util.xml.XMLNode |
IASSiteDataService.exportEntryPointsToXML(java.util.List<EntryPoint> listEntryPoints)
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
ASSiteDataServiceImpl.exportEntryPointsToXML(java.util.List<EntryPoint> list) |
net.anotheria.util.xml.XMLNode |
IASSiteDataService.exportEntryPointsToXML(java.lang.String[] languages,
java.util.List<EntryPoint> listEntryPoints)
creates an xml element with selected contained data but only selected languages in multilingual attributes
|
net.anotheria.util.xml.XMLNode |
ASSiteDataServiceImpl.exportEntryPointsToXML(java.lang.String[] languages,
java.util.List<EntryPoint> list) |
java.util.List<EntryPoint> |
IASSiteDataService.importEntryPoints(java.util.List<EntryPoint> list)
Imports multiple new EntryPoint object.
|
java.util.List<EntryPoint> |
ASSiteDataServiceImpl.importEntryPoints(java.util.List<EntryPoint> list) |
java.util.List<EntryPoint> |
IASSiteDataService.updateEntryPoints(java.util.List<EntryPoint> list)
Updates multiple EntryPoint objects.
|
java.util.List<EntryPoint> |
ASSiteDataServiceImpl.updateEntryPoints(java.util.List<EntryPoint> list) |
Copyright © 2012-2023 anotheria.net. All Rights Reserved.