| Package | Description |
|---|---|
| net.anotheria.anosite.gen.asbrand.service |
| Modifier and Type | Class and Description |
|---|---|
class |
BrandNotFoundInASBrandServiceException
Exception for gets over non existing id in IASBrandService, document: Brand
|
| Modifier and Type | Method and Description |
|---|---|
Brand |
IASBrandService.createBrand(Brand brand)
Creates a new Brand object.
|
java.util.List<Brand> |
IASBrandService.createBrands(java.util.List<Brand> list)
Creates multiple new Brand objects.
|
void |
IASBrandService.deleteBrand(Brand brand)
Deletes a Brand object.
|
void |
IASBrandService.deleteBrand(java.lang.String id)
Deletes a Brand object by id.
|
void |
IASBrandService.deleteBrands(java.util.List<Brand> list)
Deletes multiple Brand object.
|
void |
ASBrandServiceImpl.executeParsingForDocument(DocumentName documentName,
org.codehaus.jettison.json.JSONObject data) |
void |
IASBrandService.executeParsingForDocument(DocumentName documentName,
org.codehaus.jettison.json.JSONObject data)
Save transferred document by its own type.
|
net.anotheria.anodoc.query2.QueryResult |
IASBrandService.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 |
IASBrandService.executeQueryOnBrands(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query.
|
net.anotheria.util.xml.XMLNode |
IASBrandService.exportBrandsToXML(java.util.List<Brand> listBrands)
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
IASBrandService.exportToXML()
creates an xml element with all contained data.
|
void |
ASBrandServiceImpl.fetchBrand(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data) |
void |
IASBrandService.fetchBrand(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
Create json object list dependencies for this Brand document.
|
Brand |
IASBrandService.getBrand(java.lang.String id)
Returns the Brand object with the specified id.
|
java.util.List<Brand> |
IASBrandService.getBrands()
Returns all Brands objects stored.
|
java.util.List<Brand> |
IASBrandService.getBrands(net.anotheria.util.slicer.Segment aSegment)
Returns Brands objects segment.
|
java.util.List<Brand> |
IASBrandService.getBrands(net.anotheria.util.sorter.SortType sortType)
Returns all Brands objects sorted by given sortType.
|
java.util.List<Brand> |
IASBrandService.getBrandsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all Brand objects, where property matches.
|
java.util.List<Brand> |
IASBrandService.getBrandsByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns Brand objects segment, where property matches.
|
java.util.List<Brand> |
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.
|
java.util.List<Brand> |
IASBrandService.getBrandsByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all Brand objects, where property matches, sorted.
|
java.util.List<Brand> |
IASBrandService.getBrandsByProperty(java.lang.String propertyName,
java.lang.Object value)
Returns all Brand objects, where property with given name equals object.
|
java.util.List<Brand> |
IASBrandService.getBrandsByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType)
Returns all Brand objects, where property with given name equals object, sorted.
|
int |
IASBrandService.getBrandsCount()
Returns all Brands count.
|
Brand |
IASBrandService.importBrand(Brand brand)
Imports a new Brand object.
|
java.util.List<Brand> |
IASBrandService.importBrands(java.util.List<Brand> list)
Imports multiple new Brand object.
|
Brand |
IASBrandService.updateBrand(Brand brand)
Updates a Brand object.
|
java.util.List<Brand> |
IASBrandService.updateBrands(java.util.List<Brand> list)
Updates multiple Brand objects.
|
Copyright © 2012-2023 anotheria.net. All Rights Reserved.