Uses of Class
de.hybris.platform.core.model.test.TestItemType2Model
-
Packages that use TestItemType2Model Package Description de.hybris.platform.core.model.test Contains generated models for each type of de.hybris.platform.jalo.test package.de.hybris.platform.odata2webservicesfeaturetests.model Contains generated models for each type of de.hybris.platform.odata2webservicesfeaturetests.jalo package.de.hybris.platform.servicelayer.test -
-
Uses of TestItemType2Model in de.hybris.platform.core.model.test
Subclasses of TestItemType2Model in de.hybris.platform.core.model.test Modifier and Type Class Description classTestItemType3ModelGenerated model class for type TestItemType3 first defined at extension core.Methods in de.hybris.platform.core.model.test that return TestItemType2Model Modifier and Type Method Description TestItemType2ModelTestItemType3Model. 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 TestItemType2Model Modifier and Type Method Description java.util.Collection<TestItemType2Model>TestItemType3Model. getItemsTypeTwo()Generated method - Getter of theTestItemType3.itemsTypeTwoattribute defined at extensioncore.Methods in de.hybris.platform.core.model.test with parameters of type TestItemType2Model Modifier and Type Method Description voidTestItemType3Model. 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 TestItemType2Model Modifier and Type Method Description voidTestItemType3Model. setItemsTypeTwo(java.util.Collection<TestItemType2Model> value)Generated method - Setter ofTestItemType3.itemsTypeTwoattribute defined at extensioncore.Constructors in de.hybris.platform.core.model.test with parameters of type TestItemType2Model Constructor Description TestItemType3Model(TestItemType2Model _itemTypeTwo, java.util.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, java.util.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 TestItemType2Model Constructor Description TestItemType3Model(TestItemType2Model _itemTypeTwo, java.util.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, java.util.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.model Modifier and Type Class Description classTestIntegrationItemDetailModelGenerated model class for type TestIntegrationItemDetail first defined at extension odata2webservicesfeaturetests.classTestIntegrationItemModelGenerated 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 TestItemType2Model Modifier and Type Method Description GenderDynamicAttributesEnumSampleBean. get(TestItemType2Model model)Holds logic behind getter for dynamic attribute.java.lang.IntegerDynamicAttributesIntSampleBean. get(TestItemType2Model model)Holds logic behind getter for dynamic attribute.java.lang.StringDynamicAttributesStringSampleBean. get(TestItemType2Model item)Holds logic behind getter for dynamic attribute.java.lang.StringDynamicLocalizedAttributesStringSampleBean. get(TestItemType2Model item)Holds logic behind getter for dynamic attribute.java.lang.StringDynamicLocalizedAttributesStringSampleBean. get(TestItemType2Model item, java.util.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, java.lang.Integer value)Holds logic behind setter for dynamic attribute.voidDynamicAttributesStringSampleBean. set(TestItemType2Model item, java.lang.String value)Holds logic behind setter for dynamic attribute.voidDynamicLocalizedAttributesStringSampleBean. set(TestItemType2Model item, java.lang.String value)Holds logic behind setter for dynamic attribute.voidDynamicLocalizedAttributesStringSampleBean. set(TestItemType2Model item, java.lang.String value, java.util.Locale loc)Holds logic behind setter for dynamic attribute.
-