Uses of Class
com.avoka.fc.core.entity.ApplicationDelivery
-
Packages that use ApplicationDelivery Package Description com.avoka.fc.core.entity.auto Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne. -
-
Uses of ApplicationDelivery in com.avoka.fc.core.entity.auto
Fields in com.avoka.fc.core.entity.auto with type parameters of type ApplicationDelivery Modifier and Type Field Description static org.apache.cayenne.exp.Property<List<ApplicationDelivery>>
_ApplicationPackage. APPLICATION_DELIVERY_LIST
Provides the 'APPLICATION_DELIVERY_LIST' property.static org.apache.cayenne.exp.Property<List<ApplicationDelivery>>
_DeliveryDetails. APPLICATION_DELIVERY_LIST
Provides the 'APPLICATION_DELIVERY_LIST' property.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type ApplicationDelivery Modifier and Type Method Description List<ApplicationDelivery>
_ApplicationPackage. getApplicationDeliveryList()
Return the ApplicationDeliveryList.List<ApplicationDelivery>
_DeliveryDetails. getApplicationDeliveryList()
Return the ApplicationDeliveryList.Methods in com.avoka.fc.core.entity.auto with parameters of type ApplicationDelivery Modifier and Type Method Description void
_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.
-