Uses of Class
com.avoka.fc.core.entity.ApplicationDelivery
Package
Description
Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.
-
Uses of ApplicationDelivery in com.avoka.fc.core.entity.auto
Modifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<List<ApplicationDelivery>>
_ApplicationPackage.APPLICATION_DELIVERY_LIST
Provides the 'APPLICATION_DELIVERY_LIST' property.static final org.apache.cayenne.exp.Property<List<ApplicationDelivery>>
_DeliveryDetails.APPLICATION_DELIVERY_LIST
Provides the 'APPLICATION_DELIVERY_LIST' property.Modifier and TypeMethodDescription_ApplicationPackage.getApplicationDeliveryList()
Return the ApplicationDeliveryList._DeliveryDetails.getApplicationDeliveryList()
Return the ApplicationDeliveryList.Modifier and TypeMethodDescriptionvoid
_ApplicationPackage.addToApplicationDeliveryList
(ApplicationDelivery obj) Add the ApplicationDeliveryList object.void
_DeliveryDetails.addToApplicationDeliveryList
(ApplicationDelivery obj) Add the ApplicationDeliveryList object.void
_ApplicationPackage.removeFromApplicationDeliveryList
(ApplicationDelivery obj) Remove the ApplicationDeliveryList object.void
_DeliveryDetails.removeFromApplicationDeliveryList
(ApplicationDelivery obj) Remove the ApplicationDeliveryList object.