Uses of Class
net.anotheria.anosite.gen.asfeature.service.ASFeatureServiceException
Packages that use ASFeatureServiceException
-
Uses of ASFeatureServiceException in net.anotheria.anosite.gen.asfeature.service
Subclasses of ASFeatureServiceException in net.anotheria.anosite.gen.asfeature.serviceModifier and TypeClassDescriptionclassException for gets over non existing id in IASFeatureService, document: BrandFeatureclassException for gets over non existing id in IASFeatureService, document: FeatureMethods in net.anotheria.anosite.gen.asfeature.service that throw ASFeatureServiceExceptionModifier and TypeMethodDescriptionIASFeatureService.createBrandFeature(BrandFeature brandfeature) Creates a new BrandFeature object.IASFeatureService.createBrandFeatures(List<BrandFeature> list) Creates multiple new BrandFeature objects.IASFeatureService.createFeature(Feature feature) Creates a new Feature object.IASFeatureService.createFeatures(List<Feature> list) Creates multiple new Feature objects.voidIASFeatureService.deleteBrandFeature(String id) Deletes a BrandFeature object by id.voidIASFeatureService.deleteBrandFeature(BrandFeature brandfeature) Deletes a BrandFeature object.voidIASFeatureService.deleteBrandFeatures(List<BrandFeature> list) Deletes multiple BrandFeature object.voidIASFeatureService.deleteFeature(String id) Deletes a Feature object by id.voidIASFeatureService.deleteFeature(Feature feature) Deletes a Feature object.voidIASFeatureService.deleteFeatures(List<Feature> list) Deletes multiple Feature object.voidASFeatureServiceImpl.executeParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data) voidIASFeatureService.executeParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data) Save transferred document by its own type.net.anotheria.anodoc.query2.QueryResultIASFeatureService.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.QueryResultIASFeatureService.executeQueryOnBrandFeatures(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query.net.anotheria.anodoc.query2.QueryResultIASFeatureService.executeQueryOnFeatures(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query.net.anotheria.util.xml.XMLNodeIASFeatureService.exportBrandFeaturesToXML(List<BrandFeature> listBrandFeatures) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeIASFeatureService.exportFeaturesToXML(List<Feature> listFeatures) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeIASFeatureService.exportToXML()creates an xml element with all contained data.voidASFeatureServiceImpl.fetchBrandFeature(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) voidIASFeatureService.fetchBrandFeature(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this BrandFeature document.voidASFeatureServiceImpl.fetchFeature(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) voidIASFeatureService.fetchFeature(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this Feature document.IASFeatureService.getBrandFeature(String id) Returns the BrandFeature object with the specified id.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.IASFeatureService.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.intIASFeatureService.getBrandFeaturesCount()Returns all BrandFeatures count.IASFeatureService.getFeature(String id) Returns the Feature object with the specified id.IASFeatureService.getFeatures()Returns all Features objects stored.IASFeatureService.getFeatures(net.anotheria.util.slicer.Segment aSegment) Returns Features objects segment.IASFeatureService.getFeatures(net.anotheria.util.sorter.SortType sortType) Returns all Features objects sorted by given sortType.IASFeatureService.getFeaturesByProperty(String propertyName, Object value) Returns all Feature objects, where property with given name equals object.IASFeatureService.getFeaturesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all Feature objects, where property with given name equals object, sorted.IASFeatureService.getFeaturesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all Feature objects, where property matches.IASFeatureService.getFeaturesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns Feature objects segment, where property matches.IASFeatureService.getFeaturesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns Feature objects segment, where property matches, sorted.IASFeatureService.getFeaturesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all Feature objects, where property matches, sorted.intIASFeatureService.getFeaturesCount()Returns all Features count.IASFeatureService.importBrandFeature(BrandFeature brandfeature) Imports a new BrandFeature object.IASFeatureService.importBrandFeatures(List<BrandFeature> list) Imports multiple new BrandFeature object.IASFeatureService.importFeature(Feature feature) Imports a new Feature object.IASFeatureService.importFeatures(List<Feature> list) Imports multiple new Feature object.IASFeatureService.updateBrandFeature(BrandFeature brandfeature) Updates a BrandFeature object.IASFeatureService.updateBrandFeatures(List<BrandFeature> list) Updates multiple BrandFeature objects.IASFeatureService.updateFeature(Feature feature) Updates a Feature object.IASFeatureService.updateFeatures(List<Feature> list) Updates multiple Feature objects.