Uses of Class
de.hybris.platform.accountsummaryaddon.jalo.B2BDocumentPaymentInfo
Packages that use B2BDocumentPaymentInfo
-
Uses of B2BDocumentPaymentInfo in de.hybris.platform.accountsummaryaddon.jalo
Fields in de.hybris.platform.accountsummaryaddon.jalo with type parameters of type B2BDocumentPaymentInfoModifier and TypeFieldDescriptionprotected static final OneToManyHandler<B2BDocumentPaymentInfo>GeneratedB2BDocument.PAYDOCUMENTPAYMENTINFOHANDLEROneToManyHandlerfor handling 1:n PAYDOCUMENTPAYMENTINFO's relation attributes from 'many' side.protected static final OneToManyHandler<B2BDocumentPaymentInfo>GeneratedB2BDocument.USEDOCUMENTPAYMENTINFOHANDLEROneToManyHandlerfor handling 1:n USEDOCUMENTPAYMENTINFO's relation attributes from 'many' side.Methods in de.hybris.platform.accountsummaryaddon.jalo that return B2BDocumentPaymentInfoModifier and TypeMethodDescriptionGeneratedAccountsummaryaddonManager.createB2BDocumentPaymentInfo(SessionContext ctx, Map attributeValues) GeneratedAccountsummaryaddonManager.createB2BDocumentPaymentInfo(Map attributeValues) Methods in de.hybris.platform.accountsummaryaddon.jalo that return types with arguments of type B2BDocumentPaymentInfoModifier and TypeMethodDescriptionGeneratedB2BDocument.getPayDocumentPaymentInfo()Generated method - Getter of theB2BDocument.payDocumentPaymentInfoattribute.GeneratedB2BDocument.getPayDocumentPaymentInfo(SessionContext ctx) Generated method - Getter of theB2BDocument.payDocumentPaymentInfoattribute.GeneratedB2BDocument.getUseDocumentPaymentInfo()Generated method - Getter of theB2BDocument.useDocumentPaymentInfoattribute.GeneratedB2BDocument.getUseDocumentPaymentInfo(SessionContext ctx) Generated method - Getter of theB2BDocument.useDocumentPaymentInfoattribute.Methods in de.hybris.platform.accountsummaryaddon.jalo with parameters of type B2BDocumentPaymentInfoModifier and TypeMethodDescriptionvoidGeneratedB2BDocument.addToPayDocumentPaymentInfo(B2BDocumentPaymentInfo value) Generated method - Addsvalueto payDocumentPaymentInfo.voidGeneratedB2BDocument.addToPayDocumentPaymentInfo(SessionContext ctx, B2BDocumentPaymentInfo value) Generated method - Addsvalueto payDocumentPaymentInfo.voidGeneratedB2BDocument.addToUseDocumentPaymentInfo(B2BDocumentPaymentInfo value) Generated method - Addsvalueto useDocumentPaymentInfo.voidGeneratedB2BDocument.addToUseDocumentPaymentInfo(SessionContext ctx, B2BDocumentPaymentInfo value) Generated method - Addsvalueto useDocumentPaymentInfo.voidGeneratedB2BDocument.removeFromPayDocumentPaymentInfo(B2BDocumentPaymentInfo value) Generated method - Removesvaluefrom payDocumentPaymentInfo.voidGeneratedB2BDocument.removeFromPayDocumentPaymentInfo(SessionContext ctx, B2BDocumentPaymentInfo value) Generated method - Removesvaluefrom payDocumentPaymentInfo.voidGeneratedB2BDocument.removeFromUseDocumentPaymentInfo(B2BDocumentPaymentInfo value) Generated method - Removesvaluefrom useDocumentPaymentInfo.voidGeneratedB2BDocument.removeFromUseDocumentPaymentInfo(SessionContext ctx, B2BDocumentPaymentInfo value) Generated method - Removesvaluefrom useDocumentPaymentInfo.Method parameters in de.hybris.platform.accountsummaryaddon.jalo with type arguments of type B2BDocumentPaymentInfoModifier and TypeMethodDescriptionvoidGeneratedB2BDocument.setPayDocumentPaymentInfo(SessionContext ctx, Collection<B2BDocumentPaymentInfo> value) Generated method - Setter of theB2BDocument.payDocumentPaymentInfoattribute.voidGeneratedB2BDocument.setPayDocumentPaymentInfo(Collection<B2BDocumentPaymentInfo> value) Generated method - Setter of theB2BDocument.payDocumentPaymentInfoattribute.voidGeneratedB2BDocument.setUseDocumentPaymentInfo(SessionContext ctx, Collection<B2BDocumentPaymentInfo> value) Generated method - Setter of theB2BDocument.useDocumentPaymentInfoattribute.voidGeneratedB2BDocument.setUseDocumentPaymentInfo(Collection<B2BDocumentPaymentInfo> value) Generated method - Setter of theB2BDocument.useDocumentPaymentInfoattribute.