Uses of Interface
net.anotheria.anosite.gen.assitedata.data.NaviItem
Packages that use NaviItem
Package
Description
-
Uses of NaviItem in net.anotheria.anosite.gen.assitedata.action
Methods in net.anotheria.anosite.gen.assitedata.action with parameters of type NaviItemModifier and TypeMethodDescriptionprotected voidBaseNaviItemAction.addFieldExplanations(jakarta.servlet.http.HttpServletRequest req, NaviItem naviitem) protected voidBaseNaviItemAction.canUpdateNaviItems(NaviItem naviitem, jakarta.servlet.http.HttpServletRequest req) Checking UpdateCapability rightsprotected voidBaseNaviItemAction.checkNaviItems(NaviItem naviitem, jakarta.servlet.http.HttpServletRequest req) Executing auto-unlocking check....protected voidBaseNaviItemAction.lockNaviItems(NaviItem naviitem, jakarta.servlet.http.HttpServletRequest req) Executing locking.protected NaviItemListItemBeanShowNaviItemsAction.makeNaviItemListItemBean(NaviItem naviitem) protected voidBaseNaviItemAction.unLockNaviItems(NaviItem naviitem, jakarta.servlet.http.HttpServletRequest req, boolean unlockByTimeoout) Executing unlocking. -
Uses of NaviItem in net.anotheria.anosite.gen.assitedata.data
Classes in net.anotheria.anosite.gen.assitedata.data that implement NaviItemMethods in net.anotheria.anosite.gen.assitedata.data that return NaviItemModifier and TypeMethodDescriptionNaviItemBuilder.build()static NaviItemNaviItemFactory.createNaviItem()static NaviItemNaviItemFactory.createNaviItem(String anId) For internal use only!static NaviItemNaviItemFactory.createNaviItem(NaviItem template) static NaviItemNaviItemFactory.createNaviItemForImport(String anId) static NaviItemNaviItemXMLHelper.fromXML(net.anotheria.util.xml.XMLNode node) Methods in net.anotheria.anosite.gen.assitedata.data with parameters of type NaviItemModifier and TypeMethodDescriptionintstatic NaviItemNaviItemFactory.createNaviItem(NaviItem template) static net.anotheria.util.xml.XMLNodestatic net.anotheria.util.xml.XMLNode -
Uses of NaviItem in net.anotheria.anosite.gen.assitedata.service
Methods in net.anotheria.anosite.gen.assitedata.service that return NaviItemModifier and TypeMethodDescriptionASSiteDataServiceImpl.createNaviItem(NaviItem naviitem) IASSiteDataService.createNaviItem(NaviItem naviitem) Creates a new NaviItem object.ASSiteDataServiceImpl.getNaviItem(String id) IASSiteDataService.getNaviItem(String id) Returns the NaviItem object with the specified id.ASSiteDataServiceImpl.importNaviItem(NaviItem naviitem) IASSiteDataService.importNaviItem(NaviItem naviitem) Imports a new NaviItem object.ASSiteDataServiceImpl.updateNaviItem(NaviItem naviitem) IASSiteDataService.updateNaviItem(NaviItem naviitem) Updates a NaviItem object.Methods in net.anotheria.anosite.gen.assitedata.service that return types with arguments of type NaviItemModifier and TypeMethodDescriptionASSiteDataServiceImpl.createNaviItems(List<NaviItem> list) IASSiteDataService.createNaviItems(List<NaviItem> list) Creates multiple new NaviItem objects.ASSiteDataServiceImpl.getNaviItems()ASSiteDataServiceImpl.getNaviItems(List<String> ids) Returns the NaviItem objects with the specified ids.ASSiteDataServiceImpl.getNaviItems(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the NaviItem objects with the specified ids, sorted by given sorttype.ASSiteDataServiceImpl.getNaviItems(net.anotheria.util.slicer.Segment aSegment) Returns NaviItem objects segment.ASSiteDataServiceImpl.getNaviItems(net.anotheria.util.sorter.SortType sortType) IASSiteDataService.getNaviItems()Returns all NaviItems objects stored.IASSiteDataService.getNaviItems(net.anotheria.util.slicer.Segment aSegment) Returns NaviItems objects segment.IASSiteDataService.getNaviItems(net.anotheria.util.sorter.SortType sortType) Returns all NaviItems objects sorted by given sortType.ASSiteDataServiceImpl.getNaviItemsByProperty(String propertyName, Object value) ASSiteDataServiceImpl.getNaviItemsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) ASSiteDataServiceImpl.getNaviItemsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all NaviItem objects, where property matches.ASSiteDataServiceImpl.getNaviItemsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns NaviItem objects segment, where property matched.ASSiteDataServiceImpl.getNaviItemsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns NaviItem objects segment, where property matched, sorted.ASSiteDataServiceImpl.getNaviItemsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all NaviItem objects, where property matches, sortedIASSiteDataService.getNaviItemsByProperty(String propertyName, Object value) Returns all NaviItem objects, where property with given name equals object.IASSiteDataService.getNaviItemsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all NaviItem objects, where property with given name equals object, sorted.IASSiteDataService.getNaviItemsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all NaviItem objects, where property matches.IASSiteDataService.getNaviItemsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns NaviItem objects segment, where property matches.IASSiteDataService.getNaviItemsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns NaviItem objects segment, where property matches, sorted.IASSiteDataService.getNaviItemsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all NaviItem objects, where property matches, sorted.ASSiteDataServiceImpl.importNaviItems(List<NaviItem> list) IASSiteDataService.importNaviItems(List<NaviItem> list) Imports multiple new NaviItem object.ASSiteDataServiceImpl.updateNaviItems(List<NaviItem> list) IASSiteDataService.updateNaviItems(List<NaviItem> list) Updates multiple NaviItem objects.Methods in net.anotheria.anosite.gen.assitedata.service with parameters of type NaviItemModifier and TypeMethodDescriptionASSiteDataServiceImpl.createNaviItem(NaviItem naviitem) IASSiteDataService.createNaviItem(NaviItem naviitem) Creates a new NaviItem object.voidASSiteDataServiceImpl.deleteNaviItem(NaviItem naviitem) voidIASSiteDataService.deleteNaviItem(NaviItem naviitem) Deletes a NaviItem object.ASSiteDataServiceImpl.importNaviItem(NaviItem naviitem) IASSiteDataService.importNaviItem(NaviItem naviitem) Imports a new NaviItem object.ASSiteDataServiceImpl.updateNaviItem(NaviItem naviitem) IASSiteDataService.updateNaviItem(NaviItem naviitem) Updates a NaviItem object.Method parameters in net.anotheria.anosite.gen.assitedata.service with type arguments of type NaviItemModifier and TypeMethodDescriptionASSiteDataServiceImpl.createNaviItems(List<NaviItem> list) IASSiteDataService.createNaviItems(List<NaviItem> list) Creates multiple new NaviItem objects.voidASSiteDataServiceImpl.deleteNaviItems(List<NaviItem> list) voidIASSiteDataService.deleteNaviItems(List<NaviItem> list) Deletes multiple NaviItem object.net.anotheria.util.xml.XMLNodeASSiteDataServiceImpl.exportNaviItemsToXML(String[] languages, List<NaviItem> list) net.anotheria.util.xml.XMLNodeASSiteDataServiceImpl.exportNaviItemsToXML(List<NaviItem> list) net.anotheria.util.xml.XMLNodeIASSiteDataService.exportNaviItemsToXML(String[] languages, List<NaviItem> listNaviItems) creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeIASSiteDataService.exportNaviItemsToXML(List<NaviItem> listNaviItems) Creates an xml element with selected contained data.ASSiteDataServiceImpl.importNaviItems(List<NaviItem> list) IASSiteDataService.importNaviItems(List<NaviItem> list) Imports multiple new NaviItem object.ASSiteDataServiceImpl.updateNaviItems(List<NaviItem> list) IASSiteDataService.updateNaviItems(List<NaviItem> list) Updates multiple NaviItem objects.