Uses of Class
de.hybris.platform.jalo.type.JaloTypeException
Packages that use JaloTypeException
Package
Description
-
Uses of JaloTypeException in de.hybris.platform.basecommerce.jalo
Methods in de.hybris.platform.basecommerce.jalo that throw JaloTypeExceptionModifier and TypeMethodDescriptionBasecommerceManager.createGeocodeAddressesCronJob(Integer batchSize, Integer internalDelay, int triggerInterval) BasecommerceManager.createGeocodeAddressesCronJob(String code, Integer batchSize, Integer internalDelay, int triggerInterval) -
Uses of JaloTypeException in de.hybris.platform.jalo.type
Subclasses of JaloTypeException in de.hybris.platform.jalo.typeModifier and TypeClassDescriptionclassthrown whenever an operation is attempted on an abstract type this is allowed only for concrete typesclassWill be thrown, if the assigned code of the item is already usedclassthrown if a operation attempts to violate the uniqueness of the qualifierclassWill be thrown, if the item creation process failed for some reasonMethods in de.hybris.platform.jalo.type that throw JaloTypeExceptionModifier and TypeMethodDescriptionAttributeAccess.getValue(SessionContext ctx, Item item) Retrieves the attribute data from a given item.ConstantAttributeAccess.getValue(SessionContext ctx, Item item) LocalizableFeatureAccess.getValue(SessionContext ctx, Item item) OneToManyRelationAttributeAccess.getValue(SessionContext ctx, Item item) PropertyAccess.getValue(SessionContext ctx, Item item) ReflectionAttributeAccess.getValue(SessionContext ctx, Item item) final ObjectRelationAttributeAccess.getValue(SessionContext ctx, Item item) voidAbstractNonChangeableAttributeAccess.setValue(SessionContext ctx, Item item, Object value) voidAttributeAccess.setValue(SessionContext ctx, Item item, Object value) Stores the attribute data for a given item.voidLocalizableFeatureAccess.setValue(SessionContext ctx, Item item, Object value) voidOneToManyRelationAttributeAccess.setValue(SessionContext ctx, Item item, Object value) voidPropertyAccess.setValue(SessionContext ctx, Item item, Object value) voidReflectionAttributeAccess.setValue(SessionContext ctx, Item item, Object value) final voidRelationAttributeAccess.setValue(SessionContext ctx, Item item, Object value) -
Uses of JaloTypeException in de.hybris.platform.servicelayer.cronjob
Methods in de.hybris.platform.servicelayer.cronjob that throw JaloTypeExceptionModifier and TypeMethodDescriptionprotected ComposedTypeTriggerServiceDemoTest.createType(Class<? extends Item> parentJaloClass, String typeCode, Class<? extends Item> jaloClass) Create a new Jalo type and register it with the type system.voidTriggerServiceDemoTest.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 JaloTypeExceptionModifier and TypeMethodDescriptionSolrfacetsearchManager.createSolrIndexerCronJob(SolrFacetSearchConfig solrFacetSearchConfig, EnumerationValue solrIndexerOperation) SolrfacetsearchManager.createSolrIndexerCronJob(String code, SolrFacetSearchConfig solrFacetSearchConfig, EnumerationValue solrIndexerOperation) SolrfacetsearchManager.createSolrIndexerHotUpdateCronJob(SolrFacetSearchConfig solrFacetSearchConfig, EnumerationValue solrIndexerOperation, String indexedType, Collection<Item> items) SolrfacetsearchManager.createSolrIndexerHotUpdateCronJob(String code, SolrFacetSearchConfig solrFacetSearchConfig, EnumerationValue solrIndexerOperation, String indexedType, Collection<Item> items)