| Package | Description |
|---|---|
| de.hybris.platform.basecommerce.jalo | |
| de.hybris.platform.jalo.type | |
| de.hybris.platform.solrfacetsearch.jalo |
| Modifier and Type | Method and Description |
|---|---|
GeocodeAddressesCronJob |
BasecommerceManager.createGeocodeAddressesCronJob(Integer batchSize,
Integer internalDelay,
int triggerInterval) |
GeocodeAddressesCronJob |
BasecommerceManager.createGeocodeAddressesCronJob(String code,
Integer batchSize,
Integer internalDelay,
int triggerInterval) |
| Modifier and Type | Class and Description |
|---|---|
class |
JaloAbstractTypeException
thrown whenever an operation is attempted on an abstract type this is allowed only for concrete types
|
class |
JaloDuplicateCodeException
Will be thrown, if the assigned code of the item is already used
|
class |
JaloDuplicateQualifierException
thrown if a operation attempts to violate the uniqueness of the qualifier
|
class |
JaloGenericCreationException
Will be thrown, if the item creation process failed for some reason
|
| Modifier and Type | Method and Description |
|---|---|
Object |
AttributeAccess.getValue(SessionContext ctx,
Item item)
Retrieves the attribute data from a given item.
|
Object |
OneToManyRelationAttributeAccess.getValue(SessionContext ctx,
Item item) |
Object |
ConstantAttributeAccess.getValue(SessionContext ctx,
Item item) |
Object |
LocalizableFeatureAccess.getValue(SessionContext ctx,
Item item) |
Object |
PropertyAccess.getValue(SessionContext ctx,
Item item) |
Object |
ReflectionAttributeAccess.getValue(SessionContext ctx,
Item item) |
Object |
RelationAttributeAccess.getValue(SessionContext ctx,
Item item) |
void |
AttributeAccess.setValue(SessionContext ctx,
Item item,
Object value)
Stores the attribute data for a given item.
|
void |
OneToManyRelationAttributeAccess.setValue(SessionContext ctx,
Item item,
Object value) |
void |
LocalizableFeatureAccess.setValue(SessionContext ctx,
Item item,
Object value) |
void |
PropertyAccess.setValue(SessionContext ctx,
Item item,
Object value) |
void |
ReflectionAttributeAccess.setValue(SessionContext ctx,
Item item,
Object value) |
void |
RelationAttributeAccess.setValue(SessionContext ctx,
Item item,
Object value) |
void |
AbstractNonChangeableAttributeAccess.setValue(SessionContext ctx,
Item item,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
SolrIndexerCronJob |
SolrfacetsearchManager.createSolrIndexerCronJob(SolrFacetSearchConfig solrFacetSearchConfig,
EnumerationValue solrIndexerOperation) |
SolrIndexerCronJob |
SolrfacetsearchManager.createSolrIndexerCronJob(String code,
SolrFacetSearchConfig solrFacetSearchConfig,
EnumerationValue solrIndexerOperation) |
SolrIndexerHotUpdateCronJob |
SolrfacetsearchManager.createSolrIndexerHotUpdateCronJob(SolrFacetSearchConfig solrFacetSearchConfig,
EnumerationValue solrIndexerOperation,
String indexedType,
Collection<Item> items) |
SolrIndexerHotUpdateCronJob |
SolrfacetsearchManager.createSolrIndexerHotUpdateCronJob(String code,
SolrFacetSearchConfig solrFacetSearchConfig,
EnumerationValue solrIndexerOperation,
String indexedType,
Collection<Item> items) |
Copyright © 2017 SAP SE. All Rights Reserved.