Uses of Class
de.hybris.platform.core.model.test.TestItemType2Model
Packages that use TestItemType2Model
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.test package.
Contains generated models for each type of de.hybris.platform.odata2webservicesfeaturetests.jalo package.
-
Uses of TestItemType2Model in de.hybris.platform.core.model.test
Subclasses of TestItemType2Model in de.hybris.platform.core.model.testModifier and TypeClassDescriptionclassGenerated model class for type TestItemType3 first defined at extension core.Methods in de.hybris.platform.core.model.test that return TestItemType2ModelModifier and TypeMethodDescriptionTestItemType3Model.getItemTypeTwo()Generated method - Getter of theTestItemType3.itemTypeTwoattribute defined at extensioncore.Methods in de.hybris.platform.core.model.test that return types with arguments of type TestItemType2ModelModifier and TypeMethodDescriptionTestItemType3Model.getItemsTypeTwo()Generated method - Getter of theTestItemType3.itemsTypeTwoattribute defined at extensioncore.Methods in de.hybris.platform.core.model.test with parameters of type TestItemType2ModelModifier and TypeMethodDescriptionvoidTestItemType3Model.setItemTypeTwo(TestItemType2Model value) Generated method - Setter ofTestItemType3.itemTypeTwoattribute defined at extensioncore.Method parameters in de.hybris.platform.core.model.test with type arguments of type TestItemType2ModelModifier and TypeMethodDescriptionvoidTestItemType3Model.setItemsTypeTwo(Collection<TestItemType2Model> value) Generated method - Setter ofTestItemType3.itemsTypeTwoattribute defined at extensioncore.Constructors in de.hybris.platform.core.model.test with parameters of type TestItemType2ModelModifierConstructorDescriptionTestItemType3Model(TestItemType2Model _itemTypeTwo, Collection<TestItemType2Model> _itemsTypeTwo) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTestItemType3Model(TestItemType2Model _itemTypeTwo, Collection<TestItemType2Model> _itemsTypeTwo, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersConstructor parameters in de.hybris.platform.core.model.test with type arguments of type TestItemType2ModelModifierConstructorDescriptionTestItemType3Model(TestItemType2Model _itemTypeTwo, Collection<TestItemType2Model> _itemsTypeTwo) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTestItemType3Model(TestItemType2Model _itemTypeTwo, Collection<TestItemType2Model> _itemsTypeTwo, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of TestItemType2Model in de.hybris.platform.odata2webservicesfeaturetests.model
Subclasses of TestItemType2Model in de.hybris.platform.odata2webservicesfeaturetests.modelModifier and TypeClassDescriptionclassGenerated model class for type ComplexTestIntegrationItem first defined at extension odata2webservicesfeaturetests.classGenerated model class for type TestIntegrationItem2 first defined at extension odata2webservicesfeaturetests.classGenerated model class for type TestIntegrationItem3 first defined at extension odata2webservicesfeaturetests.classGenerated model class for type TestIntegrationItemDetail first defined at extension odata2webservicesfeaturetests.classGenerated model class for type TestIntegrationItem first defined at extension odata2webservicesfeaturetests. -
Uses of TestItemType2Model in de.hybris.platform.servicelayer.test
Methods in de.hybris.platform.servicelayer.test with parameters of type TestItemType2ModelModifier and TypeMethodDescriptionDynamicAttributesEnumSampleBean.get(TestItemType2Model model) Holds logic behind getter for dynamic attribute.DynamicAttributesIntSampleBean.get(TestItemType2Model model) Holds logic behind getter for dynamic attribute.DynamicAttributesStringSampleBean.get(TestItemType2Model item) Holds logic behind getter for dynamic attribute.DynamicLocalizedAttributesStringSampleBean.get(TestItemType2Model item) Holds logic behind getter for dynamic attribute.DynamicLocalizedAttributesStringSampleBean.get(TestItemType2Model item, Locale loc) Holds logic behind getter for dynamic attribute.voidDynamicAttributesEnumSampleBean.set(TestItemType2Model model, Gender value) Holds logic behind setter for dynamic attribute.voidDynamicAttributesIntSampleBean.set(TestItemType2Model model, Integer value) Holds logic behind setter for dynamic attribute.voidDynamicAttributesStringSampleBean.set(TestItemType2Model item, String value) Holds logic behind setter for dynamic attribute.voidDynamicLocalizedAttributesStringSampleBean.set(TestItemType2Model item, String value) Holds logic behind setter for dynamic attribute.voidDynamicLocalizedAttributesStringSampleBean.set(TestItemType2Model item, String value, Locale loc) Holds logic behind setter for dynamic attribute.