| Package | Description |
|---|---|
| net.anotheria.anosite.gen.asfeature.action | |
| net.anotheria.anosite.gen.asfeature.data | |
| net.anotheria.anosite.gen.asfeature.service |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseBrandFeatureAction.addFieldExplanations(javax.servlet.http.HttpServletRequest req,
BrandFeature brandfeature) |
protected void |
BaseBrandFeatureAction.canUpdateBrandFeatures(BrandFeature brandfeature,
javax.servlet.http.HttpServletRequest req)
Checking UpdateCapability rights
|
protected void |
BaseBrandFeatureAction.checkBrandFeatures(BrandFeature brandfeature,
javax.servlet.http.HttpServletRequest req)
Executing auto-unlocking check....
|
protected void |
BaseBrandFeatureAction.lockBrandFeatures(BrandFeature brandfeature,
javax.servlet.http.HttpServletRequest req)
Executing locking.
|
protected BrandFeatureListItemBean |
ShowBrandFeaturesAction.makeBrandFeatureListItemBean(BrandFeature brandfeature) |
protected void |
BaseBrandFeatureAction.unLockBrandFeatures(BrandFeature brandfeature,
javax.servlet.http.HttpServletRequest req,
boolean unlockByTimeoout)
Executing unlocking.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BrandFeatureDocument |
| Modifier and Type | Method and Description |
|---|---|
BrandFeature |
BrandFeatureBuilder.build() |
static BrandFeature |
BrandFeatureFactory.createBrandFeature() |
static BrandFeature |
BrandFeatureFactory.createBrandFeature(BrandFeature template) |
static BrandFeature |
BrandFeatureFactory.createBrandFeature(java.lang.String anId)
For internal use only!
|
static BrandFeature |
BrandFeatureFactory.createBrandFeatureForImport(java.lang.String anId) |
static BrandFeature |
BrandFeatureXMLHelper.fromXML(net.anotheria.util.xml.XMLNode node) |
| Modifier and Type | Method and Description |
|---|---|
int |
BrandFeatureDocument.compareTo(BrandFeature comparable) |
static BrandFeature |
BrandFeatureFactory.createBrandFeature(BrandFeature template) |
static net.anotheria.util.xml.XMLNode |
BrandFeatureXMLHelper.toXML(BrandFeature object) |
static net.anotheria.util.xml.XMLNode |
BrandFeatureXMLHelper.toXML(BrandFeature object,
java.lang.String... languages) |
| Modifier and Type | Method and Description |
|---|---|
BrandFeature |
ASFeatureServiceImpl.createBrandFeature(BrandFeature brandfeature) |
BrandFeature |
IASFeatureService.createBrandFeature(BrandFeature brandfeature)
Creates a new BrandFeature object.
|
BrandFeature |
ASFeatureServiceImpl.getBrandFeature(java.lang.String id) |
BrandFeature |
IASFeatureService.getBrandFeature(java.lang.String id)
Returns the BrandFeature object with the specified id.
|
BrandFeature |
ASFeatureServiceImpl.importBrandFeature(BrandFeature brandfeature) |
BrandFeature |
IASFeatureService.importBrandFeature(BrandFeature brandfeature)
Imports a new BrandFeature object.
|
BrandFeature |
ASFeatureServiceImpl.updateBrandFeature(BrandFeature brandfeature) |
BrandFeature |
IASFeatureService.updateBrandFeature(BrandFeature brandfeature)
Updates a BrandFeature object.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<BrandFeature> |
ASFeatureServiceImpl.createBrandFeatures(java.util.List<BrandFeature> list) |
java.util.List<BrandFeature> |
IASFeatureService.createBrandFeatures(java.util.List<BrandFeature> list)
Creates multiple new BrandFeature objects.
|
java.util.List<BrandFeature> |
ASFeatureServiceImpl.getBrandFeatures() |
java.util.List<BrandFeature> |
IASFeatureService.getBrandFeatures()
Returns all BrandFeatures objects stored.
|
java.util.List<BrandFeature> |
ASFeatureServiceImpl.getBrandFeatures(java.util.List<java.lang.String> ids)
Returns the BrandFeature objects with the specified ids.
|
java.util.List<BrandFeature> |
ASFeatureServiceImpl.getBrandFeatures(java.util.List<java.lang.String> ids,
net.anotheria.util.sorter.SortType sortType)
Returns the BrandFeature objects with the specified ids, sorted by given sorttype.
|
java.util.List<BrandFeature> |
ASFeatureServiceImpl.getBrandFeatures(net.anotheria.util.slicer.Segment aSegment)
Returns BrandFeature objects segment.
|
java.util.List<BrandFeature> |
IASFeatureService.getBrandFeatures(net.anotheria.util.slicer.Segment aSegment)
Returns BrandFeatures objects segment.
|
java.util.List<BrandFeature> |
ASFeatureServiceImpl.getBrandFeatures(net.anotheria.util.sorter.SortType sortType) |
java.util.List<BrandFeature> |
IASFeatureService.getBrandFeatures(net.anotheria.util.sorter.SortType sortType)
Returns all BrandFeatures objects sorted by given sortType.
|
java.util.List<BrandFeature> |
ASFeatureServiceImpl.getBrandFeaturesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all BrandFeature objects, where property matches.
|
java.util.List<BrandFeature> |
IASFeatureService.getBrandFeaturesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all BrandFeature objects, where property matches.
|
java.util.List<BrandFeature> |
ASFeatureServiceImpl.getBrandFeaturesByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns BrandFeature objects segment, where property matched.
|
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> |
ASFeatureServiceImpl.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 matched, sorted.
|
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> |
ASFeatureServiceImpl.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(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all BrandFeature objects, where property matches, sorted.
|
java.util.List<BrandFeature> |
ASFeatureServiceImpl.getBrandFeaturesByProperty(java.lang.String propertyName,
java.lang.Object value) |
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> |
ASFeatureServiceImpl.getBrandFeaturesByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType) |
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.
|
java.util.List<BrandFeature> |
ASFeatureServiceImpl.importBrandFeatures(java.util.List<BrandFeature> list) |
java.util.List<BrandFeature> |
IASFeatureService.importBrandFeatures(java.util.List<BrandFeature> list)
Imports multiple new BrandFeature object.
|
java.util.List<BrandFeature> |
ASFeatureServiceImpl.updateBrandFeatures(java.util.List<BrandFeature> list) |
java.util.List<BrandFeature> |
IASFeatureService.updateBrandFeatures(java.util.List<BrandFeature> list)
Updates multiple BrandFeature objects.
|
| Modifier and Type | Method and Description |
|---|---|
BrandFeature |
ASFeatureServiceImpl.createBrandFeature(BrandFeature brandfeature) |
BrandFeature |
IASFeatureService.createBrandFeature(BrandFeature brandfeature)
Creates a new BrandFeature object.
|
void |
ASFeatureServiceImpl.deleteBrandFeature(BrandFeature brandfeature) |
void |
IASFeatureService.deleteBrandFeature(BrandFeature brandfeature)
Deletes a BrandFeature object.
|
BrandFeature |
ASFeatureServiceImpl.importBrandFeature(BrandFeature brandfeature) |
BrandFeature |
IASFeatureService.importBrandFeature(BrandFeature brandfeature)
Imports a new BrandFeature object.
|
BrandFeature |
ASFeatureServiceImpl.updateBrandFeature(BrandFeature brandfeature) |
BrandFeature |
IASFeatureService.updateBrandFeature(BrandFeature brandfeature)
Updates a BrandFeature object.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<BrandFeature> |
ASFeatureServiceImpl.createBrandFeatures(java.util.List<BrandFeature> list) |
java.util.List<BrandFeature> |
IASFeatureService.createBrandFeatures(java.util.List<BrandFeature> list)
Creates multiple new BrandFeature objects.
|
void |
ASFeatureServiceImpl.deleteBrandFeatures(java.util.List<BrandFeature> list) |
void |
IASFeatureService.deleteBrandFeatures(java.util.List<BrandFeature> list)
Deletes multiple BrandFeature object.
|
net.anotheria.util.xml.XMLNode |
ASFeatureServiceImpl.exportBrandFeaturesToXML(java.util.List<BrandFeature> list) |
net.anotheria.util.xml.XMLNode |
IASFeatureService.exportBrandFeaturesToXML(java.util.List<BrandFeature> listBrandFeatures)
Creates an xml element with selected contained data.
|
java.util.List<BrandFeature> |
ASFeatureServiceImpl.importBrandFeatures(java.util.List<BrandFeature> list) |
java.util.List<BrandFeature> |
IASFeatureService.importBrandFeatures(java.util.List<BrandFeature> list)
Imports multiple new BrandFeature object.
|
java.util.List<BrandFeature> |
ASFeatureServiceImpl.updateBrandFeatures(java.util.List<BrandFeature> list) |
java.util.List<BrandFeature> |
IASFeatureService.updateBrandFeatures(java.util.List<BrandFeature> list)
Updates multiple BrandFeature objects.
|
Copyright © 2012-2023 anotheria.net. All Rights Reserved.