Uses of Interface
net.anotheria.anosite.gen.assitedata.data.EntryPoint
Packages that use EntryPoint
Package
Description
-
Uses of EntryPoint in net.anotheria.anosite.gen.assitedata.action
Methods in net.anotheria.anosite.gen.assitedata.action with parameters of type EntryPointModifier and TypeMethodDescriptionprotected voidBaseEntryPointAction.addFieldExplanations(jakarta.servlet.http.HttpServletRequest req, EntryPoint entrypoint) protected voidBaseEntryPointAction.canUpdateEntryPoints(EntryPoint entrypoint, jakarta.servlet.http.HttpServletRequest req) Checking UpdateCapability rightsprotected voidBaseEntryPointAction.checkEntryPoints(EntryPoint entrypoint, jakarta.servlet.http.HttpServletRequest req) Executing auto-unlocking check....protected voidBaseEntryPointAction.lockEntryPoints(EntryPoint entrypoint, jakarta.servlet.http.HttpServletRequest req) Executing locking.protected EntryPointListItemBeanShowEntryPointsAction.makeEntryPointListItemBean(EntryPoint entrypoint) protected voidBaseEntryPointAction.unLockEntryPoints(EntryPoint entrypoint, jakarta.servlet.http.HttpServletRequest req, boolean unlockByTimeoout) Executing unlocking. -
Uses of EntryPoint in net.anotheria.anosite.gen.assitedata.data
Classes in net.anotheria.anosite.gen.assitedata.data that implement EntryPointMethods in net.anotheria.anosite.gen.assitedata.data that return EntryPointModifier and TypeMethodDescriptionEntryPointBuilder.build()static EntryPointEntryPointFactory.createEntryPoint()static EntryPointEntryPointFactory.createEntryPoint(String anId) For internal use only!static EntryPointEntryPointFactory.createEntryPoint(EntryPoint template) static EntryPointEntryPointFactory.createEntryPointForImport(String anId) static EntryPointEntryPointXMLHelper.fromXML(net.anotheria.util.xml.XMLNode node) Methods in net.anotheria.anosite.gen.assitedata.data with parameters of type EntryPointModifier and TypeMethodDescriptionintEntryPointDocument.compareTo(EntryPoint comparable) static EntryPointEntryPointFactory.createEntryPoint(EntryPoint template) static net.anotheria.util.xml.XMLNodeEntryPointXMLHelper.toXML(EntryPoint object) static net.anotheria.util.xml.XMLNodeEntryPointXMLHelper.toXML(EntryPoint object, String... languages) -
Uses of EntryPoint in net.anotheria.anosite.gen.assitedata.service
Methods in net.anotheria.anosite.gen.assitedata.service that return EntryPointModifier and TypeMethodDescriptionASSiteDataServiceImpl.createEntryPoint(EntryPoint entrypoint) IASSiteDataService.createEntryPoint(EntryPoint entrypoint) Creates a new EntryPoint object.ASSiteDataServiceImpl.getEntryPoint(String id) IASSiteDataService.getEntryPoint(String id) Returns the EntryPoint object with the specified id.ASSiteDataServiceImpl.importEntryPoint(EntryPoint entrypoint) IASSiteDataService.importEntryPoint(EntryPoint entrypoint) Imports a new EntryPoint object.ASSiteDataServiceImpl.updateEntryPoint(EntryPoint entrypoint) IASSiteDataService.updateEntryPoint(EntryPoint entrypoint) Updates a EntryPoint object.Methods in net.anotheria.anosite.gen.assitedata.service that return types with arguments of type EntryPointModifier and TypeMethodDescriptionASSiteDataServiceImpl.createEntryPoints(List<EntryPoint> list) IASSiteDataService.createEntryPoints(List<EntryPoint> list) Creates multiple new EntryPoint objects.ASSiteDataServiceImpl.getEntryPoints()ASSiteDataServiceImpl.getEntryPoints(List<String> ids) Returns the EntryPoint objects with the specified ids.ASSiteDataServiceImpl.getEntryPoints(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the EntryPoint objects with the specified ids, sorted by given sorttype.ASSiteDataServiceImpl.getEntryPoints(net.anotheria.util.slicer.Segment aSegment) Returns EntryPoint objects segment.ASSiteDataServiceImpl.getEntryPoints(net.anotheria.util.sorter.SortType sortType) IASSiteDataService.getEntryPoints()Returns all EntryPoints objects stored.IASSiteDataService.getEntryPoints(net.anotheria.util.slicer.Segment aSegment) Returns EntryPoints objects segment.IASSiteDataService.getEntryPoints(net.anotheria.util.sorter.SortType sortType) Returns all EntryPoints objects sorted by given sortType.ASSiteDataServiceImpl.getEntryPointsByProperty(String propertyName, Object value) ASSiteDataServiceImpl.getEntryPointsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) ASSiteDataServiceImpl.getEntryPointsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all EntryPoint objects, where property matches.ASSiteDataServiceImpl.getEntryPointsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns EntryPoint objects segment, where property matched.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.ASSiteDataServiceImpl.getEntryPointsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all EntryPoint objects, where property matches, sortedIASSiteDataService.getEntryPointsByProperty(String propertyName, Object value) Returns all EntryPoint objects, where property with given name equals object.IASSiteDataService.getEntryPointsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all EntryPoint objects, where property with given name equals object, sorted.IASSiteDataService.getEntryPointsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all EntryPoint objects, where property matches.IASSiteDataService.getEntryPointsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns EntryPoint objects segment, where property matches.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.IASSiteDataService.getEntryPointsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all EntryPoint objects, where property matches, sorted.ASSiteDataServiceImpl.importEntryPoints(List<EntryPoint> list) IASSiteDataService.importEntryPoints(List<EntryPoint> list) Imports multiple new EntryPoint object.ASSiteDataServiceImpl.updateEntryPoints(List<EntryPoint> list) IASSiteDataService.updateEntryPoints(List<EntryPoint> list) Updates multiple EntryPoint objects.Methods in net.anotheria.anosite.gen.assitedata.service with parameters of type EntryPointModifier and TypeMethodDescriptionASSiteDataServiceImpl.createEntryPoint(EntryPoint entrypoint) IASSiteDataService.createEntryPoint(EntryPoint entrypoint) Creates a new EntryPoint object.voidASSiteDataServiceImpl.deleteEntryPoint(EntryPoint entrypoint) voidIASSiteDataService.deleteEntryPoint(EntryPoint entrypoint) Deletes a EntryPoint object.ASSiteDataServiceImpl.importEntryPoint(EntryPoint entrypoint) IASSiteDataService.importEntryPoint(EntryPoint entrypoint) Imports a new EntryPoint object.ASSiteDataServiceImpl.updateEntryPoint(EntryPoint entrypoint) IASSiteDataService.updateEntryPoint(EntryPoint entrypoint) Updates a EntryPoint object.Method parameters in net.anotheria.anosite.gen.assitedata.service with type arguments of type EntryPointModifier and TypeMethodDescriptionASSiteDataServiceImpl.createEntryPoints(List<EntryPoint> list) IASSiteDataService.createEntryPoints(List<EntryPoint> list) Creates multiple new EntryPoint objects.voidASSiteDataServiceImpl.deleteEntryPoints(List<EntryPoint> list) voidIASSiteDataService.deleteEntryPoints(List<EntryPoint> list) Deletes multiple EntryPoint object.net.anotheria.util.xml.XMLNodeASSiteDataServiceImpl.exportEntryPointsToXML(String[] languages, List<EntryPoint> list) net.anotheria.util.xml.XMLNodeASSiteDataServiceImpl.exportEntryPointsToXML(List<EntryPoint> list) net.anotheria.util.xml.XMLNodeIASSiteDataService.exportEntryPointsToXML(String[] languages, List<EntryPoint> listEntryPoints) creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeIASSiteDataService.exportEntryPointsToXML(List<EntryPoint> listEntryPoints) Creates an xml element with selected contained data.ASSiteDataServiceImpl.importEntryPoints(List<EntryPoint> list) IASSiteDataService.importEntryPoints(List<EntryPoint> list) Imports multiple new EntryPoint object.ASSiteDataServiceImpl.updateEntryPoints(List<EntryPoint> list) IASSiteDataService.updateEntryPoints(List<EntryPoint> list) Updates multiple EntryPoint objects.