Uses of Interface
net.anotheria.anosite.gen.asfeature.data.Feature
-
Packages that use Feature Package Description net.anotheria.anosite.gen.asfeature.action net.anotheria.anosite.gen.asfeature.data net.anotheria.anosite.gen.asfeature.service -
-
Uses of Feature in net.anotheria.anosite.gen.asfeature.action
Methods in net.anotheria.anosite.gen.asfeature.action with parameters of type Feature Modifier and Type Method Description protected 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 Feature Modifier and Type Class Description classFeatureDocumentMethods in net.anotheria.anosite.gen.asfeature.data that return Feature Modifier and Type Method Description FeatureFeatureBuilder. build()static FeatureFeatureFactory. createFeature()static FeatureFeatureFactory. createFeature(java.lang.String anId)For internal use only!static FeatureFeatureFactory. createFeature(Feature template)static FeatureFeatureFactory. createFeatureForImport(java.lang.String anId)static FeatureFeatureXMLHelper. fromXML(net.anotheria.util.xml.XMLNode node)Methods in net.anotheria.anosite.gen.asfeature.data with parameters of type Feature Modifier and Type Method Description intFeatureDocument. compareTo(Feature comparable)static FeatureFeatureFactory. createFeature(Feature template)static net.anotheria.util.xml.XMLNodeFeatureXMLHelper. toXML(Feature object)static net.anotheria.util.xml.XMLNodeFeatureXMLHelper. toXML(Feature object, java.lang.String... languages) -
Uses of Feature in net.anotheria.anosite.gen.asfeature.service
Methods in net.anotheria.anosite.gen.asfeature.service that return Feature Modifier and Type Method Description FeatureASFeatureServiceImpl. createFeature(Feature feature)FeatureIASFeatureService. createFeature(Feature feature)Creates a new Feature object.FeatureASFeatureServiceImpl. getFeature(java.lang.String id)FeatureIASFeatureService. getFeature(java.lang.String id)Returns the Feature object with the specified id.FeatureASFeatureServiceImpl. importFeature(Feature feature)FeatureIASFeatureService. importFeature(Feature feature)Imports a new Feature object.FeatureASFeatureServiceImpl. updateFeature(Feature feature)FeatureIASFeatureService. updateFeature(Feature feature)Updates a Feature object.Methods in net.anotheria.anosite.gen.asfeature.service that return types with arguments of type Feature Modifier and Type Method Description java.util.List<Feature>ASFeatureServiceImpl. createFeatures(java.util.List<Feature> list)java.util.List<Feature>IASFeatureService. createFeatures(java.util.List<Feature> list)Creates multiple new Feature objects.java.util.List<Feature>ASFeatureServiceImpl. getFeatures()java.util.List<Feature>ASFeatureServiceImpl. getFeatures(java.util.List<java.lang.String> ids)Returns the Feature objects with the specified ids.java.util.List<Feature>ASFeatureServiceImpl. getFeatures(java.util.List<java.lang.String> ids, net.anotheria.util.sorter.SortType sortType)Returns the Feature objects with the specified ids, sorted by given sorttype.java.util.List<Feature>ASFeatureServiceImpl. getFeatures(net.anotheria.util.slicer.Segment aSegment)Returns Feature objects segment.java.util.List<Feature>ASFeatureServiceImpl. getFeatures(net.anotheria.util.sorter.SortType sortType)java.util.List<Feature>IASFeatureService. getFeatures()Returns all Features objects stored.java.util.List<Feature>IASFeatureService. getFeatures(net.anotheria.util.slicer.Segment aSegment)Returns Features objects segment.java.util.List<Feature>IASFeatureService. getFeatures(net.anotheria.util.sorter.SortType sortType)Returns all Features objects sorted by given sortType.java.util.List<Feature>ASFeatureServiceImpl. getFeaturesByProperty(java.lang.String propertyName, java.lang.Object value)java.util.List<Feature>ASFeatureServiceImpl. getFeaturesByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)java.util.List<Feature>ASFeatureServiceImpl. getFeaturesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)Returns all Feature objects, where property matches.java.util.List<Feature>ASFeatureServiceImpl. getFeaturesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)Returns Feature objects segment, where property matched.java.util.List<Feature>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.java.util.List<Feature>ASFeatureServiceImpl. getFeaturesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all Feature objects, where property matches, sortedjava.util.List<Feature>IASFeatureService. getFeaturesByProperty(java.lang.String propertyName, java.lang.Object value)Returns all Feature objects, where property with given name equals object.java.util.List<Feature>IASFeatureService. getFeaturesByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)Returns all Feature objects, where property with given name equals object, sorted.java.util.List<Feature>IASFeatureService. getFeaturesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)Returns all Feature objects, where property matches.java.util.List<Feature>IASFeatureService. getFeaturesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns Feature objects segment, where property matches.java.util.List<Feature>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.java.util.List<Feature>IASFeatureService. getFeaturesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all Feature objects, where property matches, sorted.java.util.List<Feature>ASFeatureServiceImpl. importFeatures(java.util.List<Feature> list)java.util.List<Feature>IASFeatureService. importFeatures(java.util.List<Feature> list)Imports multiple new Feature object.java.util.List<Feature>ASFeatureServiceImpl. updateFeatures(java.util.List<Feature> list)java.util.List<Feature>IASFeatureService. updateFeatures(java.util.List<Feature> list)Updates multiple Feature objects.Methods in net.anotheria.anosite.gen.asfeature.service with parameters of type Feature Modifier and Type Method Description FeatureASFeatureServiceImpl. createFeature(Feature feature)FeatureIASFeatureService. createFeature(Feature feature)Creates a new Feature object.voidASFeatureServiceImpl. deleteFeature(Feature feature)voidIASFeatureService. deleteFeature(Feature feature)Deletes a Feature object.FeatureASFeatureServiceImpl. importFeature(Feature feature)FeatureIASFeatureService. importFeature(Feature feature)Imports a new Feature object.FeatureASFeatureServiceImpl. updateFeature(Feature feature)FeatureIASFeatureService. updateFeature(Feature feature)Updates a Feature object.Method parameters in net.anotheria.anosite.gen.asfeature.service with type arguments of type Feature Modifier and Type Method Description java.util.List<Feature>ASFeatureServiceImpl. createFeatures(java.util.List<Feature> list)java.util.List<Feature>IASFeatureService. createFeatures(java.util.List<Feature> list)Creates multiple new Feature objects.voidASFeatureServiceImpl. deleteFeatures(java.util.List<Feature> list)voidIASFeatureService. deleteFeatures(java.util.List<Feature> list)Deletes multiple Feature object.net.anotheria.util.xml.XMLNodeASFeatureServiceImpl. exportFeaturesToXML(java.util.List<Feature> list)net.anotheria.util.xml.XMLNodeIASFeatureService. exportFeaturesToXML(java.util.List<Feature> listFeatures)Creates an xml element with selected contained data.java.util.List<Feature>ASFeatureServiceImpl. importFeatures(java.util.List<Feature> list)java.util.List<Feature>IASFeatureService. importFeatures(java.util.List<Feature> list)Imports multiple new Feature object.java.util.List<Feature>ASFeatureServiceImpl. updateFeatures(java.util.List<Feature> list)java.util.List<Feature>IASFeatureService. updateFeatures(java.util.List<Feature> list)Updates multiple Feature objects.
-