Uses of Interface
net.anotheria.anosite.gen.asfeature.data.BrandFeature
-
Packages that use BrandFeature Package Description net.anotheria.anosite.gen.asfeature.action net.anotheria.anosite.gen.asfeature.data net.anotheria.anosite.gen.asfeature.service -
-
Uses of BrandFeature in net.anotheria.anosite.gen.asfeature.action
Methods in net.anotheria.anosite.gen.asfeature.action with parameters of type BrandFeature Modifier and Type Method Description protected 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 BrandFeature Modifier and Type Class Description classBrandFeatureDocumentMethods in net.anotheria.anosite.gen.asfeature.data that return BrandFeature Modifier and Type Method Description BrandFeatureBrandFeatureBuilder. build()static BrandFeatureBrandFeatureFactory. createBrandFeature()static BrandFeatureBrandFeatureFactory. createBrandFeature(java.lang.String anId)For internal use only!static BrandFeatureBrandFeatureFactory. createBrandFeature(BrandFeature template)static BrandFeatureBrandFeatureFactory. createBrandFeatureForImport(java.lang.String anId)static BrandFeatureBrandFeatureXMLHelper. fromXML(net.anotheria.util.xml.XMLNode node)Methods in net.anotheria.anosite.gen.asfeature.data with parameters of type BrandFeature Modifier and Type Method Description intBrandFeatureDocument. 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, java.lang.String... languages) -
Uses of BrandFeature in net.anotheria.anosite.gen.asfeature.service
Methods in net.anotheria.anosite.gen.asfeature.service that return BrandFeature Modifier and Type Method Description BrandFeatureASFeatureServiceImpl. createBrandFeature(BrandFeature brandfeature)BrandFeatureIASFeatureService. createBrandFeature(BrandFeature brandfeature)Creates a new BrandFeature object.BrandFeatureASFeatureServiceImpl. getBrandFeature(java.lang.String id)BrandFeatureIASFeatureService. getBrandFeature(java.lang.String id)Returns the BrandFeature object with the specified id.BrandFeatureASFeatureServiceImpl. importBrandFeature(BrandFeature brandfeature)BrandFeatureIASFeatureService. importBrandFeature(BrandFeature brandfeature)Imports a new BrandFeature object.BrandFeatureASFeatureServiceImpl. updateBrandFeature(BrandFeature brandfeature)BrandFeatureIASFeatureService. updateBrandFeature(BrandFeature brandfeature)Updates a BrandFeature object.Methods in net.anotheria.anosite.gen.asfeature.service that return types with arguments of type BrandFeature Modifier and Type Method Description java.util.List<BrandFeature>ASFeatureServiceImpl. createBrandFeatures(java.util.List<BrandFeature> list)java.util.List<BrandFeature>IASFeatureService. createBrandFeatures(java.util.List<BrandFeature> list)Creates multiple new BrandFeature objects.java.util.List<BrandFeature>ASFeatureServiceImpl. getBrandFeatures()java.util.List<BrandFeature>ASFeatureServiceImpl. getBrandFeatures(java.util.List<java.lang.String> ids)Returns the BrandFeature objects with the specified ids.java.util.List<BrandFeature>ASFeatureServiceImpl. getBrandFeatures(java.util.List<java.lang.String> ids, net.anotheria.util.sorter.SortType sortType)Returns the BrandFeature objects with the specified ids, sorted by given sorttype.java.util.List<BrandFeature>ASFeatureServiceImpl. getBrandFeatures(net.anotheria.util.slicer.Segment aSegment)Returns BrandFeature objects segment.java.util.List<BrandFeature>ASFeatureServiceImpl. getBrandFeatures(net.anotheria.util.sorter.SortType sortType)java.util.List<BrandFeature>IASFeatureService. getBrandFeatures()Returns all BrandFeatures objects stored.java.util.List<BrandFeature>IASFeatureService. getBrandFeatures(net.anotheria.util.slicer.Segment aSegment)Returns BrandFeatures objects segment.java.util.List<BrandFeature>IASFeatureService. getBrandFeatures(net.anotheria.util.sorter.SortType sortType)Returns all BrandFeatures objects sorted by given sortType.java.util.List<BrandFeature>ASFeatureServiceImpl. getBrandFeaturesByProperty(java.lang.String propertyName, java.lang.Object value)java.util.List<BrandFeature>ASFeatureServiceImpl. getBrandFeaturesByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)java.util.List<BrandFeature>ASFeatureServiceImpl. getBrandFeaturesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)Returns all BrandFeature objects, where property matches.java.util.List<BrandFeature>ASFeatureServiceImpl. getBrandFeaturesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)Returns BrandFeature objects segment, where property matched.java.util.List<BrandFeature>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.java.util.List<BrandFeature>ASFeatureServiceImpl. getBrandFeaturesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all BrandFeature objects, where property matches, sortedjava.util.List<BrandFeature>IASFeatureService. getBrandFeaturesByProperty(java.lang.String propertyName, java.lang.Object value)Returns all BrandFeature objects, where property with given name equals object.java.util.List<BrandFeature>IASFeatureService. getBrandFeaturesByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)Returns all BrandFeature objects, where property with given name equals object, sorted.java.util.List<BrandFeature>IASFeatureService. getBrandFeaturesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)Returns all BrandFeature objects, where property matches.java.util.List<BrandFeature>IASFeatureService. getBrandFeaturesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns BrandFeature objects segment, where property matches.java.util.List<BrandFeature>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.java.util.List<BrandFeature>IASFeatureService. getBrandFeaturesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all BrandFeature objects, where property matches, sorted.java.util.List<BrandFeature>ASFeatureServiceImpl. importBrandFeatures(java.util.List<BrandFeature> list)java.util.List<BrandFeature>IASFeatureService. importBrandFeatures(java.util.List<BrandFeature> list)Imports multiple new BrandFeature object.java.util.List<BrandFeature>ASFeatureServiceImpl. updateBrandFeatures(java.util.List<BrandFeature> list)java.util.List<BrandFeature>IASFeatureService. updateBrandFeatures(java.util.List<BrandFeature> list)Updates multiple BrandFeature objects.Methods in net.anotheria.anosite.gen.asfeature.service with parameters of type BrandFeature Modifier and Type Method Description BrandFeatureASFeatureServiceImpl. createBrandFeature(BrandFeature brandfeature)BrandFeatureIASFeatureService. createBrandFeature(BrandFeature brandfeature)Creates a new BrandFeature object.voidASFeatureServiceImpl. deleteBrandFeature(BrandFeature brandfeature)voidIASFeatureService. deleteBrandFeature(BrandFeature brandfeature)Deletes a BrandFeature object.BrandFeatureASFeatureServiceImpl. importBrandFeature(BrandFeature brandfeature)BrandFeatureIASFeatureService. importBrandFeature(BrandFeature brandfeature)Imports a new BrandFeature object.BrandFeatureASFeatureServiceImpl. updateBrandFeature(BrandFeature brandfeature)BrandFeatureIASFeatureService. updateBrandFeature(BrandFeature brandfeature)Updates a BrandFeature object.Method parameters in net.anotheria.anosite.gen.asfeature.service with type arguments of type BrandFeature Modifier and Type Method Description java.util.List<BrandFeature>ASFeatureServiceImpl. createBrandFeatures(java.util.List<BrandFeature> list)java.util.List<BrandFeature>IASFeatureService. createBrandFeatures(java.util.List<BrandFeature> list)Creates multiple new BrandFeature objects.voidASFeatureServiceImpl. deleteBrandFeatures(java.util.List<BrandFeature> list)voidIASFeatureService. deleteBrandFeatures(java.util.List<BrandFeature> list)Deletes multiple BrandFeature object.net.anotheria.util.xml.XMLNodeASFeatureServiceImpl. exportBrandFeaturesToXML(java.util.List<BrandFeature> list)net.anotheria.util.xml.XMLNodeIASFeatureService. exportBrandFeaturesToXML(java.util.List<BrandFeature> listBrandFeatures)Creates an xml element with selected contained data.java.util.List<BrandFeature>ASFeatureServiceImpl. importBrandFeatures(java.util.List<BrandFeature> list)java.util.List<BrandFeature>IASFeatureService. importBrandFeatures(java.util.List<BrandFeature> list)Imports multiple new BrandFeature object.java.util.List<BrandFeature>ASFeatureServiceImpl. updateBrandFeatures(java.util.List<BrandFeature> list)java.util.List<BrandFeature>IASFeatureService. updateBrandFeatures(java.util.List<BrandFeature> list)Updates multiple BrandFeature objects.
-