Uses of Class
de.hybris.platform.odata2webservicesfeaturetests.jalo.TestIntegrationItemDetail
Packages that use TestIntegrationItemDetail
-
Uses of TestIntegrationItemDetail in de.hybris.platform.odata2webservicesfeaturetests.jalo
Fields in de.hybris.platform.odata2webservicesfeaturetests.jalo with type parameters of type TestIntegrationItemDetailModifier and TypeFieldDescriptionprotected static final OneToManyHandler<TestIntegrationItemDetail>GeneratedTestIntegrationItem.DETAILSHANDLEROneToManyHandlerfor handling 1:n DETAILS's relation attributes from 'many' side.protected static final OneToManyHandler<TestIntegrationItemDetail>GeneratedComplexTestIntegrationItem.REQUIREDDETAILSHANDLEROneToManyHandlerfor handling 1:n REQUIREDDETAILS's relation attributes from 'many' side.Methods in de.hybris.platform.odata2webservicesfeaturetests.jalo that return TestIntegrationItemDetailModifier and TypeMethodDescriptionGeneratedTestIntegrationItem.getDetail()Generated method - Getter of theTestIntegrationItem.detailattribute.GeneratedTestIntegrationItem.getDetail(SessionContext ctx) Generated method - Getter of theTestIntegrationItem.detailattribute.Methods in de.hybris.platform.odata2webservicesfeaturetests.jalo that return types with arguments of type TestIntegrationItemDetailModifier and TypeMethodDescriptionGeneratedTestIntegrationItem.getDetails()Generated method - Getter of theTestIntegrationItem.detailsattribute.GeneratedTestIntegrationItem.getDetails(SessionContext ctx) Generated method - Getter of theTestIntegrationItem.detailsattribute.GeneratedComplexTestIntegrationItem.getRequiredDetails()Generated method - Getter of theComplexTestIntegrationItem.requiredDetailsattribute.GeneratedComplexTestIntegrationItem.getRequiredDetails(SessionContext ctx) Generated method - Getter of theComplexTestIntegrationItem.requiredDetailsattribute.Methods in de.hybris.platform.odata2webservicesfeaturetests.jalo with parameters of type TestIntegrationItemDetailModifier and TypeMethodDescriptionvoidGeneratedTestIntegrationItem.addToDetails(SessionContext ctx, TestIntegrationItemDetail value) Generated method - Addsvalueto details.voidGeneratedTestIntegrationItem.addToDetails(TestIntegrationItemDetail value) Generated method - Addsvalueto details.voidGeneratedComplexTestIntegrationItem.addToRequiredDetails(SessionContext ctx, TestIntegrationItemDetail value) Generated method - Addsvalueto requiredDetails.voidGeneratedComplexTestIntegrationItem.addToRequiredDetails(TestIntegrationItemDetail value) Generated method - Addsvalueto requiredDetails.voidGeneratedTestIntegrationItem.removeFromDetails(SessionContext ctx, TestIntegrationItemDetail value) Generated method - Removesvaluefrom details.voidGeneratedTestIntegrationItem.removeFromDetails(TestIntegrationItemDetail value) Generated method - Removesvaluefrom details.voidGeneratedComplexTestIntegrationItem.removeFromRequiredDetails(SessionContext ctx, TestIntegrationItemDetail value) Generated method - Removesvaluefrom requiredDetails.voidGeneratedComplexTestIntegrationItem.removeFromRequiredDetails(TestIntegrationItemDetail value) Generated method - Removesvaluefrom requiredDetails.voidGeneratedTestIntegrationItem.setDetail(SessionContext ctx, TestIntegrationItemDetail value) Generated method - Setter of theTestIntegrationItem.detailattribute.voidGeneratedTestIntegrationItem.setDetail(TestIntegrationItemDetail value) Generated method - Setter of theTestIntegrationItem.detailattribute.Method parameters in de.hybris.platform.odata2webservicesfeaturetests.jalo with type arguments of type TestIntegrationItemDetailModifier and TypeMethodDescriptionvoidGeneratedTestIntegrationItem.setDetails(SessionContext ctx, List<TestIntegrationItemDetail> value) Generated method - Setter of theTestIntegrationItem.detailsattribute.voidGeneratedTestIntegrationItem.setDetails(List<TestIntegrationItemDetail> value) Generated method - Setter of theTestIntegrationItem.detailsattribute.voidGeneratedComplexTestIntegrationItem.setRequiredDetails(SessionContext ctx, Set<TestIntegrationItemDetail> value) Generated method - Setter of theComplexTestIntegrationItem.requiredDetailsattribute.voidGeneratedComplexTestIntegrationItem.setRequiredDetails(Set<TestIntegrationItemDetail> value) Generated method - Setter of theComplexTestIntegrationItem.requiredDetailsattribute.