Uses of Class
com.avoka.fc.core.entity.ApplicationPackage
Package
Description
Provides the Data Access Objects used by SmartForm Manager.
Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.
Provides the SmartForm Manager service classes.
Provides the SmartForm Manager portal import and export service.
Provides web automated test services.
-
Uses of ApplicationPackage in com.avoka.fc.core.dao
Modifier and TypeMethodDescriptionApplicationPackageDao.getApplicationPackageForName
(Client client, String applicationName) Return the application package with the specified client and nameApplicationPackageDao.getApplicationPackageForPK
(Object applicationPackageId) Return the application package with the specified IDModifier and TypeMethodDescriptionApplicationPackageDao.getActiveApplicationPackages
(String selectedClientId, UserAccount userAccount) Return the list of application packages for the currently selected organization and user.ApplicationPackageDao.getApplicationPackagesForClient
(Client client, boolean activePackagesOnly) Return the list of application packages for the given client.Modifier and TypeMethodDescriptionApplicationFormDao.getApplicationForm
(ApplicationPackage applicationPackage, Form form) Return the ApplicationForm entity for the given application package and form, or null if none existsApplicationServiceDao.getApplicationService
(ApplicationPackage applicationPackage, ServiceDefinition service) Return the ApplicationService entity for the given application package and service definition, or null if none exists -
Uses of ApplicationPackage in com.avoka.fc.core.entity.auto
Modifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<ApplicationPackage>
_ApplicationClientProperty.APPLICATION_PACKAGE
Provides the 'APPLICATION_PACKAGE' property.static final org.apache.cayenne.exp.Property<ApplicationPackage>
_ApplicationClientRefData.APPLICATION_PACKAGE
Provides the 'APPLICATION_PACKAGE' property.static final org.apache.cayenne.exp.Property<ApplicationPackage>
_ApplicationConnection.APPLICATION_PACKAGE
Provides the 'APPLICATION_PACKAGE' property.static final org.apache.cayenne.exp.Property<ApplicationPackage>
_ApplicationDelivery.APPLICATION_PACKAGE
Provides the 'APPLICATION_PACKAGE' property.static final org.apache.cayenne.exp.Property<ApplicationPackage>
_ApplicationForm.APPLICATION_PACKAGE
Provides the 'APPLICATION_PACKAGE' property.static final org.apache.cayenne.exp.Property<ApplicationPackage>
_ApplicationService.APPLICATION_PACKAGE
Provides the 'APPLICATION_PACKAGE' property.static final org.apache.cayenne.exp.Property<List<ApplicationPackage>>
_Client.APPLICATION_PACKAGES
Provides the 'APPLICATION_PACKAGES' property.Modifier and TypeMethodDescription_ApplicationClientProperty.getApplicationPackage()
Return the ApplicationPackage._ApplicationClientRefData.getApplicationPackage()
Return the ApplicationPackage._ApplicationConnection.getApplicationPackage()
Return the ApplicationPackage._ApplicationDelivery.getApplicationPackage()
Return the ApplicationPackage._ApplicationForm.getApplicationPackage()
Return the ApplicationPackage._ApplicationService.getApplicationPackage()
Return the ApplicationPackage.Modifier and TypeMethodDescription_Client.getApplicationPackages()
Return the ApplicationPackages.Modifier and TypeMethodDescriptionvoid
_Client.addToApplicationPackages
(ApplicationPackage obj) Add the ApplicationPackages object.void
_Client.removeFromApplicationPackages
(ApplicationPackage obj) Remove the ApplicationPackages object.void
_ApplicationClientProperty.setApplicationPackage
(ApplicationPackage applicationPackage) Set the ApplicationPackage.void
_ApplicationClientRefData.setApplicationPackage
(ApplicationPackage applicationPackage) Set the ApplicationPackage.void
_ApplicationConnection.setApplicationPackage
(ApplicationPackage applicationPackage) Set the ApplicationPackage.void
_ApplicationDelivery.setApplicationPackage
(ApplicationPackage applicationPackage) Set the ApplicationPackage.void
_ApplicationForm.setApplicationPackage
(ApplicationPackage applicationPackage) Set the ApplicationPackage.void
_ApplicationService.setApplicationPackage
(ApplicationPackage applicationPackage) Set the ApplicationPackage. -
Uses of ApplicationPackage in com.avoka.fc.core.service
Modifier and TypeMethodDescriptionvoid
ApplicationPackageService.updateClientProperties
(ApplicationPackage application, List<String> clientPropertyIds) Update the client properties associated with the given application package.void
ApplicationPackageService.updateClientRefDataList
(ApplicationPackage application, List<String> clientRefDataIds) Update the client reference data list associated with the given application package.void
ApplicationPackageService.updateDeliveryDetails
(ApplicationPackage application, List<String> deliveryDetailIds) Update the delivery channels associated with the given application package.void
ApplicationPackageService.updateForms
(ApplicationPackage application, List<String> formIds) Update the forms associated with the given application package.void
ApplicationPackageService.updateServiceConnections
(ApplicationPackage application, List<String> connectionIds) Update the service connections associated with the given application package.void
ApplicationPackageService.updateServices
(ApplicationPackage application, List<String> serviceIds) Update the service definitions associated with the given application package. -
Uses of ApplicationPackage in com.avoka.fc.core.service.archive
Modifier and TypeMethodDescriptionprotected ApplicationPackage
BaseArchiveService.readApplicationPackageReference
(Element parentElement, Client targetClient) Modifier and TypeMethodDescriptionprotected void
BaseArchiveService.importServiceDefinition
(Client client, ApplicationPackage application, boolean preserveExistingServices, boolean preserveDefaultServices, boolean preserveServiceConnections, Element serviceElement, List<String> warnings) protected void
BaseArchiveService.writeApplicationPackageReference
(Element parentElement, ApplicationPackage applicationPackage) Creates a child element for a reference to an application package -
Uses of ApplicationPackage in com.avoka.fc.core.service.test
Modifier and TypeMethodDescriptionMockEntityService.createApplicationPackage
(String name, Client client) Create an application package with the given name and client