Uses of Interface
net.anotheria.anosite.gen.asfeature.data.BrandFeature
Packages that use BrandFeature
Package
Description
-
Uses of BrandFeature in net.anotheria.anosite.gen.asfeature.action
Methods in net.anotheria.anosite.gen.asfeature.action with parameters of type BrandFeatureModifier and TypeMethodDescriptionprotected voidBaseBrandFeatureAction.addFieldExplanations(jakarta.servlet.http.HttpServletRequest req, BrandFeature brandfeature) protected voidBaseBrandFeatureAction.canUpdateBrandFeatures(BrandFeature brandfeature, jakarta.servlet.http.HttpServletRequest req) Checking UpdateCapability rightsprotected voidBaseBrandFeatureAction.checkBrandFeatures(BrandFeature brandfeature, jakarta.servlet.http.HttpServletRequest req) Executing auto-unlocking check....protected voidBaseBrandFeatureAction.lockBrandFeatures(BrandFeature brandfeature, jakarta.servlet.http.HttpServletRequest req) Executing locking.protected BrandFeatureListItemBeanShowBrandFeaturesAction.makeBrandFeatureListItemBean(BrandFeature brandfeature) protected voidBaseBrandFeatureAction.unLockBrandFeatures(BrandFeature brandfeature, jakarta.servlet.http.HttpServletRequest req, boolean unlockByTimeoout) Executing unlocking. -
Uses of BrandFeature in net.anotheria.anosite.gen.asfeature.data
Classes in net.anotheria.anosite.gen.asfeature.data that implement BrandFeatureMethods in net.anotheria.anosite.gen.asfeature.data that return BrandFeatureModifier and TypeMethodDescriptionBrandFeatureBuilder.build()static BrandFeatureBrandFeatureFactory.createBrandFeature()static BrandFeatureBrandFeatureFactory.createBrandFeature(String anId) For internal use only!static BrandFeatureBrandFeatureFactory.createBrandFeature(BrandFeature template) static BrandFeatureBrandFeatureFactory.createBrandFeatureForImport(String anId) static BrandFeatureBrandFeatureXMLHelper.fromXML(net.anotheria.util.xml.XMLNode node) Methods in net.anotheria.anosite.gen.asfeature.data with parameters of type BrandFeatureModifier and TypeMethodDescriptionintBrandFeatureDocument.compareTo(BrandFeature comparable) static BrandFeatureBrandFeatureFactory.createBrandFeature(BrandFeature template) static net.anotheria.util.xml.XMLNodeBrandFeatureXMLHelper.toXML(BrandFeature object) static net.anotheria.util.xml.XMLNodeBrandFeatureXMLHelper.toXML(BrandFeature object, String... languages) -
Uses of BrandFeature in net.anotheria.anosite.gen.asfeature.service
Methods in net.anotheria.anosite.gen.asfeature.service that return BrandFeatureModifier and TypeMethodDescriptionASFeatureServiceImpl.createBrandFeature(BrandFeature brandfeature) IASFeatureService.createBrandFeature(BrandFeature brandfeature) Creates a new BrandFeature object.ASFeatureServiceImpl.getBrandFeature(String id) IASFeatureService.getBrandFeature(String id) Returns the BrandFeature object with the specified id.ASFeatureServiceImpl.importBrandFeature(BrandFeature brandfeature) IASFeatureService.importBrandFeature(BrandFeature brandfeature) Imports a new BrandFeature object.ASFeatureServiceImpl.updateBrandFeature(BrandFeature brandfeature) IASFeatureService.updateBrandFeature(BrandFeature brandfeature) Updates a BrandFeature object.Methods in net.anotheria.anosite.gen.asfeature.service that return types with arguments of type BrandFeatureModifier and TypeMethodDescriptionASFeatureServiceImpl.createBrandFeatures(List<BrandFeature> list) IASFeatureService.createBrandFeatures(List<BrandFeature> list) Creates multiple new BrandFeature objects.ASFeatureServiceImpl.getBrandFeatures()ASFeatureServiceImpl.getBrandFeatures(List<String> ids) Returns the BrandFeature objects with the specified ids.ASFeatureServiceImpl.getBrandFeatures(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the BrandFeature objects with the specified ids, sorted by given sorttype.ASFeatureServiceImpl.getBrandFeatures(net.anotheria.util.slicer.Segment aSegment) Returns BrandFeature objects segment.ASFeatureServiceImpl.getBrandFeatures(net.anotheria.util.sorter.SortType sortType) IASFeatureService.getBrandFeatures()Returns all BrandFeatures objects stored.IASFeatureService.getBrandFeatures(net.anotheria.util.slicer.Segment aSegment) Returns BrandFeatures objects segment.IASFeatureService.getBrandFeatures(net.anotheria.util.sorter.SortType sortType) Returns all BrandFeatures objects sorted by given sortType.ASFeatureServiceImpl.getBrandFeaturesByProperty(String propertyName, Object value) ASFeatureServiceImpl.getBrandFeaturesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) ASFeatureServiceImpl.getBrandFeaturesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all BrandFeature objects, where property matches.ASFeatureServiceImpl.getBrandFeaturesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns BrandFeature objects segment, where property matched.ASFeatureServiceImpl.getBrandFeaturesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns BrandFeature objects segment, where property matched, sorted.ASFeatureServiceImpl.getBrandFeaturesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all BrandFeature objects, where property matches, sortedIASFeatureService.getBrandFeaturesByProperty(String propertyName, Object value) Returns all BrandFeature objects, where property with given name equals object.IASFeatureService.getBrandFeaturesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all BrandFeature objects, where property with given name equals object, sorted.IASFeatureService.getBrandFeaturesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all BrandFeature objects, where property matches.IASFeatureService.getBrandFeaturesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns BrandFeature objects segment, where property matches.IASFeatureService.getBrandFeaturesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns BrandFeature objects segment, where property matches, sorted.IASFeatureService.getBrandFeaturesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all BrandFeature objects, where property matches, sorted.ASFeatureServiceImpl.importBrandFeatures(List<BrandFeature> list) IASFeatureService.importBrandFeatures(List<BrandFeature> list) Imports multiple new BrandFeature object.ASFeatureServiceImpl.updateBrandFeatures(List<BrandFeature> list) IASFeatureService.updateBrandFeatures(List<BrandFeature> list) Updates multiple BrandFeature objects.Methods in net.anotheria.anosite.gen.asfeature.service with parameters of type BrandFeatureModifier and TypeMethodDescriptionASFeatureServiceImpl.createBrandFeature(BrandFeature brandfeature) IASFeatureService.createBrandFeature(BrandFeature brandfeature) Creates a new BrandFeature object.voidASFeatureServiceImpl.deleteBrandFeature(BrandFeature brandfeature) voidIASFeatureService.deleteBrandFeature(BrandFeature brandfeature) Deletes a BrandFeature object.ASFeatureServiceImpl.importBrandFeature(BrandFeature brandfeature) IASFeatureService.importBrandFeature(BrandFeature brandfeature) Imports a new BrandFeature object.ASFeatureServiceImpl.updateBrandFeature(BrandFeature brandfeature) IASFeatureService.updateBrandFeature(BrandFeature brandfeature) Updates a BrandFeature object.Method parameters in net.anotheria.anosite.gen.asfeature.service with type arguments of type BrandFeatureModifier and TypeMethodDescriptionASFeatureServiceImpl.createBrandFeatures(List<BrandFeature> list) IASFeatureService.createBrandFeatures(List<BrandFeature> list) Creates multiple new BrandFeature objects.voidASFeatureServiceImpl.deleteBrandFeatures(List<BrandFeature> list) voidIASFeatureService.deleteBrandFeatures(List<BrandFeature> list) Deletes multiple BrandFeature object.net.anotheria.util.xml.XMLNodeASFeatureServiceImpl.exportBrandFeaturesToXML(List<BrandFeature> list) net.anotheria.util.xml.XMLNodeIASFeatureService.exportBrandFeaturesToXML(List<BrandFeature> listBrandFeatures) Creates an xml element with selected contained data.ASFeatureServiceImpl.importBrandFeatures(List<BrandFeature> list) IASFeatureService.importBrandFeatures(List<BrandFeature> list) Imports multiple new BrandFeature object.ASFeatureServiceImpl.updateBrandFeatures(List<BrandFeature> list) IASFeatureService.updateBrandFeatures(List<BrandFeature> list) Updates multiple BrandFeature objects.