Uses of Class
com.avoka.fc.core.entity.ApplicationService
Packages that use 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
Methods in com.avoka.fc.core.dao that return ApplicationServiceModifier 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
Fields in com.avoka.fc.core.entity.auto with type parameters of type ApplicationServiceModifier 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.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type ApplicationServiceModifier and TypeMethodDescription_ApplicationPackage.getApplicationServices()
Return the ApplicationServices._ServiceDefinition.getApplicationServices()
Return the ApplicationServices.Methods in com.avoka.fc.core.entity.auto with parameters of type ApplicationServiceModifier 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.