Uses of Class
de.hybris.platform.jalo.type.JaloTypeException
-
Packages that use JaloTypeException Package Description de.hybris.platform.basecommerce.jalo de.hybris.platform.jalo.type de.hybris.platform.servicelayer.cronjob de.hybris.platform.solrfacetsearch.jalo -
-
Uses of JaloTypeException in de.hybris.platform.basecommerce.jalo
Methods in de.hybris.platform.basecommerce.jalo that throw JaloTypeException Modifier and Type Method Description GeocodeAddressesCronJob
BasecommerceManager. createGeocodeAddressesCronJob(java.lang.Integer batchSize, java.lang.Integer internalDelay, int triggerInterval)
GeocodeAddressesCronJob
BasecommerceManager. createGeocodeAddressesCronJob(java.lang.String code, java.lang.Integer batchSize, java.lang.Integer internalDelay, int triggerInterval)
-
Uses of JaloTypeException in de.hybris.platform.jalo.type
Subclasses of JaloTypeException in de.hybris.platform.jalo.type Modifier and Type Class Description class
JaloAbstractTypeException
thrown whenever an operation is attempted on an abstract type this is allowed only for concrete typesclass
JaloDuplicateCodeException
Will be thrown, if the assigned code of the item is already usedclass
JaloDuplicateQualifierException
thrown if a operation attempts to violate the uniqueness of the qualifierclass
JaloGenericCreationException
Will be thrown, if the item creation process failed for some reasonMethods in de.hybris.platform.jalo.type that throw JaloTypeException Modifier and Type Method Description java.lang.Object
AttributeAccess. getValue(SessionContext ctx, Item item)
Retrieves the attribute data from a given item.java.lang.Object
ConstantAttributeAccess. getValue(SessionContext ctx, Item item)
java.lang.Object
LocalizableFeatureAccess. getValue(SessionContext ctx, Item item)
java.lang.Object
OneToManyRelationAttributeAccess. getValue(SessionContext ctx, Item item)
java.lang.Object
PropertyAccess. getValue(SessionContext ctx, Item item)
java.lang.Object
ReflectionAttributeAccess. getValue(SessionContext ctx, Item item)
java.lang.Object
RelationAttributeAccess. getValue(SessionContext ctx, Item item)
void
AbstractNonChangeableAttributeAccess. setValue(SessionContext ctx, Item item, java.lang.Object value)
void
AttributeAccess. setValue(SessionContext ctx, Item item, java.lang.Object value)
Stores the attribute data for a given item.void
LocalizableFeatureAccess. setValue(SessionContext ctx, Item item, java.lang.Object value)
void
OneToManyRelationAttributeAccess. setValue(SessionContext ctx, Item item, java.lang.Object value)
void
PropertyAccess. setValue(SessionContext ctx, Item item, java.lang.Object value)
void
ReflectionAttributeAccess. setValue(SessionContext ctx, Item item, java.lang.Object value)
void
RelationAttributeAccess. setValue(SessionContext ctx, Item item, java.lang.Object value)
-
Uses of JaloTypeException in de.hybris.platform.servicelayer.cronjob
Methods in de.hybris.platform.servicelayer.cronjob that throw JaloTypeException Modifier and Type Method Description protected ComposedType
TriggerServiceDemoTest. createType(java.lang.Class<? extends Item> parentJaloClass, java.lang.String typeCode, java.lang.Class<? extends Item> jaloClass)
Create a new Jalo type and register it with the type system.void
TriggerServiceDemoTest. testJobCreationWithNonWritableJobAttribute()
Mapping of cron job to cron job model may not be possible when some attributes of the cron job model are not writable. -
Uses of JaloTypeException in de.hybris.platform.solrfacetsearch.jalo
Methods in de.hybris.platform.solrfacetsearch.jalo that throw JaloTypeException Modifier and Type Method Description SolrIndexerCronJob
SolrfacetsearchManager. createSolrIndexerCronJob(SolrFacetSearchConfig solrFacetSearchConfig, EnumerationValue solrIndexerOperation)
SolrIndexerCronJob
SolrfacetsearchManager. createSolrIndexerCronJob(java.lang.String code, SolrFacetSearchConfig solrFacetSearchConfig, EnumerationValue solrIndexerOperation)
SolrIndexerHotUpdateCronJob
SolrfacetsearchManager. createSolrIndexerHotUpdateCronJob(SolrFacetSearchConfig solrFacetSearchConfig, EnumerationValue solrIndexerOperation, java.lang.String indexedType, java.util.Collection<Item> items)
SolrIndexerHotUpdateCronJob
SolrfacetsearchManager. createSolrIndexerHotUpdateCronJob(java.lang.String code, SolrFacetSearchConfig solrFacetSearchConfig, EnumerationValue solrIndexerOperation, java.lang.String indexedType, java.util.Collection<Item> items)
-