Uses of Class
de.hybris.platform.jalo.test.TestItem
-
-
Uses of TestItem in de.hybris.platform.jalo.test
Subclasses of TestItem in de.hybris.platform.jalo.test Modifier and Type Class Description class
GeneratedTestItem3
Generated class for typeTestItemType3
.class
TestItem3
Methods in de.hybris.platform.jalo.test that return TestItem Modifier and Type Method Description TestItem
GeneratedTestItem3. getItemTypeTwo()
Generated method - Getter of theTestItemType3.itemTypeTwo
attribute.TestItem
GeneratedTestItem3. getItemTypeTwo(SessionContext ctx)
Generated method - Getter of theTestItemType3.itemTypeTwo
attribute.Methods in de.hybris.platform.jalo.test that return types with arguments of type TestItem Modifier and Type Method Description java.util.Collection<TestItem>
GeneratedTestItem3. getItemsTypeTwo()
Generated method - Getter of theTestItemType3.itemsTypeTwo
attribute.java.util.Collection<TestItem>
GeneratedTestItem3. getItemsTypeTwo(SessionContext ctx)
Generated method - Getter of theTestItemType3.itemsTypeTwo
attribute.Methods in de.hybris.platform.jalo.test with parameters of type TestItem Modifier and Type Method Description void
GeneratedTestItem3. setItemTypeTwo(SessionContext ctx, TestItem value)
Generated method - Setter of theTestItemType3.itemTypeTwo
attribute.void
GeneratedTestItem3. setItemTypeTwo(TestItem value)
Generated method - Setter of theTestItemType3.itemTypeTwo
attribute.Method parameters in de.hybris.platform.jalo.test with type arguments of type TestItem Modifier and Type Method Description void
GeneratedTestItem3. setItemsTypeTwo(SessionContext ctx, java.util.Collection<TestItem> value)
Generated method - Setter of theTestItemType3.itemsTypeTwo
attribute.void
GeneratedTestItem3. setItemsTypeTwo(java.util.Collection<TestItem> value)
Generated method - Setter of theTestItemType3.itemsTypeTwo
attribute. -
Uses of TestItem in de.hybris.platform.odata2webservicesfeaturetests.jalo
Subclasses of TestItem in de.hybris.platform.odata2webservicesfeaturetests.jalo Modifier and Type Class Description class
GeneratedTestIntegrationItem
Generated class for typeTestIntegrationItem
.class
GeneratedTestIntegrationItemDetail
Generated class for typeTestIntegrationItemDetail
.class
TestIntegrationItem
class
TestIntegrationItemDetail
-
Uses of TestItem in de.hybris.platform.persistence.test
Methods in de.hybris.platform.persistence.test that return TestItem Modifier and Type Method Description static TestItem
TestItemEJBImpl. createTestItem()
creates a new test item. -
Uses of TestItem in de.hybris.platform.servicelayer.internal.jalo
Methods in de.hybris.platform.servicelayer.internal.jalo that return TestItem Modifier and Type Method Description TestItem
GeneratedServicelayerManager. createTestItem(SessionContext ctx, java.util.Map attributeValues)
TestItem
GeneratedServicelayerManager. createTestItem(java.util.Map attributeValues)
TestItem
GeneratedServicelayerManager. createTestItemType2(SessionContext ctx, java.util.Map attributeValues)
TestItem
GeneratedServicelayerManager. createTestItemType2(java.util.Map attributeValues)
-