Class AbstractGroupAssignmentPrepareInterceptorIntegrationTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.ServicelayerTest
-
- com.hybris.classificationgroupsservices.interceptors.AbstractGroupAssignmentPrepareInterceptorIntegrationTest
-
- All Implemented Interfaces:
JaloSessionHolder
- Direct Known Subclasses:
ClassAttributeAssignmentCreateGroupAssignmentPrepareInterceptorIntegrationTest,ClassAttributeAssignmentRemoveClassFeatureGroupAssignmentRemoveInterceptorIntegrationTest,ClassificationAttributeRemoveClassFeatureGroupAssignmentRemoveInterceptorIntegrationTest,ClassificationClassAttributeAssignmentRemovalPrepareInterceptorIntegrationTest,ClassificationClassCreateInheritedFeatureGroupAssignmentPrepareInterceptorIntegrationTest,ClassificationClassRemoveGroupAssignmentsRemoveInterceptorIntegrationTest,ClassificationClassSupercategoriesUnassigningPrepareInterceptorIntegrationTest
public abstract class AbstractGroupAssignmentPrepareInterceptorIntegrationTest extends ServicelayerTest
-
-
Field Summary
Fields Modifier and Type Field Description protected CatalogVersionServicecatalogVersionServiceprotected CategoryServicecategoryServiceprotected static java.lang.StringDEVICE_CATEGORYprotected static java.lang.StringDIMENSIONS_ATTRIBUTEprotected FlexibleSearchServiceflexibleSearchServiceprotected static java.lang.StringITEM_CATEGORYprotected ModelServicemodelServiceprotected static java.lang.StringOBJECT_CATEGORYprotected static java.lang.StringPHONE_CATEGORYprotected static java.lang.StringPRICE_ATTRIBUTEprotected static java.lang.StringRAM_ATTRIBUTEprotected static java.lang.StringSAMSUNG_CATEGORYprotected static java.lang.StringTOUCH_ID_ATTRIBUTEprotected static java.lang.StringWEIGHT_ATTRIBUTE-
Fields inherited from class de.hybris.platform.servicelayer.ServicelayerTest
importService
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description AbstractGroupAssignmentPrepareInterceptorIntegrationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidassertClassFeatureGroupAssignments(org.apache.commons.lang3.tuple.Pair<java.lang.String,java.util.List<java.lang.String>> pair, java.util.List<ClassFeatureGroupAssignmentModel> groupAssignments)protected voidcreateCategory(CatalogVersionModel catalogVersion, java.lang.String categoryCode, java.util.List<CategoryModel> categories)protected java.util.List<ClassFeatureGroupAssignmentModel>finaAllClassFeatureGroupAssignments()protected ClassAttributeAssignmentModelfindClassAttributeAssignment(java.lang.String classificationAttributeQualifier)protected ClassAttributeAssignmentModelfindClassAttributeAssignment(java.lang.String catalogId, java.lang.String systemVersionId, java.lang.String classificationClassCode, java.lang.String attributeCode)protected ClassAttributeAssignmentModelgetClassificationAttributeAssignment(java.lang.String catalogId, java.lang.String systemVersion, java.lang.String classificationClass, java.lang.String attribute)-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerTest
createCoreData, createDefaultCatalog, createDefaultUsers, createHardwareCatalog, getApplicationContext, importCsv, importData, importData, importData, importStream, importStream, isPrefetchModeNone
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getBeanName, prepareApplicationContextAndSession
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Field Detail
-
OBJECT_CATEGORY
protected static final java.lang.String OBJECT_CATEGORY
- See Also:
- Constant Field Values
-
ITEM_CATEGORY
protected static final java.lang.String ITEM_CATEGORY
- See Also:
- Constant Field Values
-
DIMENSIONS_ATTRIBUTE
protected static final java.lang.String DIMENSIONS_ATTRIBUTE
- See Also:
- Constant Field Values
-
WEIGHT_ATTRIBUTE
protected static final java.lang.String WEIGHT_ATTRIBUTE
- See Also:
- Constant Field Values
-
PHONE_CATEGORY
protected static final java.lang.String PHONE_CATEGORY
- See Also:
- Constant Field Values
-
SAMSUNG_CATEGORY
protected static final java.lang.String SAMSUNG_CATEGORY
- See Also:
- Constant Field Values
-
DEVICE_CATEGORY
protected static final java.lang.String DEVICE_CATEGORY
- See Also:
- Constant Field Values
-
PRICE_ATTRIBUTE
protected static final java.lang.String PRICE_ATTRIBUTE
- See Also:
- Constant Field Values
-
TOUCH_ID_ATTRIBUTE
protected static final java.lang.String TOUCH_ID_ATTRIBUTE
- See Also:
- Constant Field Values
-
RAM_ATTRIBUTE
protected static final java.lang.String RAM_ATTRIBUTE
- See Also:
- Constant Field Values
-
modelService
protected ModelService modelService
-
flexibleSearchService
protected FlexibleSearchService flexibleSearchService
-
categoryService
protected CategoryService categoryService
-
catalogVersionService
protected CatalogVersionService catalogVersionService
-
-
Method Detail
-
assertClassFeatureGroupAssignments
protected void assertClassFeatureGroupAssignments(org.apache.commons.lang3.tuple.Pair<java.lang.String,java.util.List<java.lang.String>> pair, java.util.List<ClassFeatureGroupAssignmentModel> groupAssignments)
-
createCategory
protected void createCategory(CatalogVersionModel catalogVersion, java.lang.String categoryCode, java.util.List<CategoryModel> categories)
-
finaAllClassFeatureGroupAssignments
protected java.util.List<ClassFeatureGroupAssignmentModel> finaAllClassFeatureGroupAssignments()
-
findClassAttributeAssignment
protected ClassAttributeAssignmentModel findClassAttributeAssignment(java.lang.String classificationAttributeQualifier)
-
findClassAttributeAssignment
protected ClassAttributeAssignmentModel findClassAttributeAssignment(java.lang.String catalogId, java.lang.String systemVersionId, java.lang.String classificationClassCode, java.lang.String attributeCode)
-
getClassificationAttributeAssignment
protected ClassAttributeAssignmentModel getClassificationAttributeAssignment(java.lang.String catalogId, java.lang.String systemVersion, java.lang.String classificationClass, java.lang.String attribute)
-
-