Uses of Class
com.avoka.fc.core.entity.ApplicationClientProperty
Packages that use ApplicationClientProperty
Package
Description
Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.
-
Uses of ApplicationClientProperty in com.avoka.fc.core.entity.auto
Fields in com.avoka.fc.core.entity.auto with type parameters of type ApplicationClientPropertyModifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<List<ApplicationClientProperty>>
_ApplicationPackage.APPLICATION_CLIENT_PROPERTIES
Provides the 'APPLICATION_CLIENT_PROPERTIES' property.static final org.apache.cayenne.exp.Property<List<ApplicationClientProperty>>
_ClientProperty.APPLICATION_CLIENT_PROPERTIES
Provides the 'APPLICATION_CLIENT_PROPERTIES' property.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type ApplicationClientPropertyModifier and TypeMethodDescription_ApplicationPackage.getApplicationClientProperties()
Return the ApplicationClientProperties._ClientProperty.getApplicationClientProperties()
Return the ApplicationClientProperties.Methods in com.avoka.fc.core.entity.auto with parameters of type ApplicationClientPropertyModifier and TypeMethodDescriptionvoid
_ApplicationPackage.addToApplicationClientProperties
(ApplicationClientProperty obj) Add the ApplicationClientProperties object.void
_ClientProperty.addToApplicationClientProperties
(ApplicationClientProperty obj) Add the ApplicationClientProperties object.void
_ApplicationPackage.removeFromApplicationClientProperties
(ApplicationClientProperty obj) Remove the ApplicationClientProperties object.void
_ClientProperty.removeFromApplicationClientProperties
(ApplicationClientProperty obj) Remove the ApplicationClientProperties object.