Uses of Class
net.anotheria.anosite.gen.asbrand.service.ASBrandServiceException
Packages that use ASBrandServiceException
-
Uses of ASBrandServiceException in net.anotheria.anosite.gen.asbrand.service
Subclasses of ASBrandServiceException in net.anotheria.anosite.gen.asbrand.serviceModifier and TypeClassDescriptionclassException for gets over non existing id in IASBrandService, document: BrandMethods in net.anotheria.anosite.gen.asbrand.service that throw ASBrandServiceExceptionModifier and TypeMethodDescriptionIASBrandService.createBrand(Brand brand) Creates a new Brand object.IASBrandService.createBrands(List<Brand> list) Creates multiple new Brand objects.voidIASBrandService.deleteBrand(String id) Deletes a Brand object by id.voidIASBrandService.deleteBrand(Brand brand) Deletes a Brand object.voidIASBrandService.deleteBrands(List<Brand> list) Deletes multiple Brand object.voidASBrandServiceImpl.executeParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data) voidIASBrandService.executeParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data) Save transferred document by its own type.net.anotheria.anodoc.query2.QueryResultIASBrandService.executeQueryOnAllObjects(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query on all data objects (documents, vo) which are part of this module and managed by this service.net.anotheria.anodoc.query2.QueryResultIASBrandService.executeQueryOnBrands(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query.net.anotheria.util.xml.XMLNodeIASBrandService.exportBrandsToXML(List<Brand> listBrands) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeIASBrandService.exportToXML()creates an xml element with all contained data.voidASBrandServiceImpl.fetchBrand(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) voidIASBrandService.fetchBrand(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this Brand document.Returns the Brand object with the specified id.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.IASBrandService.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.intIASBrandService.getBrandsCount()Returns all Brands count.IASBrandService.importBrand(Brand brand) Imports a new Brand object.IASBrandService.importBrands(List<Brand> list) Imports multiple new Brand object.IASBrandService.updateBrand(Brand brand) Updates a Brand object.IASBrandService.updateBrands(List<Brand> list) Updates multiple Brand objects.