Uses of Interface
net.anotheria.anosite.gen.asbrand.data.Brand
-
Packages that use Brand Package Description net.anotheria.anosite.gen.asbrand.action net.anotheria.anosite.gen.asbrand.data net.anotheria.anosite.gen.asbrand.service -
-
Uses of Brand in net.anotheria.anosite.gen.asbrand.action
Methods in net.anotheria.anosite.gen.asbrand.action with parameters of type Brand Modifier and Type Method Description protected voidBaseBrandAction. addFieldExplanations(jakarta.servlet.http.HttpServletRequest req, Brand brand)protected voidBaseBrandAction. canUpdateBrands(Brand brand, jakarta.servlet.http.HttpServletRequest req)Checking UpdateCapability rightsprotected voidBaseBrandAction. checkBrands(Brand brand, jakarta.servlet.http.HttpServletRequest req)Executing auto-unlocking check....protected voidBaseBrandAction. lockBrands(Brand brand, jakarta.servlet.http.HttpServletRequest req)Executing locking.protected BrandListItemBeanShowBrandsAction. makeBrandListItemBean(Brand brand)protected voidBaseBrandAction. unLockBrands(Brand brand, jakarta.servlet.http.HttpServletRequest req, boolean unlockByTimeoout)Executing unlocking. -
Uses of Brand in net.anotheria.anosite.gen.asbrand.data
Classes in net.anotheria.anosite.gen.asbrand.data that implement Brand Modifier and Type Class Description classBrandDocumentMethods in net.anotheria.anosite.gen.asbrand.data that return Brand Modifier and Type Method Description BrandBrandBuilder. build()static BrandBrandFactory. createBrand()static BrandBrandFactory. createBrand(java.lang.String anId)For internal use only!static BrandBrandFactory. createBrand(Brand template)static BrandBrandFactory. createBrandForImport(java.lang.String anId)static BrandBrandXMLHelper. fromXML(net.anotheria.util.xml.XMLNode node)Methods in net.anotheria.anosite.gen.asbrand.data with parameters of type Brand Modifier and Type Method Description intBrandDocument. compareTo(Brand comparable)static BrandBrandFactory. createBrand(Brand template)static net.anotheria.util.xml.XMLNodeBrandXMLHelper. toXML(Brand object)static net.anotheria.util.xml.XMLNodeBrandXMLHelper. toXML(Brand object, java.lang.String... languages) -
Uses of Brand in net.anotheria.anosite.gen.asbrand.service
Methods in net.anotheria.anosite.gen.asbrand.service that return Brand Modifier and Type Method Description BrandASBrandServiceImpl. createBrand(Brand brand)BrandIASBrandService. createBrand(Brand brand)Creates a new Brand object.BrandASBrandServiceImpl. getBrand(java.lang.String id)BrandIASBrandService. getBrand(java.lang.String id)Returns the Brand object with the specified id.BrandASBrandServiceImpl. importBrand(Brand brand)BrandIASBrandService. importBrand(Brand brand)Imports a new Brand object.BrandASBrandServiceImpl. updateBrand(Brand brand)BrandIASBrandService. updateBrand(Brand brand)Updates a Brand object.Methods in net.anotheria.anosite.gen.asbrand.service that return types with arguments of type Brand Modifier and Type Method Description java.util.List<Brand>ASBrandServiceImpl. createBrands(java.util.List<Brand> list)java.util.List<Brand>IASBrandService. createBrands(java.util.List<Brand> list)Creates multiple new Brand objects.java.util.List<Brand>ASBrandServiceImpl. getBrands()java.util.List<Brand>ASBrandServiceImpl. getBrands(java.util.List<java.lang.String> ids)Returns the Brand objects with the specified ids.java.util.List<Brand>ASBrandServiceImpl. getBrands(java.util.List<java.lang.String> ids, net.anotheria.util.sorter.SortType sortType)Returns the Brand objects with the specified ids, sorted by given sorttype.java.util.List<Brand>ASBrandServiceImpl. getBrands(net.anotheria.util.slicer.Segment aSegment)Returns Brand objects segment.java.util.List<Brand>ASBrandServiceImpl. getBrands(net.anotheria.util.sorter.SortType sortType)java.util.List<Brand>IASBrandService. getBrands()Returns all Brands objects stored.java.util.List<Brand>IASBrandService. getBrands(net.anotheria.util.slicer.Segment aSegment)Returns Brands objects segment.java.util.List<Brand>IASBrandService. getBrands(net.anotheria.util.sorter.SortType sortType)Returns all Brands objects sorted by given sortType.java.util.List<Brand>ASBrandServiceImpl. getBrandsByProperty(java.lang.String propertyName, java.lang.Object value)java.util.List<Brand>ASBrandServiceImpl. getBrandsByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)java.util.List<Brand>ASBrandServiceImpl. getBrandsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)Returns all Brand objects, where property matches.java.util.List<Brand>ASBrandServiceImpl. getBrandsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)Returns Brand objects segment, where property matched.java.util.List<Brand>ASBrandServiceImpl. getBrandsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns Brand objects segment, where property matched, sorted.java.util.List<Brand>ASBrandServiceImpl. getBrandsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all Brand objects, where property matches, sortedjava.util.List<Brand>IASBrandService. getBrandsByProperty(java.lang.String propertyName, java.lang.Object value)Returns all Brand objects, where property with given name equals object.java.util.List<Brand>IASBrandService. getBrandsByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)Returns all Brand objects, where property with given name equals object, sorted.java.util.List<Brand>IASBrandService. getBrandsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)Returns all Brand objects, where property matches.java.util.List<Brand>IASBrandService. getBrandsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns Brand objects segment, where property matches.java.util.List<Brand>IASBrandService. getBrandsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns Brand objects segment, where property matches, sorted.java.util.List<Brand>IASBrandService. getBrandsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all Brand objects, where property matches, sorted.java.util.List<Brand>ASBrandServiceImpl. importBrands(java.util.List<Brand> list)java.util.List<Brand>IASBrandService. importBrands(java.util.List<Brand> list)Imports multiple new Brand object.java.util.List<Brand>ASBrandServiceImpl. updateBrands(java.util.List<Brand> list)java.util.List<Brand>IASBrandService. updateBrands(java.util.List<Brand> list)Updates multiple Brand objects.Methods in net.anotheria.anosite.gen.asbrand.service with parameters of type Brand Modifier and Type Method Description BrandASBrandServiceImpl. createBrand(Brand brand)BrandIASBrandService. createBrand(Brand brand)Creates a new Brand object.voidASBrandServiceImpl. deleteBrand(Brand brand)voidIASBrandService. deleteBrand(Brand brand)Deletes a Brand object.BrandASBrandServiceImpl. importBrand(Brand brand)BrandIASBrandService. importBrand(Brand brand)Imports a new Brand object.BrandASBrandServiceImpl. updateBrand(Brand brand)BrandIASBrandService. updateBrand(Brand brand)Updates a Brand object.Method parameters in net.anotheria.anosite.gen.asbrand.service with type arguments of type Brand Modifier and Type Method Description java.util.List<Brand>ASBrandServiceImpl. createBrands(java.util.List<Brand> list)java.util.List<Brand>IASBrandService. createBrands(java.util.List<Brand> list)Creates multiple new Brand objects.voidASBrandServiceImpl. deleteBrands(java.util.List<Brand> list)voidIASBrandService. deleteBrands(java.util.List<Brand> list)Deletes multiple Brand object.net.anotheria.util.xml.XMLNodeASBrandServiceImpl. exportBrandsToXML(java.util.List<Brand> list)net.anotheria.util.xml.XMLNodeIASBrandService. exportBrandsToXML(java.util.List<Brand> listBrands)Creates an xml element with selected contained data.java.util.List<Brand>ASBrandServiceImpl. importBrands(java.util.List<Brand> list)java.util.List<Brand>IASBrandService. importBrands(java.util.List<Brand> list)Imports multiple new Brand object.java.util.List<Brand>ASBrandServiceImpl. updateBrands(java.util.List<Brand> list)java.util.List<Brand>IASBrandService. updateBrands(java.util.List<Brand> list)Updates multiple Brand objects.
-