| Modifier and Type | Method and Description |
|---|---|
void |
ImpExMultThreadedTest.setUp() |
void |
ImpExTranslatorTest.testMapValueTranslatorImport()
Test
importValue method of MapValueTranslator. |
| Modifier and Type | Method and Description |
|---|---|
EnumerationType |
EnumerationManager.createDefaultEnumerationType(PK pk,
String code)
Deprecated.
please use {see de.hybris.platform.servicelayer.model.ModelService} instead
|
EnumerationType |
EnumerationManager.createDefaultEnumerationType(String code)
Deprecated.
please use {see de.hybris.platform.servicelayer.model.ModelService#create(String)} instead
|
EnumerationType |
EnumerationManager.createEnumerationType(PK pkBase,
String code,
ComposedType valueType)
Deprecated.
please use {see de.hybris.platform.servicelayer.model.ModelService} instead
|
EnumerationType |
EnumerationManager.createEnumerationType(String code,
ComposedType valueType)
Deprecated.
please use {see de.hybris.platform.servicelayer.model.ModelService} instead
|
| Modifier and Type | Method and Description |
|---|---|
AtomicType |
TypeManager.createAtomicType(AtomicType superType,
Class javaClass)
Deprecated.
use ModelService.create to create instances
|
AtomicType |
TypeManager.createAtomicType(AtomicType superType,
String code)
Deprecated.
use ModelService.create to create instances
|
AtomicType |
TypeManager.createAtomicType(Class javaClass)
Deprecated.
use ModelService.create to create instances
|
AtomicType |
TypeManager.createAtomicType(PK pkBase,
AtomicType superType,
Class javaClass)
Deprecated.
use ModelService.create to create instances
|
AtomicType |
TypeManager.createAtomicType(PK pkBase,
AtomicType superType,
String code)
Deprecated.
use ModelService.create to create instances
|
AtomicType |
TypeManager.createAtomicType(PK pkBase,
Class javaClass)
Deprecated.
use ModelService.create to create instances
|
CollectionType |
TypeManager.createCollectionType(PK pk,
String code,
Type type)
Deprecated.
use ModelService.create to create instances
|
CollectionType |
TypeManager.createCollectionType(PK pkBase,
String code,
Type type,
int typeOfCollection)
Deprecated.
use ModelService.create to create instances
|
CollectionType |
TypeManager.createCollectionType(String code,
Type type)
Deprecated.
use ModelService.create to create instances
|
CollectionType |
TypeManager.createCollectionType(String code,
Type type,
int typeOfCollection)
Deprecated.
use ModelService.create to create instances
|
ComposedType |
TypeManager.createComposedType(ComposedType superType,
String code)
Deprecated.
use ModelService.create to create instances
|
ComposedType |
TypeManager.createComposedType(PK pkBase,
ComposedType superType,
String code)
Deprecated.
use ModelService.create to create instances
|
MapType |
TypeManager.createMapType(PK pkBase,
String code,
Type argumentType,
Type returnType)
Deprecated.
use ModelService.create to create instances
|
MapType |
TypeManager.createMapType(String code,
Type argumentType,
Type returnType)
Deprecated.
use ModelService.create to create instances
|
RelationType |
TypeManager.createRelationType(PK pk,
String relationName,
boolean localized,
AttributeDescriptor sourceFD,
AttributeDescriptor targetFD)
Deprecated.
use proper service to create instances
|
RelationType |
TypeManager.createRelationType(String relationName,
boolean localized,
AttributeDescriptor sourceFD,
AttributeDescriptor targetFD)
Deprecated.
use proper service to create instances
|
void |
SearchRestrictionTest.testOverloading() |
| Modifier and Type | Method and Description |
|---|---|
void |
InitialAttributePersistenceTest.testLanguageStillNotFixed()
Language type is NOT INITIAL aware.
|
void |
InitialAttributePersistenceTest.testUnitStillNotFixed()
Unit type is NOT INITIAL aware.
|
void |
InitialAttributePersistenceTest.testUserFixed()
User type is INITIAL aware.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UniqueAttributesInterceptorTest.testSaveCatalogCatalogVersionModels() |
| Modifier and Type | Method and Description |
|---|---|
void |
RuntimeTypeServicelayerTest.testChangeComposTypeAtRuntime() |
void |
RuntimeTypeServicelayerTest.testChangeComposWithPropsTypeAtRuntime() |
| Modifier and Type | Method and Description |
|---|---|
void |
AtomicTypeTest.testAtomicTypeHierarchy() |
void |
OrderManagerTest.testCartTypeCopying() |
void |
AtomicTypeTest.testCode() |
void |
EnumerationTest.testCodeLowerCaseAttribute() |
void |
TypeManagerJaloTest.testCreateAtomicType() |
void |
EnumerationTest.testDynamicEnumCreate() |
void |
AttributeTest.testGetSubAtts() |
void |
EnumerationTypeTest.testItemEnumerationType() |
void |
AtomicTypeTest.testJavaClass() |
void |
OrderManagerTest.testOrderTypeCopying() |
void |
FlexibleSearchTest.testPLA_9290() |
void |
FlexibleSearchTest.testPLA7389() |
void |
ComposedTypeSpringTest.testSpringCreation() |
Copyright © 2017 SAP SE. All Rights Reserved.