Uses of Class
de.hybris.platform.accountsummaryaddon.jalo.B2BDocumentPaymentInfo
-
Packages that use B2BDocumentPaymentInfo Package Description de.hybris.platform.accountsummaryaddon.jalo -
-
Uses of B2BDocumentPaymentInfo in de.hybris.platform.accountsummaryaddon.jalo
Fields in de.hybris.platform.accountsummaryaddon.jalo with type parameters of type B2BDocumentPaymentInfo Modifier and Type Field Description protected static OneToManyHandler<B2BDocumentPaymentInfo>GeneratedB2BDocument. PAYDOCUMENTPAYMENTINFOHANDLEROneToManyHandlerfor handling 1:n PAYDOCUMENTPAYMENTINFO's relation attributes from 'many' side.protected static OneToManyHandler<B2BDocumentPaymentInfo>GeneratedB2BDocument. USEDOCUMENTPAYMENTINFOHANDLEROneToManyHandlerfor handling 1:n USEDOCUMENTPAYMENTINFO's relation attributes from 'many' side.Methods in de.hybris.platform.accountsummaryaddon.jalo that return B2BDocumentPaymentInfo Modifier and Type Method Description B2BDocumentPaymentInfoGeneratedAccountsummaryaddonManager. createB2BDocumentPaymentInfo(SessionContext ctx, java.util.Map attributeValues)B2BDocumentPaymentInfoGeneratedAccountsummaryaddonManager. createB2BDocumentPaymentInfo(java.util.Map attributeValues)Methods in de.hybris.platform.accountsummaryaddon.jalo that return types with arguments of type B2BDocumentPaymentInfo Modifier and Type Method Description java.util.Collection<B2BDocumentPaymentInfo>GeneratedB2BDocument. getPayDocumentPaymentInfo()Generated method - Getter of theB2BDocument.payDocumentPaymentInfoattribute.java.util.Collection<B2BDocumentPaymentInfo>GeneratedB2BDocument. getPayDocumentPaymentInfo(SessionContext ctx)Generated method - Getter of theB2BDocument.payDocumentPaymentInfoattribute.java.util.Collection<B2BDocumentPaymentInfo>GeneratedB2BDocument. getUseDocumentPaymentInfo()Generated method - Getter of theB2BDocument.useDocumentPaymentInfoattribute.java.util.Collection<B2BDocumentPaymentInfo>GeneratedB2BDocument. getUseDocumentPaymentInfo(SessionContext ctx)Generated method - Getter of theB2BDocument.useDocumentPaymentInfoattribute.Methods in de.hybris.platform.accountsummaryaddon.jalo with parameters of type B2BDocumentPaymentInfo Modifier and Type Method Description voidGeneratedB2BDocument. 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 B2BDocumentPaymentInfo Modifier and Type Method Description voidGeneratedB2BDocument. setPayDocumentPaymentInfo(SessionContext ctx, java.util.Collection<B2BDocumentPaymentInfo> value)Generated method - Setter of theB2BDocument.payDocumentPaymentInfoattribute.voidGeneratedB2BDocument. setPayDocumentPaymentInfo(java.util.Collection<B2BDocumentPaymentInfo> value)Generated method - Setter of theB2BDocument.payDocumentPaymentInfoattribute.voidGeneratedB2BDocument. setUseDocumentPaymentInfo(SessionContext ctx, java.util.Collection<B2BDocumentPaymentInfo> value)Generated method - Setter of theB2BDocument.useDocumentPaymentInfoattribute.voidGeneratedB2BDocument. setUseDocumentPaymentInfo(java.util.Collection<B2BDocumentPaymentInfo> value)Generated method - Setter of theB2BDocument.useDocumentPaymentInfoattribute.
-