| Package | Description |
|---|---|
| net.anotheria.anosite.gen.asfeature.service |
| Modifier and Type | Class and Description |
|---|---|
class |
BrandFeatureNotFoundInASFeatureServiceException
Exception for gets over non existing id in IASFeatureService, document: BrandFeature
|
class |
FeatureNotFoundInASFeatureServiceException
Exception for gets over non existing id in IASFeatureService, document: Feature
|
| Modifier and Type | Method and Description |
|---|---|
BrandFeature |
IASFeatureService.createBrandFeature(BrandFeature brandfeature)
Creates a new BrandFeature object.
|
java.util.List<BrandFeature> |
IASFeatureService.createBrandFeatures(java.util.List<BrandFeature> list)
Creates multiple new BrandFeature objects.
|
Feature |
IASFeatureService.createFeature(Feature feature)
Creates a new Feature object.
|
java.util.List<Feature> |
IASFeatureService.createFeatures(java.util.List<Feature> list)
Creates multiple new Feature objects.
|
void |
IASFeatureService.deleteBrandFeature(BrandFeature brandfeature)
Deletes a BrandFeature object.
|
void |
IASFeatureService.deleteBrandFeature(java.lang.String id)
Deletes a BrandFeature object by id.
|
void |
IASFeatureService.deleteBrandFeatures(java.util.List<BrandFeature> list)
Deletes multiple BrandFeature object.
|
void |
IASFeatureService.deleteFeature(Feature feature)
Deletes a Feature object.
|
void |
IASFeatureService.deleteFeature(java.lang.String id)
Deletes a Feature object by id.
|
void |
IASFeatureService.deleteFeatures(java.util.List<Feature> list)
Deletes multiple Feature object.
|
void |
ASFeatureServiceImpl.executeParsingForDocument(DocumentName documentName,
org.codehaus.jettison.json.JSONObject data) |
void |
IASFeatureService.executeParsingForDocument(DocumentName documentName,
org.codehaus.jettison.json.JSONObject data)
Save transferred document by its own type.
|
net.anotheria.anodoc.query2.QueryResult |
IASFeatureService.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.QueryResult |
IASFeatureService.executeQueryOnBrandFeatures(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query.
|
net.anotheria.anodoc.query2.QueryResult |
IASFeatureService.executeQueryOnFeatures(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query.
|
net.anotheria.util.xml.XMLNode |
IASFeatureService.exportBrandFeaturesToXML(java.util.List<BrandFeature> listBrandFeatures)
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
IASFeatureService.exportFeaturesToXML(java.util.List<Feature> listFeatures)
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
IASFeatureService.exportToXML()
creates an xml element with all contained data.
|
void |
ASFeatureServiceImpl.fetchBrandFeature(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data) |
void |
IASFeatureService.fetchBrandFeature(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
Create json object list dependencies for this BrandFeature document.
|
void |
ASFeatureServiceImpl.fetchFeature(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data) |
void |
IASFeatureService.fetchFeature(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
Create json object list dependencies for this Feature document.
|
BrandFeature |
IASFeatureService.getBrandFeature(java.lang.String id)
Returns the BrandFeature object with the specified id.
|
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> |
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> |
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.
|
int |
IASFeatureService.getBrandFeaturesCount()
Returns all BrandFeatures count.
|
Feature |
IASFeatureService.getFeature(java.lang.String id)
Returns the Feature object with the specified id.
|
java.util.List<Feature> |
IASFeatureService.getFeatures()
Returns all Features objects stored.
|
java.util.List<Feature> |
IASFeatureService.getFeatures(net.anotheria.util.slicer.Segment aSegment)
Returns Features objects segment.
|
java.util.List<Feature> |
IASFeatureService.getFeatures(net.anotheria.util.sorter.SortType sortType)
Returns all Features objects sorted by given sortType.
|
java.util.List<Feature> |
IASFeatureService.getFeaturesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all Feature objects, where property matches.
|
java.util.List<Feature> |
IASFeatureService.getFeaturesByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns Feature objects segment, where property matches.
|
java.util.List<Feature> |
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.
|
java.util.List<Feature> |
IASFeatureService.getFeaturesByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all Feature objects, where property matches, sorted.
|
java.util.List<Feature> |
IASFeatureService.getFeaturesByProperty(java.lang.String propertyName,
java.lang.Object value)
Returns all Feature objects, where property with given name equals object.
|
java.util.List<Feature> |
IASFeatureService.getFeaturesByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType)
Returns all Feature objects, where property with given name equals object, sorted.
|
int |
IASFeatureService.getFeaturesCount()
Returns all Features count.
|
BrandFeature |
IASFeatureService.importBrandFeature(BrandFeature brandfeature)
Imports a new BrandFeature object.
|
java.util.List<BrandFeature> |
IASFeatureService.importBrandFeatures(java.util.List<BrandFeature> list)
Imports multiple new BrandFeature object.
|
Feature |
IASFeatureService.importFeature(Feature feature)
Imports a new Feature object.
|
java.util.List<Feature> |
IASFeatureService.importFeatures(java.util.List<Feature> list)
Imports multiple new Feature object.
|
BrandFeature |
IASFeatureService.updateBrandFeature(BrandFeature brandfeature)
Updates a BrandFeature object.
|
java.util.List<BrandFeature> |
IASFeatureService.updateBrandFeatures(java.util.List<BrandFeature> list)
Updates multiple BrandFeature objects.
|
Feature |
IASFeatureService.updateFeature(Feature feature)
Updates a Feature object.
|
java.util.List<Feature> |
IASFeatureService.updateFeatures(java.util.List<Feature> list)
Updates multiple Feature objects.
|
Copyright © 2012-2023 anotheria.net. All Rights Reserved.