Uses of Class
de.hybris.platform.jalo.type.JaloDuplicateCodeException
-
-
Uses of JaloDuplicateCodeException in de.hybris.platform.catalog
Methods in de.hybris.platform.catalog that throw JaloDuplicateCodeException Modifier and Type Method Description voidCatalogServiceTest. testCreateModelsOfTwoSubTypesSaveAll()voidCatalogServiceTest. testCreateModelsOfTypeAndSubtypeSaveAll()voidCatalogServiceTest. testCreateModelsOfTypeAndSubtypeSaveOnly()voidCatalogServiceTest. testPLA7931() -
Uses of JaloDuplicateCodeException in de.hybris.platform.impex.jalo
Methods in de.hybris.platform.impex.jalo that throw JaloDuplicateCodeException Modifier and Type Method Description voidImpExMultThreadedTest. setUp()voidImpExTranslatorTest. testMapValueTranslatorImport()TestimportValuemethod ofMapValueTranslator. -
Uses of JaloDuplicateCodeException in de.hybris.platform.jalo.enumeration
Methods in de.hybris.platform.jalo.enumeration that throw JaloDuplicateCodeException Modifier and Type Method Description EnumerationTypeEnumerationManager. createDefaultEnumerationType(PK pk, java.lang.String code)Deprecated.since ages - please use {see de.hybris.platform.servicelayer.model.ModelService} insteadEnumerationTypeEnumerationManager. createDefaultEnumerationType(java.lang.String code)Deprecated.since ages - please use {see de.hybris.platform.servicelayer.model.ModelService#create(String)} insteadEnumerationTypeEnumerationManager. createEnumerationType(PK pkBase, java.lang.String code, ComposedType valueType)Deprecated.since ages - please use {see de.hybris.platform.servicelayer.model.ModelService} insteadEnumerationTypeEnumerationManager. createEnumerationType(java.lang.String code, ComposedType valueType)Deprecated.since ages - please use {see de.hybris.platform.servicelayer.model.ModelService} instead -
Uses of JaloDuplicateCodeException in de.hybris.platform.jalo.type
Methods in de.hybris.platform.jalo.type that throw JaloDuplicateCodeException Modifier and Type Method Description AtomicTypeTypeManager. createAtomicType(PK pkBase, AtomicType superType, java.lang.Class javaClass)Deprecated.since ages - use ModelService.create to create instancesAtomicTypeTypeManager. createAtomicType(PK pkBase, AtomicType superType, java.lang.String code)Deprecated.since ages - use ModelService.create to create instancesAtomicTypeTypeManager. createAtomicType(PK pkBase, java.lang.Class javaClass)Deprecated.since ages - use ModelService.create to create instancesAtomicTypeTypeManager. createAtomicType(AtomicType superType, java.lang.Class javaClass)Deprecated.since ages - use ModelService.create to create instancesAtomicTypeTypeManager. createAtomicType(AtomicType superType, java.lang.String code)Deprecated.since ages - use ModelService.create to create instancesAtomicTypeTypeManager. createAtomicType(java.lang.Class javaClass)Deprecated.since ages - use ModelService.create to create instancesCollectionTypeTypeManager. createCollectionType(PK pk, java.lang.String code, Type type)Deprecated.since ages - use ModelService.create to create instancesCollectionTypeTypeManager. createCollectionType(PK pkBase, java.lang.String code, Type type, int typeOfCollection)Deprecated.since ages - use ModelService.create to create instancesCollectionTypeTypeManager. createCollectionType(java.lang.String code, Type type)Deprecated.since ages - use ModelService.create to create instancesCollectionTypeTypeManager. createCollectionType(java.lang.String code, Type type, int typeOfCollection)Deprecated.since ages - use ModelService.create to create instancesComposedTypeTypeManager. createComposedType(PK pkBase, ComposedType superType, java.lang.String code)Deprecated.since ages - use ModelService.create to create instancesComposedTypeTypeManager. createComposedType(ComposedType superType, java.lang.String code)Deprecated.since ages - use ModelService.create to create instancesMapTypeTypeManager. createMapType(PK pkBase, java.lang.String code, Type argumentType, Type returnType)Deprecated.since ages - use ModelService.create to create instancesMapTypeTypeManager. createMapType(java.lang.String code, Type argumentType, Type returnType)Deprecated.since ages - use ModelService.create to create instancesRelationTypeTypeManager. createRelationType(PK pk, java.lang.String relationName, boolean localized, AttributeDescriptor sourceFD, AttributeDescriptor targetFD)Deprecated.since ages - use proper service to create instancesRelationTypeTypeManager. createRelationType(java.lang.String relationName, boolean localized, AttributeDescriptor sourceFD, AttributeDescriptor targetFD)Deprecated.since ages - use proper service to create instancesvoidSearchRestrictionTest. testOverloading() -
Uses of JaloDuplicateCodeException in de.hybris.platform.persistence
Methods in de.hybris.platform.persistence that throw JaloDuplicateCodeException Modifier and Type Method Description voidInitialAttributePersistenceTest. testLanguageStillNotFixed()Language type is NOT INITIAL aware.voidInitialAttributePersistenceTest. testUnitStillNotFixed()Unit type is NOT INITIAL aware.voidInitialAttributePersistenceTest. testUserFixed()User type is INITIAL aware. -
Uses of JaloDuplicateCodeException in de.hybris.platform.servicelayer.interceptor.impl
Methods in de.hybris.platform.servicelayer.interceptor.impl that throw JaloDuplicateCodeException Modifier and Type Method Description voidUniqueAttributesInterceptorTest. testSaveCatalogCatalogVersionModels() -
Uses of JaloDuplicateCodeException in de.hybris.platform.servicelayer.model
Methods in de.hybris.platform.servicelayer.model that throw JaloDuplicateCodeException Modifier and Type Method Description voidItemTypeForContextTest. testItemTypeWithoutModelClass()voidItemModelTest. testLazyLoadingConfiguration()See PLA-8878.voidItemModelTest. testTypeWithoutModel()voidItemModelTest. testUnsupportedMandatoryAttributesCheck() -
Uses of JaloDuplicateCodeException in de.hybris.platform.servicelayer.type
Methods in de.hybris.platform.servicelayer.type that throw JaloDuplicateCodeException Modifier and Type Method Description voidRuntimeTypeServicelayerTest. testChangeComposTypeAtRuntime()voidRuntimeTypeServicelayerTest. testChangeComposWithPropsTypeAtRuntime() -
Uses of JaloDuplicateCodeException in de.hybris.platform.test
Methods in de.hybris.platform.test that throw JaloDuplicateCodeException Modifier and Type Method Description voidAtomicTypeTest. testAtomicTypeHierarchy()voidOrderManagerTest. testCartTypeCopying()voidAtomicTypeTest. testCode()voidEnumerationTest. testCodeLowerCaseAttribute()voidTypeManagerJaloTest. testCreateAtomicType()voidEnumerationTest. testDynamicEnumCreate()voidAttributeTest. testGetSubAtts()voidEnumerationTypeTest. testItemEnumerationType()voidAtomicTypeTest. testJavaClass()voidOrderManagerTest. testOrderTypeCopying()voidFlexibleSearchTest. testPLA_9290()voidFlexibleSearchTest. testPLA7389()voidComposedTypeSpringTest. testSpringCreation()
-