Uses of Interface
net.anotheria.anosite.gen.asfeature.data.Feature
Packages that use Feature
Package
Description
-
Uses of Feature in net.anotheria.anosite.gen.asfeature.action
Methods in net.anotheria.anosite.gen.asfeature.action with parameters of type FeatureModifier and TypeMethodDescriptionprotected voidBaseFeatureAction.addFieldExplanations(jakarta.servlet.http.HttpServletRequest req, Feature feature) protected voidBaseFeatureAction.canUpdateFeatures(Feature feature, jakarta.servlet.http.HttpServletRequest req) Checking UpdateCapability rightsprotected voidBaseFeatureAction.checkFeatures(Feature feature, jakarta.servlet.http.HttpServletRequest req) Executing auto-unlocking check....protected voidBaseFeatureAction.lockFeatures(Feature feature, jakarta.servlet.http.HttpServletRequest req) Executing locking.protected FeatureListItemBeanShowFeaturesAction.makeFeatureListItemBean(Feature feature) protected voidBaseFeatureAction.unLockFeatures(Feature feature, jakarta.servlet.http.HttpServletRequest req, boolean unlockByTimeoout) Executing unlocking. -
Uses of Feature in net.anotheria.anosite.gen.asfeature.data
Classes in net.anotheria.anosite.gen.asfeature.data that implement FeatureMethods in net.anotheria.anosite.gen.asfeature.data that return FeatureModifier and TypeMethodDescriptionFeatureBuilder.build()static FeatureFeatureFactory.createFeature()static FeatureFeatureFactory.createFeature(String anId) For internal use only!static FeatureFeatureFactory.createFeature(Feature template) static FeatureFeatureFactory.createFeatureForImport(String anId) static FeatureFeatureXMLHelper.fromXML(net.anotheria.util.xml.XMLNode node) Methods in net.anotheria.anosite.gen.asfeature.data with parameters of type FeatureModifier and TypeMethodDescriptionintstatic FeatureFeatureFactory.createFeature(Feature template) static net.anotheria.util.xml.XMLNodestatic net.anotheria.util.xml.XMLNode -
Uses of Feature in net.anotheria.anosite.gen.asfeature.service
Methods in net.anotheria.anosite.gen.asfeature.service that return FeatureModifier and TypeMethodDescriptionASFeatureServiceImpl.createFeature(Feature feature) IASFeatureService.createFeature(Feature feature) Creates a new Feature object.ASFeatureServiceImpl.getFeature(String id) IASFeatureService.getFeature(String id) Returns the Feature object with the specified id.ASFeatureServiceImpl.importFeature(Feature feature) IASFeatureService.importFeature(Feature feature) Imports a new Feature object.ASFeatureServiceImpl.updateFeature(Feature feature) IASFeatureService.updateFeature(Feature feature) Updates a Feature object.Methods in net.anotheria.anosite.gen.asfeature.service that return types with arguments of type FeatureModifier and TypeMethodDescriptionASFeatureServiceImpl.createFeatures(List<Feature> list) IASFeatureService.createFeatures(List<Feature> list) Creates multiple new Feature objects.ASFeatureServiceImpl.getFeatures()ASFeatureServiceImpl.getFeatures(List<String> ids) Returns the Feature objects with the specified ids.ASFeatureServiceImpl.getFeatures(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the Feature objects with the specified ids, sorted by given sorttype.ASFeatureServiceImpl.getFeatures(net.anotheria.util.slicer.Segment aSegment) Returns Feature objects segment.ASFeatureServiceImpl.getFeatures(net.anotheria.util.sorter.SortType sortType) IASFeatureService.getFeatures()Returns all Features objects stored.IASFeatureService.getFeatures(net.anotheria.util.slicer.Segment aSegment) Returns Features objects segment.IASFeatureService.getFeatures(net.anotheria.util.sorter.SortType sortType) Returns all Features objects sorted by given sortType.ASFeatureServiceImpl.getFeaturesByProperty(String propertyName, Object value) ASFeatureServiceImpl.getFeaturesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) ASFeatureServiceImpl.getFeaturesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all Feature objects, where property matches.ASFeatureServiceImpl.getFeaturesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns Feature objects segment, where property matched.ASFeatureServiceImpl.getFeaturesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns Feature objects segment, where property matched, sorted.ASFeatureServiceImpl.getFeaturesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all Feature objects, where property matches, sortedIASFeatureService.getFeaturesByProperty(String propertyName, Object value) Returns all Feature objects, where property with given name equals object.IASFeatureService.getFeaturesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all Feature objects, where property with given name equals object, sorted.IASFeatureService.getFeaturesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all Feature objects, where property matches.IASFeatureService.getFeaturesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns Feature objects segment, where property matches.IASFeatureService.getFeaturesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns Feature objects segment, where property matches, sorted.IASFeatureService.getFeaturesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all Feature objects, where property matches, sorted.ASFeatureServiceImpl.importFeatures(List<Feature> list) IASFeatureService.importFeatures(List<Feature> list) Imports multiple new Feature object.ASFeatureServiceImpl.updateFeatures(List<Feature> list) IASFeatureService.updateFeatures(List<Feature> list) Updates multiple Feature objects.Methods in net.anotheria.anosite.gen.asfeature.service with parameters of type FeatureModifier and TypeMethodDescriptionASFeatureServiceImpl.createFeature(Feature feature) IASFeatureService.createFeature(Feature feature) Creates a new Feature object.voidASFeatureServiceImpl.deleteFeature(Feature feature) voidIASFeatureService.deleteFeature(Feature feature) Deletes a Feature object.ASFeatureServiceImpl.importFeature(Feature feature) IASFeatureService.importFeature(Feature feature) Imports a new Feature object.ASFeatureServiceImpl.updateFeature(Feature feature) IASFeatureService.updateFeature(Feature feature) Updates a Feature object.Method parameters in net.anotheria.anosite.gen.asfeature.service with type arguments of type FeatureModifier and TypeMethodDescriptionASFeatureServiceImpl.createFeatures(List<Feature> list) IASFeatureService.createFeatures(List<Feature> list) Creates multiple new Feature objects.voidASFeatureServiceImpl.deleteFeatures(List<Feature> list) voidIASFeatureService.deleteFeatures(List<Feature> list) Deletes multiple Feature object.net.anotheria.util.xml.XMLNodeASFeatureServiceImpl.exportFeaturesToXML(List<Feature> list) net.anotheria.util.xml.XMLNodeIASFeatureService.exportFeaturesToXML(List<Feature> listFeatures) Creates an xml element with selected contained data.ASFeatureServiceImpl.importFeatures(List<Feature> list) IASFeatureService.importFeatures(List<Feature> list) Imports multiple new Feature object.ASFeatureServiceImpl.updateFeatures(List<Feature> list) IASFeatureService.updateFeatures(List<Feature> list) Updates multiple Feature objects.