Uses of Class
com.avoka.fc.core.entity.ApplicationService
Package
Description
Provides the Data Access Objects used by SmartForm Manager.
Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.
-
Uses of ApplicationService in com.avoka.fc.core.dao
Modifier and TypeMethodDescriptionApplicationServiceDao.getApplicationService
(ApplicationPackage applicationPackage, ServiceDefinition service) Return the ApplicationService entity for the given application package and service definition, or null if none exists -
Uses of ApplicationService in com.avoka.fc.core.entity.auto
Modifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<List<ApplicationService>>
_ApplicationPackage.APPLICATION_SERVICES
Provides the 'APPLICATION_SERVICES' property.static final org.apache.cayenne.exp.Property<List<ApplicationService>>
_ServiceDefinition.APPLICATION_SERVICES
Provides the 'APPLICATION_SERVICES' property.Modifier and TypeMethodDescription_ApplicationPackage.getApplicationServices()
Return the ApplicationServices._ServiceDefinition.getApplicationServices()
Return the ApplicationServices.Modifier and TypeMethodDescriptionvoid
_ApplicationPackage.addToApplicationServices
(ApplicationService obj) Add the ApplicationServices object.void
_ServiceDefinition.addToApplicationServices
(ApplicationService obj) Add the ApplicationServices object.void
_ApplicationPackage.removeFromApplicationServices
(ApplicationService obj) Remove the ApplicationServices object.void
_ServiceDefinition.removeFromApplicationServices
(ApplicationService obj) Remove the ApplicationServices object.