Uses of Class
com.avoka.fc.core.entity.PaymentItem
Packages that use PaymentItem
Package
Description
Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.
-
Uses of PaymentItem in com.avoka.fc.core.entity.auto
Fields in com.avoka.fc.core.entity.auto with type parameters of type PaymentItemModifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property
<List<PaymentItem>> _Submission.PAYMENT_ITEMS
Provides the 'PAYMENT_ITEMS' property.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type PaymentItemMethods in com.avoka.fc.core.entity.auto with parameters of type PaymentItemModifier and TypeMethodDescriptionvoid
_Submission.addToPaymentItems
(PaymentItem obj) Add the PaymentItems object.void
_Submission.removeFromPaymentItems
(PaymentItem obj) Remove the PaymentItems object.