public interface IASFeatureService
extends net.anotheria.asg.service.ASGService
| Modifier and Type | Method and Description |
|---|---|
BrandFeature |
createBrandFeature(BrandFeature brandfeature)
Creates a new BrandFeature object.
|
java.util.List<BrandFeature> |
createBrandFeatures(java.util.List<BrandFeature> list)
Creates multiple new BrandFeature objects.
|
Feature |
createFeature(Feature feature)
Creates a new Feature object.
|
java.util.List<Feature> |
createFeatures(java.util.List<Feature> list)
Creates multiple new Feature objects.
|
void |
deleteBrandFeature(BrandFeature brandfeature)
Deletes a BrandFeature object.
|
void |
deleteBrandFeature(java.lang.String id)
Deletes a BrandFeature object by id.
|
void |
deleteBrandFeatures(java.util.List<BrandFeature> list)
Deletes multiple BrandFeature object.
|
void |
deleteFeature(Feature feature)
Deletes a Feature object.
|
void |
deleteFeature(java.lang.String id)
Deletes a Feature object by id.
|
void |
deleteFeatures(java.util.List<Feature> list)
Deletes multiple Feature object.
|
void |
executeParsingForDocument(DocumentName documentName,
org.codehaus.jettison.json.JSONObject data)
Save transferred document by its own type.
|
net.anotheria.anodoc.query2.QueryResult |
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 |
executeQueryOnBrandFeatures(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query.
|
net.anotheria.anodoc.query2.QueryResult |
executeQueryOnFeatures(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query.
|
net.anotheria.util.xml.XMLNode |
exportBrandFeaturesToXML(java.util.List<BrandFeature> listBrandFeatures)
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
exportFeaturesToXML(java.util.List<Feature> listFeatures)
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
exportToXML()
creates an xml element with all contained data.
|
void |
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 |
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 |
getBrandFeature(java.lang.String id)
Returns the BrandFeature object with the specified id.
|
java.util.List<BrandFeature> |
getBrandFeatures()
Returns all BrandFeatures objects stored.
|
java.util.List<BrandFeature> |
getBrandFeatures(net.anotheria.util.slicer.Segment aSegment)
Returns BrandFeatures objects segment.
|
java.util.List<BrandFeature> |
getBrandFeatures(net.anotheria.util.sorter.SortType sortType)
Returns all BrandFeatures objects sorted by given sortType.
|
java.util.List<BrandFeature> |
getBrandFeaturesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all BrandFeature objects, where property matches.
|
java.util.List<BrandFeature> |
getBrandFeaturesByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns BrandFeature objects segment, where property matches.
|
java.util.List<BrandFeature> |
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> |
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> |
getBrandFeaturesByProperty(java.lang.String propertyName,
java.lang.Object value)
Returns all BrandFeature objects, where property with given name equals object.
|
java.util.List<BrandFeature> |
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 |
getBrandFeaturesCount()
Returns all BrandFeatures count.
|
Feature |
getFeature(java.lang.String id)
Returns the Feature object with the specified id.
|
java.util.List<Feature> |
getFeatures()
Returns all Features objects stored.
|
java.util.List<Feature> |
getFeatures(net.anotheria.util.slicer.Segment aSegment)
Returns Features objects segment.
|
java.util.List<Feature> |
getFeatures(net.anotheria.util.sorter.SortType sortType)
Returns all Features objects sorted by given sortType.
|
java.util.List<Feature> |
getFeaturesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all Feature objects, where property matches.
|
java.util.List<Feature> |
getFeaturesByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns Feature objects segment, where property matches.
|
java.util.List<Feature> |
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> |
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> |
getFeaturesByProperty(java.lang.String propertyName,
java.lang.Object value)
Returns all Feature objects, where property with given name equals object.
|
java.util.List<Feature> |
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 |
getFeaturesCount()
Returns all Features count.
|
BrandFeature |
importBrandFeature(BrandFeature brandfeature)
Imports a new BrandFeature object.
|
java.util.List<BrandFeature> |
importBrandFeatures(java.util.List<BrandFeature> list)
Imports multiple new BrandFeature object.
|
Feature |
importFeature(Feature feature)
Imports a new Feature object.
|
java.util.List<Feature> |
importFeatures(java.util.List<Feature> list)
Imports multiple new Feature object.
|
BrandFeature |
updateBrandFeature(BrandFeature brandfeature)
Updates a BrandFeature object.
|
java.util.List<BrandFeature> |
updateBrandFeatures(java.util.List<BrandFeature> list)
Updates multiple BrandFeature objects.
|
Feature |
updateFeature(Feature feature)
Updates a Feature object.
|
java.util.List<Feature> |
updateFeatures(java.util.List<Feature> list)
Updates multiple Feature objects.
|
java.util.List<Feature> getFeatures() throws ASFeatureServiceException
ASFeatureServiceExceptionjava.util.List<Feature> getFeatures(net.anotheria.util.sorter.SortType sortType) throws ASFeatureServiceException
ASFeatureServiceExceptionvoid deleteFeature(java.lang.String id)
throws ASFeatureServiceException
ASFeatureServiceExceptionvoid deleteFeature(Feature feature) throws ASFeatureServiceException
ASFeatureServiceExceptionvoid deleteFeatures(java.util.List<Feature> list) throws ASFeatureServiceException
ASFeatureServiceExceptionFeature getFeature(java.lang.String id) throws ASFeatureServiceException
ASFeatureServiceExceptionFeature importFeature(Feature feature) throws ASFeatureServiceException
ASFeatureServiceExceptionjava.util.List<Feature> importFeatures(java.util.List<Feature> list) throws ASFeatureServiceException
ASFeatureServiceExceptionFeature createFeature(Feature feature) throws ASFeatureServiceException
ASFeatureServiceExceptionjava.util.List<Feature> createFeatures(java.util.List<Feature> list) throws ASFeatureServiceException
ASFeatureServiceExceptionFeature updateFeature(Feature feature) throws ASFeatureServiceException
ASFeatureServiceExceptionjava.util.List<Feature> updateFeatures(java.util.List<Feature> list) throws ASFeatureServiceException
ASFeatureServiceExceptionjava.util.List<Feature> getFeaturesByProperty(java.lang.String propertyName, java.lang.Object value) throws ASFeatureServiceException
ASFeatureServiceExceptionjava.util.List<Feature> getFeaturesByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType) throws ASFeatureServiceException
ASFeatureServiceExceptionnet.anotheria.anodoc.query2.QueryResult executeQueryOnFeatures(net.anotheria.anodoc.query2.DocumentQuery query)
throws ASFeatureServiceException
ASFeatureServiceExceptionjava.util.List<Feature> getFeaturesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) throws ASFeatureServiceException
ASFeatureServiceExceptionjava.util.List<Feature> getFeaturesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASFeatureServiceException
ASFeatureServiceExceptionint getFeaturesCount()
throws ASFeatureServiceException
ASFeatureServiceExceptionjava.util.List<Feature> getFeatures(net.anotheria.util.slicer.Segment aSegment) throws ASFeatureServiceException
ASFeatureServiceExceptionjava.util.List<Feature> getFeaturesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASFeatureServiceException
ASFeatureServiceExceptionjava.util.List<Feature> getFeaturesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASFeatureServiceException
ASFeatureServiceExceptionnet.anotheria.util.xml.XMLNode exportFeaturesToXML(java.util.List<Feature> listFeatures) throws ASFeatureServiceException
ASFeatureServiceExceptionvoid fetchFeature(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
throws ASFeatureServiceException
ASFeatureServiceExceptionjava.util.List<BrandFeature> getBrandFeatures() throws ASFeatureServiceException
ASFeatureServiceExceptionjava.util.List<BrandFeature> getBrandFeatures(net.anotheria.util.sorter.SortType sortType) throws ASFeatureServiceException
ASFeatureServiceExceptionvoid deleteBrandFeature(java.lang.String id)
throws ASFeatureServiceException
ASFeatureServiceExceptionvoid deleteBrandFeature(BrandFeature brandfeature) throws ASFeatureServiceException
ASFeatureServiceExceptionvoid deleteBrandFeatures(java.util.List<BrandFeature> list) throws ASFeatureServiceException
ASFeatureServiceExceptionBrandFeature getBrandFeature(java.lang.String id) throws ASFeatureServiceException
ASFeatureServiceExceptionBrandFeature importBrandFeature(BrandFeature brandfeature) throws ASFeatureServiceException
ASFeatureServiceExceptionjava.util.List<BrandFeature> importBrandFeatures(java.util.List<BrandFeature> list) throws ASFeatureServiceException
ASFeatureServiceExceptionBrandFeature createBrandFeature(BrandFeature brandfeature) throws ASFeatureServiceException
ASFeatureServiceExceptionjava.util.List<BrandFeature> createBrandFeatures(java.util.List<BrandFeature> list) throws ASFeatureServiceException
ASFeatureServiceExceptionBrandFeature updateBrandFeature(BrandFeature brandfeature) throws ASFeatureServiceException
ASFeatureServiceExceptionjava.util.List<BrandFeature> updateBrandFeatures(java.util.List<BrandFeature> list) throws ASFeatureServiceException
ASFeatureServiceExceptionjava.util.List<BrandFeature> getBrandFeaturesByProperty(java.lang.String propertyName, java.lang.Object value) throws ASFeatureServiceException
ASFeatureServiceExceptionjava.util.List<BrandFeature> getBrandFeaturesByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType) throws ASFeatureServiceException
ASFeatureServiceExceptionnet.anotheria.anodoc.query2.QueryResult executeQueryOnBrandFeatures(net.anotheria.anodoc.query2.DocumentQuery query)
throws ASFeatureServiceException
ASFeatureServiceExceptionjava.util.List<BrandFeature> getBrandFeaturesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) throws ASFeatureServiceException
ASFeatureServiceExceptionjava.util.List<BrandFeature> getBrandFeaturesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASFeatureServiceException
ASFeatureServiceExceptionint getBrandFeaturesCount()
throws ASFeatureServiceException
ASFeatureServiceExceptionjava.util.List<BrandFeature> getBrandFeatures(net.anotheria.util.slicer.Segment aSegment) throws ASFeatureServiceException
ASFeatureServiceExceptionjava.util.List<BrandFeature> getBrandFeaturesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASFeatureServiceException
ASFeatureServiceExceptionjava.util.List<BrandFeature> getBrandFeaturesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASFeatureServiceException
ASFeatureServiceExceptionnet.anotheria.util.xml.XMLNode exportBrandFeaturesToXML(java.util.List<BrandFeature> listBrandFeatures) throws ASFeatureServiceException
ASFeatureServiceExceptionvoid fetchBrandFeature(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
throws ASFeatureServiceException
ASFeatureServiceExceptionvoid executeParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data) throws ASFeatureServiceException
ASFeatureServiceExceptionnet.anotheria.anodoc.query2.QueryResult executeQueryOnAllObjects(net.anotheria.anodoc.query2.DocumentQuery query)
throws ASFeatureServiceException
ASFeatureServiceExceptionnet.anotheria.util.xml.XMLNode exportToXML()
throws ASFeatureServiceException
ASFeatureServiceExceptionCopyright © 2012-2023 anotheria.net. All Rights Reserved.