Uses of Interface
net.anotheria.anosite.gen.asbrand.data.Brand
Packages that use Brand
Package
Description
-
Uses of Brand in net.anotheria.anosite.gen.asbrand.action
Methods in net.anotheria.anosite.gen.asbrand.action with parameters of type BrandModifier and TypeMethodDescriptionprotected 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 BrandMethods in net.anotheria.anosite.gen.asbrand.data that return BrandModifier and TypeMethodDescriptionBrandBuilder.build()static BrandBrandFactory.createBrand()static BrandBrandFactory.createBrand(String anId) For internal use only!static BrandBrandFactory.createBrand(Brand template) static BrandBrandFactory.createBrandForImport(String anId) static BrandBrandXMLHelper.fromXML(net.anotheria.util.xml.XMLNode node) Methods in net.anotheria.anosite.gen.asbrand.data with parameters of type BrandModifier and TypeMethodDescriptionintstatic BrandBrandFactory.createBrand(Brand template) static net.anotheria.util.xml.XMLNodestatic net.anotheria.util.xml.XMLNode -
Uses of Brand in net.anotheria.anosite.gen.asbrand.service
Methods in net.anotheria.anosite.gen.asbrand.service that return BrandModifier and TypeMethodDescriptionASBrandServiceImpl.createBrand(Brand brand) IASBrandService.createBrand(Brand brand) Creates a new Brand object.Returns the Brand object with the specified id.ASBrandServiceImpl.importBrand(Brand brand) IASBrandService.importBrand(Brand brand) Imports a new Brand object.ASBrandServiceImpl.updateBrand(Brand brand) IASBrandService.updateBrand(Brand brand) Updates a Brand object.Methods in net.anotheria.anosite.gen.asbrand.service that return types with arguments of type BrandModifier and TypeMethodDescriptionASBrandServiceImpl.createBrands(List<Brand> list) IASBrandService.createBrands(List<Brand> list) Creates multiple new Brand objects.ASBrandServiceImpl.getBrands()Returns the Brand objects with the specified ids.Returns the Brand objects with the specified ids, sorted by given sorttype.ASBrandServiceImpl.getBrands(net.anotheria.util.slicer.Segment aSegment) Returns Brand objects segment.ASBrandServiceImpl.getBrands(net.anotheria.util.sorter.SortType sortType) IASBrandService.getBrands()Returns all Brands objects stored.IASBrandService.getBrands(net.anotheria.util.slicer.Segment aSegment) Returns Brands objects segment.IASBrandService.getBrands(net.anotheria.util.sorter.SortType sortType) Returns all Brands objects sorted by given sortType.ASBrandServiceImpl.getBrandsByProperty(String propertyName, Object value) ASBrandServiceImpl.getBrandsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) ASBrandServiceImpl.getBrandsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all Brand objects, where property matches.ASBrandServiceImpl.getBrandsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns Brand objects segment, where property matched.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.ASBrandServiceImpl.getBrandsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all Brand objects, where property matches, sortedIASBrandService.getBrandsByProperty(String propertyName, Object value) Returns all Brand objects, where property with given name equals object.IASBrandService.getBrandsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all Brand objects, where property with given name equals object, sorted.IASBrandService.getBrandsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all Brand objects, where property matches.IASBrandService.getBrandsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns Brand objects segment, where property matches.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.IASBrandService.getBrandsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all Brand objects, where property matches, sorted.ASBrandServiceImpl.importBrands(List<Brand> list) IASBrandService.importBrands(List<Brand> list) Imports multiple new Brand object.ASBrandServiceImpl.updateBrands(List<Brand> list) IASBrandService.updateBrands(List<Brand> list) Updates multiple Brand objects.Methods in net.anotheria.anosite.gen.asbrand.service with parameters of type BrandModifier and TypeMethodDescriptionASBrandServiceImpl.createBrand(Brand brand) IASBrandService.createBrand(Brand brand) Creates a new Brand object.voidASBrandServiceImpl.deleteBrand(Brand brand) voidIASBrandService.deleteBrand(Brand brand) Deletes a Brand object.ASBrandServiceImpl.importBrand(Brand brand) IASBrandService.importBrand(Brand brand) Imports a new Brand object.ASBrandServiceImpl.updateBrand(Brand brand) IASBrandService.updateBrand(Brand brand) Updates a Brand object.Method parameters in net.anotheria.anosite.gen.asbrand.service with type arguments of type BrandModifier and TypeMethodDescriptionASBrandServiceImpl.createBrands(List<Brand> list) IASBrandService.createBrands(List<Brand> list) Creates multiple new Brand objects.voidASBrandServiceImpl.deleteBrands(List<Brand> list) voidIASBrandService.deleteBrands(List<Brand> list) Deletes multiple Brand object.net.anotheria.util.xml.XMLNodeASBrandServiceImpl.exportBrandsToXML(List<Brand> list) net.anotheria.util.xml.XMLNodeIASBrandService.exportBrandsToXML(List<Brand> listBrands) Creates an xml element with selected contained data.ASBrandServiceImpl.importBrands(List<Brand> list) IASBrandService.importBrands(List<Brand> list) Imports multiple new Brand object.ASBrandServiceImpl.updateBrands(List<Brand> list) IASBrandService.updateBrands(List<Brand> list) Updates multiple Brand objects.